Cyber Resilience

CVE-2023-40724

Siemens Qms Automotive ≤ 12.39

Published
12 September 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 7.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
EPSS Score 0.0012 2th percentile
Risk Priority 51 floored blend · peak EPSS

Summary

CVE-2023-40724 is a high-severity Cleartext Storage of Sensitive Information in Memory (CWE-316) vulnerability in Siemens Qms Automotive. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); ranked at the 2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability has been identified in QMS Automotive (All versions < V12.39). User credentials are found in memory as plaintext. An attacker could perform a memory dump, and get access to credentials, and use it for impersonation.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1003.001 LSASS Memory Credential Access
Adversaries may attempt to access credential material stored in the process memory of the Local Security Authority Subsystem Service (LSASS).
T1003.007 Proc Filesystem Credential Access
Adversaries may gather credentials from the proc filesystem or `/proc`.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-40728Same product: Siemens Qms Automotive
CVE-2023-40730Same product: Siemens Qms Automotive
CVE-2023-40729Same product: Siemens Qms Automotive
CVE-2023-40731Same product: Siemens Qms Automotive
CVE-2023-40727Same product: Siemens Qms Automotive
CVE-2023-40726Same product: Siemens Qms Automotive
CVE-2023-40732Same product: Siemens Qms Automotive
CVE-2023-40725Same product: Siemens Qms Automotive
CVE-2025-42888Shared CWE-316
CVE-2025-65832Shared CWE-316

Affected Assets

siemens
qms automotive
≤ 12.39

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 3 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)

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.DS-10 mostly match
prevents

Explicitly calls for removing confidential data from process memory, directly mitigating cleartext storage.

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 can detect cleartext secrets in memory dumps or debug output.

degrades

Secure deletion practices reduce residual cleartext after use, but do not prevent initial storage.

mitigates

DLP tooling can monitor and block processes that leave sensitive data unencrypted in memory.

prevents

Cryptographic controls can mandate encryption of sensitive data in memory, directly reducing cleartext exposure.

prevents

Secure-SDLC processes include memory-handling reviews that catch this weakness.

prevents

Secure-coding standards explicitly require avoiding plaintext storage of secrets in RAM.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 9 (1 rule)
  • V-271730 OL 9 must disable storing core dumps. prevents CWE-316

References