LiveActive security incident?Get immediate response
CVE Record

CVE-2015-20112: RLPx 5 has two CTR streams based on the same key, IV, and nonce.

RLPx 5 has two CTR streams based on the same key, IV, and nonce. This can facilitate decryption on a private network.

LowCVSS 3.4Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2015-20112 is a low-severity cryptographic weakness in Ethereum RLPx version 5. The protocol can reuse CTR stream parameters, which may help decrypt traffic on a private network. The available sources show limited confidentiality impact and high attack complexity, not broad compromise of systems or funds.

Executive priority

Treat this as a targeted review item, not an emergency. Prioritize it for blockchain or private Ethereum environments where peer traffic confidentiality matters. General enterprise urgency is low unless those systems are present.

Technical view

RLPx 5 reportedly creates two CTR streams using the same key, IV, and nonce, mapped to CWE-325. CVSS 3.1 is 3.4 with adjacent-network attack vector, high complexity, no privileges, no user interaction, and low confidentiality impact only. Integrity and availability are not indicated as impacted.

Likely exposure

Exposure is most likely in Ethereum or devp2p environments that still use or depend on RLPx version 5, especially private networks. The affected status beyond Ethereum RLPx 5 is not established in the bundle.

Exploitation context

The CVE is not listed as KEV, and the provided sources do not state active exploitation. Attack feasibility appears constrained by adjacent-network positioning, high complexity, and private-network context. Evidence does not support claims of internet-wide exploitation.

Researcher notes

The public record identifies the cryptographic flaw and CVSS characteristics but gives limited remediation detail. Do not infer affected clients beyond RLPx 5 from the bundle. Validation should focus on protocol presence, private-network exposure, and current vendor guidance.

Mitigation direction

  • Identify any Ethereum/devp2p deployments using RLPx version 5.
  • Check Ethereum client and devp2p project guidance for supported protocol fixes.
  • Prefer maintained client versions that no longer depend on vulnerable RLPx behavior.
  • Restrict private network peer access to trusted hosts only.
  • Monitor the cited GitHub issues and CVE record for vendor updates.

Validation and detection

  • Inventory Ethereum clients and devp2p components in private networks.
  • Confirm negotiated or configured RLPx protocol versions where observable.
  • Review whether untrusted systems can observe peer-to-peer network traffic.
  • Check vendor release notes before treating a client as fixed.
  • Document any remaining RLPx 5 dependency as accepted residual risk.
Prepared
Confidence
medium
Sources
7

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-325: 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-20112 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.4 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
EthereumRLPx5unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-325 · source CWE mapping

Missing Cryptographic Step

Missing Cryptographic Step represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.