Cyber Resilience

CVE-2023-40261

Dieboldnixdorf Vynamic Security Suite ≤ 3.3.0sr17

Public PoC
Published
08 August 2024
Modified
13 March 2025
Patch / advisory
CVSS Score v3.1 6.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0036 29th percentile
Risk Priority 50 floored blend · peak EPSS

Summary

CVE-2023-40261 is a medium-severity Improper Initialization (CWE-665) vulnerability in Dieboldnixdorf Vynamic Security Suite. Its CVSS base score is 6.8 (Medium).

Operationally, ranked at the 29th 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 SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Diebold Nixdorf Vynamic Security Suite (VSS) before 3.3.0 SR17, 4.0.0 SR07, 4.1.0 SR04, 4.2.0 SR04, and 4.3.0 SR02 fails to validate file attributes during the Pre-Boot Authorization (PBA) process. This can be exploited by a physical attacker who is able…

more

to manipulate the contents of the system's hard disk.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-24063Same product: Dieboldnixdorf Vynamic Security Suite
CVE-2023-33206Same product: Dieboldnixdorf Vynamic Security Suite
CVE-2023-24064Same product: Dieboldnixdorf Vynamic Security Suite
CVE-2024-46916Same product: Dieboldnixdorf Vynamic Security Suite
CVE-2023-28865Same product: Dieboldnixdorf Vynamic Security Suite
CVE-2023-24062Same product: Dieboldnixdorf Vynamic Security Suite
CVE-2024-46917Same product: Dieboldnixdorf Vynamic Security Suite
CVE-2025-70616Same vendor: Dieboldnixdorf
CVE-2023-36344Same vendor: Dieboldnixdorf
CVE-2025-5745Shared CWE-665

Affected Assets

dieboldnixdorf
vynamic security suite
≤ 3.3.0sr17 · 4.0.0 — 4.0.0sr07 · 4.1.0 — 4.1.0sr04

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation directly exercises initialization paths and can reveal missing or incorrect resource setup.

Engineering principles applied during design and implementation can require explicit initialization to a known state.

Requiring the system to fail to a known state structurally reduces the chance that uninitialized resources remain reachable.

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 enforce proper resource initialization during coding and testing.

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 uninitialized variables but does not itself enforce initialization practices.

prevents

Configuration management can enforce secure defaults and initialization settings but is not the primary control for code-level initialization.

prevents

Secure development life cycle mandates initialization checks and secure defaults that directly prevent improper resource initialization.

prevents

Secure system architecture and engineering principles require explicit initialization of resources and secure state management.

prevents

Secure coding standards explicitly forbid uninitialized variables and mandate proper resource initialization before use.

References