Skip to content

Commit

Permalink
update link and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveYesland committed Mar 19, 2024
1 parent ec922e9 commit d3f0d70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CVE-2024-1212/CVE-2024-1212.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exploit for CVE-2024-1212: Unauthenticated RCE in Progress Kemp LoadMaster
# Exploit for CVE-2024-1212: Unauthenticated command injection in Progress Kemp LoadMaster
# Tested on: LoadMaster 7.2.59.0.22007
# Author: Dave Yesland @daveysec with Rhino Security Labs

Expand Down
6 changes: 3 additions & 3 deletions CVE-2024-1212/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CVE-2024-1212: Unauthenticated RCE in Progress Kemp LoadMaster
# CVE-2024-1212: Unauthenticated Command Injection in Progress Kemp LoadMaster

## Information
**Description:** This allows remote code execution in the Progress Kemp LoadMaster via the admin web service.
**Description:** This allows unauthenticated command injection in the Progress Kemp LoadMaster via the admin web service.
**Versions Affected:** All LoadMaster releases after 7.2.48.1
**Version Fixed:** 7.2.59.2 (GA), 7.2.54.8 (LTSF), 7.2.48.10 (LTS)
**Researcher:** Dave Yesland
**Disclosure Link:** PLACEHOLDER
**Disclosure Link:** [email protected]:RhinoSecurityLabs/CVEs.git
**NIST CVE Link:** https://nvd.nist.gov/vuln/detail/CVE-2024-1212
**Vendor Advisory:** https://support.kemptechnologies.com/hc/en-us/articles/23878931058445-LoadMaster-Security-Vulnerability-CVE-2024-1212

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def initialize(info = {})
'References' => [
['CVE', '2024-1212'],
['URL', 'https://kemptechnologies.com/kemp-load-balancers'],
['URL', 'https://www.rhinosecuritylabs.com/']
['URL', 'https://rhinosecuritylabs.com/research/cve-2024-1212unauthenticated-command-injection-in-progress-kemp-loadmaster/']
],
'DisclosureDate' => '2024',
'Notes' => {
Expand Down

0 comments on commit d3f0d70

Please sign in to comment.