Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-39804 (GCVE-0-2023-39804)
Vulnerability from cvelistv5
Published
2024-03-27 00:00
Modified
2024-11-12 18:20
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- n/a
Summary
In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T18:18:09.673Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4" }, { "tags": [ "x_transferred" ], "url": "https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723" }, { "tags": [ "x_transferred" ], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079" } ], "title": "CVE Program Container" }, { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2023-39804", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-08-04T11:15:54.744938Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "description": "CWE-noinfo Not enough information", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-11-12T18:20:53.016Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2024-03-27T03:17:19.853474", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "url": "https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4" }, { "url": "https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723" }, { "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079" } ] } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2023-39804", "datePublished": "2024-03-27T00:00:00", "dateReserved": "2023-08-07T00:00:00", "dateUpdated": "2024-11-12T18:20:53.016Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-39804\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2024-03-27T04:15:08.897\",\"lastModified\":\"2025-07-29T23:31:32.687\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.\"},{\"lang\":\"es\",\"value\":\"En GNU tar anterior a 1.35, los atributos de extensi\u00f3n mal manejados en un archivo PAX pueden provocar un bloqueo de la aplicaci\u00f3n en xheader.c.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":6.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:gnu:tar:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.35\",\"matchCriteriaId\":\"52C282C2-9389-4DF9-BC8C-4CD7EEFB7229\"}]}]}],\"references\":[{\"url\":\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723\",\"source\":\"cve@mitre.org\",\"tags\":[\"Product\"]},{\"url\":\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T18:18:09.673Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.2, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-39804\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-04T11:15:54.744938Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"description\": \"CWE-noinfo Not enough information\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-04T11:16:05.787Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4\"}, {\"url\": \"https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723\"}, {\"url\": \"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2024-03-27T03:17:19.853474\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2023-39804\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-11-12T18:20:53.016Z\", \"dateReserved\": \"2023-08-07T00:00:00\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2024-03-27T00:00:00\", \"assignerShortName\": \"mitre\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
ghsa-5pvw-wf9w-xx8v
Vulnerability from github
Published
2024-03-27 06:30
Modified
2024-11-12 21:30
Severity ?
VLAI Severity ?
Details
In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.
{ "affected": [], "aliases": [ "CVE-2023-39804" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-03-27T04:15:08Z", "severity": "MODERATE" }, "details": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.", "id": "GHSA-5pvw-wf9w-xx8v", "modified": "2024-11-12T21:30:49Z", "published": "2024-03-27T06:30:30Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39804" }, { "type": "WEB", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079" }, { "type": "WEB", "url": "https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4" }, { "type": "WEB", "url": "https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
opensuse-su-2024:13751-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
tar-1.35-2.1 on GA media
Notes
Title of the patch
tar-1.35-2.1 on GA media
Description of the patch
These are all security issues fixed in the tar-1.35-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13751
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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": "tar-1.35-2.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the tar-1.35-2.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13751", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13751-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39804 page", "url": "https://www.suse.com/security/cve/CVE-2023-39804/" } ], "title": "tar-1.35-2.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13751-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "tar-1.35-2.1.aarch64", "product": { "name": "tar-1.35-2.1.aarch64", "product_id": "tar-1.35-2.1.aarch64" } }, { "category": "product_version", "name": "tar-backup-scripts-1.35-2.1.aarch64", "product": { "name": "tar-backup-scripts-1.35-2.1.aarch64", "product_id": "tar-backup-scripts-1.35-2.1.aarch64" } }, { "category": "product_version", "name": "tar-doc-1.35-2.1.aarch64", "product": { "name": "tar-doc-1.35-2.1.aarch64", "product_id": "tar-doc-1.35-2.1.aarch64" } }, { "category": "product_version", "name": "tar-lang-1.35-2.1.aarch64", "product": { "name": "tar-lang-1.35-2.1.aarch64", "product_id": "tar-lang-1.35-2.1.aarch64" } }, { "category": "product_version", "name": "tar-rmt-1.35-2.1.aarch64", "product": { "name": "tar-rmt-1.35-2.1.aarch64", "product_id": "tar-rmt-1.35-2.1.aarch64" } }, { "category": "product_version", "name": "tar-tests-1.35-2.1.aarch64", "product": { "name": "tar-tests-1.35-2.1.aarch64", "product_id": "tar-tests-1.35-2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "tar-1.35-2.1.ppc64le", "product": { "name": "tar-1.35-2.1.ppc64le", "product_id": "tar-1.35-2.1.ppc64le" } }, { "category": "product_version", "name": "tar-backup-scripts-1.35-2.1.ppc64le", "product": { "name": "tar-backup-scripts-1.35-2.1.ppc64le", "product_id": "tar-backup-scripts-1.35-2.1.ppc64le" } }, { "category": "product_version", "name": "tar-doc-1.35-2.1.ppc64le", "product": { "name": "tar-doc-1.35-2.1.ppc64le", "product_id": "tar-doc-1.35-2.1.ppc64le" } }, { "category": "product_version", "name": "tar-lang-1.35-2.1.ppc64le", "product": { "name": "tar-lang-1.35-2.1.ppc64le", "product_id": "tar-lang-1.35-2.1.ppc64le" } }, { "category": "product_version", "name": "tar-rmt-1.35-2.1.ppc64le", "product": { "name": "tar-rmt-1.35-2.1.ppc64le", "product_id": "tar-rmt-1.35-2.1.ppc64le" } }, { "category": "product_version", "name": "tar-tests-1.35-2.1.ppc64le", "product": { "name": "tar-tests-1.35-2.1.ppc64le", "product_id": "tar-tests-1.35-2.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "tar-1.35-2.1.s390x", "product": { "name": "tar-1.35-2.1.s390x", "product_id": "tar-1.35-2.1.s390x" } }, { "category": "product_version", "name": "tar-backup-scripts-1.35-2.1.s390x", "product": { "name": "tar-backup-scripts-1.35-2.1.s390x", "product_id": "tar-backup-scripts-1.35-2.1.s390x" } }, { "category": "product_version", "name": "tar-doc-1.35-2.1.s390x", "product": { "name": "tar-doc-1.35-2.1.s390x", "product_id": "tar-doc-1.35-2.1.s390x" } }, { "category": "product_version", "name": "tar-lang-1.35-2.1.s390x", "product": { "name": "tar-lang-1.35-2.1.s390x", "product_id": "tar-lang-1.35-2.1.s390x" } }, { "category": "product_version", "name": "tar-rmt-1.35-2.1.s390x", "product": { "name": "tar-rmt-1.35-2.1.s390x", "product_id": "tar-rmt-1.35-2.1.s390x" } }, { "category": "product_version", "name": "tar-tests-1.35-2.1.s390x", "product": { "name": "tar-tests-1.35-2.1.s390x", "product_id": "tar-tests-1.35-2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "tar-1.35-2.1.x86_64", "product": { "name": "tar-1.35-2.1.x86_64", "product_id": "tar-1.35-2.1.x86_64" } }, { "category": "product_version", "name": "tar-backup-scripts-1.35-2.1.x86_64", "product": { "name": "tar-backup-scripts-1.35-2.1.x86_64", "product_id": "tar-backup-scripts-1.35-2.1.x86_64" } }, { "category": "product_version", "name": "tar-doc-1.35-2.1.x86_64", "product": { "name": "tar-doc-1.35-2.1.x86_64", "product_id": "tar-doc-1.35-2.1.x86_64" } }, { "category": "product_version", "name": "tar-lang-1.35-2.1.x86_64", "product": { "name": "tar-lang-1.35-2.1.x86_64", "product_id": "tar-lang-1.35-2.1.x86_64" } }, { "category": "product_version", "name": "tar-rmt-1.35-2.1.x86_64", "product": { "name": "tar-rmt-1.35-2.1.x86_64", "product_id": "tar-rmt-1.35-2.1.x86_64" } }, { "category": "product_version", "name": "tar-tests-1.35-2.1.x86_64", "product": { "name": "tar-tests-1.35-2.1.x86_64", "product_id": "tar-tests-1.35-2.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "tar-1.35-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-1.35-2.1.aarch64" }, "product_reference": "tar-1.35-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.35-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-1.35-2.1.ppc64le" }, "product_reference": "tar-1.35-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.35-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-1.35-2.1.s390x" }, "product_reference": "tar-1.35-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.35-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-1.35-2.1.x86_64" }, "product_reference": "tar-1.35-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-backup-scripts-1.35-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.aarch64" }, "product_reference": "tar-backup-scripts-1.35-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-backup-scripts-1.35-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.ppc64le" }, "product_reference": "tar-backup-scripts-1.35-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-backup-scripts-1.35-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.s390x" }, "product_reference": "tar-backup-scripts-1.35-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-backup-scripts-1.35-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.x86_64" }, "product_reference": "tar-backup-scripts-1.35-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-doc-1.35-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-doc-1.35-2.1.aarch64" }, "product_reference": "tar-doc-1.35-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-doc-1.35-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-doc-1.35-2.1.ppc64le" }, "product_reference": "tar-doc-1.35-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-doc-1.35-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-doc-1.35-2.1.s390x" }, "product_reference": "tar-doc-1.35-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-doc-1.35-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-doc-1.35-2.1.x86_64" }, "product_reference": "tar-doc-1.35-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.35-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-lang-1.35-2.1.aarch64" }, "product_reference": "tar-lang-1.35-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.35-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-lang-1.35-2.1.ppc64le" }, "product_reference": "tar-lang-1.35-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.35-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-lang-1.35-2.1.s390x" }, "product_reference": "tar-lang-1.35-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.35-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-lang-1.35-2.1.x86_64" }, "product_reference": "tar-lang-1.35-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.35-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-rmt-1.35-2.1.aarch64" }, "product_reference": "tar-rmt-1.35-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.35-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-rmt-1.35-2.1.ppc64le" }, "product_reference": "tar-rmt-1.35-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.35-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-rmt-1.35-2.1.s390x" }, "product_reference": "tar-rmt-1.35-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.35-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-rmt-1.35-2.1.x86_64" }, "product_reference": "tar-rmt-1.35-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.35-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-tests-1.35-2.1.aarch64" }, "product_reference": "tar-tests-1.35-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.35-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-tests-1.35-2.1.ppc64le" }, "product_reference": "tar-tests-1.35-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.35-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-tests-1.35-2.1.s390x" }, "product_reference": "tar-tests-1.35-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.35-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:tar-tests-1.35-2.1.x86_64" }, "product_reference": "tar-tests-1.35-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-39804", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39804" } ], "notes": [ { "category": "general", "text": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:tar-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-doc-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-doc-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-doc-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-doc-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-lang-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-lang-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-lang-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-lang-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-tests-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-tests-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-tests-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-tests-1.35-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39804", "url": "https://www.suse.com/security/cve/CVE-2023-39804" }, { "category": "external", "summary": "SUSE Bug 1217969 for CVE-2023-39804", "url": "https://bugzilla.suse.com/1217969" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:tar-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-doc-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-doc-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-doc-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-doc-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-lang-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-lang-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-lang-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-lang-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-tests-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-tests-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-tests-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-tests-1.35-2.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": [ "openSUSE Tumbleweed:tar-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-backup-scripts-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-doc-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-doc-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-doc-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-doc-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-lang-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-lang-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-lang-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-lang-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-rmt-1.35-2.1.x86_64", "openSUSE Tumbleweed:tar-tests-1.35-2.1.aarch64", "openSUSE Tumbleweed:tar-tests-1.35-2.1.ppc64le", "openSUSE Tumbleweed:tar-tests-1.35-2.1.s390x", "openSUSE Tumbleweed:tar-tests-1.35-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2023-39804" } ] }
suse-su-2024:0071-1
Vulnerability from csaf_suse
Published
2024-01-10 08:38
Modified
2024-01-10 08:38
Summary
Security update for tar
Notes
Title of the patch
Security update for tar
Description of the patch
This update for tar fixes the following issues:
- CVE-2023-39804: Incorrectly handled extension attributes in PAX archives can lead to a crash (bsc#1217969)
Patchnames
SUSE-2024-71,SUSE-SLE-SERVER-12-SP5-2024-71
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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 tar", "title": "Title of the patch" }, { "category": "description", "text": "This update for tar fixes the following issues:\n\n- CVE-2023-39804: Incorrectly handled extension attributes in PAX archives can lead to a crash (bsc#1217969)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-71,SUSE-SLE-SERVER-12-SP5-2024-71", "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-2024_0071-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0071-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240071-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0071-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017615.html" }, { "category": "self", "summary": "SUSE Bug 1217969", "url": "https://bugzilla.suse.com/1217969" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39804 page", "url": "https://www.suse.com/security/cve/CVE-2023-39804/" } ], "title": "Security update for tar", "tracking": { "current_release_date": "2024-01-10T08:38:14Z", "generator": { "date": "2024-01-10T08:38:14Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0071-1", "initial_release_date": "2024-01-10T08:38:14Z", "revision_history": [ { "date": "2024-01-10T08:38:14Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "tar-1.27.1-15.24.1.aarch64", "product": { "name": "tar-1.27.1-15.24.1.aarch64", "product_id": "tar-1.27.1-15.24.1.aarch64" } }, { "category": "product_version", "name": "tar-backup-scripts-1.27.1-15.24.1.aarch64", "product": { "name": "tar-backup-scripts-1.27.1-15.24.1.aarch64", "product_id": "tar-backup-scripts-1.27.1-15.24.1.aarch64" } }, { "category": "product_version", "name": "tar-tests-1.27.1-15.24.1.aarch64", "product": { "name": "tar-tests-1.27.1-15.24.1.aarch64", "product_id": "tar-tests-1.27.1-15.24.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "tar-1.27.1-15.24.1.i586", "product": { "name": "tar-1.27.1-15.24.1.i586", "product_id": "tar-1.27.1-15.24.1.i586" } }, { "category": "product_version", "name": "tar-backup-scripts-1.27.1-15.24.1.i586", "product": { "name": "tar-backup-scripts-1.27.1-15.24.1.i586", "product_id": "tar-backup-scripts-1.27.1-15.24.1.i586" } }, { "category": "product_version", "name": "tar-tests-1.27.1-15.24.1.i586", "product": { "name": "tar-tests-1.27.1-15.24.1.i586", "product_id": "tar-tests-1.27.1-15.24.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "tar-lang-1.27.1-15.24.1.noarch", "product": { "name": "tar-lang-1.27.1-15.24.1.noarch", "product_id": "tar-lang-1.27.1-15.24.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "tar-1.27.1-15.24.1.ppc64le", "product": { "name": "tar-1.27.1-15.24.1.ppc64le", "product_id": "tar-1.27.1-15.24.1.ppc64le" } }, { "category": "product_version", "name": "tar-backup-scripts-1.27.1-15.24.1.ppc64le", "product": { "name": "tar-backup-scripts-1.27.1-15.24.1.ppc64le", "product_id": "tar-backup-scripts-1.27.1-15.24.1.ppc64le" } }, { "category": "product_version", "name": "tar-tests-1.27.1-15.24.1.ppc64le", "product": { "name": "tar-tests-1.27.1-15.24.1.ppc64le", "product_id": "tar-tests-1.27.1-15.24.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "tar-1.27.1-15.24.1.s390", "product": { "name": "tar-1.27.1-15.24.1.s390", "product_id": "tar-1.27.1-15.24.1.s390" } }, { "category": "product_version", "name": "tar-backup-scripts-1.27.1-15.24.1.s390", "product": { "name": "tar-backup-scripts-1.27.1-15.24.1.s390", "product_id": "tar-backup-scripts-1.27.1-15.24.1.s390" } }, { "category": "product_version", "name": "tar-tests-1.27.1-15.24.1.s390", "product": { "name": "tar-tests-1.27.1-15.24.1.s390", "product_id": "tar-tests-1.27.1-15.24.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "tar-1.27.1-15.24.1.s390x", "product": { "name": "tar-1.27.1-15.24.1.s390x", "product_id": "tar-1.27.1-15.24.1.s390x" } }, { "category": "product_version", "name": "tar-backup-scripts-1.27.1-15.24.1.s390x", "product": { "name": "tar-backup-scripts-1.27.1-15.24.1.s390x", "product_id": "tar-backup-scripts-1.27.1-15.24.1.s390x" } }, { "category": "product_version", "name": "tar-tests-1.27.1-15.24.1.s390x", "product": { "name": "tar-tests-1.27.1-15.24.1.s390x", "product_id": "tar-tests-1.27.1-15.24.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "tar-1.27.1-15.24.1.x86_64", "product": { "name": "tar-1.27.1-15.24.1.x86_64", "product_id": "tar-1.27.1-15.24.1.x86_64" } }, { "category": "product_version", "name": "tar-backup-scripts-1.27.1-15.24.1.x86_64", "product": { "name": "tar-backup-scripts-1.27.1-15.24.1.x86_64", "product_id": "tar-backup-scripts-1.27.1-15.24.1.x86_64" } }, { "category": "product_version", "name": "tar-tests-1.27.1-15.24.1.x86_64", "product": { "name": "tar-tests-1.27.1-15.24.1.x86_64", "product_id": "tar-tests-1.27.1-15.24.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "tar-1.27.1-15.24.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.aarch64" }, "product_reference": "tar-1.27.1-15.24.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.27.1-15.24.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.ppc64le" }, "product_reference": "tar-1.27.1-15.24.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.27.1-15.24.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.s390x" }, "product_reference": "tar-1.27.1-15.24.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.27.1-15.24.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.x86_64" }, "product_reference": "tar-1.27.1-15.24.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.27.1-15.24.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:tar-lang-1.27.1-15.24.1.noarch" }, "product_reference": "tar-lang-1.27.1-15.24.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.27.1-15.24.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.aarch64" }, "product_reference": "tar-1.27.1-15.24.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.27.1-15.24.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.ppc64le" }, "product_reference": "tar-1.27.1-15.24.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.27.1-15.24.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.s390x" }, "product_reference": "tar-1.27.1-15.24.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.27.1-15.24.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.x86_64" }, "product_reference": "tar-1.27.1-15.24.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.27.1-15.24.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-lang-1.27.1-15.24.1.noarch" }, "product_reference": "tar-lang-1.27.1-15.24.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-39804", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39804" } ], "notes": [ { "category": "general", "text": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.s390x", "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:tar-lang-1.27.1-15.24.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-lang-1.27.1-15.24.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39804", "url": "https://www.suse.com/security/cve/CVE-2023-39804" }, { "category": "external", "summary": "SUSE Bug 1217969 for CVE-2023-39804", "url": "https://bugzilla.suse.com/1217969" } ], "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 Server 12 SP5:tar-1.27.1-15.24.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.s390x", "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:tar-lang-1.27.1-15.24.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-lang-1.27.1-15.24.1.noarch" ] } ], "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 Server 12 SP5:tar-1.27.1-15.24.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.s390x", "SUSE Linux Enterprise Server 12 SP5:tar-1.27.1-15.24.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:tar-lang-1.27.1-15.24.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-1.27.1-15.24.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:tar-lang-1.27.1-15.24.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-01-10T08:38:14Z", "details": "low" } ], "title": "CVE-2023-39804" } ] }
suse-su-2024:0070-1
Vulnerability from csaf_suse
Published
2024-01-09 17:29
Modified
2024-01-09 17:29
Summary
Security update for tar
Notes
Title of the patch
Security update for tar
Description of the patch
This update for tar fixes the following issues:
- CVE-2023-39804: Fixed extension attributes in PAX archives incorrect hanling (bsc#1217969).
Patchnames
SUSE-2024-70,SUSE-SLE-Micro-5.3-2024-70,SUSE-SLE-Micro-5.4-2024-70,SUSE-SLE-Micro-5.5-2024-70,SUSE-SLE-Module-Basesystem-15-SP4-2024-70,SUSE-SLE-Module-Basesystem-15-SP5-2024-70,SUSE-SUSE-MicroOS-5.1-2024-70,SUSE-SUSE-MicroOS-5.2-2024-70,openSUSE-Leap-Micro-5.3-2024-70,openSUSE-Leap-Micro-5.4-2024-70,openSUSE-SLE-15.4-2024-70,openSUSE-SLE-15.5-2024-70
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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 tar", "title": "Title of the patch" }, { "category": "description", "text": "This update for tar fixes the following issues:\n\n- CVE-2023-39804: Fixed extension attributes in PAX archives incorrect hanling (bsc#1217969).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-70,SUSE-SLE-Micro-5.3-2024-70,SUSE-SLE-Micro-5.4-2024-70,SUSE-SLE-Micro-5.5-2024-70,SUSE-SLE-Module-Basesystem-15-SP4-2024-70,SUSE-SLE-Module-Basesystem-15-SP5-2024-70,SUSE-SUSE-MicroOS-5.1-2024-70,SUSE-SUSE-MicroOS-5.2-2024-70,openSUSE-Leap-Micro-5.3-2024-70,openSUSE-Leap-Micro-5.4-2024-70,openSUSE-SLE-15.4-2024-70,openSUSE-SLE-15.5-2024-70", "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-2024_0070-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0070-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240070-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0070-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-January/033622.html" }, { "category": "self", "summary": "SUSE Bug 1217969", "url": "https://bugzilla.suse.com/1217969" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39804 page", "url": "https://www.suse.com/security/cve/CVE-2023-39804/" } ], "title": "Security update for tar", "tracking": { "current_release_date": "2024-01-09T17:29:55Z", "generator": { "date": "2024-01-09T17:29:55Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0070-1", "initial_release_date": "2024-01-09T17:29:55Z", "revision_history": [ { "date": "2024-01-09T17:29:55Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.aarch64", "product": { "name": "tar-1.34-150000.3.34.1.aarch64", "product_id": "tar-1.34-150000.3.34.1.aarch64" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.aarch64", "product": { "name": "tar-rmt-1.34-150000.3.34.1.aarch64", "product_id": "tar-rmt-1.34-150000.3.34.1.aarch64" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.aarch64", "product": { "name": "tar-tests-1.34-150000.3.34.1.aarch64", "product_id": "tar-tests-1.34-150000.3.34.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.i586", "product": { "name": "tar-1.34-150000.3.34.1.i586", "product_id": "tar-1.34-150000.3.34.1.i586" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.i586", "product": { "name": "tar-rmt-1.34-150000.3.34.1.i586", "product_id": "tar-rmt-1.34-150000.3.34.1.i586" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.i586", "product": { "name": "tar-tests-1.34-150000.3.34.1.i586", "product_id": "tar-tests-1.34-150000.3.34.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "tar-backup-scripts-1.34-150000.3.34.1.noarch", "product": { "name": "tar-backup-scripts-1.34-150000.3.34.1.noarch", "product_id": "tar-backup-scripts-1.34-150000.3.34.1.noarch" } }, { "category": "product_version", "name": "tar-doc-1.34-150000.3.34.1.noarch", "product": { "name": "tar-doc-1.34-150000.3.34.1.noarch", "product_id": "tar-doc-1.34-150000.3.34.1.noarch" } }, { "category": "product_version", "name": "tar-lang-1.34-150000.3.34.1.noarch", "product": { "name": "tar-lang-1.34-150000.3.34.1.noarch", "product_id": "tar-lang-1.34-150000.3.34.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.ppc64le", "product": { "name": "tar-1.34-150000.3.34.1.ppc64le", "product_id": "tar-1.34-150000.3.34.1.ppc64le" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.ppc64le", "product": { "name": "tar-rmt-1.34-150000.3.34.1.ppc64le", "product_id": "tar-rmt-1.34-150000.3.34.1.ppc64le" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.ppc64le", "product": { "name": "tar-tests-1.34-150000.3.34.1.ppc64le", "product_id": "tar-tests-1.34-150000.3.34.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.s390x", "product": { "name": "tar-1.34-150000.3.34.1.s390x", "product_id": "tar-1.34-150000.3.34.1.s390x" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.s390x", "product": { "name": "tar-rmt-1.34-150000.3.34.1.s390x", "product_id": "tar-rmt-1.34-150000.3.34.1.s390x" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.s390x", "product": { "name": "tar-tests-1.34-150000.3.34.1.s390x", "product_id": "tar-tests-1.34-150000.3.34.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.x86_64", "product": { "name": "tar-1.34-150000.3.34.1.x86_64", "product_id": "tar-1.34-150000.3.34.1.x86_64" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.x86_64", "product": { "name": "tar-rmt-1.34-150000.3.34.1.x86_64", "product_id": "tar-rmt-1.34-150000.3.34.1.x86_64" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.x86_64", "product": { "name": "tar-tests-1.34-150000.3.34.1.x86_64", "product_id": "tar-tests-1.34-150000.3.34.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_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.3", "product": { "name": "openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.3" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.4", "product": { "name": "openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.34-150000.3.34.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-lang-1.34-150000.3.34.1.noarch" }, "product_reference": "tar-lang-1.34-150000.3.34.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.34-150000.3.34.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-lang-1.34-150000.3.34.1.noarch" }, "product_reference": "tar-lang-1.34-150000.3.34.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-backup-scripts-1.34-150000.3.34.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-backup-scripts-1.34-150000.3.34.1.noarch" }, "product_reference": "tar-backup-scripts-1.34-150000.3.34.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-doc-1.34-150000.3.34.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-doc-1.34-150000.3.34.1.noarch" }, "product_reference": "tar-doc-1.34-150000.3.34.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.34-150000.3.34.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-lang-1.34-150000.3.34.1.noarch" }, "product_reference": "tar-lang-1.34-150000.3.34.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.34-150000.3.34.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-tests-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.34-150000.3.34.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-tests-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.34-150000.3.34.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-tests-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.34-150000.3.34.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-tests-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-backup-scripts-1.34-150000.3.34.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-backup-scripts-1.34-150000.3.34.1.noarch" }, "product_reference": "tar-backup-scripts-1.34-150000.3.34.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-doc-1.34-150000.3.34.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-doc-1.34-150000.3.34.1.noarch" }, "product_reference": "tar-doc-1.34-150000.3.34.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-lang-1.34-150000.3.34.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-lang-1.34-150000.3.34.1.noarch" }, "product_reference": "tar-lang-1.34-150000.3.34.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-rmt-1.34-150000.3.34.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-rmt-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.34-150000.3.34.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-tests-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.34-150000.3.34.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-tests-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.34-150000.3.34.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-tests-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-tests-1.34-150000.3.34.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-tests-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-39804", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39804" } ], "notes": [ { "category": "general", "text": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-lang-1.34-150000.3.34.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-lang-1.34-150000.3.34.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.4:tar-backup-scripts-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.4:tar-doc-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.4:tar-lang-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.5:tar-backup-scripts-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.5:tar-doc-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.5:tar-lang-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.x86_64", "openSUSE Leap Micro 5.3:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap Micro 5.3:tar-1.34-150000.3.34.1.x86_64", "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.s390x", "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39804", "url": "https://www.suse.com/security/cve/CVE-2023-39804" }, { "category": "external", "summary": "SUSE Bug 1217969 for CVE-2023-39804", "url": "https://bugzilla.suse.com/1217969" } ], "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.1:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-lang-1.34-150000.3.34.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-lang-1.34-150000.3.34.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.4:tar-backup-scripts-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.4:tar-doc-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.4:tar-lang-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.5:tar-backup-scripts-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.5:tar-doc-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.5:tar-lang-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.x86_64", "openSUSE Leap Micro 5.3:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap Micro 5.3:tar-1.34-150000.3.34.1.x86_64", "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.s390x", "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.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.1:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.1:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.2:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.3:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.4:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-lang-1.34-150000.3.34.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP4:tar-rmt-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-1.34-150000.3.34.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-lang-1.34-150000.3.34.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:tar-rmt-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.4:tar-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.4:tar-backup-scripts-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.4:tar-doc-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.4:tar-lang-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.4:tar-rmt-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.4:tar-tests-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.5:tar-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.5:tar-backup-scripts-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.5:tar-doc-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.5:tar-lang-1.34-150000.3.34.1.noarch", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.5:tar-rmt-1.34-150000.3.34.1.x86_64", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.aarch64", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.ppc64le", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.s390x", "openSUSE Leap 15.5:tar-tests-1.34-150000.3.34.1.x86_64", "openSUSE Leap Micro 5.3:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap Micro 5.3:tar-1.34-150000.3.34.1.x86_64", "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.aarch64", "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.s390x", "openSUSE Leap Micro 5.4:tar-1.34-150000.3.34.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-01-09T17:29:55Z", "details": "low" } ], "title": "CVE-2023-39804" } ] }
suse-su-2024:0070-2
Vulnerability from csaf_suse
Published
2024-01-09 17:30
Modified
2024-01-09 17:30
Summary
Security update for tar
Notes
Title of the patch
Security update for tar
Description of the patch
This update for tar fixes the following issues:
- CVE-2023-39804: Fixed extension attributes in PAX archives incorrect hanling (bsc#1217969).
Patchnames
SUSE-2024-70,SUSE-SLE-Micro-5.5-2024-70
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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 tar", "title": "Title of the patch" }, { "category": "description", "text": "This update for tar fixes the following issues:\n\n- CVE-2023-39804: Fixed extension attributes in PAX archives incorrect hanling (bsc#1217969).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-70,SUSE-SLE-Micro-5.5-2024-70", "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-2024_0070-2.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0070-2", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240070-2/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0070-2", "url": "https://lists.suse.com/pipermail/sle-updates/2024-July/035887.html" }, { "category": "self", "summary": "SUSE Bug 1217969", "url": "https://bugzilla.suse.com/1217969" }, { "category": "self", "summary": "SUSE CVE CVE-2023-39804 page", "url": "https://www.suse.com/security/cve/CVE-2023-39804/" } ], "title": "Security update for tar", "tracking": { "current_release_date": "2024-01-09T17:30:14Z", "generator": { "date": "2024-01-09T17:30:14Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0070-2", "initial_release_date": "2024-01-09T17:30:14Z", "revision_history": [ { "date": "2024-01-09T17:30:14Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.aarch64", "product": { "name": "tar-1.34-150000.3.34.1.aarch64", "product_id": "tar-1.34-150000.3.34.1.aarch64" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.aarch64", "product": { "name": "tar-rmt-1.34-150000.3.34.1.aarch64", "product_id": "tar-rmt-1.34-150000.3.34.1.aarch64" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.aarch64", "product": { "name": "tar-tests-1.34-150000.3.34.1.aarch64", "product_id": "tar-tests-1.34-150000.3.34.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.i586", "product": { "name": "tar-1.34-150000.3.34.1.i586", "product_id": "tar-1.34-150000.3.34.1.i586" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.i586", "product": { "name": "tar-rmt-1.34-150000.3.34.1.i586", "product_id": "tar-rmt-1.34-150000.3.34.1.i586" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.i586", "product": { "name": "tar-tests-1.34-150000.3.34.1.i586", "product_id": "tar-tests-1.34-150000.3.34.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "tar-backup-scripts-1.34-150000.3.34.1.noarch", "product": { "name": "tar-backup-scripts-1.34-150000.3.34.1.noarch", "product_id": "tar-backup-scripts-1.34-150000.3.34.1.noarch" } }, { "category": "product_version", "name": "tar-doc-1.34-150000.3.34.1.noarch", "product": { "name": "tar-doc-1.34-150000.3.34.1.noarch", "product_id": "tar-doc-1.34-150000.3.34.1.noarch" } }, { "category": "product_version", "name": "tar-lang-1.34-150000.3.34.1.noarch", "product": { "name": "tar-lang-1.34-150000.3.34.1.noarch", "product_id": "tar-lang-1.34-150000.3.34.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.ppc64le", "product": { "name": "tar-1.34-150000.3.34.1.ppc64le", "product_id": "tar-1.34-150000.3.34.1.ppc64le" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.ppc64le", "product": { "name": "tar-rmt-1.34-150000.3.34.1.ppc64le", "product_id": "tar-rmt-1.34-150000.3.34.1.ppc64le" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.ppc64le", "product": { "name": "tar-tests-1.34-150000.3.34.1.ppc64le", "product_id": "tar-tests-1.34-150000.3.34.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.s390x", "product": { "name": "tar-1.34-150000.3.34.1.s390x", "product_id": "tar-1.34-150000.3.34.1.s390x" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.s390x", "product": { "name": "tar-rmt-1.34-150000.3.34.1.s390x", "product_id": "tar-rmt-1.34-150000.3.34.1.s390x" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.s390x", "product": { "name": "tar-tests-1.34-150000.3.34.1.s390x", "product_id": "tar-tests-1.34-150000.3.34.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "tar-1.34-150000.3.34.1.x86_64", "product": { "name": "tar-1.34-150000.3.34.1.x86_64", "product_id": "tar-1.34-150000.3.34.1.x86_64" } }, { "category": "product_version", "name": "tar-rmt-1.34-150000.3.34.1.x86_64", "product": { "name": "tar-rmt-1.34-150000.3.34.1.x86_64", "product_id": "tar-rmt-1.34-150000.3.34.1.x86_64" } }, { "category": "product_version", "name": "tar-tests-1.34-150000.3.34.1.x86_64", "product": { "name": "tar-tests-1.34-150000.3.34.1.x86_64", "product_id": "tar-tests-1.34-150000.3.34.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "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": "tar-1.34-150000.3.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.aarch64" }, "product_reference": "tar-1.34-150000.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.ppc64le" }, "product_reference": "tar-1.34-150000.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.s390x" }, "product_reference": "tar-1.34-150000.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "tar-1.34-150000.3.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.x86_64" }, "product_reference": "tar-1.34-150000.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-39804", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-39804" } ], "notes": [ { "category": "general", "text": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-39804", "url": "https://www.suse.com/security/cve/CVE-2023-39804" }, { "category": "external", "summary": "SUSE Bug 1217969 for CVE-2023-39804", "url": "https://bugzilla.suse.com/1217969" } ], "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.5:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.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.5:tar-1.34-150000.3.34.1.aarch64", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.s390x", "SUSE Linux Enterprise Micro 5.5:tar-1.34-150000.3.34.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-01-09T17:30:14Z", "details": "low" } ], "title": "CVE-2023-39804" } ] }
fkie_cve-2023-39804
Vulnerability from fkie_nvd
Published
2024-03-27 04:15
Modified
2025-07-29 23:31
Severity ?
Summary
In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.
References
▶ | URL | Tags | |
---|---|---|---|
cve@mitre.org | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079 | Mailing List | |
cve@mitre.org | https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4 | Patch | |
cve@mitre.org | https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723 | Product | |
af854a3a-2127-422b-91ae-364da2661108 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079 | Mailing List | |
af854a3a-2127-422b-91ae-364da2661108 | https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4 | Patch | |
af854a3a-2127-422b-91ae-364da2661108 | https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723 | Product |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:tar:*:*:*:*:*:*:*:*", "matchCriteriaId": "52C282C2-9389-4DF9-BC8C-4CD7EEFB7229", "versionEndExcluding": "1.35", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c." }, { "lang": "es", "value": "En GNU tar anterior a 1.35, los atributos de extensi\u00f3n mal manejados en un archivo PAX pueden provocar un bloqueo de la aplicaci\u00f3n en xheader.c." } ], "id": "CVE-2023-39804", "lastModified": "2025-07-29T23:31:32.687", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.5, "impactScore": 3.6, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2024-03-27T04:15:08.897", "references": [ { "source": "cve@mitre.org", "tags": [ "Mailing List" ], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079" }, { "source": "cve@mitre.org", "tags": [ "Patch" ], "url": "https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4" }, { "source": "cve@mitre.org", "tags": [ "Product" ], "url": "https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List" ], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch" ], "url": "https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Product" ], "url": "https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "NVD-CWE-noinfo" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
wid-sec-w-2023-3093
Vulnerability from csaf_certbund
Published
2023-12-10 23:00
Modified
2024-07-09 22:00
Summary
GNU tar: Schwachstelle ermöglicht Denial of Service
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
GNU Tar ist ein populäres Programm zur Verarbeitung von Archivdateien. Es ist in vielen Linux Distributionen enthalten.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in GNU tar ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
- Sonstiges
- UNIX
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "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": "GNU Tar ist ein popul\u00e4res Programm zur Verarbeitung von Archivdateien. Es ist in vielen Linux Distributionen enthalten.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in GNU tar ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- Sonstiges\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-2023-3093 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-3093.json" }, { "category": "self", "summary": "WID-SEC-2023-3093 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-3093" }, { "category": "external", "summary": "Debian Security Advisory DLA-3755 vom 2024-03-09", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00008.html" }, { "category": "external", "summary": "Pro-Linux.de vom 2023-12-10", "url": "https://www.pro-linux.de/sicherheit/2/78719/denial-of-service-in-gnu-tar.html" }, { "category": "external", "summary": "Ubuntu USN-6543-1", "url": "https://ubuntu.com/security/notices/USN-6543-1" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2390 vom 2024-01-10", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2390.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0070-1 vom 2024-01-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017618.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0070-1 vom 2024-01-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017612.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0070-1 vom 2024-01-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017616.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0071-1 vom 2024-01-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017615.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0070-1 vom 2024-01-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017617.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0070-1 vom 2024-01-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017611.html" }, { "category": "external", "summary": "Meinberg Security Advisory", "url": "https://www.meinberg.de/german/news/meinberg-security-advisory-mbgsa-2024-01-lantime-firmware-v7-08-007.htm" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0070-2 vom 2024-07-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018912.html" } ], "source_lang": "en-US", "title": "GNU tar: Schwachstelle erm\u00f6glicht Denial of Service", "tracking": { "current_release_date": "2024-07-09T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:02:35.512+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2023-3093", "initial_release_date": "2023-12-10T23:00:00.000+00:00", "revision_history": [ { "date": "2023-12-10T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-01-09T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-01-10T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-01-30T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Meinberg aufgenommen" }, { "date": "2024-03-10T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-07-09T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.08.007", "product": { "name": "Meinberg LANTIME \u003c7.08.007", "product_id": "T032435" } } ], "category": "product_name", "name": "LANTIME" } ], "category": "vendor", "name": "Meinberg" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c1.35", "product": { "name": "Open Source GNU tar \u003c1.35", "product_id": "T031552" } } ], "category": "product_name", "name": "GNU tar" } ], "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": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T016400", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-39804", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in GNU tar. In der Funktion xattr_decoder() in xheader.c kommt es unter bestimmten Umst\u00e4nden zu einem Puffer\u00fcberlauf. Ein Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service zu verursachen. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich." } ], "product_status": { "known_affected": [ "T032435", "2951", "T002207", "398363", "T016400" ] }, "release_date": "2023-12-10T23:00:00.000+00:00", "title": "CVE-2023-39804" } ] }
wid-sec-w-2024-3377
Vulnerability from csaf_certbund
Published
2024-11-07 23:00
Modified
2025-08-04 22:00
Summary
Dell PowerProtect Data Domain: Mehrere Schwachstellen
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
Dell PowerProtect Data Domain Appliances sind speziell für Backup und Daten-Deduplizierung ausgelegte Systeme.
Angriff
Ein lokaler Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain ausnutzen, um seine Privilegien zu erhöhen, Informationen offenzulegen und um nicht näher beschriebene Auswirkungen zu erzielen.
Betroffene Betriebssysteme
- Sonstiges
{ "document": { "aggregate_severity": { "text": "mittel" }, "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": "Dell PowerProtect Data Domain Appliances sind speziell f\u00fcr Backup und Daten-Deduplizierung ausgelegte Systeme.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain ausnutzen, um seine Privilegien zu erh\u00f6hen, Informationen offenzulegen und um nicht n\u00e4her beschriebene Auswirkungen zu erzielen.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-3377 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3377.json" }, { "category": "self", "summary": "WID-SEC-2024-3377 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3377" }, { "category": "external", "summary": "Dell Security Update", "url": "https://www.dell.com/support/kbdoc/de-de/000245360/dsa-2024-424-security-update-for-dell-pdsa-2024-424-security-update-for-dell-powerprotect-dd-vulnerabilityowerprotect-dd-vulnerability" }, { "category": "external", "summary": "Security Update for Dell PowerProtect Data Domain", "url": "https://www.dell.com/support/kbdoc/en-us/000348708/dsa-2025-159-security-update-for-dell-powerprotect-data-domain-multiple-vulnerabilities" } ], "source_lang": "en-US", "title": "Dell PowerProtect Data Domain: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-08-04T22:00:00.000+00:00", "generator": { "date": "2025-08-05T07:21:01.974+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2024-3377", "initial_release_date": "2024-11-07T23:00:00.000+00:00", "revision_history": [ { "date": "2024-11-07T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-08-04T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Dell aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c8.1.0.0", "product": { "name": "Dell PowerProtect Data Domain \u003c8.1.0.0", "product_id": "T038861" } }, { "category": "product_version", "name": "8.1.0.0", "product": { "name": "Dell PowerProtect Data Domain 8.1.0.0", "product_id": "T038861-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:8.1.0.0" } } }, { "category": "product_version_range", "name": "\u003c7.13.1.10", "product": { "name": "Dell PowerProtect Data Domain \u003c7.13.1.10", "product_id": "T038862" } }, { "category": "product_version", "name": "7.13.1.10", "product": { "name": "Dell PowerProtect Data Domain 7.13.1.10", "product_id": "T038862-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:7.13.1.10" } } }, { "category": "product_version_range", "name": "\u003c7.10.1.40", "product": { "name": "Dell PowerProtect Data Domain \u003c7.10.1.40", "product_id": "T038863" } }, { "category": "product_version", "name": "7.10.1.40", "product": { "name": "Dell PowerProtect Data Domain 7.10.1.40", "product_id": "T038863-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:7.10.1.40" } } }, { "category": "product_version_range", "name": "\u003c7.7.5.50", "product": { "name": "Dell PowerProtect Data Domain \u003c7.7.5.50", "product_id": "T038864" } }, { "category": "product_version", "name": "7.7.5.50", "product": { "name": "Dell PowerProtect Data Domain 7.7.5.50", "product_id": "T038864-fixed", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:7.7.5.50" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain", "product": { "name": "Dell PowerProtect Data Domain", "product_id": "T045852", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain:-" } } } ], "category": "product_name", "name": "PowerProtect Data Domain" }, { "category": "product_name", "name": "Dell PowerProtect Data Domain Management Center", "product": { "name": "Dell PowerProtect Data Domain Management Center", "product_id": "T045853", "product_identification_helper": { "cpe": "cpe:/a:dell:powerprotect_data_domain_management_center:-" } } }, { "category": "product_name", "name": "Dell PowerProtect Data Domain OS", "product": { "name": "Dell PowerProtect Data Domain OS", "product_id": "T045854", "product_identification_helper": { "cpe": "cpe:/o:dell:powerprotect_data_domain_os:-" } } } ], "category": "vendor", "name": "Dell" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45759", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-45759" }, { "cve": "CVE-2024-48010", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-48010" }, { "cve": "CVE-2024-48011", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-48011" }, { "cve": "CVE-2017-16829", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2017-16829" }, { "cve": "CVE-2017-5849", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2017-5849" }, { "cve": "CVE-2018-7208", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2018-7208" }, { "cve": "CVE-2019-14889", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2019-14889" }, { "cve": "CVE-2020-12912", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-12912" }, { "cve": "CVE-2020-16135", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-16135" }, { "cve": "CVE-2020-1730", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-1730" }, { "cve": "CVE-2020-24455", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-24455" }, { "cve": "CVE-2020-8694", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-8694" }, { "cve": "CVE-2020-8695", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2020-8695" }, { "cve": "CVE-2021-27219", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2021-27219" }, { "cve": "CVE-2021-3565", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2021-3565" }, { "cve": "CVE-2021-3634", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2021-3634" }, { "cve": "CVE-2022-1210", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-1210" }, { "cve": "CVE-2022-1622", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-1622" }, { "cve": "CVE-2022-1996", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-1996" }, { "cve": "CVE-2022-22576", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-22576" }, { "cve": "CVE-2022-25313", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-25313" }, { "cve": "CVE-2022-27774", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27774" }, { "cve": "CVE-2022-27775", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27775" }, { "cve": "CVE-2022-27776", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27776" }, { "cve": "CVE-2022-27781", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27781" }, { "cve": "CVE-2022-27782", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-27782" }, { "cve": "CVE-2022-29361", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-29361" }, { "cve": "CVE-2022-32205", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32205" }, { "cve": "CVE-2022-32206", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-32207", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32207" }, { "cve": "CVE-2022-32208", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32208" }, { "cve": "CVE-2022-32221", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-35252", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-35252" }, { "cve": "CVE-2022-40023", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-40023" }, { "cve": "CVE-2022-40090", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-40090" }, { "cve": "CVE-2022-42915", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-42915" }, { "cve": "CVE-2022-42916", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-42916" }, { "cve": "CVE-2022-43551", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-43551" }, { "cve": "CVE-2022-43552", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-43552" }, { "cve": "CVE-2022-4603", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-4603" }, { "cve": "CVE-2022-48064", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-48064" }, { "cve": "CVE-2022-48624", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2022-48624" }, { "cve": "CVE-2023-0461", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-0461" }, { "cve": "CVE-2023-1667", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-1667" }, { "cve": "CVE-2023-1916", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-1916" }, { "cve": "CVE-2023-20592", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-20592" }, { "cve": "CVE-2023-2137", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-2137" }, { "cve": "CVE-2023-22745", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-22745" }, { "cve": "CVE-2023-2283", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-2283" }, { "cve": "CVE-2023-23914", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-23914" }, { "cve": "CVE-2023-23915", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-23915" }, { "cve": "CVE-2023-23916", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-23916" }, { "cve": "CVE-2023-23934", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-23934" }, { "cve": "CVE-2023-25577", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-25577" }, { "cve": "CVE-2023-26965", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-26965" }, { "cve": "CVE-2023-27043", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27043" }, { "cve": "CVE-2023-2731", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-2731" }, { "cve": "CVE-2023-27533", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27533" }, { "cve": "CVE-2023-27534", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27536" }, { "cve": "CVE-2023-27538", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-27538" }, { "cve": "CVE-2023-28319", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-28319" }, { "cve": "CVE-2023-28320", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-28320" }, { "cve": "CVE-2023-28321", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-28321" }, { "cve": "CVE-2023-28322", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-28322" }, { "cve": "CVE-2023-31083", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-31083" }, { "cve": "CVE-2023-34055", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-34055" }, { "cve": "CVE-2023-35116", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-35116" }, { "cve": "CVE-2023-38286", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38286" }, { "cve": "CVE-2023-38469", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38469" }, { "cve": "CVE-2023-38471", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38471" }, { "cve": "CVE-2023-38472", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38472" }, { "cve": "CVE-2023-38545", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38545" }, { "cve": "CVE-2023-38546", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-38546" }, { "cve": "CVE-2023-39197", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-39197" }, { "cve": "CVE-2023-39198", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-39198" }, { "cve": "CVE-2023-39804", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-39804" }, { "cve": "CVE-2023-40217", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-40217" }, { "cve": "CVE-2023-42465", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-42465" }, { "cve": "CVE-2023-4255", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-4255" }, { "cve": "CVE-2023-45139", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-45139" }, { "cve": "CVE-2023-45322", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-45322" }, { "cve": "CVE-2023-45863", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-45863" }, { "cve": "CVE-2023-45871", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-45871" }, { "cve": "CVE-2023-46136", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-46136" }, { "cve": "CVE-2023-46218", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-46218" }, { "cve": "CVE-2023-46219", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-46219" }, { "cve": "CVE-2023-46751", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-46751" }, { "cve": "CVE-2023-48795", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-48795" }, { "cve": "CVE-2023-49083", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-49083" }, { "cve": "CVE-2023-50447", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-50447" }, { "cve": "CVE-2023-5049", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-5049" }, { "cve": "CVE-2023-50495", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-50495" }, { "cve": "CVE-2023-50782", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-50782" }, { "cve": "CVE-2023-51257", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-51257" }, { "cve": "CVE-2023-52425", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-52425" }, { "cve": "CVE-2023-52426", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-52426" }, { "cve": "CVE-2023-5678", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-5678" }, { "cve": "CVE-2023-5717", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-5717" }, { "cve": "CVE-2023-5752", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-5752" }, { "cve": "CVE-2023-6004", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-6004" }, { "cve": "CVE-2023-6597", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-6597" }, { "cve": "CVE-2023-6918", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-6918" }, { "cve": "CVE-2023-7207", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2023-7207" }, { "cve": "CVE-2024-0450", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0727", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-0727" }, { "cve": "CVE-2024-0985", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-0985" }, { "cve": "CVE-2024-21626", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-21626" }, { "cve": "CVE-2024-22195", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-22195" }, { "cve": "CVE-2024-22365", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-22365" }, { "cve": "CVE-2024-23651", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-23651" }, { "cve": "CVE-2024-23652", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-23652" }, { "cve": "CVE-2024-23653", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-23653" }, { "cve": "CVE-2024-23672", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-23672" }, { "cve": "CVE-2024-24549", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26130", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26458", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-26458" }, { "cve": "CVE-2024-26461", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-26461" }, { "cve": "CVE-2024-28085", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-28085" }, { "cve": "CVE-2024-28182", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28219", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-28219" }, { "cve": "CVE-2024-28757", "product_status": { "known_affected": [ "T045853", "T045852", "T045854", "T038864", "T038863", "T038862", "T038861" ] }, "release_date": "2024-11-07T23:00:00.000+00:00", "title": "CVE-2024-28757" } ] }
gsd-2023-39804
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-39804", "id": "GSD-2023-39804" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-39804" ], "details": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.", "id": "GSD-2023-39804", "modified": "2023-12-13T01:20:33.227041Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2023-39804", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4", "refsource": "MISC", "url": "https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4" }, { "name": "https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723", "refsource": "MISC", "url": "https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723" }, { "name": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079", "refsource": "MISC", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079" } ] } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c." }, { "lang": "es", "value": "En GNU tar anterior a 1.35, los atributos de extensi\u00f3n mal manejados en un archivo PAX pueden provocar un bloqueo de la aplicaci\u00f3n en xheader.c." } ], "id": "CVE-2023-39804", "lastModified": "2024-03-27T12:29:30.307", "metrics": {}, "published": "2024-03-27T04:15:08.897", "references": [ { "source": "cve@mitre.org", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058079" }, { "source": "cve@mitre.org", "url": "https://git.savannah.gnu.org/cgit/tar.git/commit/?id=a339f05cd269013fa133d2f148d73f6f7d4247e4" }, { "source": "cve@mitre.org", "url": "https://git.savannah.gnu.org/cgit/tar.git/tree/src/xheader.c?h=release_1_34#n1723" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Awaiting Analysis" } } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…