-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for the 3 Sep 2024 security release
- Loading branch information
Showing
2 changed files
with
150 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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<br>clients checking server certificates) may attempt to read an invalid memory<br>address resulting in abnormal termination of the application process.<br><br>Impact summary: Abnormal termination of an application can a cause a denial of<br>service.<br><br>Applications performing certificate name checks (e.g., TLS clients checking<br>server certificates) may attempt to read an invalid memory address when<br>comparing the expected name with an `otherName` subject alternative name of an<br>X.509 certificate. This may result in an exception that terminates the<br>application program.<br><br>Note that basic certificate chain validation (signatures, dates, ...) is not<br>affected, the denial of service can occur only when the application also<br>specifies an expected DNS name, Email address or IP address.<br><br>TLS servers rarely solicit client certificates, and even when they do, they<br>generally don't perform a name check against a "reference identifier" (expected<br>identity), but rather extract the presented identity after checking the<br>certificate chain. So TLS servers are generally not affected and the severity<br>of the issue is Moderate.<br><br>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" | ||
} |