LiveActive security incident?Get immediate response
CVE Record

CVE-2026-61875: luci-app-upnp Stored XSS via UPnP Port Mapping Description

luci-app-upnp contains a stored cross-site scripting vulnerability that allows unauthenticated LAN clients to inject JavaScript via UPnP IGD AddPortMapping SOAP requests. Attackers can send malicious HTML in the NewPortMappingDescription field, which miniupnpd stores and luci-app-upnp renders without output encoding, executing the payload when administrators view the UPnP or Status pages.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-61875 is a stored cross-site scripting flaw in OpenWrt LuCI’s UPnP app. A device on the local network can save malicious content in a UPnP port mapping description. When an administrator views affected LuCI UPnP or Status pages, that content can run in the admin’s browser.

Executive priority

Treat as high priority for managed OpenWrt routers, especially in networks with untrusted LAN clients. Risk depends on UPnP being enabled and administrator interaction, but impact can include admin-session compromise.

Technical view

luci-app-upnp renders the UPnP NewPortMappingDescription value without output encoding. Unauthenticated LAN clients can submit malicious HTML through UPnP IGD AddPortMapping requests; miniupnpd stores it, and LuCI later displays it. The CVSS 3.1 score is 8.8 with adjacent-network attack vector, no privileges, and required user interaction.

Likely exposure

Exposure is most likely on OpenWrt devices using LuCI with luci-app-upnp and UPnP enabled for LAN clients. The provided sources do not list affected or fixed version ranges.

Exploitation context

The attacker needs LAN adjacency and an administrator must view the affected LuCI page. The source bundle does not indicate CISA KEV listing or active exploitation.

Researcher notes

Evidence supports stored XSS via UPnP mapping descriptions in luci-app-upnp. The bundle names CWE-79, CVSS 8.8, and no KEV status. It does not provide version ranges, patch commits, or confirmed exploitation.

Mitigation direction

  • Check the OpenWrt LuCI security advisory for fixed versions or package updates.
  • Update LuCI/luci-app-upnp when vendor-fixed packages are available.
  • Disable UPnP if it is not operationally required.
  • Restrict untrusted devices from LAN segments that can reach UPnP services.

Validation and detection

  • Inventory OpenWrt devices with LuCI and luci-app-upnp installed.
  • Confirm whether UPnP is enabled and reachable from client LANs.
  • Review existing UPnP mapping descriptions for unexpected markup or script-like content.
  • Verify vendor guidance identifies your installed version as fixed or unaffected.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-61875 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
3Timeline events
0ADP providers
3Source links

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H2.16VulnCheck
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:L/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2026-61875Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
openwrtluciSee advisoryaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation

Improper Neutralization of Input During Web Page Generation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.