OS Command Injection in OPNsense - CVE-2026-44194
Published: May 12, 2026
OPNsense
Deciso
Description
The vulnerability allows a remote user to execute arbitrary system commands as root.
The vulnerability exists due to improper neutralization of special elements used in an os command in core/src/opnsense/scripts/auth/sync_user.php when synchronizing local user changes. A remote privileged user can supply a crafted email address as a username to execute arbitrary system commands as root.
The issue occurs because quoted email local-parts can contain shell metacharacters that pass username validation and are then interpreted by the shell.