diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-12-21 22:37:51 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-12-21 22:37:51 +0000 |
commit | c96189e101df5dd0b04d3a9775270169524e8689 (patch) | |
tree | 2cd088f3d5bb91fa6a3ce23d830b453d6613f3dd /security/vuxml/vuln.xml | |
parent | 59bd1c806e5f0b4d0d1690b428880ccfa6820e4f (diff) | |
download | ports-c96189e101df5dd0b04d3a9775270169524e8689.tar.gz ports-c96189e101df5dd0b04d3a9775270169524e8689.zip |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-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 f301ce5be25d..a20f6fdeb377 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="28e93883-539f-11d9-a9e7-0001020eed82"> + <topic>acroread5 -- mailListIsPdf() buffer overflow vulnerability</topic> + <affects> + <package> + <name>acroread</name> + <name>acroread4</name> + <name>acroread5</name> + <range><lt>5.10</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>An iDEFENSE Security Advisory reports:</p> + <blockquote cite="http://www.idefense.com/application/poi/display?id=161&type=vulnerabilities"> + <p>Remote exploitation of a buffer overflow in version 5.09 + of Adobe Acrobat Reader for Unix could allow for execution + of arbitrary code.</p> + <p>The vulnerability specifically exists in a the function + mailListIsPdf(). This function checks if the input file + is an email message containing a PDF. It unsafely copies + user supplied data using strcat into a fixed sized + buffer.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2004-1152</cvename> + <url>http://www.adobe.com/support/techdocs/331153.html</url> + <url>http://www.idefense.com/application/poi/display?id=161&type=vulnerabilities</url> + </references> + <dates> + <discovery>2004-10-14</discovery> + <entry>2004-12-21</entry> + </dates> + </vuln> + <vuln vid="be543d74-539a-11d9-a9e7-0001020eed82"> <topic>ecartis -- unauthorised access to admin interface</topic> <affects> |