SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-49132

MEDIUM · CVSS 5.4 EPSS 0.11% Public Exploit

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

CyberRota Analysis

AI-Generated

Authenticated users of OPNsense versions prior to 26.1.9 are vulnerable to a stored cross-site scripting (XSS) flaw that allows the injection of arbitrary HTML or JavaScript through the certificate description field. This vulnerability can lead to session hijacking or credential theft, as malicious scripts execute in the browsers of users viewing the affected Dashboard. Organizations using OPNsense should prioritize patching to mitigate the risk of exploitation.

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-49132
Severity
MEDIUM
CVSS
5.4
EPSS
0.11%
Java

Original NVD Description

OPNsense before 26.1.9 contains a stored cross-site scripting vulnerability that allows authenticated attackers to inject arbitrary HTML or JavaScript by embedding payloads in the certificate description field via the trust certificate API. The unsanitized description value is persisted and later rendered in the Dashboard Certificates widget through Certificates.js, which interpolates the raw value into HTML attribute and text content sinks without encoding, causing injected scripts to execute in the browser of any authenticated user who views the Dashboard, enabling session hijacking or credential theft.