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**: A critical **Access Control Error** in Burk Technology ARC Solo. The password change mechanism fails to verify identity properly.β¦
π‘οΈ **Root Cause**: **CWE-306** (Missing Authentication for Critical Function). The flaw lies in the **password reset/change logic**, which does not strictly validate the user's identity before allowing changes.
Q3Who is affected? (Versions/Components)
π’ **Affected Vendor**: Burk Technology. π¦ **Product**: ARC Solo (IP-based remote monitoring & control system). β οΈ **Version**: Specifically affects versions **older than 1.0.60**.
Q4What can hackers do? (Privileges/Data)
π **Attacker Capabilities**: Full **Device Takeover**. Due to CVSS 3.1 High severity (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), attackers gain **High Confidentiality, Integrity, and Availability** impact.β¦
π **Exploitation Threshold**: **LOW**. The CVSS vector shows **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges Required), and **UI:N** (No User Interaction).β¦
π₯ **Public Exploit**: **YES**. A Python POC is available on GitHub (TeteuXD2). It involves editing `Login.htm` and `post.json` to target the victim's IP/Port. β οΈ **Warning**: Works only on versions < 1.0.60.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: 1. Identify if you run Burk ARC Solo. 2. Check version number (must be < 1.0.60). 3. Use the provided GitHub POC script to test if the password change endpoint is vulnerable to identity bypass.
π§ **No Patch Workaround**: If you cannot update immediately: 1. **Isolate** the device from the public internet. 2. Restrict access via **Firewall rules** to trusted IPs only. 3.β¦
β‘ **Urgency**: **CRITICAL**. With CVSS High severity and public POCs, this is an active threat. Prioritize patching to **v1.0.60+** immediately to prevent remote device takeover.