CVE-2025-26348
Published: 12 February 2025
Description
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
Security Summary
CVE-2025-26348, published on 2025-02-12, is an SQL injection vulnerability (CWE-89) in the editUserMenu endpoint of maxprofile/menu/model.lua in Q-Free MaxTime versions less than or equal to 2.11.0. The flaw stems from improper neutralization of special elements used in an SQL command, enabling an authenticated remote attacker to execute arbitrary SQL commands via crafted HTTP requests.
An attacker requires high privileges (PR:H) to exploit this vulnerability over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation allows arbitrary SQL command execution, resulting in high integrity impact (I:H) such as data modification and low availability impact (A:L), with no confidentiality impact (C:N) and unchanged scope (S:U), as reflected in its CVSS v3.1 base score of 5.5.
For mitigation guidance, refer to the vulnerability advisory from Nozomi Networks at https://www.nozominetworks.com/labs/vulnerability-advisories-cve-2025-26348.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection vulnerability enables exploitation of public-facing web application (T1190) and arbitrary SQL command execution, facilitating data collection from databases (T1213.006), stored data manipulation (T1565.001), and data destruction (T1485).