CVE-2022-1473
Resource leakage when decoding certificates and keys
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p openssl-src --precise 300.0.6
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.6 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-404
- CWE-459
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 7.5 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
References
- https://nvd.nist.gov/vuln/detail/CVE-2022-1473ADVISORY
- https://github.com/github/advisory-database/issues/405WEB
- https://cert-portal.siemens.com/productcert/pdf/ssa-953464.pdfWEB
- https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=64c85430f95200b6b51fe9475bd5203f7c19daf1WEB
- https://rustsec.org/advisories/RUSTSEC-2022-0025.htmlWEB
- https://security.gentoo.org/glsa/202210-02WEB
- https://security.netapp.com/advisory/ntap-20220602-0009WEB
- https://www.openssl.org/news/secadv/20220503.txtWEB
Frequently Asked Questions
- What is CVE-2022-1473?
- Resource leakage when decoding certificates and keys This vulnerability has been assigned a severity rating of HIGH (CVSS score: 7.5/10).
- How do I check if my project is affected by CVE-2022-1473?
- CVE-2022-1473 affects openssl-src. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2022-1473 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2022-4203CRITICAL
openssl-src contains Read Buffer Overflow in X.509 Name Constraint
- 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`
- CVE-2022-4450HIGH
openssl-src contains Double free after calling `PEM_read_bio_ex`
- CVE-2022-3996HIGH
Denial of service by double-checked locking in openssl-src
- CVE-2023-0401HIGH
openssl-src contains `NULL` dereference during PKCS7 data verification
- CVE-2023-0217HIGH
openssl-src subject to NULL dereference validating DSA public key
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies