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.โฆ
๐ฉน **Official Fix**: <br>โ **Patch Available**: Yes, in **OPNsense 25.1.8** (Community Changelog). <br>๐ **Action**: Update immediately to the latest patch version to close the command injection vector.