Skip to content

Latest commit

 

History

History

CVE-2024-2448

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CVE-2024-2448: Authenticated Command Injection in Progress Kemp LoadMaster

Information

Description: This allows authenticated command execution as root on LoadMaster load balancers.
Versions Affected: LoadMaster 7.2.59.2
Version Fixed: See Vendor Advisory
Researcher: Dav Yesland (https://twitter.com/daveysec)
Disclosure Link: https://rhinosecuritylabs.com/research/cve-2024-2448-kemp-loadmaster/
NIST CVE Link: https://nvd.nist.gov/vuln/detail/CVE-2024-2448
Vendor Advisory: https://support.kemptechnologies.com/hc/en-us/articles/25119767150477-LoadMaster-Security-Vulnerabilities-CVE-2024-2448-and-CVE-2024-2449

Proof-of-Concept Exploit

Description

This exploits an authenticated (with any permission settings) command injection in LoadMaster where user input is executed by an eval statement.

Usage/Exploitation

python3 CVE-2024-2448.py --url 'https://LM_HOST:8443' --cookie 'AUTH_COOKIE' --cmd 'cat /etc/shadow'

Screenshot

Alt-text that shows up on hover