Cyber Resilience

CVE-2025-26372

High

Published: 12 February 2025

Published
12 February 2025
Modified
03 March 2025
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
EPSS Score 0.0016 36.7th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-26372 is a high-severity Missing Authorization (CWE-862) vulnerability in Q-Free Maxtime. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 36.7th 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege).

Deeper analysis

CVE-2025-26372 is a CWE-862 missing authorization vulnerability in the maxprofile/user-groups/routes.lua component of Q-Free MaxTime versions less than or equal to 2.11.0. Published on 2025-02-12, the issue has a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L). It enables an authenticated low-privileged attacker to remove users from groups through crafted HTTP requests.

A low-privileged authenticated attacker can exploit this vulnerability remotely over the network with low attack complexity and no user interaction. Exploitation allows the attacker to remove arbitrary users from groups, leading to high integrity impact by unauthorized modification of access controls and low availability impact.

Mitigation details are available in the advisory from Nozomi Networks at https://www.nozominetworks.com/labs/vulnerability-advisories-cve-2025-26372.

EU & UK References

Vulnerability details

A CWE-862 "Missing Authorization" in maxprofile/user-groups/routes.lua in Q-Free MaxTime less than or equal to version 2.11.0 allows an authenticated (low-privileged) attacker to remove users from groups via crafted HTTP requests.

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.
T1531 Account Access Removal Impact
Adversaries may interrupt availability of system and network resources by inhibiting access to accounts utilized by legitimate users.
Why these techniques?

The vulnerability allows exploitation of a public-facing web application (T1190) by low-privileged authenticated attackers to remove users from groups, enabling account access removal (T1531) and revocation of access rights.

CVEs Like This One

CVE-2025-26378Same product: Q-Free Maxtime
CVE-2025-26368Same product: Q-Free Maxtime
CVE-2025-26377Same product: Q-Free Maxtime
CVE-2025-26370Same product: Q-Free Maxtime
CVE-2025-26369Same product: Q-Free Maxtime
CVE-2025-26371Same product: Q-Free Maxtime
CVE-2025-26375Same product: Q-Free Maxtime
CVE-2025-26362Same product: Q-Free Maxtime
CVE-2025-26363Same product: Q-Free Maxtime
CVE-2025-26344Same product: Q-Free Maxtime

Affected Assets

q-free
maxtime
≤ 2.11.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

AC-3 enforces approved authorizations for access to system resources, directly addressing the missing authorization that allows low-privileged users to remove users from groups.

prevent

AC-6 applies least privilege to restrict low-privileged users from performing unauthorized administrative actions like modifying group memberships.

prevent

AC-2 manages accounts and group memberships to ensure only authorized personnel can modify access controls, mitigating unauthorized changes.

References