This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Critical Access Control Error in Q-Free MAXTIME Suite.β¦
π‘οΈ **Root Cause**: Missing authentication on critical functions. <br>π **Location**: `maxprofile/accounts/routes.lua`. <br>π **CWE**: CWE-306 (Missing Authentication for Critical Function).
Q3Who is affected? (Versions/Components)
π’ **Vendor**: Q-Free. <br>π¦ **Product**: MAXTIME Suite (Local traffic signal management). <br>π **Affected**: Version **2.11.0** and earlier.
Q4What can hackers do? (Privileges/Data)
π΅οΈ **Attacker Action**: Send special HTTP requests to reset user PINs. <br>π **Privileges**: No authentication required. <br>π **Impact**: High risk to data confidentiality and system integrity.
Q5Is exploitation threshold high? (Auth/Config)
β‘ **Threshold**: **LOW**. <br>π **Auth**: None required (PR:N). <br>π **Network**: Remote (AV:N). <br>π±οΈ **UI**: No user interaction needed (UI:N).
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exp**: No PoC code provided in data. <br>π **Wild Exp**: Unknown status. <br>π **Ref**: Nozomi Networks advisory available.
Q7How to self-check? (Features/Scanning)
π **Check**: Scan for Q-Free MAXTIME Suite v2.11.0 or older. <br>πΈοΈ **Feature**: Look for unauthenticated access to `maxprofile/accounts/routes.lua`.β¦