LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10010: OpenDNS OpenResolve API endpoints.py get cross site scripting

A vulnerability was found in OpenDNS OpenResolve. It has been rated as problematic. Affected by this issue is the function get of the file resolverapi/endpoints.py of the component API. The manipulation leads to cross site scripting. The attack may be launched remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The name of the patch is c680170d5583cd9342fe1af43001fe8b2b8004dd. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-217196.

LowCVSS 3.1Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2015-10010 is a low-severity cross-site scripting issue in OpenDNS OpenResolve. A successful attack could cause limited integrity impact, but it requires user interaction and is described as difficult. The sources identify a specific patch commit, but do not define affected versions.

Executive priority

Treat this as routine remediation unless OpenResolve is internet-facing or embedded in a sensitive workflow. The business risk is limited compared with higher-severity vulnerabilities, but patching should still be scheduled because the issue is remotely reachable.

Technical view

The issue is CWE-79 in the OpenResolve API component, specifically the get function in resolverapi/endpoints.py. The CVSS 3.1 vector is AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N, scoring 3.1. The referenced fix is commit c680170d5583cd9342fe1af43001fe8b2b8004dd.

Likely exposure

Exposure is limited to organizations running OpenDNS OpenResolve with the affected API code reachable. The source bundle lists versions as n/a, so version-based scoping is incomplete. Confirm by checking deployed source or package provenance against the referenced patch.

Exploitation context

The vulnerability may be launched remotely without privileges, but requires user interaction and has high attack complexity. The source states exploitation is difficult. It is not listed as KEV, and the provided sources do not support active exploitation claims.

Researcher notes

Evidence is sufficient for classification, affected component, CVSS, CWE, and patch reference. Evidence is incomplete for affected version ranges, maintained release mapping, and real-world exploitation. Avoid expanding scope beyond OpenDNS OpenResolve without deployment proof.

Mitigation direction

  • Apply the referenced OpenResolve patch commit c680170d5583cd9342fe1af43001fe8b2b8004dd.
  • Prefer an official maintained release if one maps to the patch.
  • Restrict exposure of the OpenResolve API where business use allows.
  • Follow vendor guidance if the deployed version cannot be confidently mapped.

Validation and detection

  • Inventory deployed OpenDNS OpenResolve instances and API exposure.
  • Check whether resolverapi/endpoints.py includes the referenced patch.
  • Confirm source revision equals or follows commit c680170d5583cd9342fe1af43001fe8b2b8004dd.
  • Use approved application security testing to confirm API output is safely handled.
  • Review exposed API logs for unusual requests if internet-facing.
Prepared
Confidence
medium
Sources
5

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-2015-10010 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
Low
CVSS
3.1 (3.1)
Known Exploited
No
Published

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

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

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
3.1CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N1.61.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.1Low
CVSS 3.1 vector shape for CVE-2015-10010Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OpenDNSOpenResolven/aListed
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 ('Cross-site Scripting')

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