diff options
author | nectar <nectar@FreeBSD.org> | 2005-06-01 23:51:40 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-06-01 23:51:40 +0800 |
commit | d6ad0e606c00041ae82e0e79fd2d44dfc5a2d400 (patch) | |
tree | e81f1541310f7054a5d22fbf069176e9286bcb22 /security | |
parent | 9aa6a390d9c483f858d4da532e9bec429659a14c (diff) | |
download | freebsd-ports-gnome-d6ad0e606c00041ae82e0e79fd2d44dfc5a2d400.tar.gz freebsd-ports-gnome-d6ad0e606c00041ae82e0e79fd2d44dfc5a2d400.tar.zst freebsd-ports-gnome-d6ad0e606c00041ae82e0e79fd2d44dfc5a2d400.zip |
Document vulnerability in set-user-ID sympa application.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c3fd41e45fe3..b0d8be406eea 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,34 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="0d9ba03b-0dbb-42b4-ae0f-60e27af78e22"> + <topic>sympa -- buffer overflow in "queue"</topic> + <affects> + <package> + <name>sympa</name> + <range><lt>4.1.2_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Erik Sjölund discovered a vulnerabilitiy in Sympa. The + <code>queue</code> application processes messages received via + aliases. It contains a buffer overflow in the usage of + <code>sprintf</code>. In some configurations, it may allow an + attacker to execute arbitrary code as the <code>sympa</code> + user.</p> + </body> + </description> + <references> + <cvename>CAN-2005-0073</cvename> + <url>http://www.debian.org/security/2005/dsa-677</url> + </references> + <dates> + <discovery>2005-02-11</discovery> + <entry>2005-06-01</entry> + </dates> + </vuln> + <vuln vid="b3cd00f7-c0c5-452d-87bc-086c5635333e"> <topic>mailman -- generated passwords are poor quality</topic> <affects> |