diff --git a/newsflash.md b/newsflash.md index 061460a..96e87c8 100644 --- a/newsflash.md +++ b/newsflash.md @@ -1,5 +1,10 @@ | Date | Title | | ----------- | ----- | +| 03-Sep-2024 | [Security Advisory](/news/secadv/20240903.txt): one moderate severity fix. | +| 03-Sep-2024 | OpenSSL 3.3.2 is now available, including bug and security fixes | +| 03-Sep-2024 | OpenSSL 3.2.3 is now available, including bug and security fixes | +| 03-Sep-2024 | OpenSSL 3.1.7 is now available, including bug and security fixes | +| 03-Sep-2024 | OpenSSL 3.0.15 is now available, including bug and security fixes | | 27-Jun-2024 | [Security Advisory](/news/secadv/20240627.txt): one low severity fix. | | 04-Jun-2024 | OpenSSL 3.3.1 is now available, including bug and security fixes | | 04-Jun-2024 | OpenSSL 3.2.2 is now available, including bug and security fixes | diff --git a/secjson/CVE-2024-6119.json b/secjson/CVE-2024-6119.json new file mode 100644 index 0000000..f4f90e9 --- /dev/null +++ b/secjson/CVE-2024-6119.json @@ -0,0 +1,145 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.3.2", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + }, + { + "lessThan": "3.2.3", + "status": "affected", + "version": "3.2.0", + "versionType": "semver" + }, + { + "lessThan": "3.1.7", + "status": "affected", + "version": "3.1.0", + "versionType": "semver" + }, + { + "lessThan": "3.0.15", + "status": "affected", + "version": "3.0.0", + "versionType": "semver" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "finder", + "value": "David Benjamin (Google)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Viktor Dukhovni" + } + ], + "datePublic": "2024-09-03T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "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." + } + ], + "value": "Issue summary: Applications performing certificate name checks (e.g., TLS\nclients checking server certificates) may attempt to read an invalid memory\naddress resulting in abnormal termination of the application process.\n\nImpact summary: Abnormal termination of an application can a cause a denial of\nservice.\n\nApplications performing certificate name checks (e.g., TLS clients checking\nserver certificates) may attempt to read an invalid memory address when\ncomparing the expected name with an `otherName` subject alternative name of an\nX.509 certificate. This may result in an exception that terminates the\napplication program.\n\nNote that basic certificate chain validation (signatures, dates, ...) is not\naffected, the denial of service can occur only when the application also\nspecifies an expected DNS name, Email address or IP address.\n\nTLS servers rarely solicit client certificates, and even when they do, they\ngenerally don't perform a name check against a "reference identifier" (expected\nidentity), but rather extract the presented identity after checking the\ncertificate chain. So TLS servers are generally not affected and the severity\nof the issue is Moderate.\n\nThe FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Moderate" + }, + "type": "https://www.openssl.org/policies/secpolicy.html" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-843", + "description": "CWE-843 Access of Resource Using Incompatible Type ('Type Confusion')", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20240903.txt" + }, + { + "name": "3.3.2 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/7dfcee2cd2a63b2c64b9b4b0850be64cb695b0a0" + }, + { + "name": "3.2.3 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/05f360d9e849a1b277db628f1f13083a7f8dd04f" + }, + { + "name": "3.1.7 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/621f3729831b05ee828a3203eddb621d014ff2b2" + }, + { + "name": "3.0.15 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/06d1dc3fa96a2ba5a3e22735a033012aadc9f0d6" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "Possible denial of service in X.509 name checks", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2024-6119", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +}