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-06-01",
"epss": "0.10404",
"percentile": "0.93342"
},
"fkie_nvd": {
"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\"}]}]}]",
"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\"}]",
"id": "CVE-2022-24713",
"lastModified": "2024-11-21T06:50:55.947",
"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}]}",
"published": "2022-03-08T19:15:08.000",
"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\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"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\"}]}]"
},
"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"
}
}
}
MSRC_CVE-2022-24713
Vulnerability from csaf_microsoft - Published: 2022-03-02 00:00 - Updated: 2026-02-18 14:08Summary
Regular expression denial of service in Rust's regex crate
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
7.5 (High)
Affected products
Fixed
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 19743-17084 | — | ||
| Unresolved product id: 18816-17084 | — | ||
| Unresolved product id: 17811-17084 | — | ||
| Unresolved product id: 18817-17084 | — | ||
| Unresolved product id: 18815-17084 | — | ||
| Unresolved product id: 19671-17084 | — | ||
| Unresolved product id: 19686-17084 | — |
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-1 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-5 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-7 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-6 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-2 | — |
Vendor Fix
fix
|
References
4 references
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2022-24713 Regular expression denial of service in Rust\u0027s regex crate - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-24713.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Regular expression denial of service in Rust\u0027s regex crate",
"tracking": {
"current_release_date": "2026-02-18T14:08:58.000Z",
"generator": {
"date": "2026-02-21T04:21:34.229Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2022-24713",
"initial_release_date": "2022-03-02T00:00:00.000Z",
"revision_history": [
{
"date": "2024-06-30T07:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2024-08-29T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
},
{
"date": "2024-08-30T00:00:00.000Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Information published."
},
{
"date": "2024-08-31T00:00:00.000Z",
"legacy_version": "1.3",
"number": "4",
"summary": "Information published."
},
{
"date": "2024-09-01T00:00:00.000Z",
"legacy_version": "1.4",
"number": "5",
"summary": "Information published."
},
{
"date": "2024-09-02T00:00:00.000Z",
"legacy_version": "1.5",
"number": "6",
"summary": "Information published."
},
{
"date": "2024-09-03T00:00:00.000Z",
"legacy_version": "1.6",
"number": "7",
"summary": "Information published."
},
{
"date": "2024-09-05T00:00:00.000Z",
"legacy_version": "1.7",
"number": "8",
"summary": "Information published."
},
{
"date": "2024-09-06T00:00:00.000Z",
"legacy_version": "1.8",
"number": "9",
"summary": "Information published."
},
{
"date": "2024-09-07T00:00:00.000Z",
"legacy_version": "1.9",
"number": "10",
"summary": "Information published."
},
{
"date": "2024-09-08T00:00:00.000Z",
"legacy_version": "2",
"number": "11",
"summary": "Information published."
},
{
"date": "2024-09-11T00:00:00.000Z",
"legacy_version": "2.1",
"number": "12",
"summary": "Information published."
},
{
"date": "2026-02-18T14:08:58.000Z",
"legacy_version": "2.2",
"number": "13",
"summary": "Information published."
}
],
"status": "final",
"version": "13"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 librsvg2 2.50.3-4",
"product": {
"name": "\u003cazl3 librsvg2 2.50.3-4",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 librsvg2 2.50.3-4",
"product": {
"name": "azl3 librsvg2 2.50.3-4",
"product_id": "19743"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 librsvg2 2.58.1-1",
"product": {
"name": "\u003cazl3 librsvg2 2.58.1-1",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "azl3 librsvg2 2.58.1-1",
"product": {
"name": "azl3 librsvg2 2.58.1-1",
"product_id": "18817"
}
}
],
"category": "product_name",
"name": "librsvg2"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 rust regex-1.8.4",
"product": {
"name": "\u003cazl3 rust regex-1.8.4",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "azl3 rust regex-1.8.4",
"product": {
"name": "azl3 rust regex-1.8.4",
"product_id": "18816"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 rust 1.75.0-14",
"product": {
"name": "\u003cazl3 rust 1.75.0-14",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 rust 1.75.0-14",
"product": {
"name": "azl3 rust 1.75.0-14",
"product_id": "19671"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 rust 1.86.0-1",
"product": {
"name": "\u003cazl3 rust 1.86.0-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 rust 1.86.0-1",
"product": {
"name": "azl3 rust 1.86.0-1",
"product_id": "19686"
}
}
],
"category": "product_name",
"name": "rust"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 rpm-ostree 2024.4-1",
"product": {
"name": "\u003cazl3 rpm-ostree 2024.4-1",
"product_id": "7"
}
},
{
"category": "product_version",
"name": "azl3 rpm-ostree 2024.4-1",
"product": {
"name": "azl3 rpm-ostree 2024.4-1",
"product_id": "17811"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 rpm-ostree 2022.1-7",
"product": {
"name": "\u003cazl3 rpm-ostree 2022.1-7",
"product_id": "6"
}
},
{
"category": "product_version",
"name": "azl3 rpm-ostree 2022.1-7",
"product": {
"name": "azl3 rpm-ostree 2022.1-7",
"product_id": "18815"
}
}
],
"category": "product_name",
"name": "rpm-ostree"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 librsvg2 2.50.3-4 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 librsvg2 2.50.3-4 as a component of Azure Linux 3.0",
"product_id": "19743-17084"
},
"product_reference": "19743",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 rust regex-1.8.4 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust regex-1.8.4 as a component of Azure Linux 3.0",
"product_id": "18816-17084"
},
"product_reference": "18816",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 rpm-ostree 2024.4-1 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rpm-ostree 2024.4-1 as a component of Azure Linux 3.0",
"product_id": "17811-17084"
},
"product_reference": "17811",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 librsvg2 2.58.1-1 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 librsvg2 2.58.1-1 as a component of Azure Linux 3.0",
"product_id": "18817-17084"
},
"product_reference": "18817",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 rpm-ostree 2022.1-7 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rpm-ostree 2022.1-7 as a component of Azure Linux 3.0",
"product_id": "18815-17084"
},
"product_reference": "18815",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 rust 1.75.0-14 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.75.0-14 as a component of Azure Linux 3.0",
"product_id": "19671-17084"
},
"product_reference": "19671",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 rust 1.86.0-1 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.86.0-1 as a component of Azure Linux 3.0",
"product_id": "19686-17084"
},
"product_reference": "19686",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24713",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19743-17084",
"18816-17084",
"17811-17084",
"18817-17084",
"18815-17084",
"19671-17084",
"19686-17084"
],
"known_affected": [
"17084-1",
"17084-5",
"17084-7",
"17084-4",
"17084-6",
"17084-3",
"17084-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-24713 Regular expression denial of service in Rust\u0027s regex crate - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-24713.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-30T07:00:00.000Z",
"details": "2.58.1-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1",
"17084-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2024-06-30T07:00:00.000Z",
"details": "regex-1.8.4:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-5"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2024-06-30T07:00:00.000Z",
"details": "2024.4-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-7",
"17084-6"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2024-06-30T07:00:00.000Z",
"details": "Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-3",
"17084-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17084-1",
"17084-5",
"17084-7",
"17084-4",
"17084-6",
"17084-3",
"17084-2"
]
}
],
"title": "Regular expression denial of service in Rust\u0027s regex crate"
}
]
}
OPENSUSE-SU-2022:1127-1
Vulnerability from csaf_opensuse - Published: 2022-04-07 15:04 - Updated: 2022-04-07 15:04Summary
Security update for MozillaFirefox
Severity
Important
Notes
Title of the patch: Security update for MozillaFirefox
Description of the patch: This update for MozillaFirefox fixes the following issues:
Firefox Extended Support Release 91.8.0 ESR (bsc#1197903):
MFSA 2022-14 (bsc#1197903)
* CVE-2022-1097: Fixed memory safety violations that could occur when PKCS#11 tokens are removed while in use
* CVE-2022-28281: Fixed an out of bounds write due to unexpected WebAuthN Extensions
* CVE-2022-1196: Fixed a use-after-free after VR Process destruction
* CVE-2022-28282: Fixed a use-after-free in DocumentL10n::TranslateDocument
* CVE-2022-28285: Fixed incorrect AliasSet used in JIT Codegen
* CVE-2022-28286: Fixed that iframe contents could be rendered outside the border
* CVE-2022-24713: Fixed a denial of service via complex regular expressions
* CVE-2022-28289: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8
The following non-security bugs were fixed:
- Adjust rust dependency for SP3 and later. TW uses always the
newest version of rust, but we don't, so we can't use the
rust+cargo notation, which would need both < and >= requirements.
(bsc#1197698)
Patchnames: openSUSE-SLE-15.3-2022-1127,openSUSE-SLE-15.4-2022-1127
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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.1 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.1 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.1 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
31 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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": "Security update for MozillaFirefox",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for MozillaFirefox fixes the following issues:\n\nFirefox Extended Support Release 91.8.0 ESR (bsc#1197903):\n\nMFSA 2022-14 (bsc#1197903)\n\n* CVE-2022-1097: Fixed memory safety violations that could occur when PKCS#11 tokens are removed while in use\n* CVE-2022-28281: Fixed an out of bounds write due to unexpected WebAuthN Extensions\n* CVE-2022-1196: Fixed a use-after-free after VR Process destruction\n* CVE-2022-28282: Fixed a use-after-free in DocumentL10n::TranslateDocument\n* CVE-2022-28285: Fixed incorrect AliasSet used in JIT Codegen\n* CVE-2022-28286: Fixed that iframe contents could be rendered outside the border\n* CVE-2022-24713: Fixed a denial of service via complex regular expressions\n* CVE-2022-28289: Memory safety bugs fixed in Firefox 99 and Firefox ESR 91.8\n\nThe following non-security bugs were fixed:\n\n- Adjust rust dependency for SP3 and later. TW uses always the\n newest version of rust, but we don\u0027t, so we can\u0027t use the\n rust+cargo notation, which would need both \u003c and \u003e= requirements.\n (bsc#1197698)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-SLE-15.3-2022-1127,openSUSE-SLE-15.4-2022-1127",
"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-2022_1127-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2022:1127-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/76BLKP3BHKRBWFX4VJKKQJQXQTYEOOSX/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2022:1127-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/76BLKP3BHKRBWFX4VJKKQJQXQTYEOOSX/"
},
{
"category": "self",
"summary": "SUSE Bug 1197698",
"url": "https://bugzilla.suse.com/1197698"
},
{
"category": "self",
"summary": "SUSE Bug 1197903",
"url": "https://bugzilla.suse.com/1197903"
},
{
"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-1196 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1196/"
},
{
"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-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-28289 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28289/"
}
],
"title": "Security update for MozillaFirefox",
"tracking": {
"current_release_date": "2022-04-07T15:04:04Z",
"generator": {
"date": "2022-04-07T15:04:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2022:1127-1",
"initial_release_date": "2022-04-07T15:04:04Z",
"revision_history": [
{
"date": "2022-04-07T15:04:04Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"product": {
"name": "MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"product_id": "MozillaFirefox-91.8.0-150200.152.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"product": {
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"product_id": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"product": {
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"product_id": "MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"product": {
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"product_id": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"product": {
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"product_id": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"product": {
"name": "MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"product_id": "MozillaFirefox-91.8.0-150200.152.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"product": {
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"product_id": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"product": {
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"product_id": "MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"product": {
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"product_id": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"product": {
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"product_id": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"product": {
"name": "MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"product_id": "MozillaFirefox-91.8.0-150200.152.26.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"product": {
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"product_id": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"product": {
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"product_id": "MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"product": {
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"product_id": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"product": {
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"product_id": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"product": {
"name": "MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"product_id": "MozillaFirefox-91.8.0-150200.152.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"product": {
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"product_id": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"product": {
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"product_id": "MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"product": {
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"product_id": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64",
"product": {
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64",
"product_id": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-91.8.0-150200.152.26.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64"
},
"product_reference": "MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-91.8.0-150200.152.26.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le"
},
"product_reference": "MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-91.8.0-150200.152.26.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x"
},
"product_reference": "MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-91.8.0-150200.152.26.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64"
},
"product_reference": "MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64"
},
"product_reference": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le"
},
"product_reference": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x"
},
"product_reference": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64"
},
"product_reference": "MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64"
},
"product_reference": "MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le"
},
"product_reference": "MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x"
},
"product_reference": "MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64"
},
"product_reference": "MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64"
},
"product_reference": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x"
},
"product_reference": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64"
},
"product_reference": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le"
},
"product_reference": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x"
},
"product_reference": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
},
"product_reference": "MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
}
]
},
"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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-07T15:04:04Z",
"details": "important"
}
],
"title": "CVE-2022-1097"
},
{
"cve": "CVE-2022-1196",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1196"
}
],
"notes": [
{
"category": "general",
"text": "After a VR Process is destroyed, a reference to it may have been retained and used, leading to a use-after-free and potentially exploitable crash. This vulnerability affects Thunderbird \u003c 91.8 and Firefox ESR \u003c 91.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1196",
"url": "https://www.suse.com/security/cve/CVE-2022-1196"
},
{
"category": "external",
"summary": "SUSE Bug 1197903 for CVE-2022-1196",
"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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-07T15:04:04Z",
"details": "important"
}
],
"title": "CVE-2022-1196"
},
{
"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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-07T15:04:04Z",
"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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-07T15:04:04Z",
"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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-07T15:04:04Z",
"details": "important"
}
],
"title": "CVE-2022-28282"
},
{
"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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-07T15:04:04Z",
"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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-07T15:04:04Z",
"details": "important"
}
],
"title": "CVE-2022-28286"
},
{
"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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.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 Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-branding-upstream-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-devel-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-common-91.8.0-150200.152.26.1.x86_64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.aarch64",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.ppc64le",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.s390x",
"openSUSE Leap 15.3:MozillaFirefox-translations-other-91.8.0-150200.152.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-07T15:04:04Z",
"details": "important"
}
],
"title": "CVE-2022-28289"
}
]
}
OPENSUSE-SU-2024:0294-1
Vulnerability from csaf_opensuse - Published: 2024-09-09 12:04 - Updated: 2024-09-09 12:04Summary
Security update for kanidm
Severity
Moderate
Notes
Title of the patch: Security update for kanidm
Description of the patch: This update for kanidm fixes the following issues:
- kanidm version 1.3.3~git0.f075d13:
* Release 1.3.3
* Mail substr index (#2981)
Patchnames: openSUSE-2024-294
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.7 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
18 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": "Security update for kanidm",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for kanidm fixes the following issues:\n\n- kanidm version 1.3.3~git0.f075d13:\n * Release 1.3.3\n * Mail substr index (#2981)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2024-294",
"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_0294-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2024:0294-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5D6EJD2U437T6U4EHNYRU44B2UOGLUUB/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2024:0294-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5D6EJD2U437T6U4EHNYRU44B2UOGLUUB/"
},
{
"category": "self",
"summary": "SUSE Bug 1191031",
"url": "https://bugzilla.suse.com/1191031"
},
{
"category": "self",
"summary": "SUSE Bug 1194119",
"url": "https://bugzilla.suse.com/1194119"
},
{
"category": "self",
"summary": "SUSE Bug 1196972",
"url": "https://bugzilla.suse.com/1196972"
},
{
"category": "self",
"summary": "SUSE Bug 1210356",
"url": "https://bugzilla.suse.com/1210356"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-45710 page",
"url": "https://www.suse.com/security/cve/CVE-2021-45710/"
},
{
"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-2023-26964 page",
"url": "https://www.suse.com/security/cve/CVE-2023-26964/"
}
],
"title": "Security update for kanidm",
"tracking": {
"current_release_date": "2024-09-09T12:04:21Z",
"generator": {
"date": "2024-09-09T12:04:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:0294-1",
"initial_release_date": "2024-09-09T12:04:21Z",
"revision_history": [
{
"date": "2024-09-09T12:04:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product": {
"name": "kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product_id": "kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product": {
"name": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product_id": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product": {
"name": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product_id": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product": {
"name": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product_id": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product": {
"name": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"product_id": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product": {
"name": "kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product_id": "kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product": {
"name": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product_id": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product": {
"name": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product_id": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product": {
"name": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product_id": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product": {
"name": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"product_id": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Package Hub 15 SP6",
"product": {
"name": "SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6"
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64"
},
"product_reference": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
},
"product_reference": "kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-45710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-45710"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in the tokio crate before 1.8.4, and 1.9.x through 1.13.x before 1.13.1, for Rust. In certain circumstances involving a closed oneshot channel, there is a data race and memory corruption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-45710",
"url": "https://www.suse.com/security/cve/CVE-2021-45710"
},
{
"category": "external",
"summary": "SUSE Bug 1194119 for CVE-2021-45710",
"url": "https://bugzilla.suse.com/1194119"
}
],
"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": [
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-09T12:04:21Z",
"details": "low"
}
],
"title": "CVE-2021-45710"
},
{
"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": [
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.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": [
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.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": [
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-09T12:04:21Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
},
{
"cve": "CVE-2023-26964",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-26964"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in hyper v0.13.7. h2-0.2.4 Stream stacking occurs when the H2 component processes HTTP2 RST_STREAM frames. As a result, the memory and CPU usage are high which can lead to a Denial of Service (DoS).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-26964",
"url": "https://www.suse.com/security/cve/CVE-2023-26964"
},
{
"category": "external",
"summary": "SUSE Bug 1210339 for CVE-2023-26964",
"url": "https://bugzilla.suse.com/1210339"
}
],
"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": [
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"SUSE Package Hub 15 SP6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-docs-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-server-1.3.3~git0.f075d13-bp156.4.1.x86_64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.aarch64",
"openSUSE Leap 15.6:kanidm-unixd-clients-1.3.3~git0.f075d13-bp156.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-09T12:04:21Z",
"details": "moderate"
}
],
"title": "CVE-2023-26964"
}
]
}
OPENSUSE-SU-2024:11913-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
juliaup-1.5.37-2.1 on GA media
Severity
Moderate
Notes
Title of the patch: juliaup-1.5.37-2.1 on GA media
Description of the patch: These are all security issues fixed in the juliaup-1.5.37-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11913
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:juliaup-1.5.37-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:juliaup-1.5.37-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:juliaup-1.5.37-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:juliaup-1.5.37-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": "juliaup-1.5.37-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the juliaup-1.5.37-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11913",
"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_11913-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "juliaup-1.5.37-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:11913-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": "juliaup-1.5.37-2.1.aarch64",
"product": {
"name": "juliaup-1.5.37-2.1.aarch64",
"product_id": "juliaup-1.5.37-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "juliaup-1.5.37-2.1.ppc64le",
"product": {
"name": "juliaup-1.5.37-2.1.ppc64le",
"product_id": "juliaup-1.5.37-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "juliaup-1.5.37-2.1.s390x",
"product": {
"name": "juliaup-1.5.37-2.1.s390x",
"product_id": "juliaup-1.5.37-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "juliaup-1.5.37-2.1.x86_64",
"product": {
"name": "juliaup-1.5.37-2.1.x86_64",
"product_id": "juliaup-1.5.37-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": "juliaup-1.5.37-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:juliaup-1.5.37-2.1.aarch64"
},
"product_reference": "juliaup-1.5.37-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "juliaup-1.5.37-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:juliaup-1.5.37-2.1.ppc64le"
},
"product_reference": "juliaup-1.5.37-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "juliaup-1.5.37-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:juliaup-1.5.37-2.1.s390x"
},
"product_reference": "juliaup-1.5.37-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "juliaup-1.5.37-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:juliaup-1.5.37-2.1.x86_64"
},
"product_reference": "juliaup-1.5.37-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:juliaup-1.5.37-2.1.aarch64",
"openSUSE Tumbleweed:juliaup-1.5.37-2.1.ppc64le",
"openSUSE Tumbleweed:juliaup-1.5.37-2.1.s390x",
"openSUSE Tumbleweed:juliaup-1.5.37-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:juliaup-1.5.37-2.1.aarch64",
"openSUSE Tumbleweed:juliaup-1.5.37-2.1.ppc64le",
"openSUSE Tumbleweed:juliaup-1.5.37-2.1.s390x",
"openSUSE Tumbleweed:juliaup-1.5.37-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:juliaup-1.5.37-2.1.aarch64",
"openSUSE Tumbleweed:juliaup-1.5.37-2.1.ppc64le",
"openSUSE Tumbleweed:juliaup-1.5.37-2.1.s390x",
"openSUSE Tumbleweed:juliaup-1.5.37-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11914-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
macchina-6.0.6~git0.c21ce78-2.1 on GA media
Severity
Moderate
Notes
Title of the patch: macchina-6.0.6~git0.c21ce78-2.1 on GA media
Description of the patch: These are all security issues fixed in the macchina-6.0.6~git0.c21ce78-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11914
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:macchina-6.0.6~git0.c21ce78-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-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": "macchina-6.0.6~git0.c21ce78-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the macchina-6.0.6~git0.c21ce78-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11914",
"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_11914-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "macchina-6.0.6~git0.c21ce78-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:11914-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": "macchina-6.0.6~git0.c21ce78-2.1.aarch64",
"product": {
"name": "macchina-6.0.6~git0.c21ce78-2.1.aarch64",
"product_id": "macchina-6.0.6~git0.c21ce78-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "macchina-6.0.6~git0.c21ce78-2.1.ppc64le",
"product": {
"name": "macchina-6.0.6~git0.c21ce78-2.1.ppc64le",
"product_id": "macchina-6.0.6~git0.c21ce78-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "macchina-6.0.6~git0.c21ce78-2.1.s390x",
"product": {
"name": "macchina-6.0.6~git0.c21ce78-2.1.s390x",
"product_id": "macchina-6.0.6~git0.c21ce78-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "macchina-6.0.6~git0.c21ce78-2.1.x86_64",
"product": {
"name": "macchina-6.0.6~git0.c21ce78-2.1.x86_64",
"product_id": "macchina-6.0.6~git0.c21ce78-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": "macchina-6.0.6~git0.c21ce78-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.aarch64"
},
"product_reference": "macchina-6.0.6~git0.c21ce78-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "macchina-6.0.6~git0.c21ce78-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.ppc64le"
},
"product_reference": "macchina-6.0.6~git0.c21ce78-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "macchina-6.0.6~git0.c21ce78-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.s390x"
},
"product_reference": "macchina-6.0.6~git0.c21ce78-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "macchina-6.0.6~git0.c21ce78-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.x86_64"
},
"product_reference": "macchina-6.0.6~git0.c21ce78-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:macchina-6.0.6~git0.c21ce78-2.1.aarch64",
"openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.ppc64le",
"openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.s390x",
"openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-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:macchina-6.0.6~git0.c21ce78-2.1.aarch64",
"openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.ppc64le",
"openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.s390x",
"openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-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:macchina-6.0.6~git0.c21ce78-2.1.aarch64",
"openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.ppc64le",
"openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.s390x",
"openSUSE Tumbleweed:macchina-6.0.6~git0.c21ce78-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11917-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
treefetch-2.0.0~git0.5b3eac1-2.1 on GA media
Severity
Moderate
Notes
Title of the patch: treefetch-2.0.0~git0.5b3eac1-2.1 on GA media
Description of the patch: These are all security issues fixed in the treefetch-2.0.0~git0.5b3eac1-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11917
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:treefetch-2.0.0~git0.5b3eac1-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-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": "treefetch-2.0.0~git0.5b3eac1-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the treefetch-2.0.0~git0.5b3eac1-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11917",
"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_11917-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "treefetch-2.0.0~git0.5b3eac1-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:11917-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": "treefetch-2.0.0~git0.5b3eac1-2.1.aarch64",
"product": {
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.aarch64",
"product_id": "treefetch-2.0.0~git0.5b3eac1-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le",
"product": {
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le",
"product_id": "treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.s390x",
"product": {
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.s390x",
"product_id": "treefetch-2.0.0~git0.5b3eac1-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.x86_64",
"product": {
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.x86_64",
"product_id": "treefetch-2.0.0~git0.5b3eac1-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": "treefetch-2.0.0~git0.5b3eac1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.aarch64"
},
"product_reference": "treefetch-2.0.0~git0.5b3eac1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le"
},
"product_reference": "treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.s390x"
},
"product_reference": "treefetch-2.0.0~git0.5b3eac1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "treefetch-2.0.0~git0.5b3eac1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.x86_64"
},
"product_reference": "treefetch-2.0.0~git0.5b3eac1-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:treefetch-2.0.0~git0.5b3eac1-2.1.aarch64",
"openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le",
"openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.s390x",
"openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-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:treefetch-2.0.0~git0.5b3eac1-2.1.aarch64",
"openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le",
"openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.s390x",
"openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-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:treefetch-2.0.0~git0.5b3eac1-2.1.aarch64",
"openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.ppc64le",
"openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.s390x",
"openSUSE Tumbleweed:treefetch-2.0.0~git0.5b3eac1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11918-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
tuigreet-0.7.1-4.1 on GA media
Severity
Moderate
Notes
Title of the patch: tuigreet-0.7.1-4.1 on GA media
Description of the patch: These are all security issues fixed in the tuigreet-0.7.1-4.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11918
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:tuigreet-0.7.1-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:tuigreet-0.7.1-4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:tuigreet-0.7.1-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:tuigreet-0.7.1-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": "tuigreet-0.7.1-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the tuigreet-0.7.1-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11918",
"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_11918-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "tuigreet-0.7.1-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:11918-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": "tuigreet-0.7.1-4.1.aarch64",
"product": {
"name": "tuigreet-0.7.1-4.1.aarch64",
"product_id": "tuigreet-0.7.1-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "tuigreet-0.7.1-4.1.ppc64le",
"product": {
"name": "tuigreet-0.7.1-4.1.ppc64le",
"product_id": "tuigreet-0.7.1-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "tuigreet-0.7.1-4.1.s390x",
"product": {
"name": "tuigreet-0.7.1-4.1.s390x",
"product_id": "tuigreet-0.7.1-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "tuigreet-0.7.1-4.1.x86_64",
"product": {
"name": "tuigreet-0.7.1-4.1.x86_64",
"product_id": "tuigreet-0.7.1-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": "tuigreet-0.7.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tuigreet-0.7.1-4.1.aarch64"
},
"product_reference": "tuigreet-0.7.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tuigreet-0.7.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tuigreet-0.7.1-4.1.ppc64le"
},
"product_reference": "tuigreet-0.7.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tuigreet-0.7.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tuigreet-0.7.1-4.1.s390x"
},
"product_reference": "tuigreet-0.7.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tuigreet-0.7.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tuigreet-0.7.1-4.1.x86_64"
},
"product_reference": "tuigreet-0.7.1-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:tuigreet-0.7.1-4.1.aarch64",
"openSUSE Tumbleweed:tuigreet-0.7.1-4.1.ppc64le",
"openSUSE Tumbleweed:tuigreet-0.7.1-4.1.s390x",
"openSUSE Tumbleweed:tuigreet-0.7.1-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:tuigreet-0.7.1-4.1.aarch64",
"openSUSE Tumbleweed:tuigreet-0.7.1-4.1.ppc64le",
"openSUSE Tumbleweed:tuigreet-0.7.1-4.1.s390x",
"openSUSE Tumbleweed:tuigreet-0.7.1-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:tuigreet-0.7.1-4.1.aarch64",
"openSUSE Tumbleweed:tuigreet-0.7.1-4.1.ppc64le",
"openSUSE Tumbleweed:tuigreet-0.7.1-4.1.s390x",
"openSUSE Tumbleweed:tuigreet-0.7.1-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11920-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
cargo-audit-0.16.0~git0.625c965-3.1 on GA media
Severity
Moderate
Notes
Title of the patch: cargo-audit-0.16.0~git0.625c965-3.1 on GA media
Description of the patch: These are all security issues fixed in the cargo-audit-0.16.0~git0.625c965-3.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11920
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:cargo-audit-0.16.0~git0.625c965-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.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": "cargo-audit-0.16.0~git0.625c965-3.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the cargo-audit-0.16.0~git0.625c965-3.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11920",
"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_11920-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "cargo-audit-0.16.0~git0.625c965-3.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:11920-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": "cargo-audit-0.16.0~git0.625c965-3.1.aarch64",
"product": {
"name": "cargo-audit-0.16.0~git0.625c965-3.1.aarch64",
"product_id": "cargo-audit-0.16.0~git0.625c965-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-audit-0.16.0~git0.625c965-3.1.ppc64le",
"product": {
"name": "cargo-audit-0.16.0~git0.625c965-3.1.ppc64le",
"product_id": "cargo-audit-0.16.0~git0.625c965-3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-audit-0.16.0~git0.625c965-3.1.s390x",
"product": {
"name": "cargo-audit-0.16.0~git0.625c965-3.1.s390x",
"product_id": "cargo-audit-0.16.0~git0.625c965-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-audit-0.16.0~git0.625c965-3.1.x86_64",
"product": {
"name": "cargo-audit-0.16.0~git0.625c965-3.1.x86_64",
"product_id": "cargo-audit-0.16.0~git0.625c965-3.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": "cargo-audit-0.16.0~git0.625c965-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.aarch64"
},
"product_reference": "cargo-audit-0.16.0~git0.625c965-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-audit-0.16.0~git0.625c965-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.ppc64le"
},
"product_reference": "cargo-audit-0.16.0~git0.625c965-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-audit-0.16.0~git0.625c965-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.s390x"
},
"product_reference": "cargo-audit-0.16.0~git0.625c965-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-audit-0.16.0~git0.625c965-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.x86_64"
},
"product_reference": "cargo-audit-0.16.0~git0.625c965-3.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:cargo-audit-0.16.0~git0.625c965-3.1.aarch64",
"openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.ppc64le",
"openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.s390x",
"openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.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:cargo-audit-0.16.0~git0.625c965-3.1.aarch64",
"openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.ppc64le",
"openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.s390x",
"openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.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:cargo-audit-0.16.0~git0.625c965-3.1.aarch64",
"openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.ppc64le",
"openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.s390x",
"openSUSE Tumbleweed:cargo-audit-0.16.0~git0.625c965-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11921-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
rage-encryption-0.7.1+0-2.1 on GA media
Severity
Moderate
Notes
Title of the patch: rage-encryption-0.7.1+0-2.1 on GA media
Description of the patch: These are all security issues fixed in the rage-encryption-0.7.1+0-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11921
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:rage-encryption-0.7.1+0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-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": "rage-encryption-0.7.1+0-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the rage-encryption-0.7.1+0-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11921",
"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_11921-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "rage-encryption-0.7.1+0-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:11921-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": "rage-encryption-0.7.1+0-2.1.aarch64",
"product": {
"name": "rage-encryption-0.7.1+0-2.1.aarch64",
"product_id": "rage-encryption-0.7.1+0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.aarch64",
"product": {
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.aarch64",
"product_id": "rage-encryption-bash-completion-0.7.1+0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rage-encryption-0.7.1+0-2.1.ppc64le",
"product": {
"name": "rage-encryption-0.7.1+0-2.1.ppc64le",
"product_id": "rage-encryption-0.7.1+0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le",
"product": {
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le",
"product_id": "rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rage-encryption-0.7.1+0-2.1.s390x",
"product": {
"name": "rage-encryption-0.7.1+0-2.1.s390x",
"product_id": "rage-encryption-0.7.1+0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.s390x",
"product": {
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.s390x",
"product_id": "rage-encryption-bash-completion-0.7.1+0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rage-encryption-0.7.1+0-2.1.x86_64",
"product": {
"name": "rage-encryption-0.7.1+0-2.1.x86_64",
"product_id": "rage-encryption-0.7.1+0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.x86_64",
"product": {
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.x86_64",
"product_id": "rage-encryption-bash-completion-0.7.1+0-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": "rage-encryption-0.7.1+0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.aarch64"
},
"product_reference": "rage-encryption-0.7.1+0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rage-encryption-0.7.1+0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.ppc64le"
},
"product_reference": "rage-encryption-0.7.1+0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rage-encryption-0.7.1+0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.s390x"
},
"product_reference": "rage-encryption-0.7.1+0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rage-encryption-0.7.1+0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.x86_64"
},
"product_reference": "rage-encryption-0.7.1+0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.aarch64"
},
"product_reference": "rage-encryption-bash-completion-0.7.1+0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le"
},
"product_reference": "rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.s390x"
},
"product_reference": "rage-encryption-bash-completion-0.7.1+0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rage-encryption-bash-completion-0.7.1+0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.x86_64"
},
"product_reference": "rage-encryption-bash-completion-0.7.1+0-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:rage-encryption-0.7.1+0-2.1.aarch64",
"openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.ppc64le",
"openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.s390x",
"openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.x86_64",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.aarch64",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.s390x",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-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:rage-encryption-0.7.1+0-2.1.aarch64",
"openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.ppc64le",
"openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.s390x",
"openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.x86_64",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.aarch64",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.s390x",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-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:rage-encryption-0.7.1+0-2.1.aarch64",
"openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.ppc64le",
"openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.s390x",
"openSUSE Tumbleweed:rage-encryption-0.7.1+0-2.1.x86_64",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.aarch64",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.ppc64le",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.s390x",
"openSUSE Tumbleweed:rage-encryption-bash-completion-0.7.1+0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-24713"
}
]
}
OPENSUSE-SU-2024:11922-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
rustup-1.24.3~0-3.1 on GA media
Severity
Moderate
Notes
Title of the patch: rustup-1.24.3~0-3.1 on GA media
Description of the patch: These are all security issues fixed in the rustup-1.24.3~0-3.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-11922
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:rustup-1.24.3~0-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rustup-1.24.3~0-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rustup-1.24.3~0-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rustup-1.24.3~0-3.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": "rustup-1.24.3~0-3.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the rustup-1.24.3~0-3.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11922",
"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_11922-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24713 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24713/"
}
],
"title": "rustup-1.24.3~0-3.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:11922-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": "rustup-1.24.3~0-3.1.aarch64",
"product": {
"name": "rustup-1.24.3~0-3.1.aarch64",
"product_id": "rustup-1.24.3~0-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rustup-1.24.3~0-3.1.ppc64le",
"product": {
"name": "rustup-1.24.3~0-3.1.ppc64le",
"product_id": "rustup-1.24.3~0-3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rustup-1.24.3~0-3.1.s390x",
"product": {
"name": "rustup-1.24.3~0-3.1.s390x",
"product_id": "rustup-1.24.3~0-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rustup-1.24.3~0-3.1.x86_64",
"product": {
"name": "rustup-1.24.3~0-3.1.x86_64",
"product_id": "rustup-1.24.3~0-3.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": "rustup-1.24.3~0-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rustup-1.24.3~0-3.1.aarch64"
},
"product_reference": "rustup-1.24.3~0-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustup-1.24.3~0-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rustup-1.24.3~0-3.1.ppc64le"
},
"product_reference": "rustup-1.24.3~0-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustup-1.24.3~0-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rustup-1.24.3~0-3.1.s390x"
},
"product_reference": "rustup-1.24.3~0-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustup-1.24.3~0-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rustup-1.24.3~0-3.1.x86_64"
},
"product_reference": "rustup-1.24.3~0-3.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:rustup-1.24.3~0-3.1.aarch64",
"openSUSE Tumbleweed:rustup-1.24.3~0-3.1.ppc64le",
"openSUSE Tumbleweed:rustup-1.24.3~0-3.1.s390x",
"openSUSE Tumbleweed:rustup-1.24.3~0-3.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:rustup-1.24.3~0-3.1.aarch64",
"openSUSE Tumbleweed:rustup-1.24.3~0-3.1.ppc64le",
"openSUSE Tumbleweed:rustup-1.24.3~0-3.1.s390x",
"openSUSE Tumbleweed:rustup-1.24.3~0-3.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:rustup-1.24.3~0-3.1.aarch64",
"openSUSE Tumbleweed:rustup-1.24.3~0-3.1.ppc64le",
"openSUSE Tumbleweed:rustup-1.24.3~0-3.1.s390x",
"openSUSE Tumbleweed:rustup-1.24.3~0-3.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…