Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-46671 (GCVE-0-2026-46671)
Vulnerability from cvelistv5 – Published: 2026-07-20 15:56 – Updated: 2026-07-20 17:31- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
| URL | Tags |
|---|---|
| https://github.com/msiemens/onenote.rs/security/a… | x_refsource_CONFIRM |
| https://github.com/msiemens/onenote.rs/commit/c92… | x_refsource_MISC |
| https://github.com/msiemens/onenote.rs/blob/maste… | x_refsource_MISC |
| https://github.com/msiemens/onenote.rs/releases/t… | x_refsource_MISC |
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| msiemens | onenote.rs |
Affected:
< 1.1.1
|
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-46671",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-20T17:31:48.779092Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-20T17:31:57.487Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "onenote.rs",
"vendor": "msiemens",
"versions": [
{
"status": "affected",
"version": "\u003c 1.1.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Rust OneNote File Parser is a parser for Microsoft OneNote files implemented in Rust. Prior to version 1.1.1, a maliciously crafted `.onetoc2` table-of-contents file can cause `Parser::parse_notebook` to open arbitrary files on the host filesystem outside the notebook\u0027s directory. The parser reads entry names listed inside the `.onetoc2` and joins them against the notebook\u0027s base directory without validating that they are relative paths confined to that directory. The parser will bail out when the target file fails to parse as a OneNote section, so direct content exfiltration through the parser\u0027s return value is not practical, though file-existence probing and denial-of-service via large or special files remain possible. Anyone using `onenote_parser` to parse .onetoc2 files received from untrusted sources is affected. Users who only ever parse their own notebooks are not at meaningful risk. The issue is fixed in onenote_parser 1.1.1. The fix rejects absolute paths, parent-directory components, and other invalid path characters in entry names, and additionally canonicalises the resolved path to confirm it stays inside the notebook\u0027s base directory. For users who cannot upgrade to 1.1.1, only call `Parser::parse_notebook` on `.onetoc2` files from trusted sources. Alternatively, use `Parser::parse_section` / `Parser::parse_section_buffer` on individual .one files, which do not perform the directory walk."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-20T15:56:50.944Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/msiemens/onenote.rs/security/advisories/GHSA-4j5m-wc25-pvh7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/msiemens/onenote.rs/security/advisories/GHSA-4j5m-wc25-pvh7"
},
{
"name": "https://github.com/msiemens/onenote.rs/commit/c9267b2c96e2542be7e7b557d67318e81b733585",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/msiemens/onenote.rs/commit/c9267b2c96e2542be7e7b557d67318e81b733585"
},
{
"name": "https://github.com/msiemens/onenote.rs/blob/master/CHANGELOG.md#111---2026-05-15",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/msiemens/onenote.rs/blob/master/CHANGELOG.md#111---2026-05-15"
},
{
"name": "https://github.com/msiemens/onenote.rs/releases/tag/v1.1.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/msiemens/onenote.rs/releases/tag/v1.1.1"
}
],
"source": {
"advisory": "GHSA-4j5m-wc25-pvh7",
"discovery": "UNKNOWN"
},
"title": "Rust OneNote File Parser: Path traversal in `Parser::parse_notebook` allows reading files outside the notebook directory"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-46671",
"datePublished": "2026-07-20T15:56:50.944Z",
"dateReserved": "2026-05-15T21:46:51.547Z",
"dateUpdated": "2026-07-20T17:31:57.487Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-46671",
"date": "2026-08-28",
"epss": "0.00191",
"percentile": "0.08816"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-46671\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-07-20T16:17:01.630\",\"lastModified\":\"2026-08-18T18:11:12.617\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Rust OneNote File Parser is a parser for Microsoft OneNote files implemented in Rust. Prior to version 1.1.1, a maliciously crafted `.onetoc2` table-of-contents file can cause `Parser::parse_notebook` to open arbitrary files on the host filesystem outside the notebook\u0027s directory. The parser reads entry names listed inside the `.onetoc2` and joins them against the notebook\u0027s base directory without validating that they are relative paths confined to that directory. The parser will bail out when the target file fails to parse as a OneNote section, so direct content exfiltration through the parser\u0027s return value is not practical, though file-existence probing and denial-of-service via large or special files remain possible. Anyone using `onenote_parser` to parse .onetoc2 files received from untrusted sources is affected. Users who only ever parse their own notebooks are not at meaningful risk. The issue is fixed in onenote_parser 1.1.1. The fix rejects absolute paths, parent-directory components, and other invalid path characters in entry names, and additionally canonicalises the resolved path to confirm it stays inside the notebook\u0027s base directory. For users who cannot upgrade to 1.1.1, only call `Parser::parse_notebook` on `.onetoc2` files from trusted sources. Alternatively, use `Parser::parse_section` / `Parser::parse_section_buffer` on individual .one files, which do not perform the directory walk.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"msiemens\",\"product\":\"onenote.rs\",\"versions\":[{\"version\":\"\u003c 1.1.1\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.8,\"impactScore\":2.5}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-07-20T17:31:48.779092Z\",\"id\":\"CVE-2026-46671\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:msiemens:rust_onenote_file_parser:*:*:*:*:*:rust:*:*\",\"versionEndExcluding\":\"1.1.1\",\"matchCriteriaId\":\"983B4322-C52D-466B-A4B0-88D73151A3AF\"}]}]}],\"references\":[{\"url\":\"https://github.com/msiemens/onenote.rs/blob/master/CHANGELOG.md#111---2026-05-15\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/msiemens/onenote.rs/commit/c9267b2c96e2542be7e7b557d67318e81b733585\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/msiemens/onenote.rs/releases/tag/v1.1.1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\",\"Release Notes\"]},{\"url\":\"https://github.com/msiemens/onenote.rs/security/advisories/GHSA-4j5m-wc25-pvh7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Release Notes\",\"Vendor Advisory\",\"Mitigation\"]}]}}",
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-21T13:08:27Z",
"cve": "CVE-2026-46671",
"id": "CVE-2026-46671",
"initial_release_date": "2026-07-21T13:08:27Z",
"product_status:known_affected": "190",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-46671",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-46671.json",
"version": "2"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-46671\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-20T17:31:48.779092Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-07-20T17:31:54.016Z\"}}], \"cna\": {\"title\": \"Rust OneNote File Parser: Path traversal in `Parser::parse_notebook` allows reading files outside the notebook directory\", \"source\": {\"advisory\": \"GHSA-4j5m-wc25-pvh7\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"msiemens\", \"product\": \"onenote.rs\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.1.1\"}]}], \"references\": [{\"url\": \"https://github.com/msiemens/onenote.rs/security/advisories/GHSA-4j5m-wc25-pvh7\", \"name\": \"https://github.com/msiemens/onenote.rs/security/advisories/GHSA-4j5m-wc25-pvh7\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/msiemens/onenote.rs/commit/c9267b2c96e2542be7e7b557d67318e81b733585\", \"name\": \"https://github.com/msiemens/onenote.rs/commit/c9267b2c96e2542be7e7b557d67318e81b733585\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/msiemens/onenote.rs/blob/master/CHANGELOG.md#111---2026-05-15\", \"name\": \"https://github.com/msiemens/onenote.rs/blob/master/CHANGELOG.md#111---2026-05-15\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/msiemens/onenote.rs/releases/tag/v1.1.1\", \"name\": \"https://github.com/msiemens/onenote.rs/releases/tag/v1.1.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Rust OneNote File Parser is a parser for Microsoft OneNote files implemented in Rust. Prior to version 1.1.1, a maliciously crafted `.onetoc2` table-of-contents file can cause `Parser::parse_notebook` to open arbitrary files on the host filesystem outside the notebook\u0027s directory. The parser reads entry names listed inside the `.onetoc2` and joins them against the notebook\u0027s base directory without validating that they are relative paths confined to that directory. The parser will bail out when the target file fails to parse as a OneNote section, so direct content exfiltration through the parser\u0027s return value is not practical, though file-existence probing and denial-of-service via large or special files remain possible. Anyone using `onenote_parser` to parse .onetoc2 files received from untrusted sources is affected. Users who only ever parse their own notebooks are not at meaningful risk. The issue is fixed in onenote_parser 1.1.1. The fix rejects absolute paths, parent-directory components, and other invalid path characters in entry names, and additionally canonicalises the resolved path to confirm it stays inside the notebook\u0027s base directory. For users who cannot upgrade to 1.1.1, only call `Parser::parse_notebook` on `.onetoc2` files from trusted sources. Alternatively, use `Parser::parse_section` / `Parser::parse_section_buffer` on individual .one files, which do not perform the directory walk.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-22\", \"description\": \"CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-07-20T15:56:50.944Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-46671\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-20T17:31:57.487Z\", \"dateReserved\": \"2026-05-15T21:46:51.547Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-07-20T15:56:50.944Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-46671
Vulnerability from fkie_nvd - Published: 2026-07-20 16:17 - Updated: 2026-08-18 18:11| Vendor | Product | Version | |
|---|---|---|---|
| msiemens | rust_onenote_file_parser | * |
{
"affected": [
{
"affectedData": [
{
"product": "onenote.rs",
"vendor": "msiemens",
"versions": [
{
"status": "affected",
"version": "\u003c 1.1.1"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:msiemens:rust_onenote_file_parser:*:*:*:*:*:rust:*:*",
"matchCriteriaId": "983B4322-C52D-466B-A4B0-88D73151A3AF",
"versionEndExcluding": "1.1.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Rust OneNote File Parser is a parser for Microsoft OneNote files implemented in Rust. Prior to version 1.1.1, a maliciously crafted `.onetoc2` table-of-contents file can cause `Parser::parse_notebook` to open arbitrary files on the host filesystem outside the notebook\u0027s directory. The parser reads entry names listed inside the `.onetoc2` and joins them against the notebook\u0027s base directory without validating that they are relative paths confined to that directory. The parser will bail out when the target file fails to parse as a OneNote section, so direct content exfiltration through the parser\u0027s return value is not practical, though file-existence probing and denial-of-service via large or special files remain possible. Anyone using `onenote_parser` to parse .onetoc2 files received from untrusted sources is affected. Users who only ever parse their own notebooks are not at meaningful risk. The issue is fixed in onenote_parser 1.1.1. The fix rejects absolute paths, parent-directory components, and other invalid path characters in entry names, and additionally canonicalises the resolved path to confirm it stays inside the notebook\u0027s base directory. For users who cannot upgrade to 1.1.1, only call `Parser::parse_notebook` on `.onetoc2` files from trusted sources. Alternatively, use `Parser::parse_section` / `Parser::parse_section_buffer` on individual .one files, which do not perform the directory walk."
}
],
"id": "CVE-2026-46671",
"lastModified": "2026-08-18T18:11:12.617",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 2.5,
"source": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-46671",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-20T17:31:48.779092Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-07-20T16:17:01.630",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/msiemens/onenote.rs/blob/master/CHANGELOG.md#111---2026-05-15"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/msiemens/onenote.rs/commit/c9267b2c96e2542be7e7b557d67318e81b733585"
},
{
"source": "security-advisories@github.com",
"tags": [
"Product",
"Release Notes"
],
"url": "https://github.com/msiemens/onenote.rs/releases/tag/v1.1.1"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Release Notes",
"Vendor Advisory",
"Mitigation"
],
"url": "https://github.com/msiemens/onenote.rs/security/advisories/GHSA-4j5m-wc25-pvh7"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-22"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-4J5M-WC25-PVH7
Vulnerability from github – Published: 2026-05-21 21:32 – Updated: 2026-05-21 21:32Impact
A maliciously crafted .onetoc2 table-of-contents file can cause Parser::parse_notebook to open arbitrary files on the host filesystem outside the notebook's directory. The parser reads entry names listed inside the .onetoc2 and joins them against the notebook's base directory without validating that they are relative paths confined to that directory.
The parser will bail out when the target file fails to parse as a OneNote section, so direct content exfiltration through the parser's return value is not practical, though file-existence probing and denial-of-service via large or special files remain possible.
Anyone using onenote_parser to parse .onetoc2 files received from untrusted sources is affected. Users who only ever parse their own notebooks are not at meaningful risk.
Patches
Fixed in onenote_parser 1.1.1. The fix rejects absolute paths, parent-directory components, and other invalid path characters in entry names, and additionally canonicalises the resolved path to confirm it stays inside the notebook's base directory.
Workarounds
For users who cannot upgrade to 1.1.1:
- Only call
Parser::parse_notebookon.onetoc2files from trusted sources. - Alternatively, use
Parser::parse_section/Parser::parse_section_bufferon individual .one files, which do not perform the directory walk.
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "onenote_parser"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-46671"
],
"database_specific": {
"cwe_ids": [
"CWE-22"
],
"github_reviewed": true,
"github_reviewed_at": "2026-05-21T21:32:11Z",
"nvd_published_at": null,
"severity": "MODERATE"
},
"details": "### Impact\nA maliciously crafted `.onetoc2` table-of-contents file can cause `Parser::parse_notebook` to open arbitrary files on the host filesystem outside the notebook\u0027s directory. The parser reads entry names listed inside the `.onetoc2` and joins them against the notebook\u0027s base directory without validating that they are relative paths confined to that directory.\n\nThe parser will bail out when the target file fails to parse as a OneNote section, so direct content exfiltration through the parser\u0027s return value is not practical, though file-existence probing and denial-of-service via large or special files remain possible.\n\nAnyone using `onenote_parser` to parse .onetoc2 files received from untrusted sources is affected. Users who only ever parse their own notebooks are not at meaningful risk.\n\n### Patches\nFixed in onenote_parser 1.1.1. The fix rejects absolute paths, parent-directory components, and other invalid path characters in entry names, and additionally canonicalises the resolved path to confirm it stays inside the notebook\u0027s base directory.\n\n### Workarounds\nFor users who cannot upgrade to 1.1.1:\n\n- Only call `Parser::parse_notebook` on `.onetoc2` files from trusted sources.\n- Alternatively, use `Parser::parse_section` / `Parser::parse_section_buffer` on individual .one files, which do not perform the directory walk.",
"id": "GHSA-4j5m-wc25-pvh7",
"modified": "2026-05-21T21:32:11Z",
"published": "2026-05-21T21:32:11Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/msiemens/onenote.rs/security/advisories/GHSA-4j5m-wc25-pvh7"
},
{
"type": "WEB",
"url": "https://github.com/msiemens/onenote.rs/commit/c9267b2c96e2542be7e7b557d67318e81b733585"
},
{
"type": "PACKAGE",
"url": "https://github.com/msiemens/onenote.rs"
},
{
"type": "WEB",
"url": "https://github.com/msiemens/onenote.rs/blob/master/CHANGELOG.md#111---2026-05-15"
},
{
"type": "WEB",
"url": "https://github.com/msiemens/onenote.rs/releases/tag/v1.1.1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"type": "CVSS_V3"
}
],
"summary": "Rust OneNote File Parser: Path traversal in `Parser::parse_notebook` allows reading files outside the notebook directory"
}
OPENSUSE-SU-2026:11583-1
Vulnerability from csaf_opensuse - Published: 2026-08-24 00:00 - Updated: 2026-08-24 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64 | — |
Vendor Fix
|
{
"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": "clamav-1.5.4-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the clamav-1.5.4-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11583",
"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-2026_11583-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8088/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-20337 page",
"url": "https://www.suse.com/security/cve/CVE-2026-20337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-20338 page",
"url": "https://www.suse.com/security/cve/CVE-2026-20338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-20339 page",
"url": "https://www.suse.com/security/cve/CVE-2026-20339/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-20345 page",
"url": "https://www.suse.com/security/cve/CVE-2026-20345/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-20346 page",
"url": "https://www.suse.com/security/cve/CVE-2026-20346/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-20347 page",
"url": "https://www.suse.com/security/cve/CVE-2026-20347/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-20348 page",
"url": "https://www.suse.com/security/cve/CVE-2026-20348/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-46671 page",
"url": "https://www.suse.com/security/cve/CVE-2026-46671/"
}
],
"title": "clamav-1.5.4-1.1 on GA media",
"tracking": {
"current_release_date": "2026-08-24T00:00:00Z",
"generator": {
"date": "2026-08-24T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11583-1",
"initial_release_date": "2026-08-24T00:00:00Z",
"revision_history": [
{
"date": "2026-08-24T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "clamav-1.5.4-1.1.aarch64",
"product": {
"name": "clamav-1.5.4-1.1.aarch64",
"product_id": "clamav-1.5.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "clamav-devel-1.5.4-1.1.aarch64",
"product": {
"name": "clamav-devel-1.5.4-1.1.aarch64",
"product_id": "clamav-devel-1.5.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "clamav-docs-html-1.5.4-1.1.aarch64",
"product": {
"name": "clamav-docs-html-1.5.4-1.1.aarch64",
"product_id": "clamav-docs-html-1.5.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "clamav-milter-1.5.4-1.1.aarch64",
"product": {
"name": "clamav-milter-1.5.4-1.1.aarch64",
"product_id": "clamav-milter-1.5.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libclamav12-1.5.4-1.1.aarch64",
"product": {
"name": "libclamav12-1.5.4-1.1.aarch64",
"product_id": "libclamav12-1.5.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libclammspack0-1.5.4-1.1.aarch64",
"product": {
"name": "libclammspack0-1.5.4-1.1.aarch64",
"product_id": "libclammspack0-1.5.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreshclam4-1.5.4-1.1.aarch64",
"product": {
"name": "libfreshclam4-1.5.4-1.1.aarch64",
"product_id": "libfreshclam4-1.5.4-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "clamav-1.5.4-1.1.ppc64le",
"product": {
"name": "clamav-1.5.4-1.1.ppc64le",
"product_id": "clamav-1.5.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "clamav-devel-1.5.4-1.1.ppc64le",
"product": {
"name": "clamav-devel-1.5.4-1.1.ppc64le",
"product_id": "clamav-devel-1.5.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "clamav-docs-html-1.5.4-1.1.ppc64le",
"product": {
"name": "clamav-docs-html-1.5.4-1.1.ppc64le",
"product_id": "clamav-docs-html-1.5.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "clamav-milter-1.5.4-1.1.ppc64le",
"product": {
"name": "clamav-milter-1.5.4-1.1.ppc64le",
"product_id": "clamav-milter-1.5.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libclamav12-1.5.4-1.1.ppc64le",
"product": {
"name": "libclamav12-1.5.4-1.1.ppc64le",
"product_id": "libclamav12-1.5.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libclammspack0-1.5.4-1.1.ppc64le",
"product": {
"name": "libclammspack0-1.5.4-1.1.ppc64le",
"product_id": "libclammspack0-1.5.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreshclam4-1.5.4-1.1.ppc64le",
"product": {
"name": "libfreshclam4-1.5.4-1.1.ppc64le",
"product_id": "libfreshclam4-1.5.4-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "clamav-1.5.4-1.1.s390x",
"product": {
"name": "clamav-1.5.4-1.1.s390x",
"product_id": "clamav-1.5.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "clamav-devel-1.5.4-1.1.s390x",
"product": {
"name": "clamav-devel-1.5.4-1.1.s390x",
"product_id": "clamav-devel-1.5.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "clamav-docs-html-1.5.4-1.1.s390x",
"product": {
"name": "clamav-docs-html-1.5.4-1.1.s390x",
"product_id": "clamav-docs-html-1.5.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "clamav-milter-1.5.4-1.1.s390x",
"product": {
"name": "clamav-milter-1.5.4-1.1.s390x",
"product_id": "clamav-milter-1.5.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libclamav12-1.5.4-1.1.s390x",
"product": {
"name": "libclamav12-1.5.4-1.1.s390x",
"product_id": "libclamav12-1.5.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libclammspack0-1.5.4-1.1.s390x",
"product": {
"name": "libclammspack0-1.5.4-1.1.s390x",
"product_id": "libclammspack0-1.5.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreshclam4-1.5.4-1.1.s390x",
"product": {
"name": "libfreshclam4-1.5.4-1.1.s390x",
"product_id": "libfreshclam4-1.5.4-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "clamav-1.5.4-1.1.x86_64",
"product": {
"name": "clamav-1.5.4-1.1.x86_64",
"product_id": "clamav-1.5.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "clamav-devel-1.5.4-1.1.x86_64",
"product": {
"name": "clamav-devel-1.5.4-1.1.x86_64",
"product_id": "clamav-devel-1.5.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "clamav-docs-html-1.5.4-1.1.x86_64",
"product": {
"name": "clamav-docs-html-1.5.4-1.1.x86_64",
"product_id": "clamav-docs-html-1.5.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "clamav-milter-1.5.4-1.1.x86_64",
"product": {
"name": "clamav-milter-1.5.4-1.1.x86_64",
"product_id": "clamav-milter-1.5.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libclamav12-1.5.4-1.1.x86_64",
"product": {
"name": "libclamav12-1.5.4-1.1.x86_64",
"product_id": "libclamav12-1.5.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libclammspack0-1.5.4-1.1.x86_64",
"product": {
"name": "libclammspack0-1.5.4-1.1.x86_64",
"product_id": "libclammspack0-1.5.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreshclam4-1.5.4-1.1.x86_64",
"product": {
"name": "libfreshclam4-1.5.4-1.1.x86_64",
"product_id": "libfreshclam4-1.5.4-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-1.5.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64"
},
"product_reference": "clamav-1.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-1.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le"
},
"product_reference": "clamav-1.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-1.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x"
},
"product_reference": "clamav-1.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-1.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64"
},
"product_reference": "clamav-1.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-devel-1.5.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64"
},
"product_reference": "clamav-devel-1.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-devel-1.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le"
},
"product_reference": "clamav-devel-1.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-devel-1.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x"
},
"product_reference": "clamav-devel-1.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-devel-1.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64"
},
"product_reference": "clamav-devel-1.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-docs-html-1.5.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64"
},
"product_reference": "clamav-docs-html-1.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-docs-html-1.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le"
},
"product_reference": "clamav-docs-html-1.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-docs-html-1.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x"
},
"product_reference": "clamav-docs-html-1.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-docs-html-1.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64"
},
"product_reference": "clamav-docs-html-1.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-milter-1.5.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64"
},
"product_reference": "clamav-milter-1.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-milter-1.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le"
},
"product_reference": "clamav-milter-1.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-milter-1.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x"
},
"product_reference": "clamav-milter-1.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clamav-milter-1.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64"
},
"product_reference": "clamav-milter-1.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libclamav12-1.5.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64"
},
"product_reference": "libclamav12-1.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libclamav12-1.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le"
},
"product_reference": "libclamav12-1.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libclamav12-1.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x"
},
"product_reference": "libclamav12-1.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libclamav12-1.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64"
},
"product_reference": "libclamav12-1.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libclammspack0-1.5.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64"
},
"product_reference": "libclammspack0-1.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libclammspack0-1.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le"
},
"product_reference": "libclammspack0-1.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libclammspack0-1.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x"
},
"product_reference": "libclammspack0-1.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libclammspack0-1.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64"
},
"product_reference": "libclammspack0-1.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreshclam4-1.5.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64"
},
"product_reference": "libfreshclam4-1.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreshclam4-1.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le"
},
"product_reference": "libfreshclam4-1.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreshclam4-1.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x"
},
"product_reference": "libfreshclam4-1.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreshclam4-1.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
},
"product_reference": "libfreshclam4-1.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8088"
}
],
"notes": [
{
"category": "general",
"text": "A path traversal vulnerability affecting the Windows version of WinRAR allows the attackers to execute arbitrary code by crafting malicious archive files. This vulnerability was exploited in the wild and was discovered by Anton Cherepanov, Peter Ko\u0161in\u00e1r, and Peter Str\u00fd\u010dek\n from ESET.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8088",
"url": "https://www.suse.com/security/cve/CVE-2025-8088"
}
],
"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:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-8088"
},
{
"cve": "CVE-2026-20337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-20337"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the zip archive parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition on an affected device.\r\n\r\nThis vulnerability is due to improper boundary checks for content in zip files during scanning, which may result in an out-of-bounds write condition. An attacker could exploit this vulnerability by submitting a crafted zip file for scanning. A successful exploit could allow the attacker to cause the ClamAV scanning process to terminate, resulting in a DoS condition on the affected software.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-20337",
"url": "https://www.suse.com/security/cve/CVE-2026-20337"
},
{
"category": "external",
"summary": "SUSE Bug 1274597 for CVE-2026-20337",
"url": "https://bugzilla.suse.com/1274597"
}
],
"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:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-20337"
},
{
"cve": "CVE-2026-20338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-20338"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the zip archive parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition on an affected device.\r\n\r\nThis vulnerability is due to improper memory handling when processing content in zip files during scanning. An attacker could exploit this vulnerability by submitting a crafted zip file for scanning. A successful exploit could allow the attacker to cause the ClamAV scanning process to terminate as a result of a memory double-free, resulting in a DoS condition on the affected software.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-20338",
"url": "https://www.suse.com/security/cve/CVE-2026-20338"
},
{
"category": "external",
"summary": "SUSE Bug 1274598 for CVE-2026-20338",
"url": "https://bugzilla.suse.com/1274598"
}
],
"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:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-20338"
},
{
"cve": "CVE-2026-20339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-20339"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the PESpin file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition or possibly other expanded impacts as a result of\u0026nbsp;memory corruption on an affected device.\r\n\r\nThis vulnerability is due to improper boundary checks for content in PESpin files during scanning, which may result in an integer overflow. An attacker could exploit this vulnerability by submitting a crafted file that contains PESpin content to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to cause the ClamAV scanning process to terminate, resulting in a DoS condition on the affected software.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-20339",
"url": "https://www.suse.com/security/cve/CVE-2026-20339"
},
{
"category": "external",
"summary": "SUSE Bug 1274599 for CVE-2026-20339",
"url": "https://bugzilla.suse.com/1274599"
}
],
"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:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-20339"
},
{
"cve": "CVE-2026-20345",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-20345"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the GPT file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition or possibly other expanded impacts as a result of\u0026nbsp;memory corruption on an affected device.\r\n\r\nThis vulnerability is due to improper handling of an endian conversion operation, which may result in an out-of-bounds buffer write. An attacker could exploit this vulnerability by submitting a crafted GPT file to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to cause the ClamAV scanning process to terminate, resulting in a DoS condition on the affected software.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-20345",
"url": "https://www.suse.com/security/cve/CVE-2026-20345"
},
{
"category": "external",
"summary": "SUSE Bug 1274600 for CVE-2026-20345",
"url": "https://bugzilla.suse.com/1274600"
}
],
"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:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-20345"
},
{
"cve": "CVE-2026-20346",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-20346"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the PDF file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition or possibly other expanded impacts as a result of\u0026nbsp;memory corruption on an affected device.\r\n\r\nThis vulnerability is due to improper boundary checks for content in PDF files during scanning, which may result in an out-of-bounds buffer read. An attacker could exploit this vulnerability by submitting a crafted PDF file to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to cause the ClamAV scanning process to terminate, resulting in a DoS condition on the affected software.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-20346",
"url": "https://www.suse.com/security/cve/CVE-2026-20346"
},
{
"category": "external",
"summary": "SUSE Bug 1274601 for CVE-2026-20346",
"url": "https://bugzilla.suse.com/1274601"
}
],
"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:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-20346"
},
{
"cve": "CVE-2026-20347",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-20347"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the Mach-O file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition or possibly other expanded impacts as a result of\u0026nbsp;memory corruption on an affected device.\r\n\r\nThis vulnerability is due to improper boundary checks for content in Mach-O files during scanning, which may result in an out-of-bounds buffer read. An attacker could exploit this vulnerability by submitting a crafted Mach-O file to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to cause the ClamAV scanning process to terminate, resulting in a DoS condition on the affected software.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-20347",
"url": "https://www.suse.com/security/cve/CVE-2026-20347"
},
{
"category": "external",
"summary": "SUSE Bug 1274602 for CVE-2026-20347",
"url": "https://bugzilla.suse.com/1274602"
}
],
"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:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-20347"
},
{
"cve": "CVE-2026-20348",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-20348"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in the XAR file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition or possibly other expanded impacts as a result of\u0026nbsp;memory corruption on an affected device.\r\n\r\nThis vulnerability is due to improper boundary checks for content in XAR files during scanning. An attacker could exploit this vulnerability by submitting a crafted file that contains XAR content to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to cause the ClamAV scanning process to terminate, resulting in a DoS condition on the affected software.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-20348",
"url": "https://www.suse.com/security/cve/CVE-2026-20348"
},
{
"category": "external",
"summary": "SUSE Bug 1274603 for CVE-2026-20348",
"url": "https://bugzilla.suse.com/1274603"
}
],
"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:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-20348"
},
{
"cve": "CVE-2026-46671",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-46671"
}
],
"notes": [
{
"category": "general",
"text": "Rust OneNote File Parser is a parser for Microsoft OneNote files implemented in Rust. Prior to version 1.1.1, a maliciously crafted `.onetoc2` table-of-contents file can cause `Parser::parse_notebook` to open arbitrary files on the host filesystem outside the notebook\u0027s directory. The parser reads entry names listed inside the `.onetoc2` and joins them against the notebook\u0027s base directory without validating that they are relative paths confined to that directory. The parser will bail out when the target file fails to parse as a OneNote section, so direct content exfiltration through the parser\u0027s return value is not practical, though file-existence probing and denial-of-service via large or special files remain possible. Anyone using `onenote_parser` to parse .onetoc2 files received from untrusted sources is affected. Users who only ever parse their own notebooks are not at meaningful risk. The issue is fixed in onenote_parser 1.1.1. The fix rejects absolute paths, parent-directory components, and other invalid path characters in entry names, and additionally canonicalises the resolved path to confirm it stays inside the notebook\u0027s base directory. For users who cannot upgrade to 1.1.1, only call `Parser::parse_notebook` on `.onetoc2` files from trusted sources. Alternatively, use `Parser::parse_section` / `Parser::parse_section_buffer` on individual .one files, which do not perform the directory walk.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-46671",
"url": "https://www.suse.com/security/cve/CVE-2026-46671"
},
{
"category": "external",
"summary": "SUSE Bug 1271922 for CVE-2026-46671",
"url": "https://bugzilla.suse.com/1271922"
}
],
"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:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:clamav-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-devel-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-docs-html-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:clamav-milter-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclamav12-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libclammspack0-1.5.4-1.1.x86_64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.aarch64",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.s390x",
"openSUSE Tumbleweed:libfreshclam4-1.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-24T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-46671"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.