Vulnerability Name: | CVE-2022-24884 (CCN-225988) | ||||||||||||
Assigned: | 2022-05-05 | ||||||||||||
Published: | 2022-05-05 | ||||||||||||
Updated: | 2022-05-16 | ||||||||||||
Summary: | ecdsautils is a tiny collection of programs used for ECDSA (keygen, sign, verify). `ecdsa_verify_[prepare_]legacy()` does not check whether the signature values `r` and `s` are non-zero. A signature consisting only of zeroes is always considered valid, making it trivial to forge signatures. Requiring multiple signatures from different public keys does not mitigate the issue: `ecdsa_verify_list_legacy()` will accept an arbitrary number of such forged signatures. Both the `ecdsautil verify` CLI command and the libecdsautil library are affected. The issue has been fixed in ecdsautils 0.4.1. All older versions of ecdsautils (including versions before the split into a library and a CLI utility) are vulnerable. | ||||||||||||
CVSS v3 Severity: | 7.5 High (CVSS v3.1 Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N) 6.5 Medium (Temporal CVSS v3.1 Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:U/RL:O/RC:C)
4.6 Medium (CCN Temporal CVSS v3.1 Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:U/RL:O/RC:C)
| ||||||||||||
CVSS v2 Severity: | 5.0 Medium (CVSS v2 Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N)
| ||||||||||||
Vulnerability Type: | CWE-347 | ||||||||||||
Vulnerability Consequences: | Bypass Security | ||||||||||||
References: | Source: MITRE Type: CNA CVE-2022-24884 Source: XF Type: UNKNOWN ecdsautils-cve202224884-sec-bypass(225988) Source: MISC Type: Patch, Third Party Advisory https://github.com/freifunk-gluon/ecdsautils/commit/1d4b091abdf15ad7b2312535b5b95ad70f6dbd08 Source: MISC Type: Patch, Third Party Advisory https://github.com/freifunk-gluon/ecdsautils/commit/39b6d0a77414fd41614953a0e185c4eefa2f88ad Source: CCN Type: ecdsautils GIT Repository Improper Verification of ECDSA Signatures Source: CONFIRM Type: Third Party Advisory https://github.com/freifunk-gluon/ecdsautils/security/advisories/GHSA-qhcg-9ffp-78pw Source: MLIST Type: Mailing List, Third Party Advisory [debian-lts-announce] 20220507 [SECURITY] [DLA 2997-1] ecdsautils security update Source: FEDORA Type: Mailing List, Third Party Advisory FEDORA-2022-bf58612696 Source: FEDORA Type: Mailing List, Third Party Advisory FEDORA-2022-111177a5ac Source: FEDORA Type: Mailing List, Third Party Advisory FEDORA-2022-7704d5e885 Source: DEBIAN Type: Third Party Advisory DSA-5132 | ||||||||||||
Vulnerable Configuration: | Configuration 1: Configuration 2: Configuration 3: ![]() | ||||||||||||
BACK |