Cyber Resilience

CVE-2024-35431

Zkteco Zkbio Cvsecurity 6.1.1

Public PoC
Published
30 May 2024
Modified
17 June 2025
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.010 60th percentile
Risk Priority 62 floored blend · peak EPSS

Summary

CVE-2024-35431 is a high-severity Path Traversal: 'dir\..\..\filename' (CWE-31) vulnerability in Zkteco Zkbio Cvsecurity. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 40% of CVEs by exploit likelihood; 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 AC-3 (Access Enforcement) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

ZKTeco ZKBio CVSecurity 6.1.1 is vulnerable to Directory Traversal via photoBase64. An unauthenticated user can download local files from the server. NOTE: Third parties have indicated other versions are also vulnerable including up to 6.4.1.

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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-35429Same product: Zkteco Zkbio Cvsecurity
CVE-2024-35428Same product: Zkteco Zkbio Cvsecurity
CVE-2024-35432Same product: Zkteco Zkbio Cvsecurity
CVE-2024-35433Same product: Zkteco Zkbio Cvsecurity
CVE-2025-45746Same product: Zkteco Zkbio Cvsecurity
CVE-2024-36526Same product: Zkteco Zkbio Cvsecurity
CVE-2024-35430Same product: Zkteco Zkbio Cvsecurity
CVE-2023-38956Same vendor: Zkteco
CVE-2023-4587Same vendor: Zkteco
CVE-2023-38950Same vendor: Zkteco

Affected Assets

zkteco
zkbio cvsecurity
6.1.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Directly requires validation of path inputs, stopping the acceptance of backslash dot-dot sequences that escape the restricted directory.

Enforces authorization checks on file/resource access, blocking exploitation of a traversed path even if the malformed name is accepted.

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 path sanitization that block this weakness.

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 discover traversal flaws but does not prevent them at the source.

prevents

Secure development lifecycle mandates input validation and path sanitization that directly blocks directory traversal sequences.

prevents

Application security requirements explicitly call for controls against path traversal and other injection flaws.

prevents

Secure architecture principles reduce the attack surface but do not prescribe the specific coding fix.

prevents

Secure coding standards require canonicalization and whitelist validation that eliminate CWE-31.

References