OpenSSL1.0.2j
Approved changes feed: RSS · Atom
cpe:2.3:a:openssl:openssl:1.0.2j:*:*:*:*:*:*:*
part: a version: 1.0.2j update: *
| Vendor | Openssl (1e7bcbe3-aabe-50a4-8853-ff7f6ce8bd02) |
|---|---|
| Product | Openssl (3ac33f6d-3ea6-5807-a2fa-788d3707f5b1) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from NVD CPE 2.0 feed |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:deb/debian/openssl |
purl2cpe | 2026-06-01 10:18:23.003531 |
pkg:deb/ubuntu/openssl |
purl2cpe | 2026-06-01 10:18:23.003533 |
pkg:github/openssl/openssl |
purl2cpe | 2026-06-01 10:18:23.003534 |
pkg:rpm/centos/openssl |
purl2cpe | 2026-06-01 10:18:23.003535 |
pkg:rpm/fedora/openssl |
purl2cpe | 2026-06-01 10:18:23.003537 |
pkg:rpm/opensuse/openssl |
purl2cpe | 2026-06-01 10:18:23.003538 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2023-3817 |
vulnerable | 2026-06-08 06:09:40.610167 |
Excessive time spent checking DH q parameter value
Issue summary: Checking excessively long DH keys or parameters may be very slow.
Impact summary: Applications that use the functions DH_check(), DH_check_ex()
or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long
delays. Where the key or parameters that are being checked have been obtained
from an untrusted source this may lead to a Denial of Service.
The function DH_check() performs various checks on DH parameters. After fixing
CVE-2023-3446 it was discovered that a large q parameter value can also trigger
an overly long computation during some of these checks. A correct q value,
if present, cannot be larger than the modulus p parameter, thus it is
unnecessary to perform these checks if q is larger than p.
An application that calls DH_check() and supplies a key or parameters obtained
from an untrusted source could be vulnerable to a Denial of Service attack.
The function DH_check() is itself called by a number of other OpenSSL functions.
An application calling any of those other functions may similarly be affected.
The other functions affected by this are DH_check_ex() and
EVP_PKEY_param_check().
Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications
when using the "-check" option.
The OpenSSL SSL/TLS implementation is not affected by this issue.
The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.
Published: 2023-07-31T15:34:13.627Z
Updated: 2025-05-05T15:53:49.014Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-3738 |
vulnerable | 2026-06-08 05:09:36.160623 |
Details available
There is an overflow bug in the AVX2 Montgomery multiplication procedure used in exponentiation with 1024-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH1024 are considered just feasible, because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be significant. However, for an attack on TLS to be meaningful, the server would have to share the DH1024 private key among multiple clients, which is no longer an option since CVE-2016-0701. This only affects processors that support the AVX2 but not ADX extensions like Intel Haswell (4th generation). Note: The impact from this issue is similar to CVE-2017-3736, CVE-2017-3732 and CVE-2015-3193. OpenSSL version 1.0.2-1.0.2m and 1.1.0-1.1.0g are affected. Fixed in OpenSSL 1.0.2n. Due to the low severity of this issue we are not issuing a new release of OpenSSL 1.1.0 at this time. The fix will be included in OpenSSL 1.1.0h when it becomes available. The fix is also available in commit e502cc86d in the OpenSSL git repository.
Published: 2017-12-07T16:00:00.000Z
Updated: 2024-09-16T18:34:25.955Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-3737 |
vulnerable | 2026-06-08 05:09:36.157954 |
Details available
OpenSSL 1.0.2 (starting from version 1.0.2b) introduced an "error state" mechanism. The intent was that if a fatal error occurred during a handshake then OpenSSL would move into the error state and would immediately fail if you attempted to continue the handshake. This works as designed for the explicit handshake functions (SSL_do_handshake(), SSL_accept() and SSL_connect()), however due to a bug it does not work correctly if SSL_read() or SSL_write() is called directly. In that scenario, if the handshake fails then a fatal error will be returned in the initial function call. If SSL_read()/SSL_write() is subsequently called by the application for the same SSL object then it will succeed and the data is passed without being decrypted/encrypted directly from the SSL/TLS record layer. In order to exploit this issue an application bug would have to be present that resulted in a call to SSL_read()/SSL_write() being issued after having already received a fatal error. OpenSSL version 1.0.2b-1.0.2m are affected. Fixed in OpenSSL 1.0.2n. OpenSSL 1.1.0 is not affected.
Published: 2017-12-07T16:00:00.000Z
Updated: 2024-09-17T03:53:31.262Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-3735 |
vulnerable | 2026-06-08 05:09:36.149646 |
Details available
While parsing an IPAddressFamily extension in an X.509 certificate, it is possible to do a one-byte overread. This would result in an incorrect text display of the certificate. This bug has been present since 2006 and is present in all versions of OpenSSL before 1.0.2m and 1.1.0g.
Published: 2017-08-28T19:00:00.000Z
Updated: 2024-09-16T21:08:28.987Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-3731 |
vulnerable | 2026-06-08 05:09:36.078557 |
Truncated packet could crash via OOB read
If an SSL/TLS server or client is running on a 32-bit host, and a specific cipher is being used, then a truncated packet can cause that server or client to perform an out-of-bounds read, usually resulting in a crash. For OpenSSL 1.1.0, the crash can be triggered when using CHACHA20/POLY1305; users should upgrade to 1.1.0d. For Openssl 1.0.2, the crash can be triggered when using RC4-MD5; users who have not disabled that algorithm should update to 1.0.2k.
Published: 2017-05-04T19:00:00.000Z
Updated: 2024-09-16T22:40:54.865Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.