diff options
author | nectar <nectar@FreeBSD.org> | 2004-08-13 03:05:51 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-08-13 03:05:51 +0800 |
commit | 8e9d05897f6ded8ce43e9dcf62d2196b13d3bc04 (patch) | |
tree | 72051bd74a1b83c760a803e12e42b855b90e80c0 /security/vuxml | |
parent | f7ae660ebe22724b64f9d0543c42973a5ec4aff2 (diff) | |
download | freebsd-ports-gnome-8e9d05897f6ded8ce43e9dcf62d2196b13d3bc04.tar.gz freebsd-ports-gnome-8e9d05897f6ded8ce43e9dcf62d2196b13d3bc04.tar.zst freebsd-ports-gnome-8e9d05897f6ded8ce43e9dcf62d2196b13d3bc04.zip |
The Adobe Acrobat Reader can be coerced into executing arbitrary
commands on UNIX systems.
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3e92cad95cbb..ba69d378b1aa 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,42 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="78348ea2-ec91-11d8-b913-000c41e2cdad"> + <topic>acroread uudecoder input validation error</topic> + <affects> + <package> + <name>acroread</name> + <range><lt>5.0.9</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>An iDEFENSE security advisory reports:</p> + <blockquote cite="www.idefense.com/application/poi/display?id=124&type=vulnerabilities"> + <p>Remote exploitation of an input validation error in the + uudecoding feature of Adobe Acrobat Reader (Unix) 5.0 + allows an attacker to execute arbitrary code.</p> + <p>The Unix and Linux versions of Adobe Acrobat Reader 5.0 + automatically attempt to convert uuencoded documents + back into their original format. The vulnerability + specifically exists in the failure of Acrobat Reader to + check for the backtick shell metacharacter in the filename + before executing a command with a shell. This allows a + maliciously constructed filename to execute arbitrary + programs.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2004-0630</cvename> + <url>www.idefense.com/application/poi/display?id=124&type=vulnerabilities</url> + </references> + <dates> + <discovery>2004-08-12</discovery> + <entry>2004-08-12</entry> + </dates> + </vuln> + <vuln vid="12c7b7ae-ec90-11d8-b913-000c41e2cdad"> <topic>popfile file disclosure</topic> <affects> |