LiveActive security incident?Get immediate response
CVE Record

CVE-2013-10006: Ziftr primecoin bitcoinrpc.cpp HTTPAuthorized timing discrepancy

A vulnerability classified as problematic was found in Ziftr primecoin up to 0.8.4rc1. Affected by this vulnerability is the function HTTPAuthorized of the file src/bitcoinrpc.cpp. The manipulation of the argument strUserPass/strRPCUserColonPass leads to observable timing discrepancy. The complexity of an attack is rather high. The exploitation appears to be difficult. Upgrading to version 0.8.4rc2 is able to address this issue. The patch is named cdb3441b5cd2c1bae49fae671dc4a496f7c96322. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-217171.

LowCVSS 2.6Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity timing weakness in legacy Ziftr primecoin RPC authentication. An attacker with limited prerequisites might infer small information from response timing, but sources describe exploitation as difficult and high complexity. The fix is to upgrade to version 0.8.4rc2.

Executive priority

Treat this as a cleanup item, not an emergency. Prioritize it if legacy primecoin software is still running or RPC access is broadly reachable. Otherwise, track remediation through normal vulnerability management.

Technical view

CVE-2013-10006 is CWE-208 in HTTPAuthorized in src/bitcoinrpc.cpp. Comparing strUserPass and strRPCUserColonPass could create observable timing differences. CVSS 3.1 is 2.6 with adjacent-network attack vector, high complexity, low privileges, no user interaction, and limited confidentiality impact.

Likely exposure

Exposure appears limited to systems running Ziftr primecoin up to 0.8.4rc1 where the RPC interface is reachable by an attacker meeting the stated prerequisites. Modern environments are unlikely to be affected unless they still operate this legacy software.

Exploitation context

The source bundle does not report active exploitation, and KEV status is false. VulDB describes attack complexity as high and exploitation as difficult. No public source in the bundle provides evidence of weaponized exploitation.

Researcher notes

Evidence supports a timing discrepancy in an authentication helper, not direct credential disclosure. The bundle identifies the patched release and commit but does not include exploit mechanics or independent exploitation reports.

Mitigation direction

  • Upgrade Ziftr primecoin to version 0.8.4rc2.
  • Apply or verify patch cdb3441b5cd2c1bae49fae671dc4a496f7c96322.
  • Restrict RPC interface reachability to trusted hosts only.
  • Review vendor guidance before making unsupported local code changes.

Validation and detection

  • Inventory any Ziftr primecoin deployments and confirm installed version.
  • Verify the patch commit is present in deployed source or binaries.
  • Confirm RPC endpoints are not exposed beyond intended trusted networks.
  • Document any remaining 0.8.4rc1 systems as accepted legacy risk.
Prepared
Confidence
high
Sources
6

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-208: 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-2013-10006 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
2.6 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

2.6Low
CVSS 3.1 vector shape for CVE-2013-10006Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Ziftrprimecoin0.8.4rc1Listed
Weakness

CWE details

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

CWE-208 · source CWE mapping

Observable Timing Discrepancy

Observable Timing Discrepancy represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.