Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-5917 (GCVE-0-2025-5917)
Vulnerability from cvelistv5 – Published: 2025-06-09 19:49 – Updated: 2026-02-25 20:20
VLAI
EPSS
Title
Libarchive: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c
Summary
A vulnerability has been identified in the libarchive library. This flaw involves an 'off-by-one' miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation. This bug affects libarchive versions prior to 3.8.0.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-787 - Out-of-bounds Write
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://access.redhat.com/security/cve/CVE-2025-5917 | vdb-entryx_refsource_REDHAT |
| https://bugzilla.redhat.com/show_bug.cgi?id=2370874 | issue-trackingx_refsource_REDHAT |
| https://github.com/libarchive/libarchive/pull/2588 | |
| https://github.com/libarchive/libarchive/releases… |
Impacted products
7 products
| Vendor | Product | Version | |
|---|---|---|---|
|
Affected:
0 , < 3.8.0
(semver)
|
|||
| Red Hat | Red Hat Enterprise Linux 10 |
cpe:/o:redhat:enterprise_linux:10 |
|
| Red Hat | Red Hat Enterprise Linux 6 |
cpe:/o:redhat:enterprise_linux:6 |
|
| Red Hat | Red Hat Enterprise Linux 7 |
cpe:/o:redhat:enterprise_linux:7 |
|
| Red Hat | Red Hat Enterprise Linux 8 |
cpe:/o:redhat:enterprise_linux:8 |
|
| Red Hat | Red Hat Enterprise Linux 9 |
cpe:/o:redhat:enterprise_linux:9 |
|
| Red Hat | Red Hat OpenShift Container Platform 4 |
cpe:/a:redhat:openshift:4 |
Date Public
2025-05-20 00:00
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-5917",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-06-10T13:44:11.394242Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-06-10T14:05:35.851Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://github.com/libarchive/libarchive/",
"defaultStatus": "unaffected",
"packageName": "libarchive",
"versions": [
{
"lessThan": "3.8.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:10"
],
"defaultStatus": "affected",
"packageName": "libarchive",
"product": "Red Hat Enterprise Linux 10",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:6"
],
"defaultStatus": "unknown",
"packageName": "libarchive",
"product": "Red Hat Enterprise Linux 6",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:7"
],
"defaultStatus": "unknown",
"packageName": "libarchive",
"product": "Red Hat Enterprise Linux 7",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:8"
],
"defaultStatus": "affected",
"packageName": "libarchive",
"product": "Red Hat Enterprise Linux 8",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:9"
],
"defaultStatus": "affected",
"packageName": "libarchive",
"product": "Red Hat Enterprise Linux 9",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/a:redhat:openshift:4"
],
"defaultStatus": "affected",
"packageName": "rhcos",
"product": "Red Hat OpenShift Container Platform 4",
"vendor": "Red Hat"
}
],
"datePublic": "2025-05-20T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "A vulnerability has been identified in the libarchive library. This flaw involves an \u0027off-by-one\u0027 miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation. This bug affects libarchive versions prior to 3.8.0."
}
],
"metrics": [
{
"other": {
"content": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"value": "Low"
},
"type": "Red Hat severity rating"
}
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.8,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "Out-of-bounds Write",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-25T20:20:19.003Z",
"orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"shortName": "redhat"
},
"references": [
{
"tags": [
"vdb-entry",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/security/cve/CVE-2025-5917"
},
{
"name": "RHBZ#2370874",
"tags": [
"issue-tracking",
"x_refsource_REDHAT"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370874"
},
{
"url": "https://github.com/libarchive/libarchive/pull/2588"
},
{
"url": "https://github.com/libarchive/libarchive/releases/tag/v3.8.0"
}
],
"timeline": [
{
"lang": "en",
"time": "2025-06-06T19:18:57.535Z",
"value": "Reported to Red Hat."
},
{
"lang": "en",
"time": "2025-05-20T00:00:00.000Z",
"value": "Made public."
}
],
"title": "Libarchive: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c",
"workarounds": [
{
"lang": "en",
"value": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability."
}
],
"x_generator": {
"engine": "cvelib 1.8.0"
},
"x_redhatCweChain": "CWE-787: Out-of-bounds Write"
}
},
"cveMetadata": {
"assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"assignerShortName": "redhat",
"cveId": "CVE-2025-5917",
"datePublished": "2025-06-09T19:49:13.204Z",
"dateReserved": "2025-06-09T08:11:04.787Z",
"dateUpdated": "2026-02-25T20:20:19.003Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-5917",
"date": "2026-06-07",
"epss": "0.00117",
"percentile": "0.3013"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-5917\",\"sourceIdentifier\":\"secalert@redhat.com\",\"published\":\"2025-06-09T20:15:27.330\",\"lastModified\":\"2025-12-12T01:15:46.527\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A vulnerability has been identified in the libarchive library. This flaw involves an \u0027off-by-one\u0027 miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation. This bug affects libarchive versions prior to 3.8.0.\"},{\"lang\":\"es\",\"value\":\"Se ha identificado una vulnerabilidad en la librer\u00eda libarchive. Esta falla implica un error de c\u00e1lculo de un byte al gestionar prefijos y sufijos de nombres de archivo. Esto puede provocar un desbordamiento de escritura de 1 byte. Aunque aparentemente leve, este desbordamiento puede corromper la memoria adyacente, provocando un comportamiento impredecible del programa, bloqueos o, en circunstancias espec\u00edficas, podr\u00eda utilizarse como base para una explotaci\u00f3n m\u00e1s sofisticada.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L\",\"baseScore\":2.8,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.3,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H\",\"baseScore\":5.0,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.3,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:libarchive:libarchive:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.8.0\",\"matchCriteriaId\":\"FCC41392-D22A-4BE5-B7E7-DE5D6BA40052\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redhat:openshift_container_platform:4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"932D137F-528B-4526-9A89-CD59FA1AB0FE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2F6AB192-9D7D-4A9A-8995-E53A9DE9EAFC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"142AD0DD-4CF3-4D74-9442-459CE3347E3A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F4CFF558-3C47-480D-A2F0-BABF26042943\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7F6FB57C-2BC7-487C-96DD-132683AEB35D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D65C2163-CFC2-4ABB-8F4E-CB09CEBD006C\"}]}]}],\"references\":[{\"url\":\"https://access.redhat.com/security/cve/CVE-2025-5917\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=2370874\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://github.com/libarchive/libarchive/pull/2588\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libarchive/libarchive/releases/tag/v3.8.0\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Release Notes\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-5917\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-06-10T13:44:11.394242Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-10T14:05:32.271Z\"}}], \"cna\": {\"title\": \"Libarchive: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c\", \"metrics\": [{\"other\": {\"type\": \"Red Hat severity rating\", \"content\": {\"value\": \"Low\", \"namespace\": \"https://access.redhat.com/security/updates/classification/\"}}}, {\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 2.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.0\", \"versionType\": \"semver\"}], \"packageName\": \"libarchive\", \"collectionURL\": \"https://github.com/libarchive/libarchive/\", \"defaultStatus\": \"unaffected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:10\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 10\", \"packageName\": \"libarchive\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:6\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 6\", \"packageName\": \"libarchive\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:7\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 7\", \"packageName\": \"libarchive\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:8\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 8\", \"packageName\": \"libarchive\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:9\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 9\", \"packageName\": \"libarchive\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/a:redhat:openshift:4\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat OpenShift Container Platform 4\", \"packageName\": \"rhcos\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2025-06-06T19:18:57.535000+00:00\", \"value\": \"Reported to Red Hat.\"}, {\"lang\": \"en\", \"time\": \"2025-05-20T00:00:00+00:00\", \"value\": \"Made public.\"}], \"datePublic\": \"2025-05-20T00:00:00.000Z\", \"references\": [{\"url\": \"https://access.redhat.com/security/cve/CVE-2025-5917\", \"tags\": [\"vdb-entry\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=2370874\", \"name\": \"RHBZ#2370874\", \"tags\": [\"issue-tracking\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://github.com/libarchive/libarchive/pull/2588\"}, {\"url\": \"https://github.com/libarchive/libarchive/releases/tag/v3.8.0\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.\"}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"A vulnerability has been identified in the libarchive library. This flaw involves an \u0027off-by-one\u0027 miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation. This bug affects libarchive versions prior to 3.8.0.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"Out-of-bounds Write\"}]}], \"providerMetadata\": {\"orgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"shortName\": \"redhat\", \"dateUpdated\": \"2026-01-08T03:55:34.124Z\"}, \"x_redhatCweChain\": \"CWE-193-\u003eCWE-787: Off-by-one Error leads to Out-of-bounds Write\"}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-5917\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-08T03:55:34.124Z\", \"dateReserved\": \"2025-06-09T08:11:04.787Z\", \"assignerOrgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"datePublished\": \"2025-06-09T19:49:13.204Z\", \"assignerShortName\": \"redhat\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
GHSA-29VM-VJQM-Q2MX
Vulnerability from github – Published: 2025-06-09 21:30 – Updated: 2025-06-09 21:30
VLAI
Details
A vulnerability has been identified in the libarchive library. This flaw involves an 'off-by-one' miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation.
Severity
{
"affected": [],
"aliases": [
"CVE-2025-5917"
],
"database_specific": {
"cwe_ids": [
"CWE-787"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-06-09T20:15:27Z",
"severity": "LOW"
},
"details": "A vulnerability has been identified in the libarchive library. This flaw involves an \u0027off-by-one\u0027 miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation.",
"id": "GHSA-29vm-vjqm-q2mx",
"modified": "2025-06-09T21:30:52Z",
"published": "2025-06-09T21:30:52Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5917"
},
{
"type": "WEB",
"url": "https://github.com/libarchive/libarchive/pull/2588"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2025-5917"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370874"
},
{
"type": "WEB",
"url": "https://github.com/libarchive/libarchive/releases/tag/v3.8.0"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2025-5917
Vulnerability from csaf_microsoft - Published: 2025-06-02 00:00 - Updated: 2026-02-18 14:44Summary
Libarchive: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
CWE-787
- Out-of-bounds Write
Affected products
Fixed
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 20119-17084 | — | ||
| Unresolved product id: 19277-17084 | — | ||
| Unresolved product id: 19704-17086 | — | ||
| Unresolved product id: 20422-17084 | — | ||
| Unresolved product id: 20529-17086 | — | ||
| Unresolved product id: 20692-17086 | — | ||
| Unresolved product id: 20388-17086 | — |
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-5 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-6 | — |
None Available
|
|
| Unresolved product id: 17086-7 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-2 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-1 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-4 | — |
Vendor Fix
fix
|
References
4 references
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5917 Libarchive: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-5917.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Libarchive: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c",
"tracking": {
"current_release_date": "2026-02-18T14:44:45.000Z",
"generator": {
"date": "2026-02-21T04:08:22.921Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-5917",
"initial_release_date": "2025-06-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-03T23:25:48.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-12-06T14:36:30.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-02-18T14:44:45.000Z",
"legacy_version": "2.1",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 cmake 3.30.3-8",
"product": {
"name": "\u003cazl3 cmake 3.30.3-8",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "azl3 cmake 3.30.3-8",
"product": {
"name": "azl3 cmake 3.30.3-8",
"product_id": "20119"
}
},
{
"category": "product_version_range",
"name": "cbl2 cmake 3.21.4-18",
"product": {
"name": "cbl2 cmake 3.21.4-18",
"product_id": "6"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 cmake 3.21.4-19",
"product": {
"name": "\u003ccbl2 cmake 3.21.4-19",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 cmake 3.21.4-19",
"product": {
"name": "cbl2 cmake 3.21.4-19",
"product_id": "20529"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 cmake 3.21.4-20",
"product": {
"name": "\u003ccbl2 cmake 3.21.4-20",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 cmake 3.21.4-20",
"product": {
"name": "cbl2 cmake 3.21.4-20",
"product_id": "20692"
}
}
],
"category": "product_name",
"name": "cmake"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 libarchive 3.7.7-2",
"product": {
"name": "\u003cazl3 libarchive 3.7.7-2",
"product_id": "8"
}
},
{
"category": "product_version",
"name": "azl3 libarchive 3.7.7-2",
"product": {
"name": "azl3 libarchive 3.7.7-2",
"product_id": "19277"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 libarchive 3.6.1-6",
"product": {
"name": "\u003ccbl2 libarchive 3.6.1-6",
"product_id": "7"
}
},
{
"category": "product_version",
"name": "cbl2 libarchive 3.6.1-6",
"product": {
"name": "cbl2 libarchive 3.6.1-6",
"product_id": "19704"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 libarchive 3.7.7-3",
"product": {
"name": "\u003cazl3 libarchive 3.7.7-3",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 libarchive 3.7.7-3",
"product": {
"name": "azl3 libarchive 3.7.7-3",
"product_id": "20422"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 libarchive 3.6.1-7",
"product": {
"name": "\u003ccbl2 libarchive 3.6.1-7",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cbl2 libarchive 3.6.1-7",
"product": {
"name": "cbl2 libarchive 3.6.1-7",
"product_id": "20388"
}
}
],
"category": "product_name",
"name": "libarchive"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 cmake 3.30.3-8 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cmake 3.30.3-8 as a component of Azure Linux 3.0",
"product_id": "20119-17084"
},
"product_reference": "20119",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 libarchive 3.7.7-2 as a component of Azure Linux 3.0",
"product_id": "17084-8"
},
"product_reference": "8",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 libarchive 3.7.7-2 as a component of Azure Linux 3.0",
"product_id": "19277-17084"
},
"product_reference": "19277",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cmake 3.21.4-18 as a component of CBL Mariner 2.0",
"product_id": "17086-6"
},
"product_reference": "6",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 libarchive 3.6.1-6 as a component of CBL Mariner 2.0",
"product_id": "17086-7"
},
"product_reference": "7",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 libarchive 3.6.1-6 as a component of CBL Mariner 2.0",
"product_id": "19704-17086"
},
"product_reference": "19704",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 libarchive 3.7.7-3 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 libarchive 3.7.7-3 as a component of Azure Linux 3.0",
"product_id": "20422-17084"
},
"product_reference": "20422",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cmake 3.21.4-19 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cmake 3.21.4-19 as a component of CBL Mariner 2.0",
"product_id": "20529-17086"
},
"product_reference": "20529",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cmake 3.21.4-20 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cmake 3.21.4-20 as a component of CBL Mariner 2.0",
"product_id": "20692-17086"
},
"product_reference": "20692",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 libarchive 3.6.1-7 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 libarchive 3.6.1-7 as a component of CBL Mariner 2.0",
"product_id": "20388-17086"
},
"product_reference": "20388",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-5917",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "general",
"text": "redhat",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20119-17084",
"19277-17084",
"19704-17086",
"20422-17084",
"20529-17086",
"20692-17086",
"20388-17086"
],
"known_affected": [
"17084-5",
"17084-8",
"17086-6",
"17086-7",
"17084-3",
"17086-2",
"17086-1",
"17086-4"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5917 Libarchive: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-5917.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2025-09-03T23:25:48.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-6"
]
},
{
"category": "vendor_fix",
"date": "2025-09-03T23:25:48.000Z",
"details": "3.30.3-8:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-5"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-03T23:25:48.000Z",
"details": "3.7.7-3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-8",
"17084-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-03T23:25:48.000Z",
"details": "3.6.1-7:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-7",
"17086-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-03T23:25:48.000Z",
"details": "3.21.4-20:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-2",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.8,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 2.8,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"17084-5",
"17084-8",
"17086-6",
"17086-7",
"17084-3",
"17086-2",
"17086-1",
"17086-4"
]
}
],
"title": "Libarchive: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c"
}
]
}
SUSE-SU-2025:02566-1
Vulnerability from csaf_suse - Published: 2025-07-31 07:18 - Updated: 2025-07-31 07:18Summary
Security update for libarchive
Severity
Moderate
Notes
Title of the patch: Security update for libarchive
Description of the patch: This update for libarchive fixes the following issues:
- CVE-2025-5914: Fixed double free due to an integer overflow in the archive_read_format_rar_seek_data() function (bsc#1244272)
- CVE-2025-5915: Fixed heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c (bsc#1244273)
- CVE-2025-5916: Fixed integer overflow while reading warc files at archive_read_support_format_warc.c (bsc#1244270)
- CVE-2025-5917: Fixed off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c (bsc#1244336)
- CVE-2025-5918: Fixed reading past EOF may be triggered for piped file streams (bsc#1244279)
Patchnames: SUSE-2025-2566,SUSE-SLE-Module-Basesystem-15-SP6-2025-2566,SUSE-SLE-Module-Basesystem-15-SP7-2025-2566,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2566,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2566,openSUSE-SLE-15.6-2025-2566
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
24 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libarchive",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libarchive fixes the following issues:\n\n- CVE-2025-5914: Fixed double free due to an integer overflow in the archive_read_format_rar_seek_data() function (bsc#1244272)\n- CVE-2025-5915: Fixed heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c (bsc#1244273)\n- CVE-2025-5916: Fixed integer overflow while reading warc files at archive_read_support_format_warc.c (bsc#1244270)\n- CVE-2025-5917: Fixed off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c (bsc#1244336)\n- CVE-2025-5918: Fixed reading past EOF may be triggered for piped file streams (bsc#1244279)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2566,SUSE-SLE-Module-Basesystem-15-SP6-2025-2566,SUSE-SLE-Module-Basesystem-15-SP7-2025-2566,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2566,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2566,openSUSE-SLE-15.6-2025-2566",
"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/suse-su-2025_02566-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02566-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502566-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02566-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040969.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244270",
"url": "https://bugzilla.suse.com/1244270"
},
{
"category": "self",
"summary": "SUSE Bug 1244272",
"url": "https://bugzilla.suse.com/1244272"
},
{
"category": "self",
"summary": "SUSE Bug 1244273",
"url": "https://bugzilla.suse.com/1244273"
},
{
"category": "self",
"summary": "SUSE Bug 1244279",
"url": "https://bugzilla.suse.com/1244279"
},
{
"category": "self",
"summary": "SUSE Bug 1244336",
"url": "https://bugzilla.suse.com/1244336"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5914 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5914/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5915 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5915/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5916 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5916/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5917 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5917/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5918 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5918/"
}
],
"title": "Security update for libarchive",
"tracking": {
"current_release_date": "2025-07-31T07:18:45Z",
"generator": {
"date": "2025-07-31T07:18:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02566-1",
"initial_release_date": "2025-07-31T07:18:45Z",
"revision_history": [
{
"date": "2025-07-31T07:18:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.7.2-150600.3.17.1.aarch64",
"product": {
"name": "bsdtar-3.7.2-150600.3.17.1.aarch64",
"product_id": "bsdtar-3.7.2-150600.3.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"product": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"product_id": "libarchive-devel-3.7.2-150600.3.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "libarchive13-3.7.2-150600.3.17.1.aarch64",
"product": {
"name": "libarchive13-3.7.2-150600.3.17.1.aarch64",
"product_id": "libarchive13-3.7.2-150600.3.17.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-64bit-3.7.2-150600.3.17.1.aarch64_ilp32",
"product": {
"name": "libarchive13-64bit-3.7.2-150600.3.17.1.aarch64_ilp32",
"product_id": "libarchive13-64bit-3.7.2-150600.3.17.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.7.2-150600.3.17.1.i586",
"product": {
"name": "bsdtar-3.7.2-150600.3.17.1.i586",
"product_id": "bsdtar-3.7.2-150600.3.17.1.i586"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.7.2-150600.3.17.1.i586",
"product": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.i586",
"product_id": "libarchive-devel-3.7.2-150600.3.17.1.i586"
}
},
{
"category": "product_version",
"name": "libarchive13-3.7.2-150600.3.17.1.i586",
"product": {
"name": "libarchive13-3.7.2-150600.3.17.1.i586",
"product_id": "libarchive13-3.7.2-150600.3.17.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.7.2-150600.3.17.1.ppc64le",
"product": {
"name": "bsdtar-3.7.2-150600.3.17.1.ppc64le",
"product_id": "bsdtar-3.7.2-150600.3.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"product": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"product_id": "libarchive-devel-3.7.2-150600.3.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libarchive13-3.7.2-150600.3.17.1.ppc64le",
"product": {
"name": "libarchive13-3.7.2-150600.3.17.1.ppc64le",
"product_id": "libarchive13-3.7.2-150600.3.17.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.7.2-150600.3.17.1.s390x",
"product": {
"name": "bsdtar-3.7.2-150600.3.17.1.s390x",
"product_id": "bsdtar-3.7.2-150600.3.17.1.s390x"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.7.2-150600.3.17.1.s390x",
"product": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.s390x",
"product_id": "libarchive-devel-3.7.2-150600.3.17.1.s390x"
}
},
{
"category": "product_version",
"name": "libarchive13-3.7.2-150600.3.17.1.s390x",
"product": {
"name": "libarchive13-3.7.2-150600.3.17.1.s390x",
"product_id": "libarchive13-3.7.2-150600.3.17.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.7.2-150600.3.17.1.x86_64",
"product": {
"name": "bsdtar-3.7.2-150600.3.17.1.x86_64",
"product_id": "bsdtar-3.7.2-150600.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"product": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"product_id": "libarchive-devel-3.7.2-150600.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "libarchive13-3.7.2-150600.3.17.1.x86_64",
"product": {
"name": "libarchive13-3.7.2-150600.3.17.1.x86_64",
"product_id": "libarchive13-3.7.2-150600.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "libarchive13-32bit-3.7.2-150600.3.17.1.x86_64",
"product": {
"name": "libarchive13-32bit-3.7.2-150600.3.17.1.x86_64",
"product_id": "libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.7.2-150600.3.17.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "bsdtar-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.7.2-150600.3.17.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.2-150600.3.17.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "libarchive13-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-32bit-3.7.2-150600.3.17.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
},
"product_reference": "libarchive13-32bit-3.7.2-150600.3.17.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-5914",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5914"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5914",
"url": "https://www.suse.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "SUSE Bug 1244272 for CVE-2025-5914",
"url": "https://bugzilla.suse.com/1244272"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-31T07:18:45Z",
"details": "important"
}
],
"title": "CVE-2025-5914"
},
{
"cve": "CVE-2025-5915",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5915"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can lead to a heap buffer over-read due to the size of a filter block potentially exceeding the Lempel-Ziv-Storer-Schieber (LZSS) window. This means the library may attempt to read beyond the allocated memory buffer, which can result in unpredictable program behavior, crashes (denial of service), or the disclosure of sensitive information from adjacent memory regions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5915",
"url": "https://www.suse.com/security/cve/CVE-2025-5915"
},
{
"category": "external",
"summary": "SUSE Bug 1244273 for CVE-2025-5915",
"url": "https://bugzilla.suse.com/1244273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-31T07:18:45Z",
"details": "moderate"
}
],
"title": "CVE-2025-5915"
},
{
"cve": "CVE-2025-5916",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5916"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an integer overflow that can be triggered when processing a Web Archive (WARC) file that claims to have more than INT64_MAX - 4 content bytes. An attacker could craft a malicious WARC archive to induce this overflow, potentially leading to unpredictable program behavior, memory corruption, or a denial-of-service condition within applications that process such archives using libarchive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5916",
"url": "https://www.suse.com/security/cve/CVE-2025-5916"
},
{
"category": "external",
"summary": "SUSE Bug 1244270 for CVE-2025-5916",
"url": "https://bugzilla.suse.com/1244270"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-31T07:18:45Z",
"details": "moderate"
}
],
"title": "CVE-2025-5916"
},
{
"cve": "CVE-2025-5917",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5917"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an \u0027off-by-one\u0027 miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5917",
"url": "https://www.suse.com/security/cve/CVE-2025-5917"
},
{
"category": "external",
"summary": "SUSE Bug 1244332 for CVE-2025-5917",
"url": "https://bugzilla.suse.com/1244332"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-31T07:18:45Z",
"details": "moderate"
}
],
"title": "CVE-2025-5917"
},
{
"cve": "CVE-2025-5918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5918"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can be triggered when file streams are piped into bsdtar, potentially allowing for reading past the end of the file. This out-of-bounds read can lead to unintended consequences, including unpredictable program behavior, memory corruption, or a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5918",
"url": "https://www.suse.com/security/cve/CVE-2025-5918"
},
{
"category": "external",
"summary": "SUSE Bug 1244279 for CVE-2025-5918",
"url": "https://bugzilla.suse.com/1244279"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libarchive13-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:bsdtar-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive-devel-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.aarch64",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.ppc64le",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.s390x",
"openSUSE Leap 15.6:libarchive13-3.7.2-150600.3.17.1.x86_64",
"openSUSE Leap 15.6:libarchive13-32bit-3.7.2-150600.3.17.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-31T07:18:45Z",
"details": "low"
}
],
"title": "CVE-2025-5918"
}
]
}
SUSE-SU-2025:02718-1
Vulnerability from csaf_suse - Published: 2025-08-06 13:55 - Updated: 2025-08-06 13:55Summary
Security update for libarchive
Severity
Moderate
Notes
Title of the patch: Security update for libarchive
Description of the patch: This update for libarchive fixes the following issues:
- CVE-2025-5914: Fixed double free due to an integer overflow in the archive_read_format_rar_seek_data() function (bsc#1244272)
- CVE-2025-5915: Fixed heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c (bsc#1244273)
- CVE-2025-5916: Fixed integer overflow while reading warc files at archive_read_support_format_warc.c (bsc#1244270)
- CVE-2025-5917: Fixed off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c (bsc#1244336)
- CVE-2025-5918: Fixed reading past EOF may be triggered for piped file streams (bsc#1244279)
Patchnames: SUSE-2025-2718,SUSE-SLE-Micro-5.3-2025-2718,SUSE-SLE-Micro-5.4-2025-2718,SUSE-SLE-Micro-5.5-2025-2718
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
24 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libarchive",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libarchive fixes the following issues:\n\n- CVE-2025-5914: Fixed double free due to an integer overflow in the archive_read_format_rar_seek_data() function (bsc#1244272)\n- CVE-2025-5915: Fixed heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c (bsc#1244273)\n- CVE-2025-5916: Fixed integer overflow while reading warc files at archive_read_support_format_warc.c (bsc#1244270)\n- CVE-2025-5917: Fixed off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c (bsc#1244336)\n- CVE-2025-5918: Fixed reading past EOF may be triggered for piped file streams (bsc#1244279)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2718,SUSE-SLE-Micro-5.3-2025-2718,SUSE-SLE-Micro-5.4-2025-2718,SUSE-SLE-Micro-5.5-2025-2718",
"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/suse-su-2025_02718-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02718-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502718-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02718-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041132.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244270",
"url": "https://bugzilla.suse.com/1244270"
},
{
"category": "self",
"summary": "SUSE Bug 1244272",
"url": "https://bugzilla.suse.com/1244272"
},
{
"category": "self",
"summary": "SUSE Bug 1244273",
"url": "https://bugzilla.suse.com/1244273"
},
{
"category": "self",
"summary": "SUSE Bug 1244279",
"url": "https://bugzilla.suse.com/1244279"
},
{
"category": "self",
"summary": "SUSE Bug 1244336",
"url": "https://bugzilla.suse.com/1244336"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5914 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5914/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5915 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5915/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5916 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5916/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5917 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5917/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5918 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5918/"
}
],
"title": "Security update for libarchive",
"tracking": {
"current_release_date": "2025-08-06T13:55:09Z",
"generator": {
"date": "2025-08-06T13:55:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02718-1",
"initial_release_date": "2025-08-06T13:55:09Z",
"revision_history": [
{
"date": "2025-08-06T13:55:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"product_id": "bsdtar-3.5.1-150400.3.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"product_id": "libarchive13-3.5.1-150400.3.21.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-64bit-3.5.1-150400.3.21.1.aarch64_ilp32",
"product": {
"name": "libarchive13-64bit-3.5.1-150400.3.21.1.aarch64_ilp32",
"product_id": "libarchive13-64bit-3.5.1-150400.3.21.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.i586",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.i586",
"product_id": "bsdtar-3.5.1-150400.3.21.1.i586"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.i586",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.i586",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.i586"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.i586",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.i586",
"product_id": "libarchive13-3.5.1-150400.3.21.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.ppc64le",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.ppc64le",
"product_id": "bsdtar-3.5.1-150400.3.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"product_id": "libarchive13-3.5.1-150400.3.21.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.s390x",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.s390x",
"product_id": "bsdtar-3.5.1-150400.3.21.1.s390x"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.s390x",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.s390x",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.s390x"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.s390x",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.s390x",
"product_id": "libarchive13-3.5.1-150400.3.21.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"product_id": "bsdtar-3.5.1-150400.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"product_id": "libarchive13-3.5.1-150400.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "libarchive13-32bit-3.5.1-150400.3.21.1.x86_64",
"product": {
"name": "libarchive13-32bit-3.5.1-150400.3.21.1.x86_64",
"product_id": "libarchive13-32bit-3.5.1-150400.3.21.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-5914",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5914"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5914",
"url": "https://www.suse.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "SUSE Bug 1244272 for CVE-2025-5914",
"url": "https://bugzilla.suse.com/1244272"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:55:09Z",
"details": "important"
}
],
"title": "CVE-2025-5914"
},
{
"cve": "CVE-2025-5915",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5915"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can lead to a heap buffer over-read due to the size of a filter block potentially exceeding the Lempel-Ziv-Storer-Schieber (LZSS) window. This means the library may attempt to read beyond the allocated memory buffer, which can result in unpredictable program behavior, crashes (denial of service), or the disclosure of sensitive information from adjacent memory regions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5915",
"url": "https://www.suse.com/security/cve/CVE-2025-5915"
},
{
"category": "external",
"summary": "SUSE Bug 1244273 for CVE-2025-5915",
"url": "https://bugzilla.suse.com/1244273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.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": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:55:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-5915"
},
{
"cve": "CVE-2025-5916",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5916"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an integer overflow that can be triggered when processing a Web Archive (WARC) file that claims to have more than INT64_MAX - 4 content bytes. An attacker could craft a malicious WARC archive to induce this overflow, potentially leading to unpredictable program behavior, memory corruption, or a denial-of-service condition within applications that process such archives using libarchive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5916",
"url": "https://www.suse.com/security/cve/CVE-2025-5916"
},
{
"category": "external",
"summary": "SUSE Bug 1244270 for CVE-2025-5916",
"url": "https://bugzilla.suse.com/1244270"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.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": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:55:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-5916"
},
{
"cve": "CVE-2025-5917",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5917"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an \u0027off-by-one\u0027 miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5917",
"url": "https://www.suse.com/security/cve/CVE-2025-5917"
},
{
"category": "external",
"summary": "SUSE Bug 1244332 for CVE-2025-5917",
"url": "https://bugzilla.suse.com/1244332"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:55:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-5917"
},
{
"cve": "CVE-2025-5918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5918"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can be triggered when file streams are piped into bsdtar, potentially allowing for reading past the end of the file. This out-of-bounds read can lead to unintended consequences, including unpredictable program behavior, memory corruption, or a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5918",
"url": "https://www.suse.com/security/cve/CVE-2025-5918"
},
{
"category": "external",
"summary": "SUSE Bug 1244279 for CVE-2025-5918",
"url": "https://bugzilla.suse.com/1244279"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:55:09Z",
"details": "low"
}
],
"title": "CVE-2025-5918"
}
]
}
SUSE-SU-2025:02718-2
Vulnerability from csaf_suse - Published: 2025-08-20 09:46 - Updated: 2025-08-20 09:46Summary
Security update for libarchive
Severity
Moderate
Notes
Title of the patch: Security update for libarchive
Description of the patch: This update for libarchive fixes the following issues:
- CVE-2025-5914: Fixed double free due to an integer overflow in the archive_read_format_rar_seek_data() function (bsc#1244272)
- CVE-2025-5915: Fixed heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c (bsc#1244273)
- CVE-2025-5916: Fixed integer overflow while reading warc files at archive_read_support_format_warc.c (bsc#1244270)
- CVE-2025-5917: Fixed off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c (bsc#1244336)
- CVE-2025-5918: Fixed reading past EOF may be triggered for piped file streams (bsc#1244279)
Patchnames: SUSE-2025-2718,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2718,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2718,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2718,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2718,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2718,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2718,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2718,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2718,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-2718,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-2718
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
68 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
68 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
68 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
68 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
68 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
24 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libarchive",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libarchive fixes the following issues:\n\n- CVE-2025-5914: Fixed double free due to an integer overflow in the archive_read_format_rar_seek_data() function (bsc#1244272)\n- CVE-2025-5915: Fixed heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c (bsc#1244273)\n- CVE-2025-5916: Fixed integer overflow while reading warc files at archive_read_support_format_warc.c (bsc#1244270)\n- CVE-2025-5917: Fixed off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c (bsc#1244336)\n- CVE-2025-5918: Fixed reading past EOF may be triggered for piped file streams (bsc#1244279)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2718,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2718,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2718,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2718,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2718,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2718,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2718,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2718,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2718,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-2718,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-2718",
"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/suse-su-2025_02718-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02718-2",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502718-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02718-2",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041311.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244270",
"url": "https://bugzilla.suse.com/1244270"
},
{
"category": "self",
"summary": "SUSE Bug 1244272",
"url": "https://bugzilla.suse.com/1244272"
},
{
"category": "self",
"summary": "SUSE Bug 1244273",
"url": "https://bugzilla.suse.com/1244273"
},
{
"category": "self",
"summary": "SUSE Bug 1244279",
"url": "https://bugzilla.suse.com/1244279"
},
{
"category": "self",
"summary": "SUSE Bug 1244336",
"url": "https://bugzilla.suse.com/1244336"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5914 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5914/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5915 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5915/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5916 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5916/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5917 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5917/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5918 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5918/"
}
],
"title": "Security update for libarchive",
"tracking": {
"current_release_date": "2025-08-20T09:46:47Z",
"generator": {
"date": "2025-08-20T09:46:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02718-2",
"initial_release_date": "2025-08-20T09:46:47Z",
"revision_history": [
{
"date": "2025-08-20T09:46:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"product_id": "bsdtar-3.5.1-150400.3.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"product_id": "libarchive13-3.5.1-150400.3.21.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-64bit-3.5.1-150400.3.21.1.aarch64_ilp32",
"product": {
"name": "libarchive13-64bit-3.5.1-150400.3.21.1.aarch64_ilp32",
"product_id": "libarchive13-64bit-3.5.1-150400.3.21.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.i586",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.i586",
"product_id": "bsdtar-3.5.1-150400.3.21.1.i586"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.i586",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.i586",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.i586"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.i586",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.i586",
"product_id": "libarchive13-3.5.1-150400.3.21.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.ppc64le",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.ppc64le",
"product_id": "bsdtar-3.5.1-150400.3.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"product_id": "libarchive13-3.5.1-150400.3.21.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.s390x",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.s390x",
"product_id": "bsdtar-3.5.1-150400.3.21.1.s390x"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.s390x",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.s390x",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.s390x"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.s390x",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.s390x",
"product_id": "libarchive13-3.5.1-150400.3.21.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"product": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"product_id": "bsdtar-3.5.1-150400.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"product": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"product_id": "libarchive-devel-3.5.1-150400.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"product": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"product_id": "libarchive13-3.5.1-150400.3.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "libarchive13-32bit-3.5.1-150400.3.21.1.x86_64",
"product": {
"name": "libarchive13-32bit-3.5.1-150400.3.21.1.x86_64",
"product_id": "libarchive13-32bit-3.5.1-150400.3.21.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy LTS 4.3",
"product": {
"name": "SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server LTS 4.3",
"product": {
"name": "SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server-lts:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bsdtar-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "bsdtar-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive-devel-3.5.1-150400.3.21.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.5.1-150400.3.21.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
},
"product_reference": "libarchive13-3.5.1-150400.3.21.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-5914",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5914"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5914",
"url": "https://www.suse.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "SUSE Bug 1244272 for CVE-2025-5914",
"url": "https://bugzilla.suse.com/1244272"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T09:46:47Z",
"details": "important"
}
],
"title": "CVE-2025-5914"
},
{
"cve": "CVE-2025-5915",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5915"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can lead to a heap buffer over-read due to the size of a filter block potentially exceeding the Lempel-Ziv-Storer-Schieber (LZSS) window. This means the library may attempt to read beyond the allocated memory buffer, which can result in unpredictable program behavior, crashes (denial of service), or the disclosure of sensitive information from adjacent memory regions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5915",
"url": "https://www.suse.com/security/cve/CVE-2025-5915"
},
{
"category": "external",
"summary": "SUSE Bug 1244273 for CVE-2025-5915",
"url": "https://bugzilla.suse.com/1244273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.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": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T09:46:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-5915"
},
{
"cve": "CVE-2025-5916",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5916"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an integer overflow that can be triggered when processing a Web Archive (WARC) file that claims to have more than INT64_MAX - 4 content bytes. An attacker could craft a malicious WARC archive to induce this overflow, potentially leading to unpredictable program behavior, memory corruption, or a denial-of-service condition within applications that process such archives using libarchive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5916",
"url": "https://www.suse.com/security/cve/CVE-2025-5916"
},
{
"category": "external",
"summary": "SUSE Bug 1244270 for CVE-2025-5916",
"url": "https://bugzilla.suse.com/1244270"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.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": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T09:46:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-5916"
},
{
"cve": "CVE-2025-5917",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5917"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an \u0027off-by-one\u0027 miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5917",
"url": "https://www.suse.com/security/cve/CVE-2025-5917"
},
{
"category": "external",
"summary": "SUSE Bug 1244332 for CVE-2025-5917",
"url": "https://bugzilla.suse.com/1244332"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T09:46:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-5917"
},
{
"cve": "CVE-2025-5918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5918"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can be triggered when file streams are piped into bsdtar, potentially allowing for reading past the end of the file. This out-of-bounds read can lead to unintended consequences, including unpredictable program behavior, memory corruption, or a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5918",
"url": "https://www.suse.com/security/cve/CVE-2025-5918"
},
{
"category": "external",
"summary": "SUSE Bug 1244279 for CVE-2025-5918",
"url": "https://bugzilla.suse.com/1244279"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bsdtar-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive-devel-3.5.1-150400.3.21.1.x86_64",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.ppc64le",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.s390x",
"SUSE Manager Server LTS 4.3:libarchive13-3.5.1-150400.3.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T09:46:47Z",
"details": "low"
}
],
"title": "CVE-2025-5918"
}
]
}
SUSE-SU-2025:20560-1
Vulnerability from csaf_suse - Published: 2025-08-20 11:38 - Updated: 2025-08-20 11:38Summary
Security update for libarchive
Severity
Moderate
Notes
Title of the patch: Security update for libarchive
Description of the patch: This update for libarchive fixes the following issues:
- CVE-2025-5914: Fixed double free due to an integer overflow in
the archive_read_format_rar_seek_data() function (bsc#1244272)
- CVE-2025-5915: Fixed heap buffer over read in copy_from_lzss_window()
at archive_read_support_format_rar.c (bsc#1244273)
- CVE-2025-5916: Fixed integer overflow while reading warc files at
archive_read_support_format_warc.c (bsc#1244270)
- CVE-2025-5917: Fixed off by one error in build_ustar_entry_name()
at archive_write_set_format_pax.c (bsc#1244336)
- CVE-2025-5918: Fixed past EOF read triggered for piped file
streams (bsc#1244279)
Patchnames: SUSE-SLE-Micro-6.0-427
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
24 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libarchive",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libarchive fixes the following issues:\n\n- CVE-2025-5914: Fixed double free due to an integer overflow in \n the archive_read_format_rar_seek_data() function (bsc#1244272)\n- CVE-2025-5915: Fixed heap buffer over read in copy_from_lzss_window() \n at archive_read_support_format_rar.c (bsc#1244273)\n- CVE-2025-5916: Fixed integer overflow while reading warc files at \n archive_read_support_format_warc.c (bsc#1244270)\n- CVE-2025-5917: Fixed off by one error in build_ustar_entry_name() \n at archive_write_set_format_pax.c (bsc#1244336)\n- CVE-2025-5918: Fixed past EOF read triggered for piped file \n streams (bsc#1244279)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-427",
"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/suse-su-2025_20560-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20560-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520560-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20560-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022320.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244270",
"url": "https://bugzilla.suse.com/1244270"
},
{
"category": "self",
"summary": "SUSE Bug 1244272",
"url": "https://bugzilla.suse.com/1244272"
},
{
"category": "self",
"summary": "SUSE Bug 1244273",
"url": "https://bugzilla.suse.com/1244273"
},
{
"category": "self",
"summary": "SUSE Bug 1244279",
"url": "https://bugzilla.suse.com/1244279"
},
{
"category": "self",
"summary": "SUSE Bug 1244336",
"url": "https://bugzilla.suse.com/1244336"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5914 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5914/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5915 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5915/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5916 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5916/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5917 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5917/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5918 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5918/"
}
],
"title": "Security update for libarchive",
"tracking": {
"current_release_date": "2025-08-20T11:38:12Z",
"generator": {
"date": "2025-08-20T11:38:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20560-1",
"initial_release_date": "2025-08-20T11:38:12Z",
"revision_history": [
{
"date": "2025-08-20T11:38:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-3.6.2-5.1.aarch64",
"product": {
"name": "libarchive13-3.6.2-5.1.aarch64",
"product_id": "libarchive13-3.6.2-5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-3.6.2-5.1.s390x",
"product": {
"name": "libarchive13-3.6.2-5.1.s390x",
"product_id": "libarchive13-3.6.2-5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-3.6.2-5.1.x86_64",
"product": {
"name": "libarchive13-3.6.2-5.1.x86_64",
"product_id": "libarchive13-3.6.2-5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.6.2-5.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64"
},
"product_reference": "libarchive13-3.6.2-5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.6.2-5.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x"
},
"product_reference": "libarchive13-3.6.2-5.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.6.2-5.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
},
"product_reference": "libarchive13-3.6.2-5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-5914",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5914"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5914",
"url": "https://www.suse.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "SUSE Bug 1244272 for CVE-2025-5914",
"url": "https://bugzilla.suse.com/1244272"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T11:38:12Z",
"details": "important"
}
],
"title": "CVE-2025-5914"
},
{
"cve": "CVE-2025-5915",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5915"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can lead to a heap buffer over-read due to the size of a filter block potentially exceeding the Lempel-Ziv-Storer-Schieber (LZSS) window. This means the library may attempt to read beyond the allocated memory buffer, which can result in unpredictable program behavior, crashes (denial of service), or the disclosure of sensitive information from adjacent memory regions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5915",
"url": "https://www.suse.com/security/cve/CVE-2025-5915"
},
{
"category": "external",
"summary": "SUSE Bug 1244273 for CVE-2025-5915",
"url": "https://bugzilla.suse.com/1244273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.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": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T11:38:12Z",
"details": "moderate"
}
],
"title": "CVE-2025-5915"
},
{
"cve": "CVE-2025-5916",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5916"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an integer overflow that can be triggered when processing a Web Archive (WARC) file that claims to have more than INT64_MAX - 4 content bytes. An attacker could craft a malicious WARC archive to induce this overflow, potentially leading to unpredictable program behavior, memory corruption, or a denial-of-service condition within applications that process such archives using libarchive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5916",
"url": "https://www.suse.com/security/cve/CVE-2025-5916"
},
{
"category": "external",
"summary": "SUSE Bug 1244270 for CVE-2025-5916",
"url": "https://bugzilla.suse.com/1244270"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.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": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T11:38:12Z",
"details": "moderate"
}
],
"title": "CVE-2025-5916"
},
{
"cve": "CVE-2025-5917",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5917"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an \u0027off-by-one\u0027 miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5917",
"url": "https://www.suse.com/security/cve/CVE-2025-5917"
},
{
"category": "external",
"summary": "SUSE Bug 1244332 for CVE-2025-5917",
"url": "https://bugzilla.suse.com/1244332"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T11:38:12Z",
"details": "moderate"
}
],
"title": "CVE-2025-5917"
},
{
"cve": "CVE-2025-5918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5918"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can be triggered when file streams are piped into bsdtar, potentially allowing for reading past the end of the file. This out-of-bounds read can lead to unintended consequences, including unpredictable program behavior, memory corruption, or a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5918",
"url": "https://www.suse.com/security/cve/CVE-2025-5918"
},
{
"category": "external",
"summary": "SUSE Bug 1244279 for CVE-2025-5918",
"url": "https://bugzilla.suse.com/1244279"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.aarch64",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.s390x",
"SUSE Linux Micro 6.0:libarchive13-3.6.2-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-20T11:38:12Z",
"details": "low"
}
],
"title": "CVE-2025-5918"
}
]
}
SUSE-SU-2025:20594-1
Vulnerability from csaf_suse - Published: 2025-08-14 10:12 - Updated: 2025-08-14 10:12Summary
Security update for libarchive
Severity
Moderate
Notes
Title of the patch: Security update for libarchive
Description of the patch: This update for libarchive fixes the following issues:
- CVE-2025-5918: reading past EOF may be triggered for piped file streams (bsc#1244279)
- CVE-2025-5917: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c (bsc#1244336)
- CVE-2025-5916: integer overflow while reading warc files at archive_read_support_format_warc.c (bsc#1244270)
- CVE-2025-5915: heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c (bsc#1244273)
- CVE-2025-5914: double free due to an integer overflow in the archive_read_format_rar_seek_data() function (bsc#1244272)
Patchnames: SUSE-SLE-Micro-6.1-214
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
24 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libarchive",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libarchive fixes the following issues:\n\n- CVE-2025-5918: reading past EOF may be triggered for piped file streams (bsc#1244279)\n- CVE-2025-5917: off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c (bsc#1244336)\n- CVE-2025-5916: integer overflow while reading warc files at archive_read_support_format_warc.c (bsc#1244270)\n- CVE-2025-5915: heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c (bsc#1244273)\n- CVE-2025-5914: double free due to an integer overflow in the archive_read_format_rar_seek_data() function (bsc#1244272)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-214",
"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/suse-su-2025_20594-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20594-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520594-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20594-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022368.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244270",
"url": "https://bugzilla.suse.com/1244270"
},
{
"category": "self",
"summary": "SUSE Bug 1244272",
"url": "https://bugzilla.suse.com/1244272"
},
{
"category": "self",
"summary": "SUSE Bug 1244273",
"url": "https://bugzilla.suse.com/1244273"
},
{
"category": "self",
"summary": "SUSE Bug 1244279",
"url": "https://bugzilla.suse.com/1244279"
},
{
"category": "self",
"summary": "SUSE Bug 1244336",
"url": "https://bugzilla.suse.com/1244336"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5914 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5914/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5915 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5915/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5916 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5916/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5917 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5917/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5918 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5918/"
}
],
"title": "Security update for libarchive",
"tracking": {
"current_release_date": "2025-08-14T10:12:37Z",
"generator": {
"date": "2025-08-14T10:12:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20594-1",
"initial_release_date": "2025-08-14T10:12:37Z",
"revision_history": [
{
"date": "2025-08-14T10:12:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"product": {
"name": "libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"product_id": "libarchive13-3.7.4-slfo.1.1_3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"product": {
"name": "libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"product_id": "libarchive13-3.7.4-slfo.1.1_3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"product": {
"name": "libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"product_id": "libarchive13-3.7.4-slfo.1.1_3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libarchive13-3.7.4-slfo.1.1_3.1.x86_64",
"product": {
"name": "libarchive13-3.7.4-slfo.1.1_3.1.x86_64",
"product_id": "libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.4-slfo.1.1_3.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64"
},
"product_reference": "libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.4-slfo.1.1_3.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le"
},
"product_reference": "libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.4-slfo.1.1_3.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x"
},
"product_reference": "libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libarchive13-3.7.4-slfo.1.1_3.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
},
"product_reference": "libarchive13-3.7.4-slfo.1.1_3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-5914",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5914"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5914",
"url": "https://www.suse.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "SUSE Bug 1244272 for CVE-2025-5914",
"url": "https://bugzilla.suse.com/1244272"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-14T10:12:37Z",
"details": "important"
}
],
"title": "CVE-2025-5914"
},
{
"cve": "CVE-2025-5915",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5915"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can lead to a heap buffer over-read due to the size of a filter block potentially exceeding the Lempel-Ziv-Storer-Schieber (LZSS) window. This means the library may attempt to read beyond the allocated memory buffer, which can result in unpredictable program behavior, crashes (denial of service), or the disclosure of sensitive information from adjacent memory regions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5915",
"url": "https://www.suse.com/security/cve/CVE-2025-5915"
},
{
"category": "external",
"summary": "SUSE Bug 1244273 for CVE-2025-5915",
"url": "https://bugzilla.suse.com/1244273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.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": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-14T10:12:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-5915"
},
{
"cve": "CVE-2025-5916",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5916"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an integer overflow that can be triggered when processing a Web Archive (WARC) file that claims to have more than INT64_MAX - 4 content bytes. An attacker could craft a malicious WARC archive to induce this overflow, potentially leading to unpredictable program behavior, memory corruption, or a denial-of-service condition within applications that process such archives using libarchive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5916",
"url": "https://www.suse.com/security/cve/CVE-2025-5916"
},
{
"category": "external",
"summary": "SUSE Bug 1244270 for CVE-2025-5916",
"url": "https://bugzilla.suse.com/1244270"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.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": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-14T10:12:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-5916"
},
{
"cve": "CVE-2025-5917",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5917"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw involves an \u0027off-by-one\u0027 miscalculation when handling prefixes and suffixes for file names. This can lead to a 1-byte write overflow. While seemingly small, such an overflow can corrupt adjacent memory, leading to unpredictable program behavior, crashes, or in specific circumstances, could be leveraged as a building block for more sophisticated exploitation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5917",
"url": "https://www.suse.com/security/cve/CVE-2025-5917"
},
{
"category": "external",
"summary": "SUSE Bug 1244332 for CVE-2025-5917",
"url": "https://bugzilla.suse.com/1244332"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-14T10:12:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-5917"
},
{
"cve": "CVE-2025-5918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5918"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been identified in the libarchive library. This flaw can be triggered when file streams are piped into bsdtar, potentially allowing for reading past the end of the file. This out-of-bounds read can lead to unintended consequences, including unpredictable program behavior, memory corruption, or a denial-of-service condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5918",
"url": "https://www.suse.com/security/cve/CVE-2025-5918"
},
{
"category": "external",
"summary": "SUSE Bug 1244279 for CVE-2025-5918",
"url": "https://bugzilla.suse.com/1244279"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:libarchive13-3.7.4-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-14T10:12:37Z",
"details": "low"
}
],
"title": "CVE-2025-5918"
}
]
}
WID-SEC-W-2025-1266
Vulnerability from csaf_certbund - Published: 2025-06-09 22:00 - Updated: 2025-08-06 22:00Summary
libarchive: Mehrere Schwachstellen ermöglichen Denial of Service
Severity
Niedrig
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: libarchive ist eine C Bibliothek und ein Kommandozeilen-Tool zum Lesen und Bearbeiten von tar, cpio, zip, ISO und anderen Formaten.
Angriff: Ein lokaler Angreifer kann mehrere Schwachstellen in libarchive ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source libarchive <3.8.0
Open Source / libarchive
|
<3.8.0 |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source libarchive <3.8.0
Open Source / libarchive
|
<3.8.0 |
References
9 references
{
"document": {
"aggregate_severity": {
"text": "niedrig"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "libarchive ist eine C Bibliothek und ein Kommandozeilen-Tool zum Lesen und Bearbeiten von tar, cpio, zip, ISO und anderen Formaten.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann mehrere Schwachstellen in libarchive ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1266 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1266.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1266 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1266"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-29vm-vjqm-q2mx vom 2025-06-09",
"url": "https://github.com/advisories/GHSA-29vm-vjqm-q2mx"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-3hqh-8h99-q2cf vom 2025-06-09",
"url": "https://github.com/advisories/GHSA-3hqh-8h99-q2cf"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7601-1 vom 2025-06-26",
"url": "https://ubuntu.com/security/notices/USN-7601-1"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0270-1 vom 2025-07-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/34KS33R3ZSVM733HWPALA4YFDY2DNLVH/"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2932 vom 2025-07-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2932.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02566-1 vom 2025-07-31",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EBANGIJHQZXY3BPUEUHJM7W2SHGJ7Z22/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02718-1 vom 2025-08-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/K3IHYC3ZVNWSS3EWPIMOEL4Q3ZZSFORT/"
}
],
"source_lang": "en-US",
"title": "libarchive: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2025-08-06T22:00:00.000+00:00",
"generator": {
"date": "2025-08-07T08:34:28.415+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1266",
"initial_release_date": "2025-06-09T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-06-26T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-27T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-07-30T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.8.0",
"product": {
"name": "Open Source libarchive \u003c3.8.0",
"product_id": "T044443"
}
},
{
"category": "product_version",
"name": "3.8.0",
"product": {
"name": "Open Source libarchive 3.8.0",
"product_id": "T044443-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:libarchive:libarchive:3.8.0"
}
}
}
],
"category": "product_name",
"name": "libarchive"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-5917",
"product_status": {
"known_affected": [
"T002207",
"T000126",
"T027843",
"398363",
"T044443"
]
},
"release_date": "2025-06-09T22:00:00.000+00:00",
"title": "CVE-2025-5917"
},
{
"cve": "CVE-2025-5918",
"product_status": {
"known_affected": [
"T002207",
"T000126",
"T027843",
"398363",
"T044443"
]
},
"release_date": "2025-06-09T22:00:00.000+00:00",
"title": "CVE-2025-5918"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…