CVE Vulnerabilities

CVE-2023-40261

Improper Initialization

Published: Aug 08, 2024 | Modified: Aug 19, 2024
CVSS 3.x
6.8
MEDIUM
Source:
NVD
CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

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 to manipulate the contents of the systems hard disk.

Weakness

The product does not initialize or incorrectly initializes a resource, which might leave the resource in an unexpected state when it is accessed or used.

Affected Software

Name Vendor Start Version End Version
Vynamic_security_suite Dieboldnixdorf * 3.3.0sr17 (excluding)
Vynamic_security_suite Dieboldnixdorf 4.0.0 (including) 4.0.0sr07 (excluding)
Vynamic_security_suite Dieboldnixdorf 4.1.0 (including) 4.1.0sr04 (excluding)
Vynamic_security_suite Dieboldnixdorf 4.2.0 (including) 4.2.0sr04 (excluding)
Vynamic_security_suite Dieboldnixdorf 4.3.0 (including) 4.3.0sr03 (excluding)

Potential Mitigations

  • Use a language that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.
  • For example, in Java, if the programmer does not explicitly initialize a variable, then the code could produce a compile-time error (if the variable is local) or automatically initialize the variable to the default value for the variable’s type. In Perl, if explicit initialization is not performed, then a default value of undef is assigned, which is interpreted as 0, false, or an equivalent value depending on the context in which the variable is accessed.

References