7.5
CVSSv2

CVE-2007-2761

Published: 18/05/2007 Updated: 16/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 760
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Stack-based buffer overflow in MagicISO 5.4 build 239 and previous versions allows remote malicious users to execute arbitrary code via a long filename in a .cue file.

Vulnerable Product Search on Vulmon Subscribe to Product

magiciso magiciso

Exploits

#!/usr/bin/env ruby ################################### #Credits to n00b for finding this bug #Magic iso has a stacked based buffer over-flow when #We pass an overly-long file name inside the cue file #We are able to control alot of the registers so #Command execution is possible,But im still learning #Which means this will get released as a do ...
/* -- poc/demo for magiciso exploit, found by n00b -- by: v9@fakehalous -- original email reply comments: I actually looked into this when you posted this on milw0rm I was able to get it to run arbitrary code, however it was so unreliable it wasn't worth me posting however, it was informative you have control of several registers, however ...