CVE-2026-5487
Received Received - Intake

DriveLock Directory Traversal Leads to Information Disclosure

Vulnerability report for CVE-2026-5487, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-29

Last updated on: 2026-07-29

Assigner: Zero Day Initiative

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-07-29
Generated
2026-07-30
AI Q&A
2026-07-30
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
drivelock drivelock *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a directory traversal vulnerability in DriveLock that allows remote attackers to read sensitive files without authentication. The flaw exists in the web service running on TCP port 4568 due to improper path validation before file operations. Attackers can exploit this to access information with the privileges of the service account.

Detection Guidance

Check if the DriveLock web service is listening on TCP port 4568 using commands like 'netstat -tuln | grep 4568' or 'ss -tuln | grep 4568'. If the service is running, attempt to access paths with traversal sequences like '../' to see if sensitive information is disclosed.

Impact Analysis

An attacker could exploit this to steal sensitive data from the affected DriveLock system, including configuration files or other confidential information. Since no authentication is required, the risk is high for any exposed DriveLock instances.

Compliance Impact

This vulnerability could lead to unauthorized data exposure, violating GDPR and HIPAA requirements for data protection and access controls. Organizations using DriveLock may face compliance violations and potential fines if exploited.

Mitigation Strategies

Immediately restrict access to TCP port 4568 using firewalls or disable the DriveLock web service if not required. Apply patches or updates from DriveLock once available to fix the path validation issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-5487. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart