Cyber Posture

CVE-2024-53678

High

Published: 25 March 2025

Published
25 March 2025
Modified
14 July 2025
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0004 10.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

CVE-2024-53678 is an SQL injection vulnerability (CWE-89) in Apache VCL, stemming from improper neutralization of special elements in SQL commands. It affects all versions from 2.2 through 2.5.1 and occurs when users modify form data submitted for requesting a new Block Allocation, allowing alteration of a SELECT SQL statement. The vulnerability has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

Authenticated users with low privileges (PR:L) can exploit this over the network with low complexity and no user interaction required. By injecting malicious payloads into the form data, attackers can modify the SELECT statement, potentially leading to high impacts on confidentiality, integrity, and availability, though the description notes that data returned by the modified query is not directly viewable by the attacker.

Apache recommends upgrading to version 2.5.2, which resolves the issue. Detailed advisories are available in the Apache mailing list announcement at https://lists.apache.org/thread/2bmjnzgjwwq59nv6xw44w0tnpz4k4pf4 and the oss-security mailing list at http://www.openwall.com/lists/oss-security/2025/03/24/1.

Details

CWE(s)
CWE-89

Affected Products

apache
vcl
2.2 — 2.5.2

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.
Why these techniques?

SQL injection in a network-accessible web application (Apache VCL form handling) directly maps to exploitation of the application for initial access or impact.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

References