Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-24713 (GCVE-0-2022-24713)
Vulnerability from cvelistv5 – Published: 2022-03-08 19:00 – Updated: 2025-04-23 18:58
VLAI
EPSS
Title
Regular expression denial of service in Rust's regex crate
Summary
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'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. 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.
Severity
7.5 (High)
CWE
- CWE-400 - Uncontrolled Resource Consumption
Assigner
References
12 references
| URL | Tags |
|---|---|
| https://github.com/rust-lang/regex/security/advis… | x_refsource_CONFIRM |
| https://github.com/rust-lang/regex/commit/ae70b41… | x_refsource_MISC |
| https://groups.google.com/g/rustlang-security-ann… | x_refsource_MISC |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisoryx_refsource_FEDORA |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisoryx_refsource_FEDORA |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisoryx_refsource_FEDORA |
| https://lists.debian.org/debian-lts-announce/2022… | mailing-listx_refsource_MLIST |
| https://www.debian.org/security/2022/dsa-5113 | vendor-advisoryx_refsource_DEBIAN |
| https://lists.debian.org/debian-lts-announce/2022… | mailing-listx_refsource_MLIST |
| https://www.debian.org/security/2022/dsa-5118 | vendor-advisoryx_refsource_DEBIAN |
| https://security.gentoo.org/glsa/202208-08 | vendor-advisoryx_refsource_GENTOO |
| https://security.gentoo.org/glsa/202208-14 | vendor-advisoryx_refsource_GENTOO |
{
"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"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2022-24713",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-23T15:56:58.280846Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-23T18:58:21.068Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"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.000Z",
"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.000Z",
"dateReserved": "2022-02-10T00:00:00.000Z",
"dateUpdated": "2025-04-23T18:58:21.068Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-24713",
"date": "2026-05-30",
"epss": "0.10404",
"percentile": "0.93337"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-24713\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-03-08T19:15:08.000\",\"lastModified\":\"2024-11-21T06:50:55.947\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"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\":\"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\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"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\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"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\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"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\"]},{\"url\":\"https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202208-08\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202208-14\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2022/dsa-5113\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2022/dsa-5118\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8\", \"tags\": [\"x_refsource_CONFIRM\", \"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\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/\", \"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/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/\", \"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/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/\", \"name\": \"FEDORA-2022-d20d44ba98\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html\", \"name\": \"[debian-lts-announce] 20220407 [SECURITY] [DLA 2971-1] firefox-esr security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\", \"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2022/dsa-5113\", \"name\": \"DSA-5113\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html\", \"name\": \"[debian-lts-announce] 20220411 [SECURITY] [DLA 2978-1] thunderbird security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\", \"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2022/dsa-5118\", \"name\": \"DSA-5118\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\", \"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202208-08\", \"name\": \"GLSA-202208-08\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\", \"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202208-14\", \"name\": \"GLSA-202208-14\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T04:20:50.199Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-24713\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-23T15:56:58.280846Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-23T15:57:00.214Z\"}}], \"cna\": {\"title\": \"Regular expression denial of service in Rust\u0027s regex crate\", \"source\": {\"advisory\": \"GHSA-m5pq-gvj9-9vr8\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"rust-lang\", \"product\": \"regex\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.5.5\"}]}], \"references\": [{\"url\": \"https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/\", \"name\": \"FEDORA-2022-ceb3e03c5e\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/\", \"name\": \"FEDORA-2022-8436ac4c39\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/\", \"name\": \"FEDORA-2022-d20d44ba98\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html\", \"name\": \"[debian-lts-announce] 20220407 [SECURITY] [DLA 2971-1] firefox-esr security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\"]}, {\"url\": \"https://www.debian.org/security/2022/dsa-5113\", \"name\": \"DSA-5113\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html\", \"name\": \"[debian-lts-announce] 20220411 [SECURITY] [DLA 2978-1] thunderbird security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\"]}, {\"url\": \"https://www.debian.org/security/2022/dsa-5118\", \"name\": \"DSA-5118\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\"]}, {\"url\": \"https://security.gentoo.org/glsa/202208-08\", \"name\": \"GLSA-202208-08\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\"]}, {\"url\": \"https://security.gentoo.org/glsa/202208-14\", \"name\": \"GLSA-202208-14\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\"]}], \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2022-08-10T05:12:38.000Z\"}, \"x_legacyV4Record\": {\"impact\": {\"cvss\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, \"source\": {\"advisory\": \"GHSA-m5pq-gvj9-9vr8\", \"discovery\": \"UNKNOWN\"}, \"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"version\": {\"version_data\": [{\"version_value\": \"\u003c 1.5.5\"}]}, \"product_name\": \"regex\"}]}, \"vendor_name\": \"rust-lang\"}]}}, \"data_type\": \"CVE\", \"references\": {\"reference_data\": [{\"url\": \"https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8\", \"name\": \"https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e\", \"name\": \"https://github.com/rust-lang/regex/commit/ae70b41d4f46641dbc45c7a4f87954aea356283e\", \"refsource\": \"MISC\"}, {\"url\": \"https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw\", \"name\": \"https://groups.google.com/g/rustlang-security-announcements/c/NcNNL1Jq7Yw\", \"refsource\": \"MISC\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PDOWTHNVGBOP2HN27PUFIGRYNSNDTYRJ/\", \"name\": \"FEDORA-2022-ceb3e03c5e\", \"refsource\": \"FEDORA\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JANLZ3JXWJR7FSHE57K66UIZUIJZI67T/\", \"name\": \"FEDORA-2022-8436ac4c39\", \"refsource\": \"FEDORA\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/O3YB7CURSG64CIPCDPNMGPE4UU24AB6H/\", \"name\": \"FEDORA-2022-d20d44ba98\", \"refsource\": \"FEDORA\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/04/msg00003.html\", \"name\": \"[debian-lts-announce] 20220407 [SECURITY] [DLA 2971-1] firefox-esr security update\", \"refsource\": \"MLIST\"}, {\"url\": \"https://www.debian.org/security/2022/dsa-5113\", \"name\": \"DSA-5113\", \"refsource\": \"DEBIAN\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/04/msg00009.html\", \"name\": \"[debian-lts-announce] 20220411 [SECURITY] [DLA 2978-1] thunderbird security update\", \"refsource\": \"MLIST\"}, {\"url\": \"https://www.debian.org/security/2022/dsa-5118\", \"name\": \"DSA-5118\", \"refsource\": \"DEBIAN\"}, {\"url\": \"https://security.gentoo.org/glsa/202208-08\", \"name\": \"GLSA-202208-08\", \"refsource\": \"GENTOO\"}, {\"url\": \"https://security.gentoo.org/glsa/202208-14\", \"name\": \"GLSA-202208-14\", \"refsource\": \"GENTOO\"}]}, \"data_format\": \"MITRE\", \"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.\"}]}, \"problemtype\": {\"problemtype_data\": [{\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-400: Uncontrolled Resource Consumption\"}]}]}, \"data_version\": \"4.0\", \"CVE_data_meta\": {\"ID\": \"CVE-2022-24713\", \"STATE\": \"PUBLIC\", \"TITLE\": \"Regular expression denial of service in Rust\u0027s regex crate\", \"ASSIGNER\": \"security-advisories@github.com\"}}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-24713\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-23T18:58:21.068Z\", \"dateReserved\": \"2022-02-10T00:00:00.000Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2022-03-08T19:00:12.000Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
OPENSUSE-SU-2024:11928-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
pleaser-0.5.1~git0.ce9627c-4.1 on GA media
Severity
Moderate
Notes
Title of the patch: pleaser-0.5.1~git0.ce9627c-4.1 on GA media
Description of the patch: These are all security issues fixed in the pleaser-0.5.1~git0.ce9627c-4.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11928
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
6 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "pleaser-0.5.1~git0.ce9627c-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the pleaser-0.5.1~git0.ce9627c-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11928",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11928-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "pleaser-0.5.1~git0.ce9627c-4.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11928-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "pleaser-0.5.1~git0.ce9627c-4.1.aarch64",
"product": {
"name": "pleaser-0.5.1~git0.ce9627c-4.1.aarch64",
"product_id": "pleaser-0.5.1~git0.ce9627c-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pleaser-0.5.1~git0.ce9627c-4.1.ppc64le",
"product": {
"name": "pleaser-0.5.1~git0.ce9627c-4.1.ppc64le",
"product_id": "pleaser-0.5.1~git0.ce9627c-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pleaser-0.5.1~git0.ce9627c-4.1.s390x",
"product": {
"name": "pleaser-0.5.1~git0.ce9627c-4.1.s390x",
"product_id": "pleaser-0.5.1~git0.ce9627c-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pleaser-0.5.1~git0.ce9627c-4.1.x86_64",
"product": {
"name": "pleaser-0.5.1~git0.ce9627c-4.1.x86_64",
"product_id": "pleaser-0.5.1~git0.ce9627c-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pleaser-0.5.1~git0.ce9627c-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.aarch64"
},
"product_reference": "pleaser-0.5.1~git0.ce9627c-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pleaser-0.5.1~git0.ce9627c-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.ppc64le"
},
"product_reference": "pleaser-0.5.1~git0.ce9627c-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pleaser-0.5.1~git0.ce9627c-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.s390x"
},
"product_reference": "pleaser-0.5.1~git0.ce9627c-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pleaser-0.5.1~git0.ce9627c-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.x86_64"
},
"product_reference": "pleaser-0.5.1~git0.ce9627c-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.aarch64",
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.ppc64le",
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.s390x",
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.aarch64",
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.ppc64le",
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.s390x",
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.aarch64",
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.ppc64le",
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.s390x",
"openSUSE Tumbleweed:pleaser-0.5.1~git0.ce9627c-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11931-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1 on GA media
Description of the patch: These are all security issues fixed in the aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11931
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
6 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11931",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11931-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11931-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64",
"product": {
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64",
"product_id": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64",
"product": {
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64",
"product_id": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.aarch64",
"product": {
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.aarch64",
"product_id": "system-group-ne-1.2.0~git2.841ef94-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le",
"product": {
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le",
"product_id": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le",
"product": {
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le",
"product_id": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le",
"product": {
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le",
"product_id": "system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x",
"product": {
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x",
"product_id": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x"
}
},
{
"category": "product_version",
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x",
"product": {
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x",
"product_id": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x"
}
},
{
"category": "product_version",
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.s390x",
"product": {
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.s390x",
"product_id": "system-group-ne-1.2.0~git2.841ef94-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64",
"product": {
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64",
"product_id": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64",
"product": {
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64",
"product_id": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.x86_64",
"product": {
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.x86_64",
"product_id": "system-group-ne-1.2.0~git2.841ef94-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64"
},
"product_reference": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le"
},
"product_reference": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x"
},
"product_reference": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64"
},
"product_reference": "aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64"
},
"product_reference": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le"
},
"product_reference": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x"
},
"product_reference": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64"
},
"product_reference": "aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.aarch64"
},
"product_reference": "system-group-ne-1.2.0~git2.841ef94-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le"
},
"product_reference": "system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.s390x"
},
"product_reference": "system-group-ne-1.2.0~git2.841ef94-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-group-ne-1.2.0~git2.841ef94-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.x86_64"
},
"product_reference": "system-group-ne-1.2.0~git2.841ef94-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64",
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le",
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x",
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.aarch64",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.s390x",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64",
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le",
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x",
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.aarch64",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.s390x",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.aarch64",
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.ppc64le",
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.s390x",
"openSUSE Tumbleweed:aws-nitro-enclaves-binaryblobs-upstream-1.2.0~git2.841ef94-1.1.x86_64",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.aarch64",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.ppc64le",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.s390x",
"openSUSE Tumbleweed:aws-nitro-enclaves-cli-1.2.0~git2.841ef94-1.1.x86_64",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.aarch64",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.ppc64le",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.s390x",
"openSUSE Tumbleweed:system-group-ne-1.2.0~git2.841ef94-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11937-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
git-delta-0.12.1-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: git-delta-0.12.1-1.1 on GA media
Description of the patch: These are all security issues fixed in the git-delta-0.12.1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11937
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:git-delta-0.12.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-delta-0.12.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-delta-0.12.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-delta-0.12.1-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
6 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "git-delta-0.12.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the git-delta-0.12.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11937",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11937-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "git-delta-0.12.1-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11937-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-delta-0.12.1-1.1.aarch64",
"product": {
"name": "git-delta-0.12.1-1.1.aarch64",
"product_id": "git-delta-0.12.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-delta-0.12.1-1.1.ppc64le",
"product": {
"name": "git-delta-0.12.1-1.1.ppc64le",
"product_id": "git-delta-0.12.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-delta-0.12.1-1.1.s390x",
"product": {
"name": "git-delta-0.12.1-1.1.s390x",
"product_id": "git-delta-0.12.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-delta-0.12.1-1.1.x86_64",
"product": {
"name": "git-delta-0.12.1-1.1.x86_64",
"product_id": "git-delta-0.12.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-delta-0.12.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-delta-0.12.1-1.1.aarch64"
},
"product_reference": "git-delta-0.12.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-delta-0.12.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-delta-0.12.1-1.1.ppc64le"
},
"product_reference": "git-delta-0.12.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-delta-0.12.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-delta-0.12.1-1.1.s390x"
},
"product_reference": "git-delta-0.12.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-delta-0.12.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-delta-0.12.1-1.1.x86_64"
},
"product_reference": "git-delta-0.12.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.aarch64",
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.s390x",
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.aarch64",
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.s390x",
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.aarch64",
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.s390x",
"openSUSE Tumbleweed:git-delta-0.12.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11941-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
kanidm-1.1.0~alpha7~git0.c8468199-2.1 on GA media
Severity
Moderate
Notes
Title of the patch: kanidm-1.1.0~alpha7~git0.c8468199-2.1 on GA media
Description of the patch: These are all security issues fixed in the kanidm-1.1.0~alpha7~git0.c8468199-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11941
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
6 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "kanidm-1.1.0~alpha7~git0.c8468199-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the kanidm-1.1.0~alpha7~git0.c8468199-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11941",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11941-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "kanidm-1.1.0~alpha7~git0.c8468199-2.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11941-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product": {
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product_id": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product": {
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product_id": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product": {
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product_id": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product": {
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product_id": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product": {
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"product_id": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product": {
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product_id": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product": {
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product_id": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product": {
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product_id": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product": {
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product_id": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product": {
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"product_id": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product": {
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product_id": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x"
}
},
{
"category": "product_version",
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product": {
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product_id": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x"
}
},
{
"category": "product_version",
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product": {
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product_id": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x"
}
},
{
"category": "product_version",
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product": {
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product_id": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x"
}
},
{
"category": "product_version",
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product": {
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"product_id": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product": {
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product_id": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product": {
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product_id": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product": {
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product_id": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product": {
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product_id": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product": {
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"product_id": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
},
"product_reference": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
},
"product_reference": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x"
},
"product_reference": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
},
"product_reference": "kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
},
"product_reference": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
},
"product_reference": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x"
},
"product_reference": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
},
"product_reference": "kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
},
"product_reference": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
},
"product_reference": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x"
},
"product_reference": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
},
"product_reference": "kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
},
"product_reference": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
},
"product_reference": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x"
},
"product_reference": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
},
"product_reference": "kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64"
},
"product_reference": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le"
},
"product_reference": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x"
},
"product_reference": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
},
"product_reference": "kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-docs-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-server-1.1.0~alpha7~git0.c8468199-2.1.x86_64",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.aarch64",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.ppc64le",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.s390x",
"openSUSE Tumbleweed:kanidm-unixd-clients-1.1.0~alpha7~git0.c8468199-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11945-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
parsec-1.0.0~rc3-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: parsec-1.0.0~rc3-1.1 on GA media
Description of the patch: These are all security issues fixed in the parsec-1.0.0~rc3-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11945
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
6 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "parsec-1.0.0~rc3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the parsec-1.0.0~rc3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11945",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11945-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "parsec-1.0.0~rc3-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11945-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "parsec-1.0.0~rc3-1.1.aarch64",
"product": {
"name": "parsec-1.0.0~rc3-1.1.aarch64",
"product_id": "parsec-1.0.0~rc3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "parsec-1.0.0~rc3-1.1.ppc64le",
"product": {
"name": "parsec-1.0.0~rc3-1.1.ppc64le",
"product_id": "parsec-1.0.0~rc3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "parsec-1.0.0~rc3-1.1.s390x",
"product": {
"name": "parsec-1.0.0~rc3-1.1.s390x",
"product_id": "parsec-1.0.0~rc3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "parsec-1.0.0~rc3-1.1.x86_64",
"product": {
"name": "parsec-1.0.0~rc3-1.1.x86_64",
"product_id": "parsec-1.0.0~rc3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "parsec-1.0.0~rc3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.aarch64"
},
"product_reference": "parsec-1.0.0~rc3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parsec-1.0.0~rc3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.ppc64le"
},
"product_reference": "parsec-1.0.0~rc3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parsec-1.0.0~rc3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.s390x"
},
"product_reference": "parsec-1.0.0~rc3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parsec-1.0.0~rc3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.x86_64"
},
"product_reference": "parsec-1.0.0~rc3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.aarch64",
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.ppc64le",
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.s390x",
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.aarch64",
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.ppc64le",
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.s390x",
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.aarch64",
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.ppc64le",
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.s390x",
"openSUSE Tumbleweed:parsec-1.0.0~rc3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11946-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
parsec-tool-0.5.2-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: parsec-tool-0.5.2-1.1 on GA media
Description of the patch: These are all security issues fixed in the parsec-tool-0.5.2-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11946
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
6 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "parsec-tool-0.5.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the parsec-tool-0.5.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11946",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11946-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "parsec-tool-0.5.2-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11946-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "parsec-tool-0.5.2-1.1.aarch64",
"product": {
"name": "parsec-tool-0.5.2-1.1.aarch64",
"product_id": "parsec-tool-0.5.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "parsec-tool-0.5.2-1.1.ppc64le",
"product": {
"name": "parsec-tool-0.5.2-1.1.ppc64le",
"product_id": "parsec-tool-0.5.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "parsec-tool-0.5.2-1.1.s390x",
"product": {
"name": "parsec-tool-0.5.2-1.1.s390x",
"product_id": "parsec-tool-0.5.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "parsec-tool-0.5.2-1.1.x86_64",
"product": {
"name": "parsec-tool-0.5.2-1.1.x86_64",
"product_id": "parsec-tool-0.5.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "parsec-tool-0.5.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.aarch64"
},
"product_reference": "parsec-tool-0.5.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parsec-tool-0.5.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.ppc64le"
},
"product_reference": "parsec-tool-0.5.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parsec-tool-0.5.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.s390x"
},
"product_reference": "parsec-tool-0.5.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "parsec-tool-0.5.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.x86_64"
},
"product_reference": "parsec-tool-0.5.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.aarch64",
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.ppc64le",
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.s390x",
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.aarch64",
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.ppc64le",
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.s390x",
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.aarch64",
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.ppc64le",
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.s390x",
"openSUSE Tumbleweed:parsec-tool-0.5.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11948-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
spotifyd-0.3.3-5.1 on GA media
Severity
Moderate
Notes
Title of the patch: spotifyd-0.3.3-5.1 on GA media
Description of the patch: These are all security issues fixed in the spotifyd-0.3.3-5.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11948
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:spotifyd-0.3.3-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:spotifyd-0.3.3-5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:spotifyd-0.3.3-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:spotifyd-0.3.3-5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
6 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "spotifyd-0.3.3-5.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the spotifyd-0.3.3-5.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11948",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11948-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "spotifyd-0.3.3-5.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11948-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "spotifyd-0.3.3-5.1.aarch64",
"product": {
"name": "spotifyd-0.3.3-5.1.aarch64",
"product_id": "spotifyd-0.3.3-5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "spotifyd-0.3.3-5.1.ppc64le",
"product": {
"name": "spotifyd-0.3.3-5.1.ppc64le",
"product_id": "spotifyd-0.3.3-5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "spotifyd-0.3.3-5.1.s390x",
"product": {
"name": "spotifyd-0.3.3-5.1.s390x",
"product_id": "spotifyd-0.3.3-5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "spotifyd-0.3.3-5.1.x86_64",
"product": {
"name": "spotifyd-0.3.3-5.1.x86_64",
"product_id": "spotifyd-0.3.3-5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "spotifyd-0.3.3-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:spotifyd-0.3.3-5.1.aarch64"
},
"product_reference": "spotifyd-0.3.3-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spotifyd-0.3.3-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:spotifyd-0.3.3-5.1.ppc64le"
},
"product_reference": "spotifyd-0.3.3-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spotifyd-0.3.3-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:spotifyd-0.3.3-5.1.s390x"
},
"product_reference": "spotifyd-0.3.3-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spotifyd-0.3.3-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:spotifyd-0.3.3-5.1.x86_64"
},
"product_reference": "spotifyd-0.3.3-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.aarch64",
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.ppc64le",
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.s390x",
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.aarch64",
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.ppc64le",
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.s390x",
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.aarch64",
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.ppc64le",
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.s390x",
"openSUSE Tumbleweed:spotifyd-0.3.3-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11962-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
newsboat-2.27-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: newsboat-2.27-1.1 on GA media
Description of the patch: These are all security issues fixed in the newsboat-2.27-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11962
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:newsboat-2.27-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:newsboat-2.27-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:newsboat-2.27-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:newsboat-2.27-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:newsboat-lang-2.27-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:newsboat-lang-2.27-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:newsboat-lang-2.27-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:newsboat-lang-2.27-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
6 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "newsboat-2.27-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the newsboat-2.27-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11962",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11962-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "newsboat-2.27-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11962-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "newsboat-2.27-1.1.aarch64",
"product": {
"name": "newsboat-2.27-1.1.aarch64",
"product_id": "newsboat-2.27-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "newsboat-lang-2.27-1.1.aarch64",
"product": {
"name": "newsboat-lang-2.27-1.1.aarch64",
"product_id": "newsboat-lang-2.27-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "newsboat-2.27-1.1.ppc64le",
"product": {
"name": "newsboat-2.27-1.1.ppc64le",
"product_id": "newsboat-2.27-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "newsboat-lang-2.27-1.1.ppc64le",
"product": {
"name": "newsboat-lang-2.27-1.1.ppc64le",
"product_id": "newsboat-lang-2.27-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "newsboat-2.27-1.1.s390x",
"product": {
"name": "newsboat-2.27-1.1.s390x",
"product_id": "newsboat-2.27-1.1.s390x"
}
},
{
"category": "product_version",
"name": "newsboat-lang-2.27-1.1.s390x",
"product": {
"name": "newsboat-lang-2.27-1.1.s390x",
"product_id": "newsboat-lang-2.27-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "newsboat-2.27-1.1.x86_64",
"product": {
"name": "newsboat-2.27-1.1.x86_64",
"product_id": "newsboat-2.27-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "newsboat-lang-2.27-1.1.x86_64",
"product": {
"name": "newsboat-lang-2.27-1.1.x86_64",
"product_id": "newsboat-lang-2.27-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "newsboat-2.27-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:newsboat-2.27-1.1.aarch64"
},
"product_reference": "newsboat-2.27-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "newsboat-2.27-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:newsboat-2.27-1.1.ppc64le"
},
"product_reference": "newsboat-2.27-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "newsboat-2.27-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:newsboat-2.27-1.1.s390x"
},
"product_reference": "newsboat-2.27-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "newsboat-2.27-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:newsboat-2.27-1.1.x86_64"
},
"product_reference": "newsboat-2.27-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "newsboat-lang-2.27-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:newsboat-lang-2.27-1.1.aarch64"
},
"product_reference": "newsboat-lang-2.27-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "newsboat-lang-2.27-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:newsboat-lang-2.27-1.1.ppc64le"
},
"product_reference": "newsboat-lang-2.27-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "newsboat-lang-2.27-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:newsboat-lang-2.27-1.1.s390x"
},
"product_reference": "newsboat-lang-2.27-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "newsboat-lang-2.27-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:newsboat-lang-2.27-1.1.x86_64"
},
"product_reference": "newsboat-lang-2.27-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:newsboat-2.27-1.1.aarch64",
"openSUSE Tumbleweed:newsboat-2.27-1.1.ppc64le",
"openSUSE Tumbleweed:newsboat-2.27-1.1.s390x",
"openSUSE Tumbleweed:newsboat-2.27-1.1.x86_64",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.aarch64",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.ppc64le",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.s390x",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:newsboat-2.27-1.1.aarch64",
"openSUSE Tumbleweed:newsboat-2.27-1.1.ppc64le",
"openSUSE Tumbleweed:newsboat-2.27-1.1.s390x",
"openSUSE Tumbleweed:newsboat-2.27-1.1.x86_64",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.aarch64",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.ppc64le",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.s390x",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:newsboat-2.27-1.1.aarch64",
"openSUSE Tumbleweed:newsboat-2.27-1.1.ppc64le",
"openSUSE Tumbleweed:newsboat-2.27-1.1.s390x",
"openSUSE Tumbleweed:newsboat-2.27-1.1.x86_64",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.aarch64",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.ppc64le",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.s390x",
"openSUSE Tumbleweed:newsboat-lang-2.27-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11975-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
MozillaFirefox-99.0-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: MozillaFirefox-99.0-1.1 on GA media
Description of the patch: These are all security issues fixed in the MozillaFirefox-99.0-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11975
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.1 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.4 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.1 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
36 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "MozillaFirefox-99.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the MozillaFirefox-99.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11975",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11975-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1097 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1097/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28281 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28281/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28282 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28282/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28283 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28283/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28284 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28284/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28285 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28285/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28286 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28287 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28287/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28288 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28289 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28289/"
}
],
"title": "MozillaFirefox-99.0-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:11975-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-99.0-1.1.aarch64",
"product": {
"name": "MozillaFirefox-99.0-1.1.aarch64",
"product_id": "MozillaFirefox-99.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"product": {
"name": "MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"product_id": "MozillaFirefox-branding-upstream-99.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-99.0-1.1.aarch64",
"product": {
"name": "MozillaFirefox-devel-99.0-1.1.aarch64",
"product_id": "MozillaFirefox-devel-99.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-99.0-1.1.aarch64",
"product": {
"name": "MozillaFirefox-translations-common-99.0-1.1.aarch64",
"product_id": "MozillaFirefox-translations-common-99.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-99.0-1.1.aarch64",
"product": {
"name": "MozillaFirefox-translations-other-99.0-1.1.aarch64",
"product_id": "MozillaFirefox-translations-other-99.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-99.0-1.1.ppc64le",
"product": {
"name": "MozillaFirefox-99.0-1.1.ppc64le",
"product_id": "MozillaFirefox-99.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"product": {
"name": "MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"product_id": "MozillaFirefox-branding-upstream-99.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-99.0-1.1.ppc64le",
"product": {
"name": "MozillaFirefox-devel-99.0-1.1.ppc64le",
"product_id": "MozillaFirefox-devel-99.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"product": {
"name": "MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"product_id": "MozillaFirefox-translations-common-99.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"product": {
"name": "MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"product_id": "MozillaFirefox-translations-other-99.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-99.0-1.1.s390x",
"product": {
"name": "MozillaFirefox-99.0-1.1.s390x",
"product_id": "MozillaFirefox-99.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"product": {
"name": "MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"product_id": "MozillaFirefox-branding-upstream-99.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-99.0-1.1.s390x",
"product": {
"name": "MozillaFirefox-devel-99.0-1.1.s390x",
"product_id": "MozillaFirefox-devel-99.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-99.0-1.1.s390x",
"product": {
"name": "MozillaFirefox-translations-common-99.0-1.1.s390x",
"product_id": "MozillaFirefox-translations-common-99.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-99.0-1.1.s390x",
"product": {
"name": "MozillaFirefox-translations-other-99.0-1.1.s390x",
"product_id": "MozillaFirefox-translations-other-99.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-99.0-1.1.x86_64",
"product": {
"name": "MozillaFirefox-99.0-1.1.x86_64",
"product_id": "MozillaFirefox-99.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"product": {
"name": "MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"product_id": "MozillaFirefox-branding-upstream-99.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-99.0-1.1.x86_64",
"product": {
"name": "MozillaFirefox-devel-99.0-1.1.x86_64",
"product_id": "MozillaFirefox-devel-99.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-99.0-1.1.x86_64",
"product": {
"name": "MozillaFirefox-translations-common-99.0-1.1.x86_64",
"product_id": "MozillaFirefox-translations-common-99.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-99.0-1.1.x86_64",
"product": {
"name": "MozillaFirefox-translations-other-99.0-1.1.x86_64",
"product_id": "MozillaFirefox-translations-other-99.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-99.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64"
},
"product_reference": "MozillaFirefox-99.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-99.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le"
},
"product_reference": "MozillaFirefox-99.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-99.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x"
},
"product_reference": "MozillaFirefox-99.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-99.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64"
},
"product_reference": "MozillaFirefox-99.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-branding-upstream-99.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64"
},
"product_reference": "MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-branding-upstream-99.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le"
},
"product_reference": "MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-branding-upstream-99.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x"
},
"product_reference": "MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-branding-upstream-99.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64"
},
"product_reference": "MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-99.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64"
},
"product_reference": "MozillaFirefox-devel-99.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-99.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-99.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-99.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x"
},
"product_reference": "MozillaFirefox-devel-99.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-99.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-99.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-99.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64"
},
"product_reference": "MozillaFirefox-translations-common-99.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-99.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-99.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x"
},
"product_reference": "MozillaFirefox-translations-common-99.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-99.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-99.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-other-99.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64"
},
"product_reference": "MozillaFirefox-translations-other-99.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-other-99.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-other-99.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x"
},
"product_reference": "MozillaFirefox-translations-other-99.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-other-99.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-other-99.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1097",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1097"
}
],
"notes": [
{
"category": "general",
"text": "\u003ccode\u003eNSSToken\u003c/code\u003e objects were referenced via direct points, and could have been accessed in an unsafe way on different threads, leading to a use-after-free and potentially exploitable crash. This vulnerability affects Thunderbird \u003c 91.8, Firefox \u003c 99, and Firefox ESR \u003c 91.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1097",
"url": "https://www.suse.com/security/cve/CVE-2022-1097"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-1097",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-1097"
},
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
},
{
"cve": "CVE-2022-28281",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28281"
}
],
"notes": [
{
"category": "general",
"text": "If 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. This vulnerability affects Thunderbird \u003c 91.8, Firefox \u003c 99, and Firefox ESR \u003c 91.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28281",
"url": "https://www.suse.com/security/cve/CVE-2022-28281"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-28281",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28281"
},
{
"cve": "CVE-2022-28282",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28282"
}
],
"notes": [
{
"category": "general",
"text": "By using a link with \u003ccode\u003erel=\"localization\"\u003c/code\u003e 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 potential exploitable crash. This vulnerability affects Thunderbird \u003c 91.8, Firefox \u003c 99, and Firefox ESR \u003c 91.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28282",
"url": "https://www.suse.com/security/cve/CVE-2022-28282"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-28282",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28282"
},
{
"cve": "CVE-2022-28283",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28283"
}
],
"notes": [
{
"category": "general",
"text": "The sourceMapURL feature in devtools was missing security checks that would have allowed a webpage to attempt to include local files or other files that should have been inaccessible. This vulnerability affects Firefox \u003c 99.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28283",
"url": "https://www.suse.com/security/cve/CVE-2022-28283"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-28283",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28283"
},
{
"cve": "CVE-2022-28284",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28284"
}
],
"notes": [
{
"category": "general",
"text": "SVG\u0027s \u003ccode\u003e\u0026lt;use\u0026gt;\u003c/code\u003e element could have been used to load unexpected content that could have executed script in certain circumstances. While the specification seems to allow this, other browsers do not, and web developers relied on this property for script security so gecko\u0027s implementation was aligned with theirs. This vulnerability affects Firefox \u003c 99.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28284",
"url": "https://www.suse.com/security/cve/CVE-2022-28284"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-28284",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28284"
},
{
"cve": "CVE-2022-28285",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28285"
}
],
"notes": [
{
"category": "general",
"text": "When generating the assembly code for \u003ccode\u003eMLoadTypedArrayElementHole\u003c/code\u003e, an incorrect AliasSet was used. In conjunction with another vulnerability this could have been used for an out of bounds memory read. This vulnerability affects Thunderbird \u003c 91.8, Firefox \u003c 99, and Firefox ESR \u003c 91.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28285",
"url": "https://www.suse.com/security/cve/CVE-2022-28285"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-28285",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28285"
},
{
"cve": "CVE-2022-28286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28286"
}
],
"notes": [
{
"category": "general",
"text": "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. This vulnerability affects Thunderbird \u003c 91.8, Firefox \u003c 99, and Firefox ESR \u003c 91.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28286",
"url": "https://www.suse.com/security/cve/CVE-2022-28286"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-28286",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28286"
},
{
"cve": "CVE-2022-28287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28287"
}
],
"notes": [
{
"category": "general",
"text": "In unusual circumstances, selecting text could cause text selection caching to behave incorrectly, leading to a crash. This vulnerability affects Firefox \u003c 99.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28287",
"url": "https://www.suse.com/security/cve/CVE-2022-28287"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-28287",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28287"
},
{
"cve": "CVE-2022-28288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28288"
}
],
"notes": [
{
"category": "general",
"text": "Mozilla developers and community members Randell Jesup, Sebastian Hengst, and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 98. 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. This vulnerability affects Firefox \u003c 99.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28288",
"url": "https://www.suse.com/security/cve/CVE-2022-28288"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-28288",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28288"
},
{
"cve": "CVE-2022-28289",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28289"
}
],
"notes": [
{
"category": "general",
"text": "Mozilla developers and community members Nika Layzell, Andrew McCreight, Gabriele Svelto, and the Mozilla Fuzzing Team reported memory safety bugs present in Thunderbird 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. This vulnerability affects Thunderbird \u003c 91.8, Firefox \u003c 99, and Firefox ESR \u003c 91.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28289",
"url": "https://www.suse.com/security/cve/CVE-2022-28289"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-28289",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-branding-upstream-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-devel-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-common-99.0-1.1.x86_64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.aarch64",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.ppc64le",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.s390x",
"openSUSE Tumbleweed:MozillaFirefox-translations-other-99.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28289"
}
]
}
OPENSUSE-SU-2024:12055-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
pijul-1.0.0~beta.2-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: pijul-1.0.0~beta.2-1.1 on GA media
Description of the patch: These are all security issues fixed in the pijul-1.0.0~beta.2-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-12055
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
6 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "pijul-1.0.0~beta.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the pijul-1.0.0~beta.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12055",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12055-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "pijul-1.0.0~beta.2-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12055-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "pijul-1.0.0~beta.2-1.1.aarch64",
"product": {
"name": "pijul-1.0.0~beta.2-1.1.aarch64",
"product_id": "pijul-1.0.0~beta.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pijul-1.0.0~beta.2-1.1.ppc64le",
"product": {
"name": "pijul-1.0.0~beta.2-1.1.ppc64le",
"product_id": "pijul-1.0.0~beta.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pijul-1.0.0~beta.2-1.1.s390x",
"product": {
"name": "pijul-1.0.0~beta.2-1.1.s390x",
"product_id": "pijul-1.0.0~beta.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pijul-1.0.0~beta.2-1.1.x86_64",
"product": {
"name": "pijul-1.0.0~beta.2-1.1.x86_64",
"product_id": "pijul-1.0.0~beta.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pijul-1.0.0~beta.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.aarch64"
},
"product_reference": "pijul-1.0.0~beta.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pijul-1.0.0~beta.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.ppc64le"
},
"product_reference": "pijul-1.0.0~beta.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pijul-1.0.0~beta.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.s390x"
},
"product_reference": "pijul-1.0.0~beta.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pijul-1.0.0~beta.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.x86_64"
},
"product_reference": "pijul-1.0.0~beta.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24713"
}
],
"notes": [
{
"category": "general",
"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": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.aarch64",
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.ppc64le",
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.s390x",
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24713",
"url": "https://www.suse.com/security/cve/CVE-2022-24713"
},
{
"category": "external",
"summary": "SUSE Bug 1196972 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-24713",
"url": "https://bugzilla.suse.com/1197903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.aarch64",
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.ppc64le",
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.s390x",
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.aarch64",
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.ppc64le",
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.s390x",
"openSUSE Tumbleweed:pijul-1.0.0~beta.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…