LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125055: agnivade easy-scrypt scrypt.go VerifyPassphrase timing discrepancy

A vulnerability, which was classified as problematic, was found in agnivade easy-scrypt. Affected is the function VerifyPassphrase of the file scrypt.go. The manipulation leads to observable timing discrepancy. The complexity of an attack is rather high. The exploitability is told to be difficult. Upgrading to version 1.0.0 is able to address this issue. The name of the patch is 477c10cf3b144ddf96526aa09f5fdea613f21812. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-217596.

LowCVSS 2.6Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2014-125055 affects the agnivade easy-scrypt library. Its VerifyPassphrase function may respond with measurably different timing, which can leak limited information under difficult conditions. The cited severity is low, with high attack complexity and adjacent-network access requirements. Upgrading the component to version 1.0.0 is the named fix.

Executive priority

Treat as a low-priority dependency hygiene issue unless the library sits in a sensitive authentication path. The practical action is to verify usage and upgrade during the next normal maintenance window, escalating only if exposure is confirmed in important systems.

Technical view

The issue is CWE-208 observable timing discrepancy in scrypt.go VerifyPassphrase. CVSS 3.1 is 2.6 with AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N. Sources identify patch commit 477c10cf3b144ddf96526aa09f5fdea613f21812 and release v1.0.0 as addressing the flaw.

Likely exposure

Exposure is limited to systems that include agnivade easy-scrypt and use VerifyPassphrase in reachable authentication or passphrase verification paths. The source bundle does not identify affected version ranges beyond the component itself, so inventory confirmation is required.

Exploitation context

The bundle does not show CISA KEV listing or other evidence of active exploitation. VulDB describes exploitability as difficult and attack complexity as high. The CVSS vector requires adjacent access and low privileges, limiting broad internet-scale urgency based on available evidence.

Researcher notes

Evidence is concise but sufficient for basic triage: low CVSS, CWE-208, named function, patch commit, and fixed release. The main gap is affected version specificity; do not assume broader product impact without dependency and code-path confirmation.

Mitigation direction

  • Upgrade agnivade easy-scrypt to version 1.0.0.
  • Confirm the dependency includes patch commit 477c10cf3b144ddf96526aa09f5fdea613f21812.
  • Check vendor and CVE guidance before relying on compensating controls.
  • Prioritize remediation where VerifyPassphrase protects sensitive authentication flows.

Validation and detection

  • Review SBOMs and Go module files for agnivade/easy-scrypt.
  • Identify application paths that call VerifyPassphrase.
  • Confirm deployed artifacts use version 1.0.0 or the named patch commit.
  • Record that no KEV evidence is present in the provided bundle.
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-2014-125055 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-2014-125055Attack 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
agnivadeeasy-scryptn/aListed
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.