Cyber Posture

CVE-2025-2353

High

Published: 17 March 2025

Published
17 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0008 22.4th percentile
Risk Priority 15 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-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.

Details

CWE(s)
CWE-74CWE-89

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?

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

References