SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-49131

MEDIUM · CVSS 5.4 EPSS 0.17% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-03 · Last synced 2026-09-02

CyberRota Analysis

AI-Generated

Authenticated users with firewall rule management privileges in OPNsense versions prior to 26.1.9 are susceptible to a stored cross-site scripting vulnerability that allows the injection of arbitrary HTML or JavaScript into the firewall rule description. This flaw can lead to the execution of malicious scripts in the browsers of any authenticated users viewing the Firewall Rules page, potentially resulting in session hijacking or credential theft. Organizations using OPNsense should prioritize patching to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-49131
Severity
MEDIUM
CVSS
5.4
EPSS
0.17%
Java

Original NVD Description

OPNsense before 26.1.9 contains a stored cross-site scripting vulnerability that allows authenticated attackers with firewall rule management privileges to inject arbitrary HTML or JavaScript by embedding payloads in the firewall rule description field via the filter API endpoint. The unsanitized description value is persisted and later rendered through the default cell formatter in opnsense_bootgrid.js, which assigns raw cell content to innerHTML, causing injected scripts to execute in the browser of any authenticated user who views the Firewall Rules page, enabling session hijacking or credential theft.