Goal Reached Thanks to every supporter โ€” we hit 100%!

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2025-26341 โ€” AI Deep Analysis Summary

CVSS 9.8 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Critical Access Control Error in Q-Free MAXTIME Suite. <br>๐Ÿ’ฅ **Consequences**: Attackers can **reset ANY user password** via crafted HTTP requests. Total compromise of traffic signal management integrity.

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: **CWE-306** (Missing Authentication for Critical Function). <br>๐Ÿ” **Flaw**: The `maxprofile/accounts/routes.lua` module lacks identity verification checks.

Q3Who is affected? (Versions/Components)

๐Ÿข **Vendor**: Q-Free. <br>๐Ÿ“ฆ **Product**: MaxTime (Local Traffic Signal Management). <br>๐Ÿ“… **Affected**: Versions **2.11.0 and earlier**.

Q4What can hackers do? (Privileges/Data)

๐Ÿ•ต๏ธ **Attacker Action**: Send specific HTTP requests to bypass auth. <br>๐Ÿ”‘ **Privilege**: Reset arbitrary user passwords. <br>๐Ÿ“Š **Impact**: Full Control (CVSS 9.8). High Confidentiality, Integrity, and Availability loss.

Q5Is exploitation threshold high? (Auth/Config)

โšก **Threshold**: **LOW**. <br>๐ŸŒ **Network**: Attack Vector is Network (AV:N). <br>๐Ÿ”“ **Auth**: No Privileges Required (PR:N). <br>๐Ÿ‘€ **UI**: No User Interaction Needed (UI:N).

Q6Is there a public Exp? (PoC/Wild Exploitation)

๐Ÿ“œ **Public Exploit**: No PoC code provided in data. <br>๐ŸŒ **Wild Exploit**: Reference to Nozomi Networks advisory exists. Likely exploitable given CVSS 9.8 and low barrier.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: Scan for Q-Free MAXTIME Suite. <br>๐Ÿ“‚ **Target**: Check for `maxprofile/accounts/routes.lua` endpoint. <br>๐Ÿ“ก **Test**: Attempt unauthenticated HTTP requests to account routes.

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿฉน **Fix**: Update to version **> 2.11.0**. <br>๐Ÿ›ก๏ธ **Mitigation**: Ensure authentication is enforced on `routes.lua` functions. Patch is the primary defense.

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch?**: Implement WAF rules to block unauthenticated access to `/maxprofile/accounts/routes`. <br>๐Ÿ”’ **Network**: Restrict access to management interfaces. Isolate the system.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **CRITICAL**. <br>โฑ๏ธ **Priority**: Patch immediately. CVSS 9.8 + No Auth Required = High Risk of Active Exploitation. Traffic safety is at stake.