Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
2DescriptionGitHub Advisory
OPNsense is a FreeBSD based firewall and routing platform. Prior to 26.1.8, an authenticated Remote Code Execution (RCE) vulnerability in the OPNsense core allows a user with user-management privileges to execute arbitrary system commands as root. An attacker can bypass input validation by formatting their malicious payload as a compliant email address, allowing shell commands to reach the underlying operating system. The flaw exists in the local user synchronization flow, within core/src/opnsense/scripts/auth/sync_user.php. This vulnerability is fixed in 26.1.8.
AnalysisAI
Authenticated remote code execution in OPNsense firewall versions prior to 26.1.8 allows a user with user-management privileges to execute arbitrary commands as root by smuggling shell payloads inside an email-address-formatted field processed by the local user synchronization script. Publicly available exploit code exists per SSVC, though EPSS scoring (0.13%) indicates low predicted mass exploitation; SSVC classifies technical impact as total but automation as no. No active exploitation has been confirmed in CISA KEV at time of analysis.
Technical ContextAI
OPNsense is an open-source FreeBSD-based firewall and routing platform whose web UI and management scripts are written largely in PHP. The flaw is rooted in core/src/opnsense/scripts/auth/sync_user.php, the helper that synchronizes local user accounts and is invoked with root privileges. The root cause is CWE-78 (OS Command Injection): the email-address input is passed to a shell context after only superficial format validation, so a syntactically valid email string that also contains shell metacharacters (e.g., backticks, $(), pipes) survives validation and is interpreted by the underlying OS shell. Because the script runs as root, any injected command inherits full system privileges, turning a legitimate management workflow into a full host takeover primitive.
RemediationAI
Vendor-released patch: upgrade OPNsense core to 26.1.8 or later, which corrects input handling in core/src/opnsense/scripts/auth/sync_user.php; details are in the GitHub Security Advisory at https://github.com/opnsense/core/security/advisories/GHSA-f59w-m967-9rf6. Until the upgrade is applied, restrict the user-management privilege to a minimal set of trusted accounts and audit existing assignments - this is the cheapest compensating control because PR:H means an attacker must already hold this role. Additionally, ensure the OPNsense web/management interface is not reachable from untrusted networks (bind to a management VLAN or enforce firewall rules limiting source IPs); side effect is reduced remote-admin convenience. Review logs for recent local user create/sync operations containing unusual email values (backticks, $(), pipes, semicolons) to detect prior exploitation attempts before patching.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-78 – OS Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30184