Cyber Resilience

CVE-2024-11482

CriticalPublic PoCRCE

Published: 29 November 2024

Published
29 November 2024
Modified
28 October 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0470 89.6th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11482 is a critical-severity OS Command Injection (CWE-78) vulnerability in Trellix Enterprise Security Manager. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 10.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2024-11482 is a critical command-injection vulnerability in Trellix ESM version 11.6.10. It permits unauthenticated access to an internal Snowservice API, allowing remote attackers to inject and execute operating-system commands that run with root privileges. The flaw is tracked under CWE-78 and carries a CVSS 3.1 base score of 9.8.

An unauthenticated network attacker can send specially crafted requests directly to the exposed API endpoint, bypassing all authentication controls and achieving arbitrary code execution as root. Successful exploitation grants full control over the affected ESM instance, including the ability to read, modify, or delete data and to pivot further into the environment.

Public references include a Trellix knowledge-base article and a HackerOne report that describe the issue and link to available patches or configuration guidance for affected deployments. The EPSS score reached a peak of 0.0867 before receding to its current value of 0.0470; no confirmed in-the-wild exploitation has been reported.

EU & UK References

Vulnerability details

A vulnerability in ESM 11.6.10 allows unauthenticated access to the internal Snowservice API and enables remote code execution through command injection, executed as the root user.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

trellix
enterprise security manager
11.6.10

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References