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 **Command Injection** flaw in OPNsense. <br>π₯ **Consequences**: Attackers can execute arbitrary system commands, leading to full system compromise, data theft, or service disruption.β¦
π‘οΈ **Root Cause**: **CWE-78** (OS Command Injection). <br>π **Flaw**: Improper handling of the `span` parameter in the **Bridge Interface Edit** endpoint. Input is not sanitized, allowing malicious code injection.
Q3Who is affected? (Versions/Components)
π’ **Affected Vendor**: OPNsense (by Deciso). <br>π¦ **Version**: Specifically **OPNsense 25.1**. <br>β οΈ **Component**: Network firewall/router software based on FreeBSD.
Q4What can hackers do? (Privileges/Data)
π **Attacker Capabilities**: <br>β **Full Control**: Execute commands with system privileges. <br>π **Data Access**: Read/modify sensitive config files.β¦
π’ **Public Exploit**: <br>π **PoC Available**: Yes, referenced in GitHub proofs (4rdr/proofs). <br>β‘ **Status**: Proof-of-concept exists, but widespread wild exploitation depends on admin access availability.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: <br>1οΈβ£ Verify OPNsense version is **25.1**. <br>2οΈβ£ Check if **Bridge Interfaces** are configured. <br>3οΈβ£ Inspect network traffic for malicious `span` parameter values in API/GUI requests.β¦