ghsa-j77v-9g36-cfp2
Vulnerability from github
Published
2022-05-24 16:51
Modified
2024-04-04 01:25
Severity ?
Details
Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.
{ "affected": [], "aliases": [ "CVE-2019-14318" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2019-07-30T17:15:00Z", "severity": "MODERATE" }, "details": "Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.", "id": "GHSA-j77v-9g36-cfp2", "modified": "2024-04-04T01:25:07Z", "published": "2022-05-24T16:51:43Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14318" }, { "type": "WEB", "url": "https://github.com/weidai11/cryptopp/issues/869" }, { "type": "WEB", "url": "https://eprint.iacr.org/2011/232.pdf" }, { "type": "WEB", "url": "https://minerva.crocs.fi.muni.cz" }, { "type": "WEB", "url": "https://tches.iacr.org/index.php/TCHES/article/view/7337" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2019/10/02/2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.