diff options
author | nectar <nectar@FreeBSD.org> | 2004-09-23 23:07:39 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-09-23 23:07:39 +0800 |
commit | 501279c602d6b3f7531066f56c1e4ae2a370bd08 (patch) | |
tree | aad88bfdf0bbbd995baa55c06af787c29c9189e1 /security | |
parent | c5e71bb43d14e74527a5ba1300ecd1047f6b693d (diff) | |
download | freebsd-ports-gnome-501279c602d6b3f7531066f56c1e4ae2a370bd08.tar.gz freebsd-ports-gnome-501279c602d6b3f7531066f56c1e4ae2a370bd08.tar.zst freebsd-ports-gnome-501279c602d6b3f7531066f56c1e4ae2a370bd08.zip |
Document vulnerabilities in lha.
Reviewed by: dinoex
Approved by: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7d192fe2dd30..063a14aee5c0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,47 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="273cc1a3-0d6b-11d9-8a8a-000c41e2cdad"> + <topic>lha -- numerous vulnerabilities when extracting archives</topic> + <affects> + <package> + <name>lha</name> + <range><lt>1.14i_6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Source code reviews of lha by Lukasz Wojtow, Thomas Biege, + and others uncovered a number of vulnerabilities affecting + lha:</p> + <ul> + <li>Buffer overflows when handling archives and filenames. + (CAN-2004-0694)</li> + <li>Possible command execution via shell meta-characters when + built with NOMKDIR. (CAN-2004-0745)</li> + <li>Buffer overflow resulting in arbitrary code execution when + handling long pathnames in LHZ archives. (CAN-2004-0769)</li> + <li>Buffer overflow in the extract_one. (CAN-2004-0771)</li> + </ul> + </body> + </description> + <references> + <cvename>CAN-2004-0694</cvename> + <cvename>CAN-2004-0745</cvename> + <cvename>CAN-2004-0769</cvename> + <cvename>CAN-2004-0771</cvename> + <mlist msgid="20040515110900.24784.qmail@www.securityfocus.com">http://marc.theaimsgroup.com/?l=bugtraq&m=108464470103227</mlist> + <mlist msgid="20040606162856.29866.qmail@www.securityfocus.com">http://marc.theaimsgroup.com/?l=bugtraq&m=108668791510153</mlist> + <url>http://bugs.gentoo.org/show_bug.cgi?id=51285</url> + <url>http://xforce.iss.net/xforce/xfdb/16196</url> + <bid>10354</bid> + </references> + <dates> + <discovery>2004-05-17</discovery> + <entry>2004-09-23</entry> + </dates> + </vuln> + <vuln vid="77420ebb-0cf4-11d9-8a8a-000c41e2cdad"> <topic>mysql -- heap buffer overflow with prepared statements</topic> <affects> |