summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-200405-13.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-200405-13.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-200405-13.xml')
-rw-r--r--metadata/glsa/glsa-200405-13.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200405-13.xml b/metadata/glsa/glsa-200405-13.xml
new file mode 100644
index 000000000000..7158d5f21ac0
--- /dev/null
+++ b/metadata/glsa/glsa-200405-13.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="200405-13">
+ <title>neon heap-based buffer overflow</title>
+ <synopsis>
+ A vulnerability potentially allowing remote execution of arbitrary code has
+ been discovered in the neon library.
+ </synopsis>
+ <product type="ebuild">neon</product>
+ <announced>2004-05-20</announced>
+ <revised>2004-05-20: 01</revised>
+ <bug>51490</bug>
+ <access>remote </access>
+ <affected>
+ <package name="net-misc/neon" auto="yes" arch="*">
+ <unaffected range="ge">0.24.6</unaffected>
+ <vulnerable range="le">0.24.5</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ neon provides an HTTP and WebDAV client library.
+ </p>
+ </background>
+ <description>
+ <p>
+ Stefan Esser discovered a vulnerability in the code of the neon library :
+ if a malicious date string is passed to the ne_rfc1036_parse() function, it
+ can trigger a string overflow into static heap variables.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>
+ Depending on the application linked against libneon and when connected to a
+ malicious WebDAV server, this vulnerability could allow execution of
+ arbitrary code with the rights of the user running that application.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no known workaround at this time. All users are advised to upgrade
+ to the latest available version of neon.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ All users of neon should upgrade to the latest stable version:
+ </p>
+ <code>
+ # emerge sync
+
+ # emerge -pv "&gt;=net-misc/neon-0.24.6"
+ # emerge "&gt;=net-misc/neon-0.24.6"</code>
+ </resolution>
+ <references>
+ <uri link="http://security.e-matters.de/advisories/062004.html">E-matters advisory 06/2004</uri>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0398">CAN-2004-0398</uri>
+ </references>
+ <metadata tag="submitter">
+ koon
+ </metadata>
+</glsa>