CVE-2026-36603
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMercusys AC12G (EU) V1 router with firmware AC12G(EU)_V1_200909 exposes 15 of 18 UPnP IGD actions without authentication on port 1900, including AddPortMapping and GetExternalIPAddress. UPnP is enabled by default through the admin interface, allowing any unauthenticated LAN device to create arbitrary port forwarding rules and access WAN traffic statistics.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Mercusys AC12G router firmware has an improper access control vulnerability in its UPnP IGD service running on port 1900. The UPnP implementation exposes 15 of 18 available actions—including AddPortMapping and GetExternalIPAddress—without any authentication, allowing any LAN device to manipulate port forwarding rules and access WAN traffic statistics.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Adjacent
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify the router modelAccess the router's admin interface (typically at 192.168.0.1 or 192.168.1.1) and check the device information page to confirm the model is Mercusys AC12G. Alternatively, check the device label on the router hardware itself.Affected if The device is a Mercusys AC12G router.
-
Verify UPnP is enabled on the routerLog into the router's administrative interface, navigate to the Advanced or Forwarding settings, and locate the UPnP setting. Check whether it is turned ON or OFF.Affected if UPnP is enabled (ON) on the router - this is required for the vulnerability to be exploitable.
-
Confirm port 1900 is accessible from the local networkFrom a device on the same local network, run a port scan or simple connectivity check: nc -zv <router-ip> 1900 or telnet <router-ip> 1900. A response indicates the port is open.Affected if Port 1900 on the router responds to requests from the LAN, meaning the UPnP service is network-accessible.
-
Test UPnP IGD authentication requirementSend a SOAP request to the router's UPnP endpoint (typically http://<router-ip>:1900/igdctlg/ctl/IA_WANIPConn1 or /ctl/IGD_ctl) with an action like GetExternalIPAddress. Use a tool like curl: curl -X POST -H 'SOAPACTION: "urn:schemas-upnp-org:service:WANIPConnection:1#GetExternalIPAddress"' -d '<?xml version="1.0"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:GetExternalIPAddress xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1"></u:GetExternalIPAddress></s:Body></s:Envelope>' http://<router-ip>:19Affected if The router responds with WAN IP information or accepts the request without requiring any authentication credentials - the device is vulnerable.
-
Confirm AddPortMapping action is availableSend a SOAP AddPortMapping request to the same UPnP endpoint with arbitrary mapping parameters. If the router accepts and creates the mapping without authentication, the vulnerability is confirmed.Affected if The AddPortMapping action executes successfully without authentication, allowing attackers to create arbitrary port forwarding rules.
If you have a Mercusys AC12G router with UPnP enabled and port 1900 responds to unauthenticated SOAP requests from the LAN, your router is affected by this vulnerability.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataDisable UPnP through the router's admin interface; if UPnP functionality is required, check for firmware updates or evaluate replacing the device with a model that properly authenticates UPnP requests.
- Consultation1.0 h
- Implementation0.5 h
- Testing1.0 h
- Review / QA0.5 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,200.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-36603 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-36603 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data