diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2013-03-26 01:13:34 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2013-03-26 01:13:34 +0000 |
commit | 382cb4353419254b8a2c138463c1b165952aeaf0 (patch) | |
tree | cfd4a85b72d19dcadad86e96ba884f257e8a83f4 | |
parent | - Update to 4.4.1 (diff) |
- Document vulnerability in graphics/optipng (CVE-2012-4432)
PR: ports/177206
Submitted by: Alexander Milanov <a@amilanov.com>
Security: 8818f7f-9182-11e2-9bdf-d48564727302
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a55c8fef6b00..ac668c0b43f9 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a8818f7f-9182-11e2-9bdf-d48564727302"> + <topic>optipng -- use-after-free vulnerability</topic> + <affects> + <package> + <name>optipng</name> + <range><ge>0.7</ge><lt>0.7.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="https://secunia.com/advisories/50654"> + <p>A vulnerability has been reported in OptiPNG, which can be + exploited by malicious people to potentially compromise a user's + system.</p> + <p>The vulnerability is caused due to a use-after-free error related + to the palette reduction functionality. No further information is + currently available.</p> + <p>Success exploitation may allow execution of arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-4432</cvename> + <url>https://secunia.com/advisories/50654</url> + </references> + <dates> + <discovery>2012-09-16</discovery> + <entry>2013-03-21</entry> + </dates> + </vuln> + <vuln vid="1d23109a-9005-11e2-9602-d43d7e0c7c02"> <topic>php5 -- Multiple vulnerabilities</topic> <affects> |