Cyber Resilience

CVE-2024-40324

Datex-Soft E-Staff 5.1

Public PoC
Published
25 July 2024
Modified
21 November 2024
CVSS Score v3.1 5.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
EPSS Score 0.0069 50th percentile
Risk Priority 54 floored blend · peak EPSS

Summary

CVE-2024-40324 is a medium-severity Injection (CWE-74) vulnerability in Datex-Soft E-Staff. Its CVSS base score is 5.4 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 50th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-15 (Information Output Filtering) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

A CRLF injection vulnerability affects E-Staff version 5.1. The flaw permits attackers to insert carriage return and line feed characters into input fields, resulting in HTTP response splitting and arbitrary header manipulation. It carries a CVSS 3.1 score of 5.4 and is associated with CWE-74, CWE-93, and CWE-113.

An unauthenticated remote attacker can supply crafted input to trigger the injection, enabling manipulation of HTTP responses that may facilitate cache poisoning, cross-site scripting, or other header-based attacks against users or downstream systems. Public references consist of proof-of-concept material on GitHub; no vendor advisory or patch information is available in the provided sources. The associated EPSS score has remained near 0.12 with negligible movement between current and peak values.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A CRLF injection vulnerability in E-Staff v5.1 allows attackers to insert Carriage Return (CR) and Line Feed (LF) characters into input fields, leading to HTTP response splitting and header manipulation.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
T1221 Template Injection Stealth
Adversaries may create or modify references in user document templates to conceal malicious code or force authentication attempts.
T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
T1674 Input Injection Execution
Adversaries may simulate keystrokes on a victim’s computer by various means to perform any type of action on behalf of the user, such as launching the command interpreter using keyboard shortcuts, typing an inline script to be executed,…
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-34767Shared CWE-113, CWE-74
CVE-2023-41834Shared CWE-113, CWE-74
CVE-2023-26138Shared CWE-74, CWE-93
CVE-2023-0040Shared CWE-74, CWE-93
CVE-2025-14531Shared CWE-74, CWE-93
CVE-2023-26148Shared CWE-74, CWE-93
CVE-2024-5193Shared CWE-74, CWE-93
CVE-2024-45302Shared CWE-74, CWE-93
CVE-2023-23936Shared CWE-74, CWE-93
CVE-2023-26142Shared CWE-113, CWE-74

Affected Assets

datex-soft
e-staff
5.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.4.2
  • V4.1.3
  • V1.3.6
  • V4.2.3

Mitigating Controls (NIST 800-53 r5) AI

SI-10 directly requires validation of information inputs to reject malformed or special-element content before it reaches downstream parsers.

Output filtering can neutralize CRLF sequences before they reach HTTP response headers.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and output encoding that prevent injection flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development catches injection vulnerabilities before release.

A.8.15 Logging partial match
finds

Logging supports detection of injection attempts but does not prevent the weakness.

finds

Monitoring activities can identify active injection attacks after they occur.

prevents

Secure development life cycle mandates input validation and output encoding that directly prevent injection flaws.

prevents

Application security requirements explicitly call for controls against injection attacks in software design.

prevents

Secure architecture principles reduce injection surfaces but do not prescribe specific neutralization techniques.

References