Lucene search

K
vulnrichmentOpensslVULNRICHMENT:CVE-2024-6119
HistorySep 03, 2024 - 3:58 p.m.

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

2024-09-0315:58:06
CWE-843
openssl
github.com
3
denial of service
x.509 name checks
tls clients
server certificates
memory address
exception
certificate chain validation
dns name
email address
ip address
tls servers
fips modules

AI Score

6.6

Confidence

High

EPSS

0

Percentile

16.3%

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial

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.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*"
    ],
    "vendor": "openssl",
    "product": "openssl",
    "versions": [
      {
        "status": "affected",
        "version": "3.3.0",
        "lessThan": "3.3.2",
        "versionType": "custom"
      },
      {
        "status": "affected",
        "version": "3.2.0",
        "lessThan": "3.2.3",
        "versionType": "custom"
      },
      {
        "status": "affected",
        "version": "3.1.0",
        "lessThan": "3.1.7",
        "versionType": "custom"
      },
      {
        "status": "affected",
        "version": "3.0.0",
        "lessThan": "3.0.15",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

AI Score

6.6

Confidence

High

EPSS

0

Percentile

16.3%

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial