Cyber Resilience

CVE-2024-9441

CriticalPublic PoCRCE

Published: 02 October 2024

Published
02 October 2024
Modified
15 April 2026
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.6763 98.6th percentile
Risk Priority 60 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-9441 is a critical-severity OS Command Injection (CWE-78) vulnerability in Ssd Disclosure (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 1.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

The Linear eMerge e3-Series through version 1.00-07 contains an OS command injection vulnerability tracked as CVE-2024-9441 and assigned CWE-78. The flaw resides in the forgot_password functionality and is triggered by unsanitized input to the login_id parameter over HTTP, allowing arbitrary operating system command execution with a CVSS 3.1 score of 9.8.

A remote unauthenticated attacker can invoke the affected endpoint to run arbitrary commands on the underlying system, resulting in full confidentiality, integrity, and availability impact without any user interaction or authentication.

Public advisories from SSD Disclosure and VulnCheck document the issue and provide technical details on the injection vector. The EPSS score has remained flat at 0.6763 since disclosure with no material rise observed.

EU & UK References

Vulnerability details

The Linear eMerge e3-Series through version 1.00-07 is vulnerable to an OS command injection vulnerability. A remote and unauthenticated attacker can execute arbitrary OS commands via the login_id parameter when invoking the forgot_password functionality over HTTP.

CWE(s)

Related Threats

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

Affected Assets

Ssd Disclosure
inferred from references and description; NVD did not file a CPE for this CVE

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