Description
DriveLock SQL Injection Privilege Escalation Vulnerability. This vulnerability allows remote attackers to escalate privileges on affected installations of DriveLock. Authentication is 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 string before using it to construct SQL queries. An attacker can leverage this vulnerability to escalate privileges to resources normally protected from the user. . Was ZDI-CAN-28726.
Published: 2026-07-29
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw (CWE‑89) in DriveLock’s web service that listens on TCP port 4568. Because user‑supplied input is concatenated into SQL statements without adequate validation, an authenticated attacker can execute arbitrary SQL commands. By doing so, the attacker can elevate privileges and gain access to resources normally restricted, effectively compromising the confidentiality and integrity of those resources.

Affected Systems

DriveLock by DriveLock, any installation that has the web service enabled on the default port 4568. No specific version numbers are provided in the advisory.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity. The EPSS score is under 1%, suggesting exploitation is currently rare, and the vulnerability is not listed in the CISA KEV catalog. The flaw requires authenticated access, so an attacker must already possess a valid user account. Once authenticated, the attacker can send crafted requests to the port 4568 service to inject SQL and gain elevated privileges. The attack path is straightforward: authenticated attacker sends malicious string via web service → server executes injected SQL → attacker obtains higher privileges.

Generated by OpenCVE AI on August 3, 2026 at 12:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest patch or update for DriveLock following vendor guidance (see the advisory links).
  • If a patch is not yet available, isolate the DriveLock service by blocking TCP port 4568 from external networks or restricting it to trusted IP addresses.
  • Enforce strict authentication and least‑privilege policies for accounts that can access the DriveLock web service.
  • Use secure coding practices, such as prepared statements or parameterized queries, to prevent SQL injection in future development.

Generated by OpenCVE AI on August 3, 2026 at 12:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Drivelock
Drivelock drivelock
Vendors & Products Drivelock
Drivelock drivelock

Wed, 29 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Description DriveLock SQL Injection Privilege Escalation Vulnerability. This vulnerability allows remote attackers to escalate privileges on affected installations of DriveLock. Authentication is 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 string before using it to construct SQL queries. An attacker can leverage this vulnerability to escalate privileges to resources normally protected from the user. . Was ZDI-CAN-28726.
Title DriveLock SQL Injection Privilege Escalation Vulnerability
Weaknesses CWE-89
References
Metrics cvssV3_0

{'score': 8.8, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Drivelock Drivelock
cve-icon MITRE

Status: PUBLISHED

Assigner: zdi

Published:

Updated: 2026-07-31T03:56:15.195Z

Reserved: 2026-04-03T14:32:38.204Z

Link: CVE-2026-5490

cve-icon Vulnrichment

Updated: 2026-07-30T13:49:16.258Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T20:17:05.893

Modified: 2026-07-31T04:17:24.013

Link: CVE-2026-5490

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T13:00:07Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')