diff options
author | josef <josef@FreeBSD.org> | 2004-11-12 06:46:38 +0800 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-11-12 06:46:38 +0800 |
commit | a192214c8b92d733e2a5b48145dfb2126128cf18 (patch) | |
tree | 90c2123a3ae405b3ec3f00b568511d8eb310cb8f /security | |
parent | 08a807e9b395dfd19dca292ad7f7048f14143dc2 (diff) | |
download | freebsd-ports-gnome-a192214c8b92d733e2a5b48145dfb2126128cf18.tar.gz freebsd-ports-gnome-a192214c8b92d733e2a5b48145dfb2126128cf18.tar.zst freebsd-ports-gnome-a192214c8b92d733e2a5b48145dfb2126128cf18.zip |
Document BNC vulnerability.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c941c7dfb84a..a739b5fb4acc 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,31 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1f8dea68-3436-11d9-952f-000c6e8f12ef"> + <topic>bnc -- buffer-overflow vulnerability</topic> + <affects> + <package> + <name>bnc</name> + <range><le>2.8.9</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The function getnickuserhost() suffers from a buffer-overflow. + It is called when BNC processes a response from IRC server. + An attacking server can use this vulnerability to gain shell + access, on the BNC running machine.</p> + </body> + </description> + <references> + <mlist msgid="20041110131046.GA21604@cecilija.zesoi.fer.hr>">http://marc.theaimsgroup.com/?l=bugtraq&m=110011817627839</mlist> + </references> + <dates> + <discovery>2004-10-11</discovery> + <entry>2004-10-11</entry> + </dates> + </vuln> + <vuln vid="027380b7-3404-11d9-ac1b-000d614f7fad"> <topic>hafiye -- lack of terminal escape sequence filtering</topic> <affects> |