Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-0286 (GCVE-0-2023-0286)
Vulnerability from cvelistv5 – Published: 2023-02-08 19:01 – Updated: 2025-11-04 19:14- type confusion vulnerability
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-04T19:14:36.256Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://www.openssl.org/news/secadv/20230207.txt"
},
{
"name": "3.0.8 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658"
},
{
"name": "1.1.1t git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9"
},
{
"name": "1.0.2zg patch (premium)",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d"
},
{
"tags": [
"x_transferred"
],
"url": "https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig"
},
{
"tags": [
"x_transferred"
],
"url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202402-08"
},
{
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0003"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-0286",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-06T15:57:22.031399Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-843",
"description": "CWE-843 Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-27T20:32:52.864Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "3.0.8",
"status": "affected",
"version": "3.0.0",
"versionType": "semver"
},
{
"lessThan": "1.1.1t",
"status": "affected",
"version": "1.1.1",
"versionType": "custom"
},
{
"lessThan": "1.0.2zg",
"status": "affected",
"version": "1.0.2",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"user": "00000000-0000-4000-9000-000000000000",
"value": "David Benjamin (Google)"
},
{
"lang": "en",
"type": "remediation developer",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Hugo Landau"
}
],
"datePublic": "2023-02-07T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "There is a type confusion vulnerability relating to X.400 address processing\u003cbr\u003einside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\u003cbr\u003ethe public structure definition for GENERAL_NAME incorrectly specified the type\u003cbr\u003eof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\u003cbr\u003ethe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\u003cbr\u003eASN1_STRING.\u003cbr\u003e\u003cbr\u003eWhen CRL checking is enabled (i.e. the application sets the\u003cbr\u003eX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\u003cbr\u003earbitrary pointers to a memcmp call, enabling them to read memory contents or\u003cbr\u003eenact a denial of service. In most cases, the attack requires the attacker to\u003cbr\u003eprovide both the certificate chain and CRL, neither of which need to have a\u003cbr\u003evalid signature. If the attacker only controls one of these inputs, the other\u003cbr\u003einput must already contain an X.400 address as a CRL distribution point, which\u003cbr\u003eis uncommon. As such, this vulnerability is most likely to only affect\u003cbr\u003eapplications which have implemented their own functionality for retrieving CRLs\u003cbr\u003eover a network.\u003cbr\u003e\u003cbr\u003e"
}
],
"value": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "High"
},
"type": "https://www.openssl.org/policies/secpolicy.html"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "type confusion vulnerability",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-02-04T09:06:58.565Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://www.openssl.org/news/secadv/20230207.txt"
},
{
"name": "3.0.8 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658"
},
{
"name": "1.1.1t git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9"
},
{
"name": "1.0.2zg patch (premium)",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d"
},
{
"url": "https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig"
},
{
"url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt"
},
{
"url": "https://security.gentoo.org/glsa/202402-08"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "X.400 address type confusion in X.509 GeneralName",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2023-0286",
"datePublished": "2023-02-08T19:01:50.514Z",
"dateReserved": "2023-01-13T10:40:41.259Z",
"dateUpdated": "2025-11-04T19:14:36.256Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-0286",
"date": "2026-06-01",
"epss": "0.88334",
"percentile": "0.99513"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-0286\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2023-02-08T20:15:24.267\",\"lastModified\":\"2025-11-04T20:16:16.350\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"There is a type confusion vulnerability relating to X.400 address processing\\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\\nthe public structure definition for GENERAL_NAME incorrectly specified the type\\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\\nASN1_STRING.\\n\\nWhen CRL checking is enabled (i.e. the application sets the\\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\\narbitrary pointers to a memcmp call, enabling them to read memory contents or\\nenact a denial of service. In most cases, the attack requires the attacker to\\nprovide both the certificate chain and CRL, neither of which need to have a\\nvalid signature. If the attacker only controls one of these inputs, the other\\ninput must already contain an X.400 address as a CRL distribution point, which\\nis uncommon. As such, this vulnerability is most likely to only affect\\napplications which have implemented their own functionality for retrieving CRLs\\nover a network.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-843\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-843\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.0.2zg\",\"matchCriteriaId\":\"70985D55-A574-4151-B451-4D500CBFC29A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1t\",\"matchCriteriaId\":\"DE0061D6-8F81-45D3-B254-82A94915FD08\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.8\",\"matchCriteriaId\":\"A6DC5D88-4E99-48F2-8892-610ACA9B5B86\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_management_center:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.3.3\",\"matchCriteriaId\":\"62A933C5-C56E-485C-AD49-3B6A2C329131\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.7.0\",\"versionEndExcluding\":\"2.7.11\",\"matchCriteriaId\":\"27B77023-4983-4D33-9824-A120A5ED31BD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.8.0\",\"versionEndExcluding\":\"3.7.34\",\"matchCriteriaId\":\"8BD398C8-BC0B-4ED5-B71A-B9C6D8F63659\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.8.0\",\"versionEndExcluding\":\"3.11.22\",\"matchCriteriaId\":\"31B59634-B59C-4391-96D3-200A86A6CE3E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.3.16\",\"matchCriteriaId\":\"F7794B42-8235-4C75-866F-5D0A405F0989\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.4.0\",\"versionEndExcluding\":\"4.6.3\",\"matchCriteriaId\":\"C8A23A5D-928A-4225-9C93-31E5DFE215A7\"}]}]}],\"references\":[{\"url\":\"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202402-08\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://www.openssl.org/news/secadv/20230207.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0003\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202402-08\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.openssl.org/news/secadv/20230207.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230207.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658\", \"name\": \"3.0.8 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9\", \"name\": \"1.1.1t git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d\", \"name\": \"1.0.2zg patch (premium)\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0003\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T19:14:36.256Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-0286\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-06T15:57:22.031399Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-843\", \"description\": \"CWE-843 Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-06T15:57:23.457Z\"}}], \"cna\": {\"title\": \"X.400 address type confusion in X.509 GeneralName\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"David Benjamin (Google)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Hugo Landau\"}], \"metrics\": [{\"other\": {\"type\": \"https://www.openssl.org/policies/secpolicy.html\", \"content\": {\"text\": \"High\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.0.0\", \"lessThan\": \"3.0.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.1.1\", \"lessThan\": \"1.1.1t\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"1.0.2\", \"lessThan\": \"1.0.2zg\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2023-02-07T00:00:00.000Z\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230207.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658\", \"name\": \"3.0.8 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9\", \"name\": \"1.1.1t git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d\", \"name\": \"1.0.2zg patch (premium)\", \"tags\": [\"patch\"]}, {\"url\": \"https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig\"}, {\"url\": \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt\"}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"There is a type confusion vulnerability relating to X.400 address processing\\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\\nthe public structure definition for GENERAL_NAME incorrectly specified the type\\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\\nASN1_STRING.\\n\\nWhen CRL checking is enabled (i.e. the application sets the\\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\\narbitrary pointers to a memcmp call, enabling them to read memory contents or\\nenact a denial of service. In most cases, the attack requires the attacker to\\nprovide both the certificate chain and CRL, neither of which need to have a\\nvalid signature. If the attacker only controls one of these inputs, the other\\ninput must already contain an X.400 address as a CRL distribution point, which\\nis uncommon. As such, this vulnerability is most likely to only affect\\napplications which have implemented their own functionality for retrieving CRLs\\nover a network.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"There is a type confusion vulnerability relating to X.400 address processing\u003cbr\u003einside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\u003cbr\u003ethe public structure definition for GENERAL_NAME incorrectly specified the type\u003cbr\u003eof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\u003cbr\u003ethe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\u003cbr\u003eASN1_STRING.\u003cbr\u003e\u003cbr\u003eWhen CRL checking is enabled (i.e. the application sets the\u003cbr\u003eX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\u003cbr\u003earbitrary pointers to a memcmp call, enabling them to read memory contents or\u003cbr\u003eenact a denial of service. In most cases, the attack requires the attacker to\u003cbr\u003eprovide both the certificate chain and CRL, neither of which need to have a\u003cbr\u003evalid signature. If the attacker only controls one of these inputs, the other\u003cbr\u003einput must already contain an X.400 address as a CRL distribution point, which\u003cbr\u003eis uncommon. As such, this vulnerability is most likely to only affect\u003cbr\u003eapplications which have implemented their own functionality for retrieving CRLs\u003cbr\u003eover a network.\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"type confusion vulnerability\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2024-02-04T09:06:58.565Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-0286\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T19:14:36.256Z\", \"dateReserved\": \"2023-01-13T10:40:41.259Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2023-02-08T19:01:50.514Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2023:1199
Vulnerability from csaf_redhat - Published: 2023-03-14 13:57 - Updated: 2026-03-20 00:02A flaw was found in Open SSL. A read buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification, and requires either a CA to have signed the malicious certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
A timing-based side channel exists in the OpenSSL RSA Decryption implementation, which could be sufficient to recover a ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption, an attacker would have to be able to send a very large number of trial messages for decryption. This issue affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP, and RSASVE.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
A double-free vulnerability was found in OpenSSL's PEM_read_bio_ex function. The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the "name" (for example, "CERTIFICATE"), any header data, and the payload data. If the function succeeds, then the "name_out," "header," and "data" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. Constructing a PEM file that results in 0 bytes of payload data is possible. In this case, PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a freed buffer. A double-free will occur if the caller also frees this buffer. This will most likely lead to a crash. This could be exploited by an attacker who can supply malicious PEM files for parsing to achieve a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
A use-after-free vulnerability was found in OpenSSL's BIO_new_NDEF function. The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally by OpenSSL to support the SMIME, CMS, and PKCS7 streaming capabilities, but it may also be called directly by end-user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions. For example, if a CMS recipient public key is invalid, the new filter BIO is freed, and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up, and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then calls BIO_pop() on the BIO, a use-after-free will occur, possibly resulting in a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in OpenSSL. An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2i_PKCS7(), d2i_PKCS7_bio() or d2i_PKCS7_fp() functions. This may result in an application crash which could lead to a denial of service. The TLS implementation in OpenSSL does not call this function, however, third party applications might call these functions on untrusted data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in OpenSSL. An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVP_PKEY_public_check() function, most likely leading to an application crash. This function can be called on public keys supplied from untrusted sources, which could allow an attacker to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A NULL pointer vulnerability was found in OpenSSL, which can be dereferenced when signatures are being verified on PKCS7 signed or signedAndEnveloped data. In case the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorithm is not available, the digest initialization will fail. There is a missing check for the return value from the initialization function which later leads to invalid usage of the digest API, most likely leading to a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openssl is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.\n\n[Updated 20 March 2023]\nPreviously, this erratum was marked as having a security impact of Moderate. This was incorrect; the security impact of this erratum has been changed to Important, to correctly reflect the highest impact rating of CVE fixes included in this release. No changes have been made to packages.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\n* openssl: read buffer overflow in X.509 certificate verification (CVE-2022-4203)\n\n* openssl: timing attack in RSA Decryption implementation (CVE-2022-4304)\n\n* openssl: double free after calling PEM_read_bio_ex (CVE-2022-4450)\n\n* openssl: use-after-free following BIO_new_NDEF (CVE-2023-0215)\n\n* openssl: invalid pointer dereference in d2i_PKCS7 functions (CVE-2023-0216)\n\n* openssl: NULL dereference validating DSA public key (CVE-2023-0217)\n\n* openssl: NULL dereference during PKCS7 data verification (CVE-2023-0401)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* HMAC generation should reject key lengths \u003c 112 bits or provide an indicator in FIPS mode (BZ#2144001)\n\n* In FIPS mode, openssl should set a minimum length for passwords in PBKDF2 (BZ#2144004)\n\n* stunnel consumes high amount of memory when pestered with TCP connections without a TLS handshake (BZ#2144009)\n\n* In FIPS mode, openssl should reject SHAKE as digest for RSA-OAEP or provide an indicator (BZ#2144011)\n\n* In FIPS mode, openssl should reject RSASSA-PSS salt lengths larger than the output size of the hash function used, or provide an indicator (BZ#2144013)\n\n* In FIPS mode, openssl should reject RSA signatures with X9.31 padding, or provide an indicator (BZ#2144016)\n\n* In FIPS mode, openssl should reject SHA-224, SHA-384, SHA-512-224, and SHA-512-256 as hashes for hash-based DRBGs, or provide an indicator after 2023-05-16 (BZ#2144018)\n\n* In FIPS mode, openssl should reject KDF input and output key lengths \u003c 112 bits or provide an indicator (BZ#2144020)\n\n* In FIPS mode, openssl should reject RSA keys \u003c 2048 bits when using EVP_PKEY_decapsulate, or provide an indicator (BZ#2145171)\n\n* OpenSSL FIPS checksum code needs update (BZ#2158413)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1199",
"url": "https://access.redhat.com/errata/RHSA-2023:1199"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2144001",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144001"
},
{
"category": "external",
"summary": "2144004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144004"
},
{
"category": "external",
"summary": "2144007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144007"
},
{
"category": "external",
"summary": "2144009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144009"
},
{
"category": "external",
"summary": "2144011",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144011"
},
{
"category": "external",
"summary": "2144013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144013"
},
{
"category": "external",
"summary": "2144016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144016"
},
{
"category": "external",
"summary": "2144018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144018"
},
{
"category": "external",
"summary": "2144020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144020"
},
{
"category": "external",
"summary": "2145171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145171"
},
{
"category": "external",
"summary": "2158413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158413"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "2164487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164487"
},
{
"category": "external",
"summary": "2164488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164488"
},
{
"category": "external",
"summary": "2164492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164492"
},
{
"category": "external",
"summary": "2164494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164494"
},
{
"category": "external",
"summary": "2164497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164497"
},
{
"category": "external",
"summary": "2164499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164499"
},
{
"category": "external",
"summary": "2164500",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164500"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1199.json"
}
],
"title": "Red Hat Security Advisory: openssl security and bug fix update",
"tracking": {
"current_release_date": "2026-03-20T00:02:22+00:00",
"generator": {
"date": "2026-03-20T00:02:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2023:1199",
"initial_release_date": "2023-03-14T13:57:15+00:00",
"revision_history": [
{
"date": "2023-03-14T13:57:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-21T11:27:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-20T00:02:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.0::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-46.el9_0.aarch64",
"product": {
"name": "openssl-devel-1:3.0.1-46.el9_0.aarch64",
"product_id": "openssl-devel-1:3.0.1-46.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-46.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.0.1-46.el9_0.aarch64",
"product": {
"name": "openssl-perl-1:3.0.1-46.el9_0.aarch64",
"product_id": "openssl-perl-1:3.0.1-46.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.0.1-46.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"product": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"product_id": "openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-46.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"product": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"product_id": "openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-46.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"product_id": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-46.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-1:3.0.1-46.el9_0.aarch64",
"product": {
"name": "openssl-1:3.0.1-46.el9_0.aarch64",
"product_id": "openssl-1:3.0.1-46.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-46.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-46.el9_0.aarch64",
"product": {
"name": "openssl-libs-1:3.0.1-46.el9_0.aarch64",
"product_id": "openssl-libs-1:3.0.1-46.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-46.el9_0?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"product": {
"name": "openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"product_id": "openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-46.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"product": {
"name": "openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"product_id": "openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.0.1-46.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"product": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"product_id": "openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-46.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"product": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"product_id": "openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-46.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"product_id": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-46.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-1:3.0.1-46.el9_0.ppc64le",
"product": {
"name": "openssl-1:3.0.1-46.el9_0.ppc64le",
"product_id": "openssl-1:3.0.1-46.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-46.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"product": {
"name": "openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"product_id": "openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-46.el9_0?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-46.el9_0.i686",
"product": {
"name": "openssl-devel-1:3.0.1-46.el9_0.i686",
"product_id": "openssl-devel-1:3.0.1-46.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-46.el9_0?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-46.el9_0.i686",
"product": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.i686",
"product_id": "openssl-debugsource-1:3.0.1-46.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-46.el9_0?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"product": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"product_id": "openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-46.el9_0?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"product_id": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-46.el9_0?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-46.el9_0.i686",
"product": {
"name": "openssl-libs-1:3.0.1-46.el9_0.i686",
"product_id": "openssl-libs-1:3.0.1-46.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-46.el9_0?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-46.el9_0.x86_64",
"product": {
"name": "openssl-devel-1:3.0.1-46.el9_0.x86_64",
"product_id": "openssl-devel-1:3.0.1-46.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-46.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.0.1-46.el9_0.x86_64",
"product": {
"name": "openssl-perl-1:3.0.1-46.el9_0.x86_64",
"product_id": "openssl-perl-1:3.0.1-46.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.0.1-46.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"product": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"product_id": "openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-46.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"product": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"product_id": "openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-46.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"product_id": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-46.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-1:3.0.1-46.el9_0.x86_64",
"product": {
"name": "openssl-1:3.0.1-46.el9_0.x86_64",
"product_id": "openssl-1:3.0.1-46.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-46.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-46.el9_0.x86_64",
"product": {
"name": "openssl-libs-1:3.0.1-46.el9_0.x86_64",
"product_id": "openssl-libs-1:3.0.1-46.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-46.el9_0?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-46.el9_0.s390x",
"product": {
"name": "openssl-devel-1:3.0.1-46.el9_0.s390x",
"product_id": "openssl-devel-1:3.0.1-46.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-46.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.0.1-46.el9_0.s390x",
"product": {
"name": "openssl-perl-1:3.0.1-46.el9_0.s390x",
"product_id": "openssl-perl-1:3.0.1-46.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.0.1-46.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"product": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"product_id": "openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-46.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"product": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"product_id": "openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-46.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"product_id": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-46.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-1:3.0.1-46.el9_0.s390x",
"product": {
"name": "openssl-1:3.0.1-46.el9_0.s390x",
"product_id": "openssl-1:3.0.1-46.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-46.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-46.el9_0.s390x",
"product": {
"name": "openssl-libs-1:3.0.1-46.el9_0.s390x",
"product_id": "openssl-libs-1:3.0.1-46.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-46.el9_0?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:3.0.1-46.el9_0.src",
"product": {
"name": "openssl-1:3.0.1-46.el9_0.src",
"product_id": "openssl-1:3.0.1-46.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-46.el9_0?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-perl-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-perl-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-perl-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.src",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-devel-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-libs-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-46.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64"
},
"product_reference": "openssl-perl-1:3.0.1-46.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-46.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le"
},
"product_reference": "openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-46.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x"
},
"product_reference": "openssl-perl-1:3.0.1-46.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-46.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
},
"product_reference": "openssl-perl-1:3.0.1-46.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-4203",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Open SSL. A read buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification, and requires either a CA to have signed the malicious certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: read buffer overflow in X.509 certificate verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6, 7, and 8 ships OpenSSL 1.1.1 and 1.0.2 which do not contain the incorrect code, so those are not affected by this CVE. Similarly, the versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4203"
},
{
"category": "external",
"summary": "RHBZ#2164488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4203",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4203"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-14T13:57:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1199"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: read buffer overflow in X.509 certificate verification"
},
{
"cve": "CVE-2022-4304",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164487"
}
],
"notes": [
{
"category": "description",
"text": "A timing-based side channel exists in the OpenSSL RSA Decryption implementation, which could be sufficient to recover a ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption, an attacker would have to be able to send a very large number of trial messages for decryption. This issue affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP, and RSASVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: timing attack in RSA Decryption implementation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4304"
},
{
"category": "external",
"summary": "RHBZ#2164487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164487"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4304"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-14T13:57:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1199"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: timing attack in RSA Decryption implementation"
},
{
"cve": "CVE-2022-4450",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164494"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability was found in OpenSSL\u0027s PEM_read_bio_ex function. The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (for example, \"CERTIFICATE\"), any header data, and the payload data. If the function succeeds, then the \"name_out,\" \"header,\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. Constructing a PEM file that results in 0 bytes of payload data is possible. In this case, PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a freed buffer. A double-free will occur if the caller also frees this buffer. This will most likely lead to a crash. This could be exploited by an attacker who can supply malicious PEM files for parsing to achieve a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: double free after calling PEM_read_bio_ex",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A double-free vulnerability was found in the OpenSSL library in the PEM_read_bio_ex() function and its wrappers. The flaw is triggered when the library parses a specially crafted PEM file constructed to have zero bytes of payload data. This edge case causes the function to return a failure code but also populate a header argument with a pointer to memory that has already been freed, leading to a double-free condition if the calling application also attempts to free it, resulting in a crash and a denial of service. The flaw is rated as moderate because it results in a crash but does not allow code execution, memory corruption beyond the crash, or data leakage.\n\nThe versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are shipping OpenSSL 1.1.1 and 1.0.2, which do not contain the incorrect code, so those are not affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4450"
},
{
"category": "external",
"summary": "RHBZ#2164494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164494"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4450"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-14T13:57:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1199"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: double free after calling PEM_read_bio_ex"
},
{
"cve": "CVE-2023-0215",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164492"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in OpenSSL\u0027s BIO_new_NDEF function. The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally by OpenSSL to support the SMIME, CMS, and PKCS7 streaming capabilities, but it may also be called directly by end-user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions. For example, if a CMS recipient public key is invalid, the new filter BIO is freed, and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up, and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then calls BIO_pop() on the BIO, a use-after-free will occur, possibly resulting in a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: use-after-free following BIO_new_NDEF",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was found in the OpenSSL library within the BIO_new_NDEF function, which is used for ASN.1 data streaming. The flaw is a use-after-free issue that happens when an error occurs while setting up a BIO chain. In this case, the filter BIO is freed, but the original BIO still holds a reference to it. If the caller later calls BIO_pop(), it tries to use this freed pointer, causing a crash and leading to a Denial of Service (DoS). The flaw is rated as moderate because it results in a crash but does not allow code execution, memory corruption beyond the crash, or data leakage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0215"
},
{
"category": "external",
"summary": "RHBZ#2164492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0215",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0215"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-14T13:57:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1199"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: use-after-free following BIO_new_NDEF"
},
{
"cve": "CVE-2023-0216",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164497"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2i_PKCS7(), d2i_PKCS7_bio() or d2i_PKCS7_fp() functions. This may result in an application crash which could lead to a denial of service. The TLS implementation in OpenSSL does not call this function, however, third party applications might call these functions on untrusted data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: invalid pointer dereference in d2i_PKCS7 functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6, 7, and 8 ships OpenSSL 1.1.1 and 1.0.2 which do not contain the incorrect code, so those are not affected by this CVE. Similarly, the versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0216"
},
{
"category": "external",
"summary": "RHBZ#2164497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164497"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0216",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0216"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-14T13:57:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1199"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: invalid pointer dereference in d2i_PKCS7 functions"
},
{
"cve": "CVE-2023-0217",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164499"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVP_PKEY_public_check() function, most likely leading to an application crash. This function can be called on public keys supplied from untrusted sources, which could allow an attacker to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: NULL dereference validating DSA public key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6, 7, and 8 ships OpenSSL 1.1.1 and 1.0.2 which do not contain the incorrect code, so those are not affected by this CVE. Similarly, the versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0217"
},
{
"category": "external",
"summary": "RHBZ#2164499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164499"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0217"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-14T13:57:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1199"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: NULL dereference validating DSA public key"
},
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-14T13:57:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1199"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
},
{
"cve": "CVE-2023-0401",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164500"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer vulnerability was found in OpenSSL, which can be dereferenced when signatures are being verified on PKCS7 signed or signedAndEnveloped data. In case the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorithm is not available, the digest initialization will fail. There is a missing check for the return value from the initialization function which later leads to invalid usage of the digest API, most likely leading to a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: NULL dereference during PKCS7 data verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6, 7, and 8 ships OpenSSL 1.1.1 and 1.0.2 which do not contain the incorrect code, so those are not affected by this CVE. Similarly, the versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0401"
},
{
"category": "external",
"summary": "RHBZ#2164500",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164500"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0401",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0401"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-14T13:57:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1199"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"AppStream-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.src",
"BaseOS-9.0.0.Z.EUS:openssl-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-debugsource-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-devel-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.i686",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-libs-debuginfo-1:3.0.1-46.el9_0.x86_64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.aarch64",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.ppc64le",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.s390x",
"BaseOS-9.0.0.Z.EUS:openssl-perl-1:3.0.1-46.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: NULL dereference during PKCS7 data verification"
}
]
}
RHSA-2023:1335
Vulnerability from csaf_redhat - Published: 2023-03-20 09:50 - Updated: 2025-11-21 18:38A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openssl is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1335",
"url": "https://access.redhat.com/errata/RHSA-2023:1335"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1335.json"
}
],
"title": "Red Hat Security Advisory: openssl security update",
"tracking": {
"current_release_date": "2025-11-21T18:38:37+00:00",
"generator": {
"date": "2025-11-21T18:38:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:1335",
"initial_release_date": "2023-03-20T09:50:02+00:00",
"revision_history": [
{
"date": "2023-03-20T09:50:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-20T09:50:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:38:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Client (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.0.2k-26.el7_9.src",
"product": {
"name": "openssl-1:1.0.2k-26.el7_9.src",
"product_id": "openssl-1:1.0.2k-26.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.2k-26.el7_9?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.0.2k-26.el7_9.x86_64",
"product": {
"name": "openssl-1:1.0.2k-26.el7_9.x86_64",
"product_id": "openssl-1:1.0.2k-26.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.2k-26.el7_9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"product": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"product_id": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-26.el7_9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"product": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"product_id": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-26.el7_9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"product": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"product_id": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-26.el7_9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"product": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"product_id": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-26.el7_9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"product": {
"name": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"product_id": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.2k-26.el7_9?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"product": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"product_id": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-26.el7_9?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"product": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"product_id": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-26.el7_9?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"product": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"product_id": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-26.el7_9?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-static-1:1.0.2k-26.el7_9.i686",
"product": {
"name": "openssl-static-1:1.0.2k-26.el7_9.i686",
"product_id": "openssl-static-1:1.0.2k-26.el7_9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.2k-26.el7_9?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"product": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"product_id": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.2k-26.el7_9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"product": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"product_id": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-26.el7_9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"product": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"product_id": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-26.el7_9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"product": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"product_id": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-26.el7_9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"product": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"product_id": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-26.el7_9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"product": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"product_id": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.2k-26.el7_9?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.0.2k-26.el7_9.ppc64",
"product": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64",
"product_id": "openssl-1:1.0.2k-26.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.2k-26.el7_9?arch=ppc64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"product": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"product_id": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-26.el7_9?arch=ppc64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"product": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"product_id": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-26.el7_9?arch=ppc64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"product": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"product_id": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-26.el7_9?arch=ppc64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"product": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"product_id": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-26.el7_9?arch=ppc64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"product": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"product_id": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.2k-26.el7_9?arch=ppc64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"product": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"product_id": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-26.el7_9?arch=ppc\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"product": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"product_id": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-26.el7_9?arch=ppc\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"product": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"product_id": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-26.el7_9?arch=ppc\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"product": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"product_id": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.2k-26.el7_9?arch=ppc\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.0.2k-26.el7_9.s390x",
"product": {
"name": "openssl-1:1.0.2k-26.el7_9.s390x",
"product_id": "openssl-1:1.0.2k-26.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.2k-26.el7_9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"product": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"product_id": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-26.el7_9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"product": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"product_id": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-26.el7_9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"product": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"product_id": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-26.el7_9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"product": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"product_id": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.0.2k-26.el7_9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"product": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"product_id": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.2k-26.el7_9?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"product": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"product_id": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.2k-26.el7_9?arch=s390\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"product": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"product_id": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.0.2k-26.el7_9?arch=s390\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"product": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"product_id": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.2k-26.el7_9?arch=s390\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-static-1:1.0.2k-26.el7_9.s390",
"product": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390",
"product_id": "openssl-static-1:1.0.2k-26.el7_9.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.2k-26.el7_9?arch=s390\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.src as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.src"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.src",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
"product_id": "7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.src",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.src",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.src"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.src",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.src",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.src"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.src",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.src",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.i686",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-1:1.0.2k-26.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
},
"product_reference": "openssl-static-1:1.0.2k-26.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-20T09:50:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1335"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Client-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Client-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Client-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Client-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7ComputeNode-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Server-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Server-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Server-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Server-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Workstation-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Workstation-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.src",
"7Workstation-optional-7.9.Z:openssl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-debuginfo-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-devel-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-libs-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-perl-1:1.0.2k-26.el7_9.x86_64",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.i686",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.s390x",
"7Workstation-optional-7.9.Z:openssl-static-1:1.0.2k-26.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
}
]
}
RHSA-2023:1405
Vulnerability from csaf_redhat - Published: 2023-03-22 10:38 - Updated: 2026-01-22 04:24A timing-based side channel exists in the OpenSSL RSA Decryption implementation, which could be sufficient to recover a ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption, an attacker would have to be able to send a very large number of trial messages for decryption. This issue affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP, and RSASVE.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
A double-free vulnerability was found in OpenSSL's PEM_read_bio_ex function. The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the "name" (for example, "CERTIFICATE"), any header data, and the payload data. If the function succeeds, then the "name_out," "header," and "data" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. Constructing a PEM file that results in 0 bytes of payload data is possible. In this case, PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a freed buffer. A double-free will occur if the caller also frees this buffer. This will most likely lead to a crash. This could be exploited by an attacker who can supply malicious PEM files for parsing to achieve a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
A use-after-free vulnerability was found in OpenSSL's BIO_new_NDEF function. The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally by OpenSSL to support the SMIME, CMS, and PKCS7 streaming capabilities, but it may also be called directly by end-user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions. For example, if a CMS recipient public key is invalid, the new filter BIO is freed, and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up, and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then calls BIO_pop() on the BIO, a use-after-free will occur, possibly resulting in a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
|
A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openssl is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\n* openssl: timing attack in RSA Decryption implementation (CVE-2022-4304)\n\n* openssl: double free after calling PEM_read_bio_ex (CVE-2022-4450)\n\n* openssl: use-after-free following BIO_new_NDEF (CVE-2023-0215)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1405",
"url": "https://access.redhat.com/errata/RHSA-2023:1405"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "2164487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164487"
},
{
"category": "external",
"summary": "2164492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164492"
},
{
"category": "external",
"summary": "2164494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164494"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1405.json"
}
],
"title": "Red Hat Security Advisory: openssl security update",
"tracking": {
"current_release_date": "2026-01-22T04:24:29+00:00",
"generator": {
"date": "2026-01-22T04:24:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.15"
}
},
"id": "RHSA-2023:1405",
"initial_release_date": "2023-03-22T10:38:31+00:00",
"revision_history": [
{
"date": "2023-03-22T10:38:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-22T10:38:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-01-22T04:24:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-9.el8_7.src",
"product": {
"name": "openssl-1:1.1.1k-9.el8_7.src",
"product_id": "openssl-1:1.1.1k-9.el8_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-9.el8_7?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-9.el8_7.aarch64",
"product": {
"name": "openssl-1:1.1.1k-9.el8_7.aarch64",
"product_id": "openssl-1:1.1.1k-9.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-9.el8_7?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"product": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"product_id": "openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-9.el8_7?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"product": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"product_id": "openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-9.el8_7?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"product": {
"name": "openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"product_id": "openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-9.el8_7?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"product": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"product_id": "openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-9.el8_7?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"product_id": "openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-9.el8_7?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-9.el8_7?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-9.el8_7.ppc64le",
"product": {
"name": "openssl-1:1.1.1k-9.el8_7.ppc64le",
"product_id": "openssl-1:1.1.1k-9.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-9.el8_7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"product": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"product_id": "openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-9.el8_7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"product": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"product_id": "openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-9.el8_7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"product": {
"name": "openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"product_id": "openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-9.el8_7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"product": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"product_id": "openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-9.el8_7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"product_id": "openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-9.el8_7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-9.el8_7?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-9.el8_7.x86_64",
"product": {
"name": "openssl-1:1.1.1k-9.el8_7.x86_64",
"product_id": "openssl-1:1.1.1k-9.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-9.el8_7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"product": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"product_id": "openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-9.el8_7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"product": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"product_id": "openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-9.el8_7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1k-9.el8_7.x86_64",
"product": {
"name": "openssl-perl-1:1.1.1k-9.el8_7.x86_64",
"product_id": "openssl-perl-1:1.1.1k-9.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-9.el8_7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"product": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"product_id": "openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-9.el8_7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"product_id": "openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-9.el8_7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-9.el8_7?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-9.el8_7.i686",
"product": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.i686",
"product_id": "openssl-devel-1:1.1.1k-9.el8_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-9.el8_7?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-9.el8_7.i686",
"product": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.i686",
"product_id": "openssl-libs-1:1.1.1k-9.el8_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-9.el8_7?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"product": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"product_id": "openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-9.el8_7?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"product_id": "openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-9.el8_7?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-9.el8_7?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-9.el8_7.s390x",
"product": {
"name": "openssl-1:1.1.1k-9.el8_7.s390x",
"product_id": "openssl-1:1.1.1k-9.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-9.el8_7?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-9.el8_7.s390x",
"product": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.s390x",
"product_id": "openssl-devel-1:1.1.1k-9.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-9.el8_7?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-9.el8_7.s390x",
"product": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.s390x",
"product_id": "openssl-libs-1:1.1.1k-9.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-9.el8_7?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1k-9.el8_7.s390x",
"product": {
"name": "openssl-perl-1:1.1.1k-9.el8_7.s390x",
"product_id": "openssl-perl-1:1.1.1k-9.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-9.el8_7?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"product": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"product_id": "openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-9.el8_7?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"product_id": "openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-9.el8_7?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-9.el8_7?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-9.el8_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64"
},
"product_reference": "openssl-1:1.1.1k-9.el8_7.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-9.el8_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le"
},
"product_reference": "openssl-1:1.1.1k-9.el8_7.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-9.el8_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x"
},
"product_reference": "openssl-1:1.1.1k-9.el8_7.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-9.el8_7.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src"
},
"product_reference": "openssl-1:1.1.1k-9.el8_7.src",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-9.el8_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64"
},
"product_reference": "openssl-1:1.1.1k-9.el8_7.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64"
},
"product_reference": "openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686"
},
"product_reference": "openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le"
},
"product_reference": "openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x"
},
"product_reference": "openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-9.el8_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64"
},
"product_reference": "openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64"
},
"product_reference": "openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686"
},
"product_reference": "openssl-devel-1:1.1.1k-9.el8_7.i686",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le"
},
"product_reference": "openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x"
},
"product_reference": "openssl-devel-1:1.1.1k-9.el8_7.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-9.el8_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64"
},
"product_reference": "openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64"
},
"product_reference": "openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686"
},
"product_reference": "openssl-libs-1:1.1.1k-9.el8_7.i686",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le"
},
"product_reference": "openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x"
},
"product_reference": "openssl-libs-1:1.1.1k-9.el8_7.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-9.el8_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64"
},
"product_reference": "openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1k-9.el8_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64"
},
"product_reference": "openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1k-9.el8_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le"
},
"product_reference": "openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1k-9.el8_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x"
},
"product_reference": "openssl-perl-1:1.1.1k-9.el8_7.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1k-9.el8_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
},
"product_reference": "openssl-perl-1:1.1.1k-9.el8_7.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-4304",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164487"
}
],
"notes": [
{
"category": "description",
"text": "A timing-based side channel exists in the OpenSSL RSA Decryption implementation, which could be sufficient to recover a ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption, an attacker would have to be able to send a very large number of trial messages for decryption. This issue affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP, and RSASVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: timing attack in RSA Decryption implementation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4304"
},
{
"category": "external",
"summary": "RHBZ#2164487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164487"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4304"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-22T10:38:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1405"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: timing attack in RSA Decryption implementation"
},
{
"cve": "CVE-2022-4450",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164494"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability was found in OpenSSL\u0027s PEM_read_bio_ex function. The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (for example, \"CERTIFICATE\"), any header data, and the payload data. If the function succeeds, then the \"name_out,\" \"header,\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. Constructing a PEM file that results in 0 bytes of payload data is possible. In this case, PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a freed buffer. A double-free will occur if the caller also frees this buffer. This will most likely lead to a crash. This could be exploited by an attacker who can supply malicious PEM files for parsing to achieve a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: double free after calling PEM_read_bio_ex",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A double-free vulnerability was found in the OpenSSL library in the PEM_read_bio_ex() function and its wrappers. The flaw is triggered when the library parses a specially crafted PEM file constructed to have zero bytes of payload data. This edge case causes the function to return a failure code but also populate a header argument with a pointer to memory that has already been freed, leading to a double-free condition if the calling application also attempts to free it, resulting in a crash and a denial of service. The flaw is rated as moderate because it results in a crash but does not allow code execution, memory corruption beyond the crash, or data leakage.\n\nThe versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are shipping OpenSSL 1.1.1 and 1.0.2, which do not contain the incorrect code, so those are not affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4450"
},
{
"category": "external",
"summary": "RHBZ#2164494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164494"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4450"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-22T10:38:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1405"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: double free after calling PEM_read_bio_ex"
},
{
"cve": "CVE-2023-0215",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164492"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in OpenSSL\u0027s BIO_new_NDEF function. The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally by OpenSSL to support the SMIME, CMS, and PKCS7 streaming capabilities, but it may also be called directly by end-user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions. For example, if a CMS recipient public key is invalid, the new filter BIO is freed, and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up, and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then calls BIO_pop() on the BIO, a use-after-free will occur, possibly resulting in a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: use-after-free following BIO_new_NDEF",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was found in the OpenSSL library within the BIO_new_NDEF function, which is used for ASN.1 data streaming. The flaw is a use-after-free issue that happens when an error occurs while setting up a BIO chain. In this case, the filter BIO is freed, but the original BIO still holds a reference to it. If the caller later calls BIO_pop(), it tries to use this freed pointer, causing a crash and leading to a Denial of Service (DoS). The flaw is rated as moderate because it results in a crash but does not allow code execution, memory corruption beyond the crash, or data leakage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0215"
},
{
"category": "external",
"summary": "RHBZ#2164492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0215",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0215"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-22T10:38:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1405"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: use-after-free following BIO_new_NDEF"
},
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-22T10:38:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1405"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.src",
"BaseOS-8.7.0.Z.MAIN:openssl-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-debugsource-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-devel-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.i686",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-libs-debuginfo-1:1.1.1k-9.el8_7.x86_64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.aarch64",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.ppc64le",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.s390x",
"BaseOS-8.7.0.Z.MAIN:openssl-perl-1:1.1.1k-9.el8_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
}
]
}
RHSA-2023:1437
Vulnerability from csaf_redhat - Published: 2023-03-23 10:57 - Updated: 2025-11-21 18:38A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openssl is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1437",
"url": "https://access.redhat.com/errata/RHSA-2023:1437"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1437.json"
}
],
"title": "Red Hat Security Advisory: openssl security update",
"tracking": {
"current_release_date": "2025-11-21T18:38:44+00:00",
"generator": {
"date": "2025-11-21T18:38:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:1437",
"initial_release_date": "2023-03-23T10:57:37+00:00",
"revision_history": [
{
"date": "2023-03-23T10:57:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-23T10:57:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:38:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.1::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1c-6.el8_1.src",
"product": {
"name": "openssl-1:1.1.1c-6.el8_1.src",
"product_id": "openssl-1:1.1.1c-6.el8_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1c-6.el8_1?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1c-6.el8_1.ppc64le",
"product": {
"name": "openssl-1:1.1.1c-6.el8_1.ppc64le",
"product_id": "openssl-1:1.1.1c-6.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1c-6.el8_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1c-6.el8_1.ppc64le",
"product": {
"name": "openssl-devel-1:1.1.1c-6.el8_1.ppc64le",
"product_id": "openssl-devel-1:1.1.1c-6.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-6.el8_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1c-6.el8_1.ppc64le",
"product": {
"name": "openssl-libs-1:1.1.1c-6.el8_1.ppc64le",
"product_id": "openssl-libs-1:1.1.1c-6.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-6.el8_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1c-6.el8_1.ppc64le",
"product": {
"name": "openssl-perl-1:1.1.1c-6.el8_1.ppc64le",
"product_id": "openssl-perl-1:1.1.1c-6.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-6.el8_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le",
"product": {
"name": "openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le",
"product_id": "openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-6.el8_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"product": {
"name": "openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"product_id": "openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-6.el8_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"product_id": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-6.el8_1?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1c-6.el8_1.x86_64",
"product": {
"name": "openssl-1:1.1.1c-6.el8_1.x86_64",
"product_id": "openssl-1:1.1.1c-6.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1c-6.el8_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1c-6.el8_1.x86_64",
"product": {
"name": "openssl-devel-1:1.1.1c-6.el8_1.x86_64",
"product_id": "openssl-devel-1:1.1.1c-6.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-6.el8_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1c-6.el8_1.x86_64",
"product": {
"name": "openssl-libs-1:1.1.1c-6.el8_1.x86_64",
"product_id": "openssl-libs-1:1.1.1c-6.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-6.el8_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1c-6.el8_1.x86_64",
"product": {
"name": "openssl-perl-1:1.1.1c-6.el8_1.x86_64",
"product_id": "openssl-perl-1:1.1.1c-6.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-6.el8_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1c-6.el8_1.x86_64",
"product": {
"name": "openssl-debugsource-1:1.1.1c-6.el8_1.x86_64",
"product_id": "openssl-debugsource-1:1.1.1c-6.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-6.el8_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"product": {
"name": "openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"product_id": "openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-6.el8_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"product_id": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-6.el8_1?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1c-6.el8_1.i686",
"product": {
"name": "openssl-devel-1:1.1.1c-6.el8_1.i686",
"product_id": "openssl-devel-1:1.1.1c-6.el8_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-6.el8_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1c-6.el8_1.i686",
"product": {
"name": "openssl-libs-1:1.1.1c-6.el8_1.i686",
"product_id": "openssl-libs-1:1.1.1c-6.el8_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-6.el8_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1c-6.el8_1.i686",
"product": {
"name": "openssl-debugsource-1:1.1.1c-6.el8_1.i686",
"product_id": "openssl-debugsource-1:1.1.1c-6.el8_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-6.el8_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1c-6.el8_1.i686",
"product": {
"name": "openssl-debuginfo-1:1.1.1c-6.el8_1.i686",
"product_id": "openssl-debuginfo-1:1.1.1c-6.el8_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-6.el8_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686",
"product_id": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-6.el8_1?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-6.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.ppc64le"
},
"product_reference": "openssl-1:1.1.1c-6.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-6.el8_1.src as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.src"
},
"product_reference": "openssl-1:1.1.1c-6.el8_1.src",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-6.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.x86_64"
},
"product_reference": "openssl-1:1.1.1c-6.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-6.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.i686"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-6.el8_1.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-6.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.i686"
},
"product_reference": "openssl-debugsource-1:1.1.1c-6.el8_1.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le"
},
"product_reference": "openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-6.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.x86_64"
},
"product_reference": "openssl-debugsource-1:1.1.1c-6.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-6.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.i686"
},
"product_reference": "openssl-devel-1:1.1.1c-6.el8_1.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-6.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.ppc64le"
},
"product_reference": "openssl-devel-1:1.1.1c-6.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-6.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.x86_64"
},
"product_reference": "openssl-devel-1:1.1.1c-6.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-6.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.i686"
},
"product_reference": "openssl-libs-1:1.1.1c-6.el8_1.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-6.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.ppc64le"
},
"product_reference": "openssl-libs-1:1.1.1c-6.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-6.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.x86_64"
},
"product_reference": "openssl-libs-1:1.1.1c-6.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1c-6.el8_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.ppc64le"
},
"product_reference": "openssl-perl-1:1.1.1c-6.el8_1.ppc64le",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1c-6.el8_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)",
"product_id": "BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.x86_64"
},
"product_reference": "openssl-perl-1:1.1.1c-6.el8_1.x86_64",
"relates_to_product_reference": "BaseOS-8.1.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.src",
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-23T10:57:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.src",
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1437"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.src",
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.src",
"BaseOS-8.1.0.Z.E4S:openssl-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-debugsource-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-devel-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-libs-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.i686",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-6.el8_1.x86_64",
"BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.ppc64le",
"BaseOS-8.1.0.Z.E4S:openssl-perl-1:1.1.1c-6.el8_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
}
]
}
RHSA-2023:1438
Vulnerability from csaf_redhat - Published: 2023-03-23 11:10 - Updated: 2025-11-21 18:38A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-ELS:openssl-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-0:1.0.1e-61.el6_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openssl is now available for Red Hat Enterprise Linux 6 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1438",
"url": "https://access.redhat.com/errata/RHSA-2023:1438"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1438.json"
}
],
"title": "Red Hat Security Advisory: openssl security update",
"tracking": {
"current_release_date": "2025-11-21T18:38:45+00:00",
"generator": {
"date": "2025-11-21T18:38:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:1438",
"initial_release_date": "2023-03-23T11:10:37+00:00",
"revision_history": [
{
"date": "2023-03-23T11:10:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-23T11:10:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:38:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 6 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:6"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:6"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-0:1.0.1e-61.el6_10.src",
"product": {
"name": "openssl-0:1.0.1e-61.el6_10.src",
"product_id": "openssl-0:1.0.1e-61.el6_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.1e-61.el6_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-0:1.0.1e-61.el6_10.s390",
"product": {
"name": "openssl-0:1.0.1e-61.el6_10.s390",
"product_id": "openssl-0:1.0.1e-61.el6_10.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.1e-61.el6_10?arch=s390"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-0:1.0.1e-61.el6_10.s390",
"product": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.s390",
"product_id": "openssl-devel-0:1.0.1e-61.el6_10.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-61.el6_10?arch=s390"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"product": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"product_id": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-61.el6_10?arch=s390"
}
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-0:1.0.1e-61.el6_10.s390x",
"product": {
"name": "openssl-0:1.0.1e-61.el6_10.s390x",
"product_id": "openssl-0:1.0.1e-61.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.1e-61.el6_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-0:1.0.1e-61.el6_10.s390x",
"product": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.s390x",
"product_id": "openssl-devel-0:1.0.1e-61.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-61.el6_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"product": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"product_id": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-61.el6_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-0:1.0.1e-61.el6_10.s390x",
"product": {
"name": "openssl-perl-0:1.0.1e-61.el6_10.s390x",
"product_id": "openssl-perl-0:1.0.1e-61.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.0.1e-61.el6_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openssl-static-0:1.0.1e-61.el6_10.s390x",
"product": {
"name": "openssl-static-0:1.0.1e-61.el6_10.s390x",
"product_id": "openssl-static-0:1.0.1e-61.el6_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.1e-61.el6_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-0:1.0.1e-61.el6_10.x86_64",
"product": {
"name": "openssl-0:1.0.1e-61.el6_10.x86_64",
"product_id": "openssl-0:1.0.1e-61.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.1e-61.el6_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"product": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"product_id": "openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-61.el6_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"product": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"product_id": "openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-61.el6_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"product": {
"name": "openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"product_id": "openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.0.1e-61.el6_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openssl-static-0:1.0.1e-61.el6_10.x86_64",
"product": {
"name": "openssl-static-0:1.0.1e-61.el6_10.x86_64",
"product_id": "openssl-static-0:1.0.1e-61.el6_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.1e-61.el6_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-0:1.0.1e-61.el6_10.i686",
"product": {
"name": "openssl-0:1.0.1e-61.el6_10.i686",
"product_id": "openssl-0:1.0.1e-61.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.0.1e-61.el6_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-0:1.0.1e-61.el6_10.i686",
"product": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.i686",
"product_id": "openssl-devel-0:1.0.1e-61.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.0.1e-61.el6_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"product": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"product_id": "openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.0.1e-61.el6_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-0:1.0.1e-61.el6_10.i686",
"product": {
"name": "openssl-perl-0:1.0.1e-61.el6_10.i686",
"product_id": "openssl-perl-0:1.0.1e-61.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.0.1e-61.el6_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openssl-static-0:1.0.1e-61.el6_10.i686",
"product": {
"name": "openssl-static-0:1.0.1e-61.el6_10.i686",
"product_id": "openssl-static-0:1.0.1e-61.el6_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-static@1.0.1e-61.el6_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.s390 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.s390",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.src as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-0:1.0.1e-61.el6_10.src"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.src",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390"
},
"product_reference": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-devel-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.s390 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390"
},
"product_reference": "openssl-devel-0:1.0.1e-61.el6_10.s390",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-devel-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-perl-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-perl-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-static-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-static-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6 ELS)",
"product_id": "6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-static-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.s390",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.src as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.src"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.src",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390"
},
"product_reference": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-devel-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390"
},
"product_reference": "openssl-devel-0:1.0.1e-61.el6_10.s390",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-devel-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-perl-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-perl-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-0:1.0.1e-61.el6_10.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.i686"
},
"product_reference": "openssl-static-0:1.0.1e-61.el6_10.i686",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-0:1.0.1e-61.el6_10.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x"
},
"product_reference": "openssl-static-0:1.0.1e-61.el6_10.s390x",
"relates_to_product_reference": "6Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-static-0:1.0.1e-61.el6_10.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6 ELS)",
"product_id": "6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64"
},
"product_reference": "openssl-static-0:1.0.1e-61.el6_10.x86_64",
"relates_to_product_reference": "6Server-optional-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.src",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.src",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-23T11:10:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.src",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.src",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1438"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.src",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.src",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.src",
"6Server-ELS:openssl-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.i686",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x",
"6Server-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.src",
"6Server-optional-ELS:openssl-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-debuginfo-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-devel-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-perl-0:1.0.1e-61.el6_10.x86_64",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.i686",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.s390x",
"6Server-optional-ELS:openssl-static-0:1.0.1e-61.el6_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
}
]
}
RHSA-2023:1439
Vulnerability from csaf_redhat - Published: 2023-03-23 11:13 - Updated: 2025-11-21 18:38A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.AUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.2.0.Z.TUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openssl is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1439",
"url": "https://access.redhat.com/errata/RHSA-2023:1439"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1439.json"
}
],
"title": "Red Hat Security Advisory: openssl security update",
"tracking": {
"current_release_date": "2025-11-21T18:38:45+00:00",
"generator": {
"date": "2025-11-21T18:38:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:1439",
"initial_release_date": "2023-03-23T11:13:14+00:00",
"revision_history": [
{
"date": "2023-03-23T11:13:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-29T12:30:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:38:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.2::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.2::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1c-21.el8_2.src",
"product": {
"name": "openssl-1:1.1.1c-21.el8_2.src",
"product_id": "openssl-1:1.1.1c-21.el8_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1c-21.el8_2?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1c-21.el8_2.x86_64",
"product": {
"name": "openssl-1:1.1.1c-21.el8_2.x86_64",
"product_id": "openssl-1:1.1.1c-21.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1c-21.el8_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"product": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"product_id": "openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-21.el8_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"product": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"product_id": "openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-21.el8_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"product": {
"name": "openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"product_id": "openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-21.el8_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"product": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"product_id": "openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-21.el8_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"product": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"product_id": "openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-21.el8_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"product_id": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-21.el8_2?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1c-21.el8_2.i686",
"product": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.i686",
"product_id": "openssl-devel-1:1.1.1c-21.el8_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-21.el8_2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1c-21.el8_2.i686",
"product": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.i686",
"product_id": "openssl-libs-1:1.1.1c-21.el8_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-21.el8_2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"product": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"product_id": "openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-21.el8_2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"product": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"product_id": "openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-21.el8_2?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"product_id": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-21.el8_2?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1c-21.el8_2.ppc64le",
"product": {
"name": "openssl-1:1.1.1c-21.el8_2.ppc64le",
"product_id": "openssl-1:1.1.1c-21.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1c-21.el8_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1c-21.el8_2.ppc64le",
"product": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.ppc64le",
"product_id": "openssl-devel-1:1.1.1c-21.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1c-21.el8_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1c-21.el8_2.ppc64le",
"product": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.ppc64le",
"product_id": "openssl-libs-1:1.1.1c-21.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1c-21.el8_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1c-21.el8_2.ppc64le",
"product": {
"name": "openssl-perl-1:1.1.1c-21.el8_2.ppc64le",
"product_id": "openssl-perl-1:1.1.1c-21.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1c-21.el8_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le",
"product": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le",
"product_id": "openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1c-21.el8_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"product": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"product_id": "openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1c-21.el8_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"product_id": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1c-21.el8_2?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-21.el8_2.src as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.src"
},
"product_reference": "openssl-1:1.1.1c-21.el8_2.src",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-devel-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-libs-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-21.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.ppc64le"
},
"product_reference": "openssl-1:1.1.1c-21.el8_2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-21.el8_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.src"
},
"product_reference": "openssl-1:1.1.1c-21.el8_2.src",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le"
},
"product_reference": "openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-devel-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.ppc64le"
},
"product_reference": "openssl-devel-1:1.1.1c-21.el8_2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-libs-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.ppc64le"
},
"product_reference": "openssl-libs-1:1.1.1c-21.el8_2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1c-21.el8_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.ppc64le"
},
"product_reference": "openssl-perl-1:1.1.1c-21.el8_2.ppc64le",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-21.el8_2.src as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.src"
},
"product_reference": "openssl-1:1.1.1c-21.el8_2.src",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-devel-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-libs-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1c-21.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.TUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64"
},
"product_reference": "openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-23T11:13:14+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1439"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.AUS:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.AUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.AUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.E4S:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.ppc64le",
"BaseOS-8.2.0.Z.E4S:openssl-perl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.src",
"BaseOS-8.2.0.Z.TUS:openssl-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-debugsource-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-devel-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-libs-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.i686",
"BaseOS-8.2.0.Z.TUS:openssl-libs-debuginfo-1:1.1.1c-21.el8_2.x86_64",
"BaseOS-8.2.0.Z.TUS:openssl-perl-1:1.1.1c-21.el8_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
}
]
}
RHSA-2023:1440
Vulnerability from csaf_redhat - Published: 2023-03-23 11:11 - Updated: 2025-11-21 18:38A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openssl is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1440",
"url": "https://access.redhat.com/errata/RHSA-2023:1440"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1440.json"
}
],
"title": "Red Hat Security Advisory: openssl security update",
"tracking": {
"current_release_date": "2025-11-21T18:38:45+00:00",
"generator": {
"date": "2025-11-21T18:38:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:1440",
"initial_release_date": "2023-03-23T11:11:46+00:00",
"revision_history": [
{
"date": "2023-03-23T11:11:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-23T11:11:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:38:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:8.4::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1g-18.el8_4.src",
"product": {
"name": "openssl-1:1.1.1g-18.el8_4.src",
"product_id": "openssl-1:1.1.1g-18.el8_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1g-18.el8_4?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1g-18.el8_4.aarch64",
"product": {
"name": "openssl-1:1.1.1g-18.el8_4.aarch64",
"product_id": "openssl-1:1.1.1g-18.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1g-18.el8_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1g-18.el8_4.aarch64",
"product": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.aarch64",
"product_id": "openssl-devel-1:1.1.1g-18.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-18.el8_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1g-18.el8_4.aarch64",
"product": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.aarch64",
"product_id": "openssl-libs-1:1.1.1g-18.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-18.el8_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1g-18.el8_4.aarch64",
"product": {
"name": "openssl-perl-1:1.1.1g-18.el8_4.aarch64",
"product_id": "openssl-perl-1:1.1.1g-18.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1g-18.el8_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.aarch64",
"product": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.aarch64",
"product_id": "openssl-debugsource-1:1.1.1g-18.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-18.el8_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"product": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"product_id": "openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-18.el8_4?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"product_id": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-18.el8_4?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1g-18.el8_4.ppc64le",
"product": {
"name": "openssl-1:1.1.1g-18.el8_4.ppc64le",
"product_id": "openssl-1:1.1.1g-18.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1g-18.el8_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1g-18.el8_4.ppc64le",
"product": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.ppc64le",
"product_id": "openssl-devel-1:1.1.1g-18.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-18.el8_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1g-18.el8_4.ppc64le",
"product": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.ppc64le",
"product_id": "openssl-libs-1:1.1.1g-18.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-18.el8_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1g-18.el8_4.ppc64le",
"product": {
"name": "openssl-perl-1:1.1.1g-18.el8_4.ppc64le",
"product_id": "openssl-perl-1:1.1.1g-18.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1g-18.el8_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le",
"product": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le",
"product_id": "openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-18.el8_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"product": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"product_id": "openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-18.el8_4?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"product_id": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-18.el8_4?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1g-18.el8_4.x86_64",
"product": {
"name": "openssl-1:1.1.1g-18.el8_4.x86_64",
"product_id": "openssl-1:1.1.1g-18.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1g-18.el8_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1g-18.el8_4.x86_64",
"product": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.x86_64",
"product_id": "openssl-devel-1:1.1.1g-18.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-18.el8_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1g-18.el8_4.x86_64",
"product": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.x86_64",
"product_id": "openssl-libs-1:1.1.1g-18.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-18.el8_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1g-18.el8_4.x86_64",
"product": {
"name": "openssl-perl-1:1.1.1g-18.el8_4.x86_64",
"product_id": "openssl-perl-1:1.1.1g-18.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1g-18.el8_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.x86_64",
"product": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.x86_64",
"product_id": "openssl-debugsource-1:1.1.1g-18.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-18.el8_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"product": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"product_id": "openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-18.el8_4?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"product_id": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-18.el8_4?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1g-18.el8_4.i686",
"product": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.i686",
"product_id": "openssl-devel-1:1.1.1g-18.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-18.el8_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1g-18.el8_4.i686",
"product": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.i686",
"product_id": "openssl-libs-1:1.1.1g-18.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-18.el8_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.i686",
"product": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.i686",
"product_id": "openssl-debugsource-1:1.1.1g-18.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-18.el8_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.i686",
"product": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.i686",
"product_id": "openssl-debuginfo-1:1.1.1g-18.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-18.el8_4?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686",
"product_id": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-18.el8_4?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1g-18.el8_4.s390x",
"product": {
"name": "openssl-1:1.1.1g-18.el8_4.s390x",
"product_id": "openssl-1:1.1.1g-18.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1g-18.el8_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1g-18.el8_4.s390x",
"product": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.s390x",
"product_id": "openssl-devel-1:1.1.1g-18.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1g-18.el8_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1g-18.el8_4.s390x",
"product": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.s390x",
"product_id": "openssl-libs-1:1.1.1g-18.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1g-18.el8_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1g-18.el8_4.s390x",
"product": {
"name": "openssl-perl-1:1.1.1g-18.el8_4.s390x",
"product_id": "openssl-perl-1:1.1.1g-18.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1g-18.el8_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.s390x",
"product": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.s390x",
"product_id": "openssl-debugsource-1:1.1.1g-18.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1g-18.el8_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.s390x",
"product": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.s390x",
"product_id": "openssl-debuginfo-1:1.1.1g-18.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1g-18.el8_4?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x",
"product_id": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1g-18.el8_4?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1g-18.el8_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.aarch64"
},
"product_reference": "openssl-1:1.1.1g-18.el8_4.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1g-18.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.ppc64le"
},
"product_reference": "openssl-1:1.1.1g-18.el8_4.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1g-18.el8_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.s390x"
},
"product_reference": "openssl-1:1.1.1g-18.el8_4.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1g-18.el8_4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.src"
},
"product_reference": "openssl-1:1.1.1g-18.el8_4.src",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1g-18.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.x86_64"
},
"product_reference": "openssl-1:1.1.1g-18.el8_4.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64"
},
"product_reference": "openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.i686"
},
"product_reference": "openssl-debuginfo-1:1.1.1g-18.el8_4.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.s390x"
},
"product_reference": "openssl-debuginfo-1:1.1.1g-18.el8_4.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.aarch64"
},
"product_reference": "openssl-debugsource-1:1.1.1g-18.el8_4.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.i686"
},
"product_reference": "openssl-debugsource-1:1.1.1g-18.el8_4.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le"
},
"product_reference": "openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.s390x"
},
"product_reference": "openssl-debugsource-1:1.1.1g-18.el8_4.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1g-18.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.x86_64"
},
"product_reference": "openssl-debugsource-1:1.1.1g-18.el8_4.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.aarch64"
},
"product_reference": "openssl-devel-1:1.1.1g-18.el8_4.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.i686"
},
"product_reference": "openssl-devel-1:1.1.1g-18.el8_4.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.ppc64le"
},
"product_reference": "openssl-devel-1:1.1.1g-18.el8_4.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.s390x"
},
"product_reference": "openssl-devel-1:1.1.1g-18.el8_4.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1g-18.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.x86_64"
},
"product_reference": "openssl-devel-1:1.1.1g-18.el8_4.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.aarch64"
},
"product_reference": "openssl-libs-1:1.1.1g-18.el8_4.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.i686"
},
"product_reference": "openssl-libs-1:1.1.1g-18.el8_4.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.ppc64le"
},
"product_reference": "openssl-libs-1:1.1.1g-18.el8_4.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.s390x"
},
"product_reference": "openssl-libs-1:1.1.1g-18.el8_4.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1g-18.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.x86_64"
},
"product_reference": "openssl-libs-1:1.1.1g-18.el8_4.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1g-18.el8_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.aarch64"
},
"product_reference": "openssl-perl-1:1.1.1g-18.el8_4.aarch64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1g-18.el8_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.ppc64le"
},
"product_reference": "openssl-perl-1:1.1.1g-18.el8_4.ppc64le",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1g-18.el8_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.s390x"
},
"product_reference": "openssl-perl-1:1.1.1g-18.el8_4.s390x",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1g-18.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.x86_64"
},
"product_reference": "openssl-perl-1:1.1.1g-18.el8_4.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.src",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-23T11:11:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.src",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1440"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.src",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.src",
"BaseOS-8.4.0.Z.EUS:openssl-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-debugsource-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-devel-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-libs-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.i686",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1g-18.el8_4.x86_64",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.aarch64",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.ppc64le",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.s390x",
"BaseOS-8.4.0.Z.EUS:openssl-perl-1:1.1.1g-18.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
}
]
}
RHSA-2023:1441
Vulnerability from csaf_redhat - Published: 2023-03-23 11:14 - Updated: 2025-11-21 18:38A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openssl is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1441",
"url": "https://access.redhat.com/errata/RHSA-2023:1441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1441.json"
}
],
"title": "Red Hat Security Advisory: openssl security update",
"tracking": {
"current_release_date": "2025-11-21T18:38:46+00:00",
"generator": {
"date": "2025-11-21T18:38:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:1441",
"initial_release_date": "2023-03-23T11:14:51+00:00",
"revision_history": [
{
"date": "2023-03-23T11:14:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-23T11:14:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:38:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:8.6::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-8.el8_6.src",
"product": {
"name": "openssl-1:1.1.1k-8.el8_6.src",
"product_id": "openssl-1:1.1.1k-8.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-8.el8_6?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-8.el8_6.aarch64",
"product": {
"name": "openssl-1:1.1.1k-8.el8_6.aarch64",
"product_id": "openssl-1:1.1.1k-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-8.el8_6.aarch64",
"product": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.aarch64",
"product_id": "openssl-devel-1:1.1.1k-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-8.el8_6.aarch64",
"product": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.aarch64",
"product_id": "openssl-libs-1:1.1.1k-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1k-8.el8_6.aarch64",
"product": {
"name": "openssl-perl-1:1.1.1k-8.el8_6.aarch64",
"product_id": "openssl-perl-1:1.1.1k-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.aarch64",
"product": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.aarch64",
"product_id": "openssl-debugsource-1:1.1.1k-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"product_id": "openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-8.el8_6.ppc64le",
"product": {
"name": "openssl-1:1.1.1k-8.el8_6.ppc64le",
"product_id": "openssl-1:1.1.1k-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-8.el8_6.ppc64le",
"product": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.ppc64le",
"product_id": "openssl-devel-1:1.1.1k-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-8.el8_6.ppc64le",
"product": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.ppc64le",
"product_id": "openssl-libs-1:1.1.1k-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1k-8.el8_6.ppc64le",
"product": {
"name": "openssl-perl-1:1.1.1k-8.el8_6.ppc64le",
"product_id": "openssl-perl-1:1.1.1k-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le",
"product": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le",
"product_id": "openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"product_id": "openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-8.el8_6.x86_64",
"product": {
"name": "openssl-1:1.1.1k-8.el8_6.x86_64",
"product_id": "openssl-1:1.1.1k-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-8.el8_6.x86_64",
"product": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.x86_64",
"product_id": "openssl-devel-1:1.1.1k-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-8.el8_6.x86_64",
"product": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.x86_64",
"product_id": "openssl-libs-1:1.1.1k-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1k-8.el8_6.x86_64",
"product": {
"name": "openssl-perl-1:1.1.1k-8.el8_6.x86_64",
"product_id": "openssl-perl-1:1.1.1k-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.x86_64",
"product": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.x86_64",
"product_id": "openssl-debugsource-1:1.1.1k-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"product_id": "openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-8.el8_6.i686",
"product": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.i686",
"product_id": "openssl-devel-1:1.1.1k-8.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-8.el8_6?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-8.el8_6.i686",
"product": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.i686",
"product_id": "openssl-libs-1:1.1.1k-8.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-8.el8_6?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.i686",
"product": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.i686",
"product_id": "openssl-debugsource-1:1.1.1k-8.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-8.el8_6?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.i686",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.i686",
"product_id": "openssl-debuginfo-1:1.1.1k-8.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-8.el8_6?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-8.el8_6?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:1.1.1k-8.el8_6.s390x",
"product": {
"name": "openssl-1:1.1.1k-8.el8_6.s390x",
"product_id": "openssl-1:1.1.1k-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@1.1.1k-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:1.1.1k-8.el8_6.s390x",
"product": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.s390x",
"product_id": "openssl-devel-1:1.1.1k-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@1.1.1k-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:1.1.1k-8.el8_6.s390x",
"product": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.s390x",
"product_id": "openssl-libs-1:1.1.1k-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@1.1.1k-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:1.1.1k-8.el8_6.s390x",
"product": {
"name": "openssl-perl-1:1.1.1k-8.el8_6.s390x",
"product_id": "openssl-perl-1:1.1.1k-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@1.1.1k-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.s390x",
"product": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.s390x",
"product_id": "openssl-debugsource-1:1.1.1k-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@1.1.1k-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.s390x",
"product": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.s390x",
"product_id": "openssl-debuginfo-1:1.1.1k-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@1.1.1k-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x",
"product": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x",
"product_id": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@1.1.1k-8.el8_6?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-8.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.aarch64"
},
"product_reference": "openssl-1:1.1.1k-8.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-8.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.ppc64le"
},
"product_reference": "openssl-1:1.1.1k-8.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-8.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.s390x"
},
"product_reference": "openssl-1:1.1.1k-8.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-8.el8_6.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.src"
},
"product_reference": "openssl-1:1.1.1k-8.el8_6.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:1.1.1k-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.x86_64"
},
"product_reference": "openssl-1:1.1.1k-8.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.i686"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-8.el8_6.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.s390x"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-8.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64"
},
"product_reference": "openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.aarch64"
},
"product_reference": "openssl-debugsource-1:1.1.1k-8.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.i686"
},
"product_reference": "openssl-debugsource-1:1.1.1k-8.el8_6.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le"
},
"product_reference": "openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.s390x"
},
"product_reference": "openssl-debugsource-1:1.1.1k-8.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:1.1.1k-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.x86_64"
},
"product_reference": "openssl-debugsource-1:1.1.1k-8.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.aarch64"
},
"product_reference": "openssl-devel-1:1.1.1k-8.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.i686"
},
"product_reference": "openssl-devel-1:1.1.1k-8.el8_6.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.ppc64le"
},
"product_reference": "openssl-devel-1:1.1.1k-8.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.s390x"
},
"product_reference": "openssl-devel-1:1.1.1k-8.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:1.1.1k-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.x86_64"
},
"product_reference": "openssl-devel-1:1.1.1k-8.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.aarch64"
},
"product_reference": "openssl-libs-1:1.1.1k-8.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.i686"
},
"product_reference": "openssl-libs-1:1.1.1k-8.el8_6.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.ppc64le"
},
"product_reference": "openssl-libs-1:1.1.1k-8.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.s390x"
},
"product_reference": "openssl-libs-1:1.1.1k-8.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:1.1.1k-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.x86_64"
},
"product_reference": "openssl-libs-1:1.1.1k-8.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1k-8.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.aarch64"
},
"product_reference": "openssl-perl-1:1.1.1k-8.el8_6.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1k-8.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.ppc64le"
},
"product_reference": "openssl-perl-1:1.1.1k-8.el8_6.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1k-8.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.s390x"
},
"product_reference": "openssl-perl-1:1.1.1k-8.el8_6.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:1.1.1k-8.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.x86_64"
},
"product_reference": "openssl-perl-1:1.1.1k-8.el8_6.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.src",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-23T11:14:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.src",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1441"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.src",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.src",
"BaseOS-8.6.0.Z.EUS:openssl-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-debugsource-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-devel-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-libs-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.i686",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-libs-debuginfo-1:1.1.1k-8.el8_6.x86_64",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.aarch64",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.ppc64le",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.s390x",
"BaseOS-8.6.0.Z.EUS:openssl-perl-1:1.1.1k-8.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
}
]
}
RHSA-2023:2022
Vulnerability from csaf_redhat - Published: 2023-04-26 08:10 - Updated: 2025-11-21 18:39A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for edk2 is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "EDK (Embedded Development Kit) is a project to enable UEFI support for Virtual Machines. This package contains a sample 64-bit UEFI firmware for QEMU and KVM. \n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:2022",
"url": "https://access.redhat.com/errata/RHSA-2023:2022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2022.json"
}
],
"title": "Red Hat Security Advisory: edk2 security update",
"tracking": {
"current_release_date": "2025-11-21T18:39:41+00:00",
"generator": {
"date": "2025-11-21T18:39:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:2022",
"initial_release_date": "2023-04-26T08:10:45+00:00",
"revision_history": [
{
"date": "2023-04-26T08:10:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-04-26T08:10:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:39:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src",
"product": {
"name": "edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src",
"product_id": "edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2@20220126gitbb1bba3d77-3.el9_0.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"product": {
"name": "edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"product_id": "edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-aarch64@20220126gitbb1bba3d77-3.el9_0.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"product": {
"name": "edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"product_id": "edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-ovmf@20220126gitbb1bba3d77-3.el9_0.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src"
},
"product_reference": "edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch"
},
"product_reference": "edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch"
},
"product_reference": "edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.EUS:edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src",
"AppStream-9.0.0.Z.EUS:edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"AppStream-9.0.0.Z.EUS:edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-26T08:10:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.EUS:edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src",
"AppStream-9.0.0.Z.EUS:edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"AppStream-9.0.0.Z.EUS:edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2022"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src",
"AppStream-9.0.0.Z.EUS:edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"AppStream-9.0.0.Z.EUS:edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:edk2-0:20220126gitbb1bba3d77-3.el9_0.2.src",
"AppStream-9.0.0.Z.EUS:edk2-aarch64-0:20220126gitbb1bba3d77-3.el9_0.2.noarch",
"AppStream-9.0.0.Z.EUS:edk2-ovmf-0:20220126gitbb1bba3d77-3.el9_0.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
}
]
}
RHSA-2023:2165
Vulnerability from csaf_redhat - Published: 2023-05-09 09:50 - Updated: 2026-04-30 03:18A flaw was found in edk2. A integer underflow in the SmmEntryPoint function leads to a write into the SMM region allowing a local attacker with administration privileges on the system to execute code within the SMM privileged context. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
A timing-based side channel exists in the OpenSSL RSA Decryption implementation, which could be sufficient to recover a ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption, an attacker would have to be able to send a very large number of trial messages for decryption. This issue affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP, and RSASVE.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
A double-free vulnerability was found in OpenSSL's PEM_read_bio_ex function. The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the "name" (for example, "CERTIFICATE"), any header data, and the payload data. If the function succeeds, then the "name_out," "header," and "data" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. Constructing a PEM file that results in 0 bytes of payload data is possible. In this case, PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a freed buffer. A double-free will occur if the caller also frees this buffer. This will most likely lead to a crash. This could be exploited by an attacker who can supply malicious PEM files for parsing to achieve a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
A use-after-free vulnerability was found in OpenSSL's BIO_new_NDEF function. The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally by OpenSSL to support the SMIME, CMS, and PKCS7 streaming capabilities, but it may also be called directly by end-user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions. For example, if a CMS recipient public key is invalid, the new filter BIO is freed, and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up, and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then calls BIO_pop() on the BIO, a use-after-free will occur, possibly resulting in a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
|
A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for edk2 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "EDK (Embedded Development Kit) is a project to enable UEFI support for Virtual Machines. This package contains a sample 64-bit UEFI firmware for QEMU and KVM. \n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\n* edk2: integer underflow in SmmEntryPoint function leads to potential SMM privilege escalation (CVE-2021-38578)\n\n* openssl: timing attack in RSA Decryption implementation (CVE-2022-4304)\n\n* openssl: double free after calling PEM_read_bio_ex (CVE-2022-4450)\n\n* openssl: use-after-free following BIO_new_NDEF (CVE-2023-0215)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.2 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:2165",
"url": "https://access.redhat.com/errata/RHSA-2023:2165"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"category": "external",
"summary": "1960321",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960321"
},
{
"category": "external",
"summary": "1983086",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983086"
},
{
"category": "external",
"summary": "2125336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2125336"
},
{
"category": "external",
"summary": "2132951",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132951"
},
{
"category": "external",
"summary": "2157656",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2157656"
},
{
"category": "external",
"summary": "2162307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162307"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "2164487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164487"
},
{
"category": "external",
"summary": "2164492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164492"
},
{
"category": "external",
"summary": "2164494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164494"
},
{
"category": "external",
"summary": "2168046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168046"
},
{
"category": "external",
"summary": "2174605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174605"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2165.json"
}
],
"title": "Red Hat Security Advisory: edk2 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-04-30T03:18:55+00:00",
"generator": {
"date": "2026-04-30T03:18:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2023:2165",
"initial_release_date": "2023-05-09T09:50:46+00:00",
"revision_history": [
{
"date": "2023-05-09T09:50:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T09:50:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T03:18:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"product": {
"name": "edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"product_id": "edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2@20221207gitfff6d81270b5-9.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"product": {
"name": "edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"product_id": "edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-aarch64@20221207gitfff6d81270b5-9.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"product": {
"name": "edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"product_id": "edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-ovmf@20221207gitfff6d81270b5-9.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"product": {
"name": "edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"product_id": "edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-tools-doc@20221207gitfff6d81270b5-9.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"product": {
"name": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"product_id": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-tools@20221207gitfff6d81270b5-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"product": {
"name": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"product_id": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-debugsource@20221207gitfff6d81270b5-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"product": {
"name": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"product_id": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-tools-debuginfo@20221207gitfff6d81270b5-9.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"product": {
"name": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"product_id": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-tools@20221207gitfff6d81270b5-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"product": {
"name": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"product_id": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-debugsource@20221207gitfff6d81270b5-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"product": {
"name": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"product_id": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/edk2-tools-debuginfo@20221207gitfff6d81270b5-9.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-0:20221207gitfff6d81270b5-9.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src"
},
"product_reference": "edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch"
},
"product_reference": "edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64"
},
"product_reference": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64"
},
"product_reference": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch"
},
"product_reference": "edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64"
},
"product_reference": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64"
},
"product_reference": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64"
},
"product_reference": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64"
},
"product_reference": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
},
"product_reference": "edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-0:20221207gitfff6d81270b5-9.el9_2.src as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src"
},
"product_reference": "edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"relates_to_product_reference": "CRB-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch"
},
"product_reference": "edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"relates_to_product_reference": "CRB-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64"
},
"product_reference": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64"
},
"product_reference": "edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch"
},
"product_reference": "edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"relates_to_product_reference": "CRB-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64"
},
"product_reference": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64"
},
"product_reference": "edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64"
},
"product_reference": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64"
},
"product_reference": "edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)",
"product_id": "CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
},
"product_reference": "edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"relates_to_product_reference": "CRB-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-38578",
"cwe": {
"id": "CWE-124",
"name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
},
"discovery_date": "2021-05-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1960321"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in edk2. A integer underflow in the SmmEntryPoint function leads to a write into the SMM region allowing a local attacker with administration privileges on the system to execute code within the SMM privileged context. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "edk2: integer underflow in SmmEntryPoint function leads to potential SMM privilege escalation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-38578"
},
{
"category": "external",
"summary": "RHBZ#1960321",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960321"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-38578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38578"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-38578",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-38578"
}
],
"release_date": "2022-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T09:50:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2165"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "edk2: integer underflow in SmmEntryPoint function leads to potential SMM privilege escalation"
},
{
"cve": "CVE-2022-4304",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164487"
}
],
"notes": [
{
"category": "description",
"text": "A timing-based side channel exists in the OpenSSL RSA Decryption implementation, which could be sufficient to recover a ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption, an attacker would have to be able to send a very large number of trial messages for decryption. This issue affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP, and RSASVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: timing attack in RSA Decryption implementation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4304"
},
{
"category": "external",
"summary": "RHBZ#2164487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164487"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4304"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T09:50:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2165"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: timing attack in RSA Decryption implementation"
},
{
"cve": "CVE-2022-4450",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164494"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability was found in OpenSSL\u0027s PEM_read_bio_ex function. The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (for example, \"CERTIFICATE\"), any header data, and the payload data. If the function succeeds, then the \"name_out,\" \"header,\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. Constructing a PEM file that results in 0 bytes of payload data is possible. In this case, PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a freed buffer. A double-free will occur if the caller also frees this buffer. This will most likely lead to a crash. This could be exploited by an attacker who can supply malicious PEM files for parsing to achieve a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: double free after calling PEM_read_bio_ex",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A double-free vulnerability was found in the OpenSSL library in the PEM_read_bio_ex() function and its wrappers. The flaw is triggered when the library parses a specially crafted PEM file constructed to have zero bytes of payload data. This edge case causes the function to return a failure code but also populate a header argument with a pointer to memory that has already been freed, leading to a double-free condition if the calling application also attempts to free it, resulting in a crash and a denial of service. The flaw is rated as moderate because it results in a crash but does not allow code execution, memory corruption beyond the crash, or data leakage.\n\nThe versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are shipping OpenSSL 1.1.1 and 1.0.2, which do not contain the incorrect code, so those are not affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4450"
},
{
"category": "external",
"summary": "RHBZ#2164494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164494"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4450"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T09:50:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2165"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: double free after calling PEM_read_bio_ex"
},
{
"cve": "CVE-2023-0215",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164492"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in OpenSSL\u0027s BIO_new_NDEF function. The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally by OpenSSL to support the SMIME, CMS, and PKCS7 streaming capabilities, but it may also be called directly by end-user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions. For example, if a CMS recipient public key is invalid, the new filter BIO is freed, and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up, and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then calls BIO_pop() on the BIO, a use-after-free will occur, possibly resulting in a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: use-after-free following BIO_new_NDEF",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was found in the OpenSSL library within the BIO_new_NDEF function, which is used for ASN.1 data streaming. The flaw is a use-after-free issue that happens when an error occurs while setting up a BIO chain. In this case, the filter BIO is freed, but the original BIO still holds a reference to it. If the caller later calls BIO_pop(), it tries to use this freed pointer, causing a crash and leading to a Denial of Service (DoS). The flaw is rated as moderate because it results in a crash but does not allow code execution, memory corruption beyond the crash, or data leakage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0215"
},
{
"category": "external",
"summary": "RHBZ#2164492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0215",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0215"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T09:50:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2165"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: use-after-free following BIO_new_NDEF"
},
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T09:50:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2165"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"AppStream-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"AppStream-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"AppStream-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-0:20221207gitfff6d81270b5-9.el9_2.src",
"CRB-9.2.0.GA:edk2-aarch64-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-debugsource-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-ovmf-0:20221207gitfff6d81270b5-9.el9_2.noarch",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.aarch64",
"CRB-9.2.0.GA:edk2-tools-debuginfo-0:20221207gitfff6d81270b5-9.el9_2.x86_64",
"CRB-9.2.0.GA:edk2-tools-doc-0:20221207gitfff6d81270b5-9.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.