Classic Buffer OverflowWeakness · CWE-120

CVE-2015-10123

HIGH · 8.8 CVSS v3.1 Published 2024-03-13
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
95/100
Remediation priority · Urgent
Remotely reachable No privileges

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 · unedited
An unautheticated remote attacker could send specifically crafted packets to a affected device. If an authenticated user then views that data in a specific page of the web-based management a buffer overflow will be triggered to gain full access of the device.

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 · moderate confidence

This is a chained vulnerability in network device firmware. An unauthenticated attacker first sends specially crafted packets to the device, which are stored. When an authenticated user later views this data through the web-based management interface on a specific page, a buffer overflow is triggered, allowing the attacker to gain full device access. This combines a storage mechanism issue (likely insufficient input validation on the data ingestion path) with a buffer overflow for remote code execution.

MitigationApply vendor firmware updates immediately. Until patched, restrict web management interface access to only trusted administrative networks and monitor for suspicious authenticated sessions. Consider disabling the affected web management feature if possible.

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
Network
Complexity
Low
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/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 checks

Work through these to decide whether this CVE applies to you.

  1. Confirm web-based management interface is exposed
    Identify if the device's HTTP/HTTPS management interface is accessible from network segments. Check firewall rules, ACLs, or interface bindings that expose port 80/443 or vendor-specific management ports to untrusted networks.
    Affected if The web management interface is accessible from untrusted or external networks without restrictions.
  2. Identify the vulnerable management page
    Locate the specific web page within the management interface where stored data is viewed by authenticated users. Consult vendor documentation for the firmware to identify which endpoint handles displaying ingested packet data or logs.
    Affected if The specific page that displays stored packet data is present and accessible to authenticated users.
  3. Check for unauthenticated data ingestion points
    Review the device's configuration to identify interfaces or services that accept unauthenticated network packets and store them for later display. This may include diagnostic logging, packet capture features, or debug interfaces.
    Affected if The device accepts and stores unauthenticated packet data through any input mechanism.
  4. Verify firmware version against vendor advisories
    Access the device's administrative console or use CLI commands (such as 'show version' or 'system info') to retrieve the installed firmware version. Compare this version number against the vendor's CVE-2015-10123 advisory for the specific affected version ranges.
    Affected if The installed firmware version falls within the affected version range published by the vendor.
  5. Inspect for signs of stored malicious data
    Examine any logs, packet buffers, or diagnostic storage areas accessible via the management interface for unexpected or unusually long data entries that may indicate the crafted packets were stored. Look for evidence of the overflow payload in stored data.
    Affected if Stored data contains unexpected binary content or entries significantly larger than normal that correspond to the time of potential exploitation.

The environment is affected if the device runs a firmware version within the vendor-specified vulnerable range AND has the web-based management interface with the vulnerable page accessible to authenticated users who can view stored data.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Apply vendor firmware updates immediately. Until patched, restrict web management interface access to only trusted administrative networks and monitor for suspicious authenticated sessions. Consider disabling the affected web management feature if possible.

Have this fixed Scoped from the published advisory
  • Consultation6.0 h
  • Implementation12.0 h
  • Testing8.0 h
  • Review / QA4.0 h
30.0 hours of engineering $5,280
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,448.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2015-10123 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2015-10123 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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