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**: CIRCUTOR Q-SMT v1.0.4 has a critical flaw where tokens **never expire**.β¦
π‘οΈ **Root Cause**: **CWE-613** (Insufficient Session Expiration). The system fails to set an expiration date for authentication tokens. This is a fundamental **code logic error** in the session management module.
Q3Who is affected? (Versions/Components)
π **Affected**: **CIRCUTOR Q-SMT** hardware devices. Specifically, firmware version **1.0.4**. If you are running this specific industrial hardware version, you are at risk.
Q4What can hackers do? (Privileges/Data)
π΅οΈ **Attacker Capabilities**: With a stolen token, hackers gain **Full Control**. They can bypass authentication entirely. They can read, modify, or delete data within the web app. No further login needed.
Q5Is exploitation threshold high? (Auth/Config)
β‘ **Exploitation Threshold**: **LOW**. CVSS indicates **Network** access, **Low** complexity, and **No Privileges** required. You don't need to be logged in to sniff the token. Easy to exploit remotely.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π¦ **Public Exploit**: **No**. The `pocs` field is empty. There are no public Proof-of-Concept scripts or wild exploits available yet. However, the flaw is trivial to understand.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Look for devices running **CIRCUTOR Q-SMT v1.0.4**. Check if session tokens in browser storage or network traffic lack an expiration timestamp. Use vulnerability scanners targeting this specific CVE.
π **Workaround**: Since tokens don't expire, **manual rotation** is key. Force logout after every session. Monitor network traffic for token leakage. If possible, restrict web interface access to trusted IPs only.
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: **CRITICAL**. CVSS Score is **High** (likely 9.0+ based on vector). Unrestricted access via stolen tokens is a severe threat. Patch immediately if available, otherwise apply strict network controls.