Skip to main content

DriveLock CVE-2026-5487

| EUVDEUVD-2026-50492 HIGH
Path Traversal (CWE-22)
2026-07-29 zdi GHSA-4m2w-557x-2rqf
7.5
CVSS 3.0 · Vendor: zdi
Share

Severity by source

Vendor (zdi) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
7.5 HIGH

Unauthenticated network-reachable arbitrary file read on default port 4568 gives AV:N/AC:L/PR:N/UI:N with C:H and no integrity or availability impact.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (zdi).

CVSS VectorVendor: zdi

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jul 29, 2026 - 19:54 vuln.today
CVE Published
Jul 29, 2026 - 19:09 cve.org
HIGH 7.5

DescriptionCVE.org

DriveLock Directory Traversal Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of DriveLock. Authentication is not required to exploit this vulnerability.

The specific flaw exists within the web service, which listens on TCP port 4568 by default. The issue results from the lack of proper validation of a user-supplied path prior to using it in file operations. An attacker can leverage this vulnerability to disclose information in the context of the service account. Was ZDI-CAN-28746.

AnalysisAI

Unauthenticated information disclosure in DriveLock's web service (default TCP port 4568) lets remote attackers read arbitrary files via directory traversal, exposing sensitive data in the context of the service account. The flaw stems from missing validation of a user-supplied path before it is used in file operations (CWE-22). Discovered and reported through the Zero Day Initiative (ZDI-26-284 / ZDI-CAN-28746); no public exploit identified at time of analysis, and it is not listed in CISA KEV.

Technical ContextAI

DriveLock is an enterprise endpoint-security / device-control and application-control suite whose management components expose an HTTP-based web service listening on TCP port 4568 by default. The vulnerability is a classic CWE-22 path traversal (relative/absolute path abuse) in which the service accepts a client-supplied path parameter and passes it into a file-read operation without canonicalizing or constraining it to an intended base directory. Because traversal sequences (e.g. ../) are not stripped or rejected, an attacker can escape the intended directory and read files anywhere the service account can access. Per the CPE (cpe:2.3:a:drivelock:drivelock:*:*:*:*:*:*:*:*), the affected component is the DriveLock application itself rather than an OS or third-party library.

RemediationAI

Apply the fix described in DriveLock Security Bulletin 26-003 (https://www.drivelock.help/sb/Content/SecurityBulletins/26-003-PathValidation.htm); patch available per vendor advisory, though an exact fixed version number is not stated in the provided data, so confirm the target build directly with the bulletin before upgrading. As a compensating control until patched, restrict network access to TCP port 4568 using host or network firewall rules so that only trusted management hosts can reach the web service - this closes the remote attack surface but may break legitimate management or agent communication that relies on that port, so validate connectivity after applying. Where feasible, place the DriveLock web service behind a reverse proxy or VPN and remove any direct exposure to untrusted or internet-facing networks. Also review service-account permissions to limit what files the account (and therefore a successful traversal) can read, and monitor the service logs for anomalous path parameters containing traversal sequences.

Share

CVE-2026-5487 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy