Cyber Resilience

CVE-2025-2353

Medium

Published: 17 March 2025

Published
17 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0008 22.8th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2353 is a medium-severity Injection (CWE-74) vulnerability. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-2353 is a critical SQL injection vulnerability affecting VAM Virtual Airlines Manager versions up to 2.6.2. The issue resides in an unknown function within the file /vam/index.php, specifically the HTTP GET Parameter Handler component. Attackers can exploit it by manipulating the arguments ID, registry_id, or plane_icao, with other parameters potentially vulnerable as well. The vulnerability was published on 2025-03-17 and carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), associated with CWE-74 and CWE-89.

The vulnerability enables remote exploitation without authentication or user interaction. Unauthenticated attackers can send crafted HTTP GET requests to the affected endpoint, injecting malicious SQL payloads to potentially read sensitive data, modify database contents, or disrupt service availability, albeit with low impact levels across confidentiality, integrity, and availability as per the CVSS score.

VulDB advisories, which serve as the primary references for this CVE, indicate that the exploit has been publicly disclosed and may be actively used. The vendor was contacted early regarding the issue but provided no response, and no patches or mitigations are mentioned in available details.

Notable context includes the public availability of the exploit, increasing the risk of immediate exploitation against unpatched instances of VAM Virtual Airlines Manager.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, was found in VAM Virtual Airlines Manager up to 2.6.2. Affected is an unknown function of the file /vam/index.php of the component HTTP GET Parameter Handler. The manipulation of the argument ID/registry_id/plane_icao leads…

more

to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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?

The CVE describes a remote SQL injection vulnerability in a public-facing web application (/vam/index.php) that can be exploited unauthenticated via crafted HTTP GET requests, directly enabling the T1190 technique for initial access.

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

CVEs Like This One

CVE-2026-3150Shared CWE-74, CWE-89
CVE-2026-3746Shared CWE-74, CWE-89
CVE-2025-2683Shared CWE-74, CWE-89
CVE-2026-5238Shared CWE-74, CWE-89
CVE-2026-4288Shared CWE-74, CWE-89
CVE-2026-2220Shared CWE-74, CWE-89
CVE-2025-1535Shared CWE-74, CWE-89
CVE-2026-0597Shared CWE-74, CWE-89
CVE-2026-1688Shared CWE-74, CWE-89
CVE-2026-5018Shared CWE-74, CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation and sanitization of user-supplied HTTP GET parameters like ID, registry_id, and plane_icao to directly prevent SQL injection exploitation.

prevent

Mandates timely identification, reporting, and correction of flaws such as this SQL injection vulnerability in the VAM application.

preventdetect

Enables regular vulnerability scanning of hosted web applications to detect and remediate SQL injection issues like CVE-2025-2353 before exploitation.

References