Cyber Posture

CVE-2024-54852

CriticalPublic PoC

Published: 29 January 2025

Published
29 January 2025
Modified
24 May 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0013 31.8th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

CVE-2024-54852 is an LDAP injection vulnerability (CWE-90) in Teedy versions 1.9 through 1.12 when LDAP connection is activated. The flaw arises from improper sanitization of user input in the username field of the login form, enabling injection of malicious LDAP queries. It carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), reflecting critical severity due to its network accessibility and lack of prerequisites.

An unauthenticated attacker can exploit the vulnerability remotely by submitting crafted input to the login form's username field. Successful exploitation allows various malicious LDAP actions, including creating arbitrary accounts and performing password spraying.

Advisories and further details, including potential mitigation guidance, are available in the referenced GitHub repository at https://github.com/Tanguy-Boisset/CVE/blob/master/CVE-2024-54852/README.md.

Details

CWE(s)
CWE-90

Affected Products

sismics
teedy
1.9 — 1.12

MITRE ATT&CK Enterprise Techniques

T1110.003 Password Spraying Credential Access
Adversaries may use a single or small list of commonly used passwords against many different accounts to attempt to acquire valid account credentials.
T1136 Create Account Persistence
Adversaries may create an account to maintain access to victim systems.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

LDAP injection in the public-facing login form enables unauthenticated exploitation (T1190), arbitrary account creation (T1136), and password spraying (T1110.003).

References