Action not permitted
Modal body text goes here.
cve-2022-24713
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T04:20:50.199Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw" }, { "name": "FEDORA-2022-ceb3e03c5e", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/" }, { "name": "FEDORA-2022-8436ac4c39", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/" }, { "name": "FEDORA-2022-d20d44ba98", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/" }, { "name": "[debian-lts-announce] 20220407 [SECURITY] [DLA 2971-1] firefox-esr security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html" }, { "name": "DSA-5113", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "https://www.debian.org/security/2022/dsa-5113" }, { "name": "[debian-lts-announce] 20220411 [SECURITY] [DLA 2978-1] thunderbird security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html" }, { "name": "DSA-5118", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "https://www.debian.org/security/2022/dsa-5118" }, { "name": "GLSA-202208-08", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202208-08" }, { "name": "GLSA-202208-14", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202208-14" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "regex", "vendor": "rust-lang", "versions": [ { "status": "affected", "version": "\u003c 1.5.5" } ] } ], "descriptions": [ { "lang": "en", "value": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes." } ], "metrics": [ { "cvssV3_1": { "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" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-400", "description": "CWE-400: Uncontrolled Resource Consumption", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-08-10T05:12:38", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e" }, { "tags": [ "x_refsource_MISC" ], "url": "https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw" }, { "name": "FEDORA-2022-ceb3e03c5e", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/" }, { "name": "FEDORA-2022-8436ac4c39", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/" }, { "name": "FEDORA-2022-d20d44ba98", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/" }, { "name": "[debian-lts-announce] 20220407 [SECURITY] [DLA 2971-1] firefox-esr security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html" }, { "name": "DSA-5113", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "https://www.debian.org/security/2022/dsa-5113" }, { "name": "[debian-lts-announce] 20220411 [SECURITY] [DLA 2978-1] thunderbird security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html" }, { "name": "DSA-5118", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "https://www.debian.org/security/2022/dsa-5118" }, { "name": "GLSA-202208-08", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202208-08" }, { "name": "GLSA-202208-14", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202208-14" } ], "source": { "advisory": "GHSA-m5pq-gvj9-9vr8", "discovery": "UNKNOWN" }, "title": "Regular expression denial of service in Rust\u0027s regex crate", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-24713", "STATE": "PUBLIC", "TITLE": "Regular expression denial of service in Rust\u0027s regex crate" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "regex", "version": { "version_data": [ { "version_value": "\u003c 1.5.5" } ] } } ] }, "vendor_name": "rust-lang" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes." } ] }, "impact": { "cvss": { "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" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-400: Uncontrolled Resource Consumption" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8", "refsource": "CONFIRM", "url": "https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8" }, { "name": "https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e", "refsource": "MISC", "url": "https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e" }, { "name": "https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw", "refsource": "MISC", "url": "https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw" }, { "name": "FEDORA-2022-ceb3e03c5e", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/" }, { "name": "FEDORA-2022-8436ac4c39", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/" }, { "name": "FEDORA-2022-d20d44ba98", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/" }, { "name": "[debian-lts-announce] 20220407 [SECURITY] [DLA 2971-1] firefox-esr security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html" }, { "name": "DSA-5113", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2022/dsa-5113" }, { "name": "[debian-lts-announce] 20220411 [SECURITY] [DLA 2978-1] thunderbird security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html" }, { "name": "DSA-5118", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2022/dsa-5118" }, { "name": "GLSA-202208-08", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202208-08" }, { "name": "GLSA-202208-14", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202208-14" } ] }, "source": { "advisory": "GHSA-m5pq-gvj9-9vr8", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2022-24713", "datePublished": "2022-03-08T19:00:12", "dateReserved": "2022-02-10T00:00:00", "dateUpdated": "2024-08-03T04:20:50.199Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-24713\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-03-08T19:15:08.000\",\"lastModified\":\"2023-11-07T03:44:34.073\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.\"},{\"lang\":\"es\",\"value\":\"regex es una implementaci\u00f3n de expresiones regulares para el lenguaje Rust. La caja de regex presenta mitigaciones incorporadas para prevenir ataques de denegaci\u00f3n de servicio causados por regexes no confiables, o por entradas no confiables coincidentes con regexes confiables. Estas mitigaciones (sintonizables) ya proporcionan valores predeterminados sanos para prevenir ataques. Esta garant\u00eda est\u00e1 documentada y se considera parte de la API de la caja. Desafortunadamente, se descubri\u00f3 un error en las mitigaciones dise\u00f1adas para evitar que las expresiones regulares no confiables tomen una cantidad arbitraria de tiempo durante el an\u00e1lisis, y es posible crear expresiones regulares que eludan dichas mitigaciones. Esto hace posible realizar ataques de denegaci\u00f3n de servicio enviando regexes especialmente dise\u00f1ados a servicios que aceptan regexes no confiables controlados por el usuario. Todas las versiones de regex crate anteriores o iguales a la 1.5.4 est\u00e1n afectadas por este problema. La correcci\u00f3n se incluye a partir de regex 1.5.5. Se recomienda a todos los usuarios que acepten regexes controlados por el usuario que actualicen inmediatamente a la \u00faltima versi\u00f3n del regex crate. Lamentablemente, no existe un conjunto fijo de regexes problem\u00e1ticos, ya que hay pr\u00e1cticamente infinitas regexes que podr\u00edan ser creadas para explotar esta vulnerabilidad. Por ello, no recomendamos negar las regex problem\u00e1ticas conocidas\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\",\"baseScore\":5.0},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rust-lang:regex:*:*:*:*:*:rust:*:*\",\"versionEndExcluding\":\"1.5.5\",\"matchCriteriaId\":\"C19062C7-2E3B-40F0-B813-413768896F67\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A930E247-0B43-43CB-98FF-6CE7B8189835\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.gentoo.org/glsa/202208-08\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202208-14\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2022/dsa-5113\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2022/dsa-5118\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
ghsa-m5pq-gvj9-9vr8
Vulnerability from github
This is a cross-post of the official security advisory. The official advisory contains a signed version with our PGP key, as well.
The Rust Security Response WG was notified that the regex
crate did not properly limit the complexity of the regular expressions (regex) it parses. An attacker could use this security issue to perform a denial of service, by sending a specially crafted regex to a service accepting untrusted regexes. No known vulnerability is present when parsing untrusted input with trusted regexes.
This issue has been assigned CVE-2022-24713. The severity of this vulnerability is "high" when the regex
crate is used to parse untrusted regexes. Other uses of the regex
crate are not affected by this vulnerability.
Overview
The regex
crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it's considered part of the crate's API.
Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it's possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes.
Affected versions
All versions of the regex
crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex
1.5.5.
Mitigations
We recommend everyone accepting user-controlled regexes to upgrade immediately to the latest version of the regex
crate.
Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, we do not recommend denying known problematic regexes.
Acknowledgements
We want to thank Addison Crump for responsibly disclosing this to us according to the Rust security policy, and for helping review the fix.
We also want to thank Andrew Gallant for developing the fix, and Pietro Albini for coordinating the disclosure and writing this advisory.
{ "affected": [ { "package": { "ecosystem": "crates.io", "name": "regex" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.5.5" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-24713" ], "database_specific": { "cwe_ids": [ "CWE-1333", "CWE-400" ], "github_reviewed": true, "github_reviewed_at": "2022-03-08T20:00:36Z", "nvd_published_at": "2022-03-08T19:15:00Z", "severity": "HIGH" }, "details": "\u003e This is a cross-post of [the official security advisory][advisory]. The official advisory contains a signed version with our PGP key, as well.\n\n[advisory]: https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw\n\nThe Rust Security Response WG was notified that the `regex` crate did not properly limit the complexity of the regular expressions (regex) it parses. An attacker could use this security issue to perform a denial of service, by sending a specially crafted regex to a service accepting untrusted regexes. No known vulnerability is present when parsing untrusted input with trusted regexes.\n\nThis issue has been assigned CVE-2022-24713. The severity of this vulnerability is \"high\" when the `regex` crate is used to parse untrusted regexes. Other uses of the `regex` crate are not affected by this vulnerability.\n\n## Overview\n\nThe `regex` crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API.\n\nUnfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes.\n\n## Affected versions\n\nAll versions of the `regex` crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from `regex` 1.5.5.\n\n## Mitigations\n\nWe recommend everyone accepting user-controlled regexes to upgrade immediately to the latest version of the `regex` crate.\n\nUnfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, we do not recommend denying known problematic regexes.\n\n## Acknowledgements\n\nWe want to thank Addison Crump for responsibly disclosing this to us according to the [Rust security policy](https://www.rust-lang.org/policies/security), and for helping review the fix.\n\nWe also want to thank Andrew Gallant for developing the fix, and Pietro Albini for coordinating the disclosure and writing this advisory.", "id": "GHSA-m5pq-gvj9-9vr8", "modified": "2022-08-11T20:38:52Z", "published": "2022-03-08T20:00:36Z", "references": [ { "type": "WEB", "url": "https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" }, { "type": "WEB", "url": "https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e" }, { "type": "WEB", "url": "https://github.com/rust-lang/regex" }, { "type": "WEB", "url": "https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2022-0013.html" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202208-08" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202208-14" }, { "type": "WEB", "url": "https://www.debian.org/security/2022/dsa-5113" }, { "type": "WEB", "url": "https://www.debian.org/security/2022/dsa-5118" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Rust\u0027s regex crate vulnerable to regular expression denial of service" }
rhsa-2022_1287
Vulnerability from csaf_redhat
Notes
{ "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 firefox 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": "Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability.\n\nThis update upgrades Firefox to version 91.8.0 ESR.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1287", "url": "https://access.redhat.com/errata/RHSA-2022:1287" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1287.json" } ], "title": "Red Hat Security Advisory: firefox security update", "tracking": { "current_release_date": "2024-11-06T00:39:34+00:00", "generator": { "date": "2024-11-06T00:39:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1287", "initial_release_date": "2022-04-08T14:41:33+00:00", "revision_history": [ { "date": "2022-04-08T14:41:33+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-08T14:41:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:39:34+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. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_5.src", "product": { "name": "firefox-0:91.8.0-1.el8_5.src", "product_id": "firefox-0:91.8.0-1.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_5.aarch64", "product": { "name": "firefox-0:91.8.0-1.el8_5.aarch64", "product_id": "firefox-0:91.8.0-1.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "product_id": "firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_5.ppc64le", "product": { "name": "firefox-0:91.8.0-1.el8_5.ppc64le", "product_id": "firefox-0:91.8.0-1.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "product_id": "firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_5.x86_64", "product": { "name": "firefox-0:91.8.0-1.el8_5.x86_64", "product_id": "firefox-0:91.8.0-1.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_5.x86_64", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_5.x86_64", "product_id": "firefox-debugsource-0:91.8.0-1.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_5.s390x", "product": { "name": "firefox-0:91.8.0-1.el8_5.s390x", "product_id": "firefox-0:91.8.0-1.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_5.s390x", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_5.s390x", "product_id": "firefox-debugsource-0:91.8.0-1.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64" }, "product_reference": "firefox-0:91.8.0-1.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x" }, "product_reference": "firefox-0:91.8.0-1.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src" }, "product_reference": "firefox-0:91.8.0-1.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:41:33+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1287" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:41:33+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1287" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:41:33+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1287" } ], "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-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:41:33+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1287" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:41:33+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1287" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:41:33+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1287" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:41:33+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1287" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:41:33+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1287" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:firefox-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:firefox-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
rhsa-2022_1301
Vulnerability from csaf_redhat
Notes
{ "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 thunderbird 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": "Mozilla Thunderbird is a standalone mail and newsgroup client.\n\nThis update upgrades Thunderbird to version 91.8.0.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: OpenPGP revocation information was ignored (CVE-2022-1197)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1301", "url": "https://access.redhat.com/errata/RHSA-2022:1301" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1301.json" } ], "title": "Red Hat Security Advisory: thunderbird security update", "tracking": { "current_release_date": "2024-11-06T00:40:29+00:00", "generator": { "date": "2024-11-06T00:40:29+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1301", "initial_release_date": "2022-04-11T14:18:50+00:00", "revision_history": [ { "date": "2022-04-11T14:18:50+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-11T14:18:50+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:40: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 AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_5.src", "product": { "name": "thunderbird-0:91.8.0-1.el8_5.src", "product_id": "thunderbird-0:91.8.0-1.el8_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_5.aarch64", "product": { "name": "thunderbird-0:91.8.0-1.el8_5.aarch64", "product_id": "thunderbird-0:91.8.0-1.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_5?arch=aarch64" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_5.ppc64le", "product": { "name": "thunderbird-0:91.8.0-1.el8_5.ppc64le", "product_id": "thunderbird-0:91.8.0-1.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_5?arch=ppc64le" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_5.x86_64", "product": { "name": "thunderbird-0:91.8.0-1.el8_5.x86_64", "product_id": "thunderbird-0:91.8.0-1.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_5?arch=x86_64" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_5.s390x", "product": { "name": "thunderbird-0:91.8.0-1.el8_5.s390x", "product_id": "thunderbird-0:91.8.0-1.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_5?arch=s390x" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64" }, "product_reference": "thunderbird-0:91.8.0-1.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le" }, "product_reference": "thunderbird-0:91.8.0-1.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x" }, "product_reference": "thunderbird-0:91.8.0-1.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_5.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src" }, "product_reference": "thunderbird-0:91.8.0-1.el8_5.src", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64" }, "product_reference": "thunderbird-0:91.8.0-1.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64", "relates_to_product_reference": "AppStream-8.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:18:50+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1301" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:18:50+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1301" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-1197", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072963" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When importing a revoked key that specified key compromise as the revocation reason, Thunderbird did not update the existing copy of the key that was not yet revoked, and the existing key was kept as non-revoked. Revocation statements that used another revocation reason, or that didn\u0027t specify a revocation reason, were unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: OpenPGP revocation information was ignored", "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1197" }, { "category": "external", "summary": "RHBZ#2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1197", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1197" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:18:50+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1301" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: OpenPGP revocation information was ignored" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:18:50+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1301" } ], "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:18:50+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1301" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:18:50+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1301" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:18:50+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1301" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:18:50+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1301" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:18:50+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1301" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.src", "AppStream-8.5.0.Z.MAIN:thunderbird-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debuginfo-0:91.8.0-1.el8_5.x86_64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.aarch64", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.ppc64le", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.s390x", "AppStream-8.5.0.Z.MAIN:thunderbird-debugsource-0:91.8.0-1.el8_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
rhsa-2022_1303
Vulnerability from csaf_redhat
Notes
{ "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 thunderbird 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": "Mozilla Thunderbird is a standalone mail and newsgroup client.\n\nThis update upgrades Thunderbird to version 91.8.0.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: OpenPGP revocation information was ignored (CVE-2022-1197)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1303", "url": "https://access.redhat.com/errata/RHSA-2022:1303" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1303.json" } ], "title": "Red Hat Security Advisory: thunderbird security update", "tracking": { "current_release_date": "2024-11-06T00:40:21+00:00", "generator": { "date": "2024-11-06T00:40:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1303", "initial_release_date": "2022-04-11T13:52:47+00:00", "revision_history": [ { "date": "2022-04-11T13:52:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-11T13:52:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:40:21+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 E4S (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_1.src", "product": { "name": "thunderbird-0:91.8.0-1.el8_1.src", "product_id": "thunderbird-0:91.8.0-1.el8_1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_1.ppc64le", "product": { "name": "thunderbird-0:91.8.0-1.el8_1.ppc64le", "product_id": "thunderbird-0:91.8.0-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_1.x86_64", "product": { "name": "thunderbird-0:91.8.0-1.el8_1.x86_64", "product_id": "thunderbird-0:91.8.0-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le" }, "product_reference": "thunderbird-0:91.8.0-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_1.src as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src" }, "product_reference": "thunderbird-0:91.8.0-1.el8_1.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64" }, "product_reference": "thunderbird-0:91.8.0-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T13:52:47+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1303" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T13:52:47+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1303" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-1197", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072963" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When importing a revoked key that specified key compromise as the revocation reason, Thunderbird did not update the existing copy of the key that was not yet revoked, and the existing key was kept as non-revoked. Revocation statements that used another revocation reason, or that didn\u0027t specify a revocation reason, were unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: OpenPGP revocation information was ignored", "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1197" }, { "category": "external", "summary": "RHBZ#2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1197", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1197" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T13:52:47+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1303" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: OpenPGP revocation information was ignored" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T13:52:47+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1303" } ], "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T13:52:47+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1303" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T13:52:47+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1303" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T13:52:47+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1303" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T13:52:47+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1303" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T13:52:47+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1303" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:thunderbird-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:thunderbird-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
rhsa-2022_1305
Vulnerability from csaf_redhat
Notes
{ "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 thunderbird 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": "Mozilla Thunderbird is a standalone mail and newsgroup client.\n\nThis update upgrades Thunderbird to version 91.8.0.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: OpenPGP revocation information was ignored (CVE-2022-1197)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1305", "url": "https://access.redhat.com/errata/RHSA-2022:1305" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1305.json" } ], "title": "Red Hat Security Advisory: thunderbird security update", "tracking": { "current_release_date": "2024-11-06T00:40:37+00:00", "generator": { "date": "2024-11-06T00:40:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1305", "initial_release_date": "2022-04-11T14:38:37+00:00", "revision_history": [ { "date": "2022-04-11T14:38:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-11T14:38:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:40: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 AppStream EUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_4.src", "product": { "name": "thunderbird-0:91.8.0-1.el8_4.src", "product_id": "thunderbird-0:91.8.0-1.el8_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_4.aarch64", "product": { "name": "thunderbird-0:91.8.0-1.el8_4.aarch64", "product_id": "thunderbird-0:91.8.0-1.el8_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_4?arch=aarch64" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_4?arch=aarch64" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_4.ppc64le", "product": { "name": "thunderbird-0:91.8.0-1.el8_4.ppc64le", "product_id": "thunderbird-0:91.8.0-1.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_4.x86_64", "product": { "name": "thunderbird-0:91.8.0-1.el8_4.x86_64", "product_id": "thunderbird-0:91.8.0-1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_4.s390x", "product": { "name": "thunderbird-0:91.8.0-1.el8_4.s390x", "product_id": "thunderbird-0:91.8.0-1.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64" }, "product_reference": "thunderbird-0:91.8.0-1.el8_4.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le" }, "product_reference": "thunderbird-0:91.8.0-1.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x" }, "product_reference": "thunderbird-0:91.8.0-1.el8_4.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src" }, "product_reference": "thunderbird-0:91.8.0-1.el8_4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64" }, "product_reference": "thunderbird-0:91.8.0-1.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:38: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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1305" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:38: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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1305" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-1197", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072963" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When importing a revoked key that specified key compromise as the revocation reason, Thunderbird did not update the existing copy of the key that was not yet revoked, and the existing key was kept as non-revoked. Revocation statements that used another revocation reason, or that didn\u0027t specify a revocation reason, were unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: OpenPGP revocation information was ignored", "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1197" }, { "category": "external", "summary": "RHBZ#2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1197", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1197" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:38: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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1305" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: OpenPGP revocation information was ignored" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:38: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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1305" } ], "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:38: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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1305" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:38: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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1305" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:38: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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1305" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:38: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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1305" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:38: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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1305" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:thunderbird-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
rhsa-2022_1302
Vulnerability from csaf_redhat
Notes
{ "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 thunderbird 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": "Mozilla Thunderbird is a standalone mail and newsgroup client.\n\nThis update upgrades Thunderbird to version 91.8.0.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: OpenPGP revocation information was ignored (CVE-2022-1197)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1302", "url": "https://access.redhat.com/errata/RHSA-2022:1302" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1302.json" } ], "title": "Red Hat Security Advisory: thunderbird security update", "tracking": { "current_release_date": "2024-11-06T00:40:13+00:00", "generator": { "date": "2024-11-06T00:40:13+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1302", "initial_release_date": "2022-04-11T14:55:42+00:00", "revision_history": [ { "date": "2022-04-11T14:55:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-11T14:55:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:40:13+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 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_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el7_9.src", "product": { "name": "thunderbird-0:91.8.0-1.el7_9.src", "product_id": "thunderbird-0:91.8.0-1.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el7_9.x86_64", "product": { "name": "thunderbird-0:91.8.0-1.el7_9.x86_64", "product_id": "thunderbird-0:91.8.0-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el7_9.ppc64le", "product": { "name": "thunderbird-0:91.8.0-1.el7_9.ppc64le", "product_id": "thunderbird-0:91.8.0-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "thunderbird-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el7_9.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src" }, "product_reference": "thunderbird-0:91.8.0-1.el7_9.src", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "thunderbird-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "thunderbird-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src" }, "product_reference": "thunderbird-0:91.8.0-1.el7_9.src", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "thunderbird-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "thunderbird-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src" }, "product_reference": "thunderbird-0:91.8.0-1.el7_9.src", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "thunderbird-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:55:42+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1302" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:55:42+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1302" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-1197", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072963" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When importing a revoked key that specified key compromise as the revocation reason, Thunderbird did not update the existing copy of the key that was not yet revoked, and the existing key was kept as non-revoked. Revocation statements that used another revocation reason, or that didn\u0027t specify a revocation reason, were unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: OpenPGP revocation information was ignored", "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": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1197" }, { "category": "external", "summary": "RHBZ#2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1197", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1197" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:55:42+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1302" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: OpenPGP revocation information was ignored" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:55:42+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1302" } ], "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": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:55:42+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1302" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:55:42+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1302" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:55:42+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1302" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:55:42+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1302" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-11T14:55:42+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1302" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:thunderbird-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:thunderbird-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
rhsa-2022_1283
Vulnerability from csaf_redhat
Notes
{ "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 firefox 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": "Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability.\n\nThis update upgrades Firefox to version 91.8.0 ESR.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1283", "url": "https://access.redhat.com/errata/RHSA-2022:1283" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1283.json" } ], "title": "Red Hat Security Advisory: firefox security update", "tracking": { "current_release_date": "2024-11-06T00:39:45+00:00", "generator": { "date": "2024-11-06T00:39:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1283", "initial_release_date": "2022-04-08T14:02:19+00:00", "revision_history": [ { "date": "2022-04-08T14:02:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-08T14:02:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:39: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 AppStream E4S (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_1.src", "product": { "name": "firefox-0:91.8.0-1.el8_1.src", "product_id": "firefox-0:91.8.0-1.el8_1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_1.ppc64le", "product": { "name": "firefox-0:91.8.0-1.el8_1.ppc64le", "product_id": "firefox-0:91.8.0-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "product_id": "firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_1.x86_64", "product": { "name": "firefox-0:91.8.0-1.el8_1.x86_64", "product_id": "firefox-0:91.8.0-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_1.x86_64", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_1.x86_64", "product_id": "firefox-debugsource-0:91.8.0-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_1.src as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src" }, "product_reference": "firefox-0:91.8.0-1.el8_1.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:02:19+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1283" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:02:19+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1283" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:02:19+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1283" } ], "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-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:02:19+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1283" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:02:19+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1283" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:02:19+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1283" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:02:19+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1283" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:02:19+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1283" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.src", "AppStream-8.1.0.Z.E4S:firefox-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debuginfo-0:91.8.0-1.el8_1.x86_64", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.ppc64le", "AppStream-8.1.0.Z.E4S:firefox-debugsource-0:91.8.0-1.el8_1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
rhsa-2022_1286
Vulnerability from csaf_redhat
Notes
{ "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 firefox is now available for Red Hat Enterprise Linux 8.2 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": "Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability.\n\nThis update upgrades Firefox to version 91.8.0 ESR.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1286", "url": "https://access.redhat.com/errata/RHSA-2022:1286" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1286.json" } ], "title": "Red Hat Security Advisory: firefox security update", "tracking": { "current_release_date": "2024-11-06T00:39:52+00:00", "generator": { "date": "2024-11-06T00:39:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1286", "initial_release_date": "2022-04-08T14:40:44+00:00", "revision_history": [ { "date": "2022-04-08T14:40:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-08T14:40:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:39:52+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. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_2.src", "product": { "name": "firefox-0:91.8.0-1.el8_2.src", "product_id": "firefox-0:91.8.0-1.el8_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_2.aarch64", "product": { "name": "firefox-0:91.8.0-1.el8_2.aarch64", "product_id": "firefox-0:91.8.0-1.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "product_id": "firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_2.ppc64le", "product": { "name": "firefox-0:91.8.0-1.el8_2.ppc64le", "product_id": "firefox-0:91.8.0-1.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "product_id": "firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_2.x86_64", "product": { "name": "firefox-0:91.8.0-1.el8_2.x86_64", "product_id": "firefox-0:91.8.0-1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_2.x86_64", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_2.x86_64", "product_id": "firefox-debugsource-0:91.8.0-1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_2.s390x", "product": { "name": "firefox-0:91.8.0-1.el8_2.s390x", "product_id": "firefox-0:91.8.0-1.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_2.s390x", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_2.s390x", "product_id": "firefox-debugsource-0:91.8.0-1.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64" }, "product_reference": "firefox-0:91.8.0-1.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x" }, "product_reference": "firefox-0:91.8.0-1.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src" }, "product_reference": "firefox-0:91.8.0-1.el8_2.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:40:44+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1286" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:40:44+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1286" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:40:44+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1286" } ], "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-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:40:44+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1286" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:40:44+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1286" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:40:44+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1286" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:40:44+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1286" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:40:44+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1286" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:firefox-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.s390x", "AppStream-8.2.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
rhsa-2022_1326
Vulnerability from csaf_redhat
Notes
{ "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 thunderbird is now available for Red Hat Enterprise Linux 8.2 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": "Mozilla Thunderbird is a standalone mail and newsgroup client.\n\nThis update upgrades Thunderbird to version 91.8.0.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: OpenPGP revocation information was ignored (CVE-2022-1197)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1326", "url": "https://access.redhat.com/errata/RHSA-2022:1326" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1326.json" } ], "title": "Red Hat Security Advisory: thunderbird security update", "tracking": { "current_release_date": "2024-11-06T00:40:51+00:00", "generator": { "date": "2024-11-06T00:40:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1326", "initial_release_date": "2022-04-12T15:07:18+00:00", "revision_history": [ { "date": "2022-04-12T15:07:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-12T15:07:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:40:51+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. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_2.src", "product": { "name": "thunderbird-0:91.8.0-1.el8_2.src", "product_id": "thunderbird-0:91.8.0-1.el8_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_2.aarch64", "product": { "name": "thunderbird-0:91.8.0-1.el8_2.aarch64", "product_id": "thunderbird-0:91.8.0-1.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_2.ppc64le", "product": { "name": "thunderbird-0:91.8.0-1.el8_2.ppc64le", "product_id": "thunderbird-0:91.8.0-1.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "thunderbird-0:91.8.0-1.el8_2.x86_64", "product": { "name": "thunderbird-0:91.8.0-1.el8_2.x86_64", "product_id": "thunderbird-0:91.8.0-1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird@91.8.0-1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64", "product": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64", "product_id": "thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debugsource@91.8.0-1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "product": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "product_id": "thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thunderbird-debuginfo@91.8.0-1.el8_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64" }, "product_reference": "thunderbird-0:91.8.0-1.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le" }, "product_reference": "thunderbird-0:91.8.0-1.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src" }, "product_reference": "thunderbird-0:91.8.0-1.el8_2.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-0:91.8.0-1.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64" }, "product_reference": "thunderbird-0:91.8.0-1.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64" }, "product_reference": "thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" }, "product_reference": "thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-12T15:07:18+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1326" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-12T15:07:18+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1326" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-1197", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072963" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When importing a revoked key that specified key compromise as the revocation reason, Thunderbird did not update the existing copy of the key that was not yet revoked, and the existing key was kept as non-revoked. Revocation statements that used another revocation reason, or that didn\u0027t specify a revocation reason, were unaffected.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: OpenPGP revocation information was ignored", "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1197" }, { "category": "external", "summary": "RHBZ#2072963", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072963" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1197", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1197" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1197" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-12T15:07:18+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1326" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: OpenPGP revocation information was ignored" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-12T15:07:18+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1326" } ], "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-12T15:07:18+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1326" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-12T15:07:18+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1326" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-12T15:07:18+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1326" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-12T15:07:18+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1326" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-12T15:07:18+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\nAll running instances of Thunderbird must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1326" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.src", "AppStream-8.2.0.Z.EUS:thunderbird-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debuginfo-0:91.8.0-1.el8_2.x86_64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.aarch64", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.ppc64le", "AppStream-8.2.0.Z.EUS:thunderbird-debugsource-0:91.8.0-1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
rhsa-2022_1285
Vulnerability from csaf_redhat
Notes
{ "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 firefox 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": "Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability.\n\nThis update upgrades Firefox to version 91.8.0 ESR.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1285", "url": "https://access.redhat.com/errata/RHSA-2022:1285" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1285.json" } ], "title": "Red Hat Security Advisory: firefox security update", "tracking": { "current_release_date": "2024-11-06T00:39:59+00:00", "generator": { "date": "2024-11-06T00:39:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1285", "initial_release_date": "2022-04-08T14:48:36+00:00", "revision_history": [ { "date": "2022-04-08T14:48:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-08T14:48:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:39:59+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.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_4.src", "product": { "name": "firefox-0:91.8.0-1.el8_4.src", "product_id": "firefox-0:91.8.0-1.el8_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_4.aarch64", "product": { "name": "firefox-0:91.8.0-1.el8_4.aarch64", "product_id": "firefox-0:91.8.0-1.el8_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_4?arch=aarch64" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "product_id": "firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_4?arch=aarch64" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_4.ppc64le", "product": { "name": "firefox-0:91.8.0-1.el8_4.ppc64le", "product_id": "firefox-0:91.8.0-1.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "product_id": "firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_4?arch=ppc64le" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_4.x86_64", "product": { "name": "firefox-0:91.8.0-1.el8_4.x86_64", "product_id": "firefox-0:91.8.0-1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_4.x86_64", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_4.x86_64", "product_id": "firefox-debugsource-0:91.8.0-1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el8_4.s390x", "product": { "name": "firefox-0:91.8.0-1.el8_4.s390x", "product_id": "firefox-0:91.8.0-1.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "firefox-debugsource-0:91.8.0-1.el8_4.s390x", "product": { "name": "firefox-debugsource-0:91.8.0-1.el8_4.s390x", "product_id": "firefox-debugsource-0:91.8.0-1.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debugsource@91.8.0-1.el8_4?arch=s390x" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "product_id": "firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el8_4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64" }, "product_reference": "firefox-0:91.8.0-1.el8_4.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x" }, "product_reference": "firefox-0:91.8.0-1.el8_4.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src" }, "product_reference": "firefox-0:91.8.0-1.el8_4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_4.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debugsource-0:91.8.0-1.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" }, "product_reference": "firefox-debugsource-0:91.8.0-1.el8_4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:48:36+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1285" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:48:36+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1285" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:48:36+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1285" } ], "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-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:48:36+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1285" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:48:36+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1285" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:48:36+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1285" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:48:36+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1285" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T14:48:36+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1285" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.src", "AppStream-8.4.0.Z.EUS:firefox-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debuginfo-0:91.8.0-1.el8_4.x86_64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.aarch64", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.ppc64le", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.s390x", "AppStream-8.4.0.Z.EUS:firefox-debugsource-0:91.8.0-1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
rhsa-2022_1284
Vulnerability from csaf_redhat
Notes
{ "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 firefox 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": "Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability.\n\nThis update upgrades Firefox to version 91.8.0 ESR.\n\nSecurity Fix(es):\n\n* Mozilla: Use-after-free in NSSToken objects (CVE-2022-1097)\n\n* Mozilla: Out of bounds write due to unexpected WebAuthN Extensions (CVE-2022-28281)\n\n* Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8 (CVE-2022-28289)\n\n* Mozilla: Use-after-free after VR Process destruction (CVE-2022-1196)\n\n* Mozilla: Use-after-free in DocumentL10n::TranslateDocument (CVE-2022-28282)\n\n* Mozilla: Incorrect AliasSet used in JIT Codegen (CVE-2022-28285)\n\n* Mozilla: Denial of Service via complex regular expressions (CVE-2022-24713)\n\n* Mozilla: iframe contents could be rendered outside the border (CVE-2022-28286)\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-2022:1284", "url": "https://access.redhat.com/errata/RHSA-2022:1284" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1284.json" } ], "title": "Red Hat Security Advisory: firefox security update", "tracking": { "current_release_date": "2024-11-06T00:40:08+00:00", "generator": { "date": "2024-11-06T00:40:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1284", "initial_release_date": "2022-04-08T15:21:57+00:00", "revision_history": [ { "date": "2022-04-08T15:21:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-04-08T15:21:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:40:08+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 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": "firefox-0:91.8.0-1.el7_9.src", "product": { "name": "firefox-0:91.8.0-1.el7_9.src", "product_id": "firefox-0:91.8.0-1.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el7_9.x86_64", "product": { "name": "firefox-0:91.8.0-1.el7_9.x86_64", "product_id": "firefox-0:91.8.0-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "product_id": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el7_9.i686", "product": { "name": "firefox-0:91.8.0-1.el7_9.i686", "product_id": "firefox-0:91.8.0-1.el7_9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el7_9?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el7_9.s390x", "product": { "name": "firefox-0:91.8.0-1.el7_9.s390x", "product_id": "firefox-0:91.8.0-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "product_id": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el7_9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el7_9.ppc64le", "product": { "name": "firefox-0:91.8.0-1.el7_9.ppc64le", "product_id": "firefox-0:91.8.0-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "product_id": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "firefox-0:91.8.0-1.el7_9.ppc64", "product": { "name": "firefox-0:91.8.0-1.el7_9.ppc64", "product_id": "firefox-0:91.8.0-1.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox@91.8.0-1.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "product": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "product_id": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/firefox-debuginfo@91.8.0-1.el7_9?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686" }, "product_reference": "firefox-0:91.8.0-1.el7_9.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src" }, "product_reference": "firefox-0:91.8.0-1.el7_9.src", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686" }, "product_reference": "firefox-0:91.8.0-1.el7_9.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src" }, "product_reference": "firefox-0:91.8.0-1.el7_9.src", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686" }, "product_reference": "firefox-0:91.8.0-1.el7_9.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src" }, "product_reference": "firefox-0:91.8.0-1.el7_9.src", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686" }, "product_reference": "firefox-0:91.8.0-1.el7_9.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src" }, "product_reference": "firefox-0:91.8.0-1.el7_9.src", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686" }, "product_reference": "firefox-0:91.8.0-1.el7_9.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src" }, "product_reference": "firefox-0:91.8.0-1.el7_9.src", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686" }, "product_reference": "firefox-0:91.8.0-1.el7_9.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src" }, "product_reference": "firefox-0:91.8.0-1.el7_9.src", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" }, "product_reference": "firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072559" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes the issue of NSSToken objects referenced via direct points that could have been accessed unsafely on different threads, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in NSSToken objects", "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": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1097" }, { "category": "external", "summary": "RHBZ#2072559", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1097" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1097" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T15:21:57+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1284" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Use-after-free in NSSToken objects" }, { "cve": "CVE-2022-1196", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072561" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free after VR Process destruction", "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": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-1196" }, { "category": "external", "summary": "RHBZ#2072561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1196" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1196" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T15:21:57+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1284" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free after VR Process destruction" }, { "cve": "CVE-2022-24713", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072565" } ], "notes": [ { "category": "description", "text": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Denial of Service via complex regular expressions", "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": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24713" }, { "category": "external", "summary": "RHBZ#2072565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24713" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24713" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T15:21:57+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1284" } ], "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": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: Denial of Service via complex regular expressions" }, { "cve": "CVE-2022-28281", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072560" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nIf a compromised content process sent an unexpected number of WebAuthN Extensions in a Register command to the parent process, an out of bounds write would have occurred leading to memory corruption and a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28281" }, { "category": "external", "summary": "RHBZ#2072560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28281" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28281" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28281" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T15:21:57+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1284" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Out of bounds write due to unexpected WebAuthN Extensions" }, { "cve": "CVE-2022-28282", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072562" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: By using a link with rel=\"localization,\" a use-after-free could have been triggered by destroying an object during JavaScript execution and then referencing the object through a freed pointer, leading to a potentially exploitable crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument", "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": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28282" }, { "category": "external", "summary": "RHBZ#2072562", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28282", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28282" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28282" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T15:21:57+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1284" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Use-after-free in DocumentL10n::TranslateDocument" }, { "cve": "CVE-2022-28285", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Mozilla. The Mozilla Foundation Security Advisory describes this flaw as: When generating the assembly code for MLoadTypedArrayElementHole, an incorrect AliasSet was used. In conjunction with another vulnerability, this could have been used for an out-of-bounds memory read.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Incorrect AliasSet used in JIT Codegen", "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": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28285" }, { "category": "external", "summary": "RHBZ#2072563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28285" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28285" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T15:21:57+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1284" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Mozilla: Incorrect AliasSet used in JIT Codegen" }, { "cve": "CVE-2022-28286", "cwe": { "id": "CWE-1021", "name": "Improper Restriction of Rendered UI Layers or Frames" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072564" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as: Due to a layout change, iframe contents could have been rendered outside of its border. This could have led to user confusion or spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: iframe contents could be rendered outside the border", "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": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28286" }, { "category": "external", "summary": "RHBZ#2072564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28286" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28286" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28286" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T15:21:57+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1284" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Mozilla: iframe contents could be rendered outside the border" }, { "cve": "CVE-2022-28289", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2022-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2072566" } ], "notes": [ { "category": "description", "text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nMozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98 and Firefox ESR 91.7. Some of these bugs showed evidence of memory corruption, and we presume that with enough effort, some of these could have been exploited to run arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.", "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:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-28289" }, { "category": "external", "summary": "RHBZ#2072566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28289", "url": "https://www.cve.org/CVERecord?id=CVE-2022-28289" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/#CVE-2022-28289" }, { "category": "external", "summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/#CVE-2022-28289" } ], "release_date": "2022-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-04-08T15:21:57+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\nAfter installing the update, Firefox must be restarted for the changes to take effect.", "product_ids": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1284" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Client-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Client-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Server-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Server-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.i686", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.src", "7Workstation-optional-7.9.Z:firefox-0:91.8.0-1.el7_9.x86_64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.ppc64le", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.s390x", "7Workstation-optional-7.9.Z:firefox-debuginfo-0:91.8.0-1.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Mozilla: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8" } ] }
wid-sec-w-2022-1335
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-1335 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-1335.json" }, { "category": "self", "summary": "WID-SEC-2022-1335 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1335" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-007 vom 2023-05-18", "url": "https://security.business.xerox.com/wp-content/uploads/2023/05/Xerox-Security-Bulletin-XRX23-007-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-005 vom 2023-04-04", "url": "https://security.business.xerox.com/wp-content/uploads/2023/04/Xerox-Security-Bulletin-XRX23-005-Xerox%25C2%25AE-FreeFlow%25C2%25AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin XRX22-021 vom 2022-09-07", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2022/09/Xerox-Security-Bulletin-XRX22-021-FreeFlow-Print-Server-v9.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-05-18T22:00:00.000+00:00", "generator": { "date": "2024-02-15T16:57:44.642+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2022-1335", "initial_release_date": "2022-09-07T22:00:00.000+00:00", "revision_history": [ { "date": "2022-09-07T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-04-03T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-05-18T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server 7", "product": { "name": "Xerox FreeFlow Print Server 7", "product_id": "T000872", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:7" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server 9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-25032", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2018-25032" }, { "cve": "CVE-2019-19906", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2019-19906" }, { "cve": "CVE-2020-0499", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2020-0499" }, { "cve": "CVE-2020-25717", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2020-25717" }, { "cve": "CVE-2020-29651", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2020-29651" }, { "cve": "CVE-2021-0561", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-0561" }, { "cve": "CVE-2021-21708", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-21708" }, { "cve": "CVE-2021-22946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-22946" }, { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-29923", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-29923" }, { "cve": "CVE-2021-30809", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30809" }, { "cve": "CVE-2021-30818", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30818" }, { "cve": "CVE-2021-30823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30823" }, { "cve": "CVE-2021-30836", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30836" }, { "cve": "CVE-2021-30884", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30884" }, { "cve": "CVE-2021-30887", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30887" }, { "cve": "CVE-2021-30888", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30888" }, { "cve": "CVE-2021-30889", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30889" }, { "cve": "CVE-2021-30890", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30890" }, { "cve": "CVE-2021-30897", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30897" }, { "cve": "CVE-2021-30934", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30934" }, { "cve": "CVE-2021-30936", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30936" }, { "cve": "CVE-2021-30951", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30951" }, { "cve": "CVE-2021-30952", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30952" }, { "cve": "CVE-2021-30953", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30953" }, { "cve": "CVE-2021-30954", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30954" }, { "cve": "CVE-2021-30984", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-30984" }, { "cve": "CVE-2021-3448", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-3448" }, { "cve": "CVE-2021-34558", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-34558" }, { "cve": "CVE-2021-36221", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-36221" }, { "cve": "CVE-2021-4115", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-4115" }, { "cve": "CVE-2021-4136", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-4136" }, { "cve": "CVE-2021-4166", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-4166" }, { "cve": "CVE-2021-4173", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-4173" }, { "cve": "CVE-2021-41771", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-41771" }, { "cve": "CVE-2021-41772", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-41772" }, { "cve": "CVE-2021-4187", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-4187" }, { "cve": "CVE-2021-4192", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-4192" }, { "cve": "CVE-2021-4193", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-4193" }, { "cve": "CVE-2021-4217", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-4217" }, { "cve": "CVE-2021-43519", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-43519" }, { "cve": "CVE-2021-43566", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-43566" }, { "cve": "CVE-2021-44142", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-44142" }, { "cve": "CVE-2021-45444", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-45444" }, { "cve": "CVE-2021-45481", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-45481" }, { "cve": "CVE-2021-45482", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-45482" }, { "cve": "CVE-2021-45483", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-45483" }, { "cve": "CVE-2021-45960", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-45960" }, { "cve": "CVE-2021-46143", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2021-46143" }, { "cve": "CVE-2022-0128", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0128" }, { "cve": "CVE-2022-0156", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0156" }, { "cve": "CVE-2022-0158", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0158" }, { "cve": "CVE-2022-0261", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0261" }, { "cve": "CVE-2022-0318", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0318" }, { "cve": "CVE-2022-0319", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0319" }, { "cve": "CVE-2022-0336", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0336" }, { "cve": "CVE-2022-0391", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0391" }, { "cve": "CVE-2022-0408", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0408" }, { "cve": "CVE-2022-0413", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0413" }, { "cve": "CVE-2022-0417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0417" }, { "cve": "CVE-2022-0443", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0443" }, { "cve": "CVE-2022-0554", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0554" }, { "cve": "CVE-2022-0566", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0566" }, { "cve": "CVE-2022-0572", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0572" }, { "cve": "CVE-2022-0629", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0629" }, { "cve": "CVE-2022-0685", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0685" }, { "cve": "CVE-2022-0696", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0696" }, { "cve": "CVE-2022-0714", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0714" }, { "cve": "CVE-2022-0729", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0729" }, { "cve": "CVE-2022-0778", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-0778" }, { "cve": "CVE-2022-1097", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-1097" }, { "cve": "CVE-2022-1196", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-1196" }, { "cve": "CVE-2022-1197", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-1197" }, { "cve": "CVE-2022-1271", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-1271" }, { "cve": "CVE-2022-1520", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-1520" }, { "cve": "CVE-2022-1834", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-1834" }, { "cve": "CVE-2022-21245", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21245" }, { "cve": "CVE-2022-21270", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21270" }, { "cve": "CVE-2022-21291", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21291" }, { "cve": "CVE-2022-21303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21303" }, { "cve": "CVE-2022-21304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21304" }, { "cve": "CVE-2022-21344", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21344" }, { "cve": "CVE-2022-21349", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21349" }, { "cve": "CVE-2022-21367", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21367" }, { "cve": "CVE-2022-21426", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21426" }, { "cve": "CVE-2022-21434", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21434" }, { "cve": "CVE-2022-21443", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21443" }, { "cve": "CVE-2022-21449", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21449" }, { "cve": "CVE-2022-21476", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21476" }, { "cve": "CVE-2022-21493", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21493" }, { "cve": "CVE-2022-21494", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21494" }, { "cve": "CVE-2022-21496", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21496" }, { "cve": "CVE-2022-21514", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21514" }, { "cve": "CVE-2022-21524", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21524" }, { "cve": "CVE-2022-21533", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21533" }, { "cve": "CVE-2022-21712", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21712" }, { "cve": "CVE-2022-21716", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-21716" }, { "cve": "CVE-2022-22589", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22589" }, { "cve": "CVE-2022-22590", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22590" }, { "cve": "CVE-2022-22592", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22592" }, { "cve": "CVE-2022-22620", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22620" }, { "cve": "CVE-2022-22719", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22719" }, { "cve": "CVE-2022-22720", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22720" }, { "cve": "CVE-2022-22721", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22721" }, { "cve": "CVE-2022-22818", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22818" }, { "cve": "CVE-2022-22822", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22822" }, { "cve": "CVE-2022-22823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22823" }, { "cve": "CVE-2022-22824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22824" }, { "cve": "CVE-2022-22825", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22825" }, { "cve": "CVE-2022-22826", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22826" }, { "cve": "CVE-2022-22827", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-22827" }, { "cve": "CVE-2022-23308", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-23308" }, { "cve": "CVE-2022-23772", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-23772" }, { "cve": "CVE-2022-23773", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-23773" }, { "cve": "CVE-2022-23806", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-23806" }, { "cve": "CVE-2022-23833", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-23833" }, { "cve": "CVE-2022-23852", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-23852" }, { "cve": "CVE-2022-23943", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-23943" }, { "cve": "CVE-2022-23990", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-23990" }, { "cve": "CVE-2022-24130", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-24130" }, { "cve": "CVE-2022-24407", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-24407" }, { "cve": "CVE-2022-24675", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-24675" }, { "cve": "CVE-2022-24713", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-24713" }, { "cve": "CVE-2022-24801", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-24801" }, { "cve": "CVE-2022-25235", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-25235" }, { "cve": "CVE-2022-25236", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-25236" }, { "cve": "CVE-2022-25313", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-25313" }, { "cve": "CVE-2022-25314", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-25314" }, { "cve": "CVE-2022-25315", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-25315" }, { "cve": "CVE-2022-25762", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-25762" }, { "cve": "CVE-2022-26381", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-26381" }, { "cve": "CVE-2022-26383", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-26383" }, { "cve": "CVE-2022-26384", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-26384" }, { "cve": "CVE-2022-26386", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-26386" }, { "cve": "CVE-2022-26387", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-26387" }, { "cve": "CVE-2022-26485", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-26485" }, { "cve": "CVE-2022-26486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-26486" }, { "cve": "CVE-2022-28281", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-28281" }, { "cve": "CVE-2022-28282", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-28282" }, { "cve": "CVE-2022-28285", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-28285" }, { "cve": "CVE-2022-28286", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-28286" }, { "cve": "CVE-2022-28289", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-28289" }, { "cve": "CVE-2022-28327", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-28346", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-28346" }, { "cve": "CVE-2022-28347", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-28347" }, { "cve": "CVE-2022-29824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-29824" }, { "cve": "CVE-2022-29909", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-29909" }, { "cve": "CVE-2022-29911", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-29911" }, { "cve": "CVE-2022-29912", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-29912" }, { "cve": "CVE-2022-29913", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-29913" }, { "cve": "CVE-2022-29914", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-29914" }, { "cve": "CVE-2022-29916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-29916" }, { "cve": "CVE-2022-29917", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-29917" }, { "cve": "CVE-2022-31736", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-31736" }, { "cve": "CVE-2022-31737", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-31737" }, { "cve": "CVE-2022-31738", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-31738" }, { "cve": "CVE-2022-31739", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-31739" }, { "cve": "CVE-2022-3174", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-3174" }, { "cve": "CVE-2022-31740", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-31740" }, { "cve": "CVE-2022-31741", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-31741" }, { "cve": "CVE-2022-31742", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-31742" }, { "cve": "CVE-2022-31747", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-31747" }, { "cve": "CVE-2022-4187", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T000872", "T015632", "T002977" ] }, "release_date": "2022-09-07T22:00:00Z", "title": "CVE-2022-4187" } ] }
wid-sec-w-2022-0482
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Firefox ist ein Open Source Web Browser.\r\nESR ist die Variante mit verl\u00e4ngertem Support.\r\nThunderbird ist ein Open Source E-Mail Client.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- MacOS X\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0482 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0482.json" }, { "category": "self", "summary": "WID-SEC-2022-0482 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0482" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3526-1 vom 2023-09-05", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016091.html" }, { "category": "external", "summary": "Mozilla Security Advisory vom 2022-04-05", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-13/" }, { "category": "external", "summary": "Mozilla Security Advisory vom 2022-04-05", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-14/" }, { "category": "external", "summary": "SUSE Security Advisory vom 2022-04-05", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-April/010659.html" }, { "category": "external", "summary": "SUSE Security Advisory vom 2022-04-05", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-April/010660.html" }, { "category": "external", "summary": "Red Hat Bug-Tracker 2072559 vom 2022-04-06", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072559" }, { "category": "external", "summary": "Mozilla Security Advisory MFSA2022-15 vom 2022-04-06", "url": "https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/" }, { "category": "external", "summary": "Red Hat Bug-Tracker 2072560 vom 2022-04-06", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072560" }, { "category": "external", "summary": "Red Hat Bug-Tracker 2072562 vom 2022-04-06", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072562" }, { "category": "external", "summary": "Red Hat Bug-Tracker 2072566 vom 2022-04-06", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072566" }, { "category": "external", "summary": "Red Hat Bug-Tracker 2072561 vom 2022-04-06", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072561" }, { "category": "external", "summary": "Red Hat Bug-Tracker 2072565 vom 2022-04-06", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072565" }, { "category": "external", "summary": "Red Hat Bug-Tracker 2072564 vom 2022-04-06", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072564" }, { "category": "external", "summary": "Debian Security Advisory DSA-5113 vom 2022-04-06", "url": "https://lists.debian.org/debian-security-announce/2022/msg00081.html" }, { "category": "external", "summary": "Red Hat Bug-Tracker 2072563 vom 2022-04-06", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072563" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5370-1 vom 2022-04-07", "url": "https://ubuntu.com/security/notices/USN-5370-1" }, { "category": "external", "summary": "Debian Security Advisory DLA-2971 vom 2022-04-07", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:1127-1 vom 2022-04-07", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-April/010667.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1285 vom 2022-04-08", "url": "https://access.redhat.com/errata/RHSA-2022:1285" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1286 vom 2022-04-08", "url": "https://access.redhat.com/errata/RHSA-2022:1286" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1287 vom 2022-04-08", "url": "https://access.redhat.com/errata/RHSA-2022:1287" }, { "category": "external", "summary": "Debian Security Advisory DSA-5118 vom 2022-04-10", "url": "https://lists.debian.org/debian-security-announce/2022/msg00086.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-1284 vom 2022-04-08", "url": "https://linux.oracle.com/errata/ELSA-2022-1284.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-1287 vom 2022-04-08", "url": "https://linux.oracle.com/errata/ELSA-2022-1287.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1283 vom 2022-04-08", "url": "https://access.redhat.com/errata/RHSA-2022:1283" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1284 vom 2022-04-08", "url": "https://access.redhat.com/errata/RHSA-2022:1284" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1301 vom 2022-04-11", "url": "https://access.redhat.com/errata/RHSA-2022:1301" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1302 vom 2022-04-11", "url": "https://access.redhat.com/errata/RHSA-2022:1302" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:1149-1 vom 2022-04-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-April/010677.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1303 vom 2022-04-11", "url": "https://access.redhat.com/errata/RHSA-2022:1303" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1305 vom 2022-04-11", "url": "https://access.redhat.com/errata/RHSA-2022:1305" }, { "category": "external", "summary": "Debian Security Advisory DLA-2978 vom 2022-04-11", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-1302 vom 2022-04-12", "url": "https://linux.oracle.com/errata/ELSA-2022-1302.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2022-1301 vom 2022-04-12", "url": "https://linux.oracle.com/errata/ELSA-2022-1301.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:1326 vom 2022-04-12", "url": "https://access.redhat.com/errata/RHSA-2022:1326" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2022:1176-1 vom 2022-04-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-April/010699.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2022-1789 vom 2022-04-27", "url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1789.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5393-1 vom 2022-04-27", "url": "https://ubuntu.com/security/notices/USN-5393-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5494-1 vom 2022-06-27", "url": "https://ubuntu.com/security/notices/USN-5494-1" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202208-14 vom 2022-08-14", "url": "https://security.gentoo.org/glsa/202208-14" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5610-1 vom 2022-09-14", "url": "https://ubuntu.com/security/notices/USN-5610-1" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202212-05 vom 2022-12-19", "url": "https://security.gentoo.org/glsa/202212-05" }, { "category": "external", "summary": "Mozilla Bugzilla vom 2023-01-01", "url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1751609" } ], "source_lang": "en-US", "title": "Mozilla Firefox, Mozilla Firefox ESR und Thunderbird: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-09-05T22:00:00.000+00:00", "generator": { "date": "2024-02-15T16:50:14.193+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2022-0482", "initial_release_date": "2022-04-05T22:00:00.000+00:00", "revision_history": [ { "date": "2022-04-05T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2022-04-06T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat, Mozilla und Debian aufgenommen" }, { "date": "2022-04-07T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu, Debian und SUSE aufgenommen" }, { "date": "2022-04-10T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat, Debian und Oracle Linux aufgenommen" }, { "date": "2022-04-11T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat, SUSE und Debian aufgenommen" }, { "date": "2022-04-12T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-04-13T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2022-04-27T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Amazon und Ubuntu aufgenommen" }, { "date": "2022-06-27T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2022-08-14T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2022-09-13T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2022-12-18T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2023-01-01T23:00:00.000+00:00", "number": "13", "summary": "PoC aufgenommen" }, { "date": "2023-09-05T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "14" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "category": "product_name", "name": "Mozilla Firefox \u003c 99", "product": { "name": "Mozilla Firefox \u003c 99", "product_id": "T022536", "product_identification_helper": { "cpe": "cpe:/a:mozilla:firefox:99" } } }, { "category": "product_name", "name": "Mozilla Firefox ESR \u003c 91.8", "product": { "name": "Mozilla Firefox ESR \u003c 91.8", "product_id": "T022537", "product_identification_helper": { "cpe": "cpe:/a:mozilla:firefox_esr:91.8" } } }, { "category": "product_name", "name": "Mozilla Thunderbird \u003c 91.8", "product": { "name": "Mozilla Thunderbird \u003c 91.8", "product_id": "T022574", "product_identification_helper": { "cpe": "cpe:/a:mozilla:thunderbird:91.8" } } } ], "category": "vendor", "name": "Mozilla" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1097", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-1097" }, { "cve": "CVE-2022-1196", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-1196" }, { "cve": "CVE-2022-1197", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-1197" }, { "cve": "CVE-2022-24713", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-24713" }, { "cve": "CVE-2022-28281", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-28281" }, { "cve": "CVE-2022-28282", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-28282" }, { "cve": "CVE-2022-28283", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-28283" }, { "cve": "CVE-2022-28284", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-28284" }, { "cve": "CVE-2022-28285", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-28285" }, { "cve": "CVE-2022-28286", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-28286" }, { "cve": "CVE-2022-28287", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-28287" }, { "cve": "CVE-2022-28288", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-28288" }, { "cve": "CVE-2022-28289", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in Mozilla Firefox, Mozilla Firefox ESR und Thunderbird. Die Fehler bestehen aufgrund von mehreren Use-after-free-Fehlern, einem Out-of-bounds-Write, einer fehlenden Sicherheits\u00fcberpr\u00fcfung, einem Out-of-bounds-Read, einem Spoofing-Angriff, einem Fehler in der Ressourcenverwaltung, mehreren Puffer\u00fcberl\u00e4ufen und einer Ressourcenersch\u00f6pfung. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, falsche Informationen darzustellen und einen Denial-of-Service-Zustand zu verursachen. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-05T22:00:00Z", "title": "CVE-2022-28289" } ] }
wid-sec-w-2023-0838
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren.", "title": "Angriff" }, { "category": "general", "text": "- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0838 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2023-0838.json" }, { "category": "self", "summary": "WID-SEC-2023-0838 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0838" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-005 vom 2023-04-04", "url": "https://security.business.xerox.com/wp-content/uploads/2023/04/Xerox-Security-Bulletin-XRX23-005-Xerox%25C2%25AE-FreeFlow%25C2%25AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin vom 2022-05-11", "url": "https://security.business.xerox.com/wp-content/uploads/2022/05/Xerox-Security-Bulletin-XRX22-010-FreeFlowPrint-Server-v2-Windows10.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-04-03T22:00:00.000+00:00", "generator": { "date": "2024-02-15T17:21:49.820+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-0838", "initial_release_date": "2022-05-11T22:00:00.000+00:00", "revision_history": [ { "date": "2022-05-11T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-04-03T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server 9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server v2", "product": { "name": "Xerox FreeFlow Print Server v2", "product_id": "T014888", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v2" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-0511", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-0511" }, { "cve": "CVE-2022-0843", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-0843" }, { "cve": "CVE-2022-1097", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-1097" }, { "cve": "CVE-2022-21248", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21248" }, { "cve": "CVE-2022-21277", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21277" }, { "cve": "CVE-2022-21282", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21282" }, { "cve": "CVE-2022-21283", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21283" }, { "cve": "CVE-2022-21291", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21291" }, { "cve": "CVE-2022-21293", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21293" }, { "cve": "CVE-2022-21294", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21294" }, { "cve": "CVE-2022-21296", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21296" }, { "cve": "CVE-2022-21299", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21299" }, { "cve": "CVE-2022-21305", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21305" }, { "cve": "CVE-2022-21340", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21340" }, { "cve": "CVE-2022-21341", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21341" }, { "cve": "CVE-2022-21349", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21349" }, { "cve": "CVE-2022-21360", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21360" }, { "cve": "CVE-2022-21365", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21365" }, { "cve": "CVE-2022-21366", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21366" }, { "cve": "CVE-2022-21983", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-21983" }, { "cve": "CVE-2022-22008", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22008" }, { "cve": "CVE-2022-22753", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22753" }, { "cve": "CVE-2022-22754", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22754" }, { "cve": "CVE-2022-22755", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22755" }, { "cve": "CVE-2022-22756", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22756" }, { "cve": "CVE-2022-22757", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22757" }, { "cve": "CVE-2022-22758", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22758" }, { "cve": "CVE-2022-22759", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22759" }, { "cve": "CVE-2022-22760", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22760" }, { "cve": "CVE-2022-22761", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22761" }, { "cve": "CVE-2022-22762", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22762" }, { "cve": "CVE-2022-22764", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-22764" }, { "cve": "CVE-2022-24474", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24474" }, { "cve": "CVE-2022-24479", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24479" }, { "cve": "CVE-2022-24481", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24481" }, { "cve": "CVE-2022-24482", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24482" }, { "cve": "CVE-2022-24483", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24483" }, { "cve": "CVE-2022-24485", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24485" }, { "cve": "CVE-2022-24486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24486" }, { "cve": "CVE-2022-24487", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24487" }, { "cve": "CVE-2022-24491", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24491" }, { "cve": "CVE-2022-24492", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24492" }, { "cve": "CVE-2022-24493", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24493" }, { "cve": "CVE-2022-24494", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24494" }, { "cve": "CVE-2022-24495", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24495" }, { "cve": "CVE-2022-24496", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24496" }, { "cve": "CVE-2022-24497", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24497" }, { "cve": "CVE-2022-24498", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24498" }, { "cve": "CVE-2022-24499", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24499" }, { "cve": "CVE-2022-24500", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24500" }, { "cve": "CVE-2022-24521", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24521" }, { "cve": "CVE-2022-24527", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24527" }, { "cve": "CVE-2022-24528", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24528" }, { "cve": "CVE-2022-24530", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24530" }, { "cve": "CVE-2022-24533", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24533" }, { "cve": "CVE-2022-24534", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24534" }, { "cve": "CVE-2022-24537", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24537" }, { "cve": "CVE-2022-24540", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24540" }, { "cve": "CVE-2022-24541", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24541" }, { "cve": "CVE-2022-24542", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24542" }, { "cve": "CVE-2022-24544", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24544" }, { "cve": "CVE-2022-24545", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24545" }, { "cve": "CVE-2022-24547", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24547" }, { "cve": "CVE-2022-24549", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24549" }, { "cve": "CVE-2022-24550", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24550" }, { "cve": "CVE-2022-24713", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-24713" }, { "cve": "CVE-2022-26381", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26381" }, { "cve": "CVE-2022-26382", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26382" }, { "cve": "CVE-2022-26383", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26383" }, { "cve": "CVE-2022-26384", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26384" }, { "cve": "CVE-2022-26385", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26385" }, { "cve": "CVE-2022-26387", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26387" }, { "cve": "CVE-2022-26485", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26485" }, { "cve": "CVE-2022-26486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26486" }, { "cve": "CVE-2022-26786", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26786" }, { "cve": "CVE-2022-26787", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26787" }, { "cve": "CVE-2022-26788", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26788" }, { "cve": "CVE-2022-26790", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26790" }, { "cve": "CVE-2022-26792", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26792" }, { "cve": "CVE-2022-26794", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26794" }, { "cve": "CVE-2022-26796", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26796" }, { "cve": "CVE-2022-26798", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26798" }, { "cve": "CVE-2022-26801", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26801" }, { "cve": "CVE-2022-26802", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26802" }, { "cve": "CVE-2022-26803", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26803" }, { "cve": "CVE-2022-26807", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26807" }, { "cve": "CVE-2022-26808", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26808" }, { "cve": "CVE-2022-26809", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26809" }, { "cve": "CVE-2022-26810", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26810" }, { "cve": "CVE-2022-26826", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26826" }, { "cve": "CVE-2022-26827", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26827" }, { "cve": "CVE-2022-26831", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26831" }, { "cve": "CVE-2022-26903", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26903" }, { "cve": "CVE-2022-26904", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26904" }, { "cve": "CVE-2022-26915", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26915" }, { "cve": "CVE-2022-26916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26916" }, { "cve": "CVE-2022-26917", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26917" }, { "cve": "CVE-2022-26918", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26918" }, { "cve": "CVE-2022-26919", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-26919" }, { "cve": "CVE-2022-28281", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-28281" }, { "cve": "CVE-2022-28282", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-28282" }, { "cve": "CVE-2022-28283", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-28283" }, { "cve": "CVE-2022-28284", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-28284" }, { "cve": "CVE-2022-28285", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-28285" }, { "cve": "CVE-2022-28286", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-28286" }, { "cve": "CVE-2022-28287", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-28287" }, { "cve": "CVE-2022-28288", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-28288" }, { "cve": "CVE-2022-28289", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server gibt es mehrere Schwachstellen in verschiedenen Komponenten. Insbesondere ist der Server anf\u00e4llig f\u00fcr die Schwachstelle \"PRINTNIGHTMARE\". Ein entfernter, authentisierter Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen oder Dateien zu manipulieren." } ], "product_status": { "known_affected": [ "T014888", "T002977" ] }, "release_date": "2022-05-11T22:00:00Z", "title": "CVE-2022-28289" } ] }
gsd-2022-24713
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2022-24713", "description": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.\n", "id": "GSD-2022-24713", "references": [ "https://www.suse.com/security/cve/CVE-2022-24713.html", "https://www.debian.org/security/2022/dsa-5113", "https://www.debian.org/security/2022/dsa-5118", "https://access.redhat.com/errata/RHSA-2022:1283", "https://access.redhat.com/errata/RHSA-2022:1284", "https://access.redhat.com/errata/RHSA-2022:1285", "https://access.redhat.com/errata/RHSA-2022:1286", "https://access.redhat.com/errata/RHSA-2022:1287", "https://access.redhat.com/errata/RHSA-2022:1301", "https://access.redhat.com/errata/RHSA-2022:1302", "https://access.redhat.com/errata/RHSA-2022:1303", "https://access.redhat.com/errata/RHSA-2022:1305", "https://access.redhat.com/errata/RHSA-2022:1326", "https://ubuntu.com/security/CVE-2022-24713", "https://advisories.mageia.org/CVE-2022-24713.html", "https://security.archlinux.org/CVE-2022-24713", "https://linux.oracle.com/cve/CVE-2022-24713.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-24713" ], "details": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.", "id": "GSD-2022-24713", "modified": "2023-12-13T01:19:43.379489Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-24713", "STATE": "PUBLIC", "TITLE": "Regular expression denial of service in Rust\u0027s regex crate" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "regex", "version": { "version_data": [ { "version_value": "\u003c 1.5.5" } ] } } ] }, "vendor_name": "rust-lang" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes." } ] }, "impact": { "cvss": { "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" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-400: Uncontrolled Resource Consumption" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8", "refsource": "CONFIRM", "url": "https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8" }, { "name": "https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e", "refsource": "MISC", "url": "https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e" }, { "name": "https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw", "refsource": "MISC", "url": "https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw" }, { "name": "FEDORA-2022-ceb3e03c5e", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/" }, { "name": "FEDORA-2022-8436ac4c39", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/" }, { "name": "FEDORA-2022-d20d44ba98", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/" }, { "name": "[debian-lts-announce] 20220407 [SECURITY] [DLA 2971-1] firefox-esr security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html" }, { "name": "DSA-5113", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2022/dsa-5113" }, { "name": "[debian-lts-announce] 20220411 [SECURITY] [DLA 2978-1] thunderbird security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html" }, { "name": "DSA-5118", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2022/dsa-5118" }, { "name": "GLSA-202208-08", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202208-08" }, { "name": "GLSA-202208-14", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202208-14" } ] }, "source": { "advisory": "GHSA-m5pq-gvj9-9vr8", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:rust-lang:regex:*:*:*:*:*:rust:*:*", "cpe_name": [], "versionEndExcluding": "1.5.5", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-24713" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it\u0027s considered part of the crate\u0027s API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it\u0027s possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-1333" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8" }, { "name": "https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e" }, { "name": "https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw" }, { "name": "FEDORA-2022-ceb3e03c5e", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/" }, { "name": "FEDORA-2022-8436ac4c39", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/" }, { "name": "FEDORA-2022-d20d44ba98", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/" }, { "name": "[debian-lts-announce] 20220407 [SECURITY] [DLA 2971-1] firefox-esr security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html" }, { "name": "DSA-5113", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2022/dsa-5113" }, { "name": "[debian-lts-announce] 20220411 [SECURITY] [DLA 2978-1] thunderbird security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html" }, { "name": "DSA-5118", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2022/dsa-5118" }, { "name": "GLSA-202208-14", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202208-14" }, { "name": "GLSA-202208-08", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202208-08" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "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" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2023-07-06T13:42Z", "publishedDate": "2022-03-08T19:15Z" } } }
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.