CVE-2014-8361
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 · uneditedThe miniigd SOAP service in Realtek SDK allows remote attackers to execute arbitrary code via a crafted NewInternalClient request, as exploited in the wild through 2023.
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 miniigd SOAP service in Realtek SDK contains a remote code execution vulnerability. Attackers can exploit this by sending a crafted NewInternalClient SOAP request, allowing arbitrary code execution on affected devices. This is a critical vulnerability in embedded device firmware that has been actively exploited in the wild.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 2.05b01<= 1.14b06<= 2.07b02<= 3.03b07<= 1.15<= 2.056b06<= 1.15<= 2.07b02<= 1.04b02< 1.15b01all versions<= 1.01b04CVSS 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
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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 device and firmware versionAccess the device admin interface or check the firmware version via CLI (often via cat /proc/version, nvram get firmware_version, or similar). For D-Link devices, check the web UI status page or use 'nvram show' via telnet/SSH if available.Affected if The firmware version falls within or below these ranges: Dir 905l <= 2.05b01, Dir 605l <= 1.14b06/2.07b02/3.03b07, Dir 600l <= 1.15/2.056b06, Dir 619l <= 1.15/2.07b02, Dir 809 <= 1.04b02, Dir 900l < 1.15b01, Dir 501 <= 1.01b04, or the device uses Realtek SDK with unknown version.
-
Confirm the miniigd or UPnP IGD service is runningCheck running processes via 'ps' command or examine /proc/<pid>/cmdline if you have shell access. Look for miniigd, igd, or upnpd processes. Alternatively, perform a port scan targeting UPnP ports (typically 49152-49155, 1900 for SSDP).Affected if The miniigd service, UPnP IGD daemon, or related processes are active on the device.
-
Verify the NewInternalClient SOAP action is exposedSend a crafted SOAP request to the UPnP service endpoint on port 49152 (or whichever port the service listens on). The NewInternalClient action is typically at /ctl/IGD or /upnp/control/igd. Example using curl: curl -X POST -d '@soap_request.xml' http://<device_ip>:<port>/ctl/IGD where the SOAP body contains NewInternalClient with arbitrary execution instructions.Affected if The device accepts and processes the NewInternalClient SOAP action without authentication, returning a successful response.
-
Check if UPnP is enabled in device settingsLog into the device web administration interface and navigate to Advanced > UPnP, or check via CLI: 'nvram get upnp_enable' or similar command depending on the device firmware.Affected if UPnP/IGD is enabled and the device meets the affected product and version criteria.
A device is likely affected if it runs a D-Link firmware version within the specified ranges or uses Realtek SDK, has the miniigd or UPnP IGD service enabled, and accepts unauthenticated NewInternalClient SOAP requests.
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.
dbcve · scoped1.15b01
Apply vendor-supplied firmware updates that include the patched Realtek SDK. If no update is available, network segmentation and firewall rules should restrict access to the miniigd service to trusted internal hosts only.
Latest available firmware from D-Link for the specific model (contact D-Link support if unsure)
- 1. Identify the exact D-Link router model from the affected list (Dir 905l, 605l, 600l, 619l, 809, 900l, or 501).
- 2. Visit the official D-Link support website (www.dlink.com) and navigate to the firmware download section for your specific model.
- 3. Check for available firmware updates. If the router model has reached end-of-life, no official firmware update may be available.
- 4. If firmware update is available, download the latest firmware version from D-Link's official site.
- 5. Access the router's web-based management interface (typically at 192.168.0.1 or 192.168.1.1).
- 6. Navigate to the firmware upgrade or system settings section.
- 7. Upload and apply the new firmware, following the on-screen instructions.
- 8. After the upgrade completes, verify the new firmware version in the router's status page.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation8.0 h
- Implementation16.0 h
- Testing12.0 h
- Review / QA8.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $12,352.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2014-8361 — 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-2014-8361 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