]> git.ipfire.org Git - ipfire-2.x.git/commit
openssl: Update to 3.3.2
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Sep 2024 18:00:17 +0000 (18:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Sep 2024 18:01:59 +0000 (18:01 +0000)
commit74a02d3372fe99bfa5dee8bfed6b64670d99775f
tree816495ed6103f1a63f63774c225d2a9e334c8552
parent3ce4d238d255477a240c3b1479cb34828c87fb59
openssl: Update to 3.3.2

Possible denial of service in X.509 name checks (CVE-2024-6119)
===============================================================

Severity: Moderate

Issue summary: Applications performing certificate name checks (e.g., TLS
clients checking server certificates) may attempt to read an invalid memory
address resulting in abnormal termination of the application process.

Impact summary: Abnormal termination of an application can a cause a denial of
service.

Applications performing certificate name checks (e.g., TLS clients checking
server certificates) may attempt to read an invalid memory address when
comparing the expected name with an `otherName` subject alternative name of an
X.509 certificate. This may result in an exception that terminates the
application program.

Note that basic certificate chain validation (signatures, dates, ...) is not
affected, the denial of service can occur only when the application also
specifies an expected DNS name, Email address or IP address.

TLS servers rarely solicit client certificates, and even when they do, they
generally don't perform a name check against a "reference identifier" (expected
identity), but rather extract the presented identity after checking the
certificate chain.  So TLS servers are generally not affected and the severity
of the issue is Moderate.

The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.
OpenSSL 1.1.1 and 1.0.2 are also not affected by this issue.

OpenSSL 3.3, 3.2, 3.1 and 3.0 are vulnerable to this issue.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/openssl