LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25003: An issue was discovered in the libsecp256k1 crate before 0.3.1 for Rust.

An issue was discovered in the libsecp256k1 crate before 0.3.1 for Rust. Scalar::check_overflow allows a timing side-channel attack; consequently, attackers can obtain sensitive information.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability affects older Rust projects using the libsecp256k1 crate. A timing side channel in a scalar overflow check could leak sensitive information during cryptographic operations. The sources do not show active exploitation or a CVSS score, but the impact matters where private-key operations are exposed to attacker-observable timing.

Executive priority

Treat this as a targeted remediation item for cryptographic Rust services, not a broad emergency. Prioritize systems that handle signing keys or other secrets, because side-channel leakage can undermine confidentiality even without direct memory access.

Technical view

CVE-2019-25003 is a timing side-channel issue in libsecp256k1 before 0.3.1. The reported flaw is in Scalar::check_overflow, where timing differences may disclose sensitive information. Available source data does not identify specific downstream products, CVSS metrics, CWE mapping, or exploitation in the wild.

Likely exposure

Exposure is likely limited to Rust applications or libraries that directly or transitively depend on libsecp256k1 before 0.3.1, especially systems performing secp256k1 cryptographic operations involving secrets.

Exploitation context

The source bundle does not report active exploitation, and KEV status is false. Practical risk is context-dependent because timing side channels generally require attacker-observable cryptographic operations and enough timing signal to infer sensitive information.

Researcher notes

Available public data is sparse: no CVSS, CWE, product CPEs, or exploit evidence are provided. Analysis should focus on dependency resolution, whether secret-dependent secp256k1 operations are reachable, and whether timing observations are plausible in the deployed environment.

Mitigation direction

  • Upgrade libsecp256k1 to version 0.3.1 or later.
  • Review direct and transitive Rust dependencies for libsecp256k1 below 0.3.1.
  • Prioritize systems handling private keys, signing, or wallet-like cryptographic operations.
  • Check the RustSec advisory for current package guidance before release.
  • Rebuild and redeploy affected Rust services after dependency updates.

Validation and detection

  • Confirm dependency lockfiles no longer resolve libsecp256k1 below 0.3.1.
  • Use a RustSec-aware dependency audit to detect RUSTSEC-2019-0027.
  • Inventory services performing secp256k1 operations with attacker-facing inputs or timing visibility.
  • Verify deployed artifacts were rebuilt after the dependency update.
Prepared
Confidence
medium
Sources
3

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.

cve · low confidence lookup

CVE-2019-25003 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

No CWE listed

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