LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10011: OpenDNS OpenResolve endpoints.py neutralization for logs

A vulnerability classified as problematic has been found in OpenDNS OpenResolve. This affects an unknown part of the file resolverapi/endpoints.py. The manipulation leads to improper output neutralization for logs. The identifier of the patch is 9eba6ba5abd89d0e36a008921eb307fcef8c5311. It is recommended to apply a patch to fix this issue. The identifier VDB-217197 was assigned to this vulnerability.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

OpenDNS OpenResolve has a medium-severity logging flaw. A user with limited privileges on an adjacent network could manipulate log output, reducing trust in logs and potentially affecting operations. The public record names a patch but does not identify affected versions.

Executive priority

Treat this as a moderate operational integrity issue. It is unlikely to drive emergency response alone, but systems relying on OpenResolve logs for detection, audit, or troubleshooting should be patched and verified promptly.

Technical view

CVE-2015-10011 is a CWE-117 improper output neutralization issue in OpenResolve's resolverapi/endpoints.py. The CVSS 3.1 score is 4.6 with adjacent-network access, low complexity, low privileges, no user interaction, no confidentiality impact, and low integrity and availability impact.

Likely exposure

Exposure is limited to environments running OpenDNS OpenResolve. The source bundle lists versions as n/a, so asset owners must verify deployments directly rather than relying on version matching.

Exploitation context

No active exploitation is supported by the provided sources, and the CVE is not listed as KEV. The scoring indicates exploitation requires adjacent-network access and low privileges, limiting broad internet-scale risk.

Researcher notes

The public record is sparse: affected versions are unspecified and the vulnerable code area is described broadly. Validation should focus on source or package provenance and whether the patched logging behavior is present.

Mitigation direction

  • Apply the upstream patch commit 9eba6ba5abd89d0e36a008921eb307fcef8c5311.
  • Inventory systems running OpenDNS OpenResolve before prioritizing remediation.
  • Check project or vendor guidance for supported update paths.
  • Prioritize remediation where OpenResolve logs support security monitoring or incident response.

Validation and detection

  • Confirm whether OpenDNS OpenResolve is deployed in the environment.
  • Verify resolverapi/endpoints.py includes the referenced patch commit.
  • Review affected service logs for malformed or misleading entries.
  • Document any systems where affected version evidence remains unavailable.
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 · low confidence lookup

CWE-117: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-10011 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
Medium
CVSS
4.6 (3.1)
Known Exploited
No
Published

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

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
4.6CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L2.12.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.6Medium
CVSS 3.1 vector shape for CVE-2015-10011Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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-117 · source CWE mapping

Improper Output Neutralization for Logs

Improper Output Neutralization for Logs represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.