lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: 23 Apr 2008 19:05:15 -0000
From: laurent.gaffie@...il.com
To: bugtraq@...urityfocus.com
Subject: xine-lib NES Sound Format Demuxer Buffer Overflow

Hi there

Original advisory:
http://milw0rm.com/exploits/5458


There's another stack-based buffer overflow in demux_nfs.c

line 111:
this->copyright = strdup(&header[0x4E]);
line 189:
char copyright[100];
line 208:
sprintf(copyright, "(C) %s", this->copyright);

Regards Laurent Gaffié

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ