CVE-2023-0286
Vulnerable OpenSSL included in cryptography wheels
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p openssl-src --precise 111.25.0
cargo update -p openssl-src --precise 300.0.12
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (2)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| openssl-src | crates.io | All versions | 111.25.0 |
| openssl-src | crates.io | All versions | 300.0.12 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-843
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 7.4 score means for each attack dimension.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H
References
- https://github.com/pyca/cryptography/security/advisories/GHSA-x4qr-2fvf-3mr5WEB
- https://nvd.nist.gov/vuln/detail/CVE-2023-0286ADVISORY
- https://access.redhat.com/security/cve/cve-2023-0286WEB
- https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txtWEB
- https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sigWEB
- https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9WEB
- https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658WEB
- https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4dWEB
- https://github.com/pyca/cryptographyPACKAGE
- https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0003WEB
- https://rustsec.org/advisories/RUSTSEC-2023-0006.htmlWEB
- https://security.gentoo.org/glsa/202402-08WEB
- https://www.openssl.org/news/secadv/20230207.txtWEB
Frequently Asked Questions
- What is CVE-2023-0286?
- Vulnerable OpenSSL included in cryptography wheels This vulnerability has been assigned a severity rating of HIGH (CVSS score: 7.4/10).
- How do I check if my project is affected by CVE-2023-0286?
- CVE-2023-0286 affects openssl-src. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2023-0286 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- 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`
- 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