CVE-2022-2274
openssl-src heap memory corruption with RSA private key operation
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p openssl-src --precise 300.0.9
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (1)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| openssl-src | crates.io | All versions | 300.0.9 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-787Out-of-bounds WriteMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 9.8 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
References
- https://nvd.nist.gov/vuln/detail/CVE-2022-2274ADVISORY
- https://github.com/openssl/openssl/issues/18625WEB
- https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4d8a88c134df634ba610ff8db1eb8478ac5fd345WEB
- https://rustsec.org/advisories/RUSTSEC-2022-0033.htmlWEB
- https://security.netapp.com/advisory/ntap-20220715-0010WEB
- https://www.openssl.org/news/secadv/20220705.txtWEB
Frequently Asked Questions
- What is CVE-2022-2274?
- openssl-src heap memory corruption with RSA private key operation This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.8/10).
- How do I check if my project is affected by CVE-2022-2274?
- CVE-2022-2274 affects openssl-src. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2022-2274 and 200,000+ other known vulnerabilities.
Severity & Exploitability
Exploitation is straightforward and causes maximum impact. Patch immediately.
Also Known As
Related CVEs
- CVE-2022-3602CRITICAL
X.509 Email Address 4-byte Buffer Overflow
- CVE-2023-0216HIGH
openssl-src subject to Invalid pointer dereference in `d2i_PKCS7` functions
- CVE-2022-3358HIGH
Using a Custom Cipher with `NID_undef` may lead to NULL encryption
- CVE-2022-1473HIGH
Resource leakage when decoding certificates and keys
- CVE-2022-3786HIGH
X.509 Email Address Variable Length Buffer Overflow
- CVE-2021-4044HIGH
Invalid handling of `X509_verify_cert()` internal errors in libssl
- CVE-2021-3712HIGH
Read buffer overruns processing ASN.1 strings
- CVE-2023-0215HIGH
openssl-src vulnerable to Use-after-free following `BIO_new_NDEF`
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies