SUSE-SU-2026:2615-1
Vulnerability from csaf_suse - Published: 2026-06-24 09:02 - Updated: 2026-06-24 09:02Summary
Security update for tar
Severity
Important
Notes
Title of the patch: Security update for tar
Description of the patch: This update for tar fixes the following issues:
Upgrade tar to version 1.34 (jsc#PED-16073).
Security issues fixed:
- CVE-2025-45582: file overwrite via directory traversal in crafted TAR archives (bsc#1246399).
Other updates and bugfixes:
* Changes from 1.28:
- New --one-top-level option: extract all files into a subdirectory named after the archive base name
- New --sort option: sort directory entries by name or inode when creating archives
- New exclusion options: --exclude-ignore, --exclude-ignore-recursive, and --exclude-vcs-ignores
- New checkpoint action: totals; extended checkpoint format specifiers
- Official tar(1) and rmt(8) manpages now provided upstream
- Refuse to read from or write archives to a tty device
* Changes from 1.29:
- New --verbatim-files-from option: treat each line in a file list as a literal file name regardless of leading
dashes
* Changes from 1.30:
- Member names containing '..' components are now skipped on extraction (security hardening)
- Erroneous use of position-sensitive options is now reported
- --numeric-owner now applies to private (pax) headers too
- Fixed --delay-directory-restore in several edge cases
- New --warnings=failed-read option to suppress unreadable-file warnings when combined with --ignore-failed-read
* Changes from 1.32:
- POSIX extended format headers no longer include PID by default
- Wildcards in --exclude-vcs-ignore mode no longer match slashes
- Fixed --no-overwrite-dir option
- Fixed handling of chained renames in incremental backups
- Link counting works for file names supplied via -T
* Changes from 1.33:
- Fix extraction over pipe
- Fix memory leak in read_header
- Fix extraction when . and .. are unreadable
- Gracefully handle duplicate symlinks when extracting
- Re-initialise supplementary groups when switching to user privileges
Patchnames: SUSE-2026-2615,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2615,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2615
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:tar-lang-1.34-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:tar-lang-1.34-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-1.34-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-lang-1.34-15.27.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
11 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for tar",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for tar fixes the following issues:\n\nUpgrade tar to version 1.34 (jsc#PED-16073).\n\nSecurity issues fixed:\n\n- CVE-2025-45582: file overwrite via directory traversal in crafted TAR archives (bsc#1246399).\n\nOther updates and bugfixes:\n\n* Changes from 1.28:\n - New --one-top-level option: extract all files into a subdirectory named after the archive base name\n - New --sort option: sort directory entries by name or inode when creating archives\n - New exclusion options: --exclude-ignore, --exclude-ignore-recursive, and --exclude-vcs-ignores\n - New checkpoint action: totals; extended checkpoint format specifiers\n - Official tar(1) and rmt(8) manpages now provided upstream\n - Refuse to read from or write archives to a tty device\n* Changes from 1.29:\n - New --verbatim-files-from option: treat each line in a file list as a literal file name regardless of leading\n dashes\n* Changes from 1.30:\n - Member names containing \u0027..\u0027 components are now skipped on extraction (security hardening)\n - Erroneous use of position-sensitive options is now reported\n - --numeric-owner now applies to private (pax) headers too\n - Fixed --delay-directory-restore in several edge cases\n - New --warnings=failed-read option to suppress unreadable-file warnings when combined with --ignore-failed-read\n* Changes from 1.32:\n - POSIX extended format headers no longer include PID by default\n - Wildcards in --exclude-vcs-ignore mode no longer match slashes\n - Fixed --no-overwrite-dir option\n - Fixed handling of chained renames in incremental backups\n - Link counting works for file names supplied via -T\n* Changes from 1.33:\n - Fix extraction over pipe\n - Fix memory leak in read_header\n - Fix extraction when . and .. are unreadable\n - Gracefully handle duplicate symlinks when extracting\n - Re-initialise supplementary groups when switching to user privileges\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2615,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2615,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2615",
"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-2026_2615-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2615-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262615-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2615-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047606.html"
},
{
"category": "self",
"summary": "SUSE Bug 1246399",
"url": "https://bugzilla.suse.com/1246399"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-45582 page",
"url": "https://www.suse.com/security/cve/CVE-2025-45582/"
}
],
"title": "Security update for tar",
"tracking": {
"current_release_date": "2026-06-24T09:02:36Z",
"generator": {
"date": "2026-06-24T09:02:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2615-1",
"initial_release_date": "2026-06-24T09:02:36Z",
"revision_history": [
{
"date": "2026-06-24T09:02:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "tar-1.34-15.27.1.aarch64",
"product": {
"name": "tar-1.34-15.27.1.aarch64",
"product_id": "tar-1.34-15.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "tar-rmt-1.34-15.27.1.aarch64",
"product": {
"name": "tar-rmt-1.34-15.27.1.aarch64",
"product_id": "tar-rmt-1.34-15.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "tar-tests-1.34-15.27.1.aarch64",
"product": {
"name": "tar-tests-1.34-15.27.1.aarch64",
"product_id": "tar-tests-1.34-15.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "tar-1.34-15.27.1.i586",
"product": {
"name": "tar-1.34-15.27.1.i586",
"product_id": "tar-1.34-15.27.1.i586"
}
},
{
"category": "product_version",
"name": "tar-rmt-1.34-15.27.1.i586",
"product": {
"name": "tar-rmt-1.34-15.27.1.i586",
"product_id": "tar-rmt-1.34-15.27.1.i586"
}
},
{
"category": "product_version",
"name": "tar-tests-1.34-15.27.1.i586",
"product": {
"name": "tar-tests-1.34-15.27.1.i586",
"product_id": "tar-tests-1.34-15.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "tar-backup-scripts-1.34-15.27.1.noarch",
"product": {
"name": "tar-backup-scripts-1.34-15.27.1.noarch",
"product_id": "tar-backup-scripts-1.34-15.27.1.noarch"
}
},
{
"category": "product_version",
"name": "tar-doc-1.34-15.27.1.noarch",
"product": {
"name": "tar-doc-1.34-15.27.1.noarch",
"product_id": "tar-doc-1.34-15.27.1.noarch"
}
},
{
"category": "product_version",
"name": "tar-lang-1.34-15.27.1.noarch",
"product": {
"name": "tar-lang-1.34-15.27.1.noarch",
"product_id": "tar-lang-1.34-15.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "tar-1.34-15.27.1.ppc64le",
"product": {
"name": "tar-1.34-15.27.1.ppc64le",
"product_id": "tar-1.34-15.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tar-rmt-1.34-15.27.1.ppc64le",
"product": {
"name": "tar-rmt-1.34-15.27.1.ppc64le",
"product_id": "tar-rmt-1.34-15.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tar-tests-1.34-15.27.1.ppc64le",
"product": {
"name": "tar-tests-1.34-15.27.1.ppc64le",
"product_id": "tar-tests-1.34-15.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "tar-1.34-15.27.1.s390",
"product": {
"name": "tar-1.34-15.27.1.s390",
"product_id": "tar-1.34-15.27.1.s390"
}
},
{
"category": "product_version",
"name": "tar-rmt-1.34-15.27.1.s390",
"product": {
"name": "tar-rmt-1.34-15.27.1.s390",
"product_id": "tar-rmt-1.34-15.27.1.s390"
}
},
{
"category": "product_version",
"name": "tar-tests-1.34-15.27.1.s390",
"product": {
"name": "tar-tests-1.34-15.27.1.s390",
"product_id": "tar-tests-1.34-15.27.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "tar-1.34-15.27.1.s390x",
"product": {
"name": "tar-1.34-15.27.1.s390x",
"product_id": "tar-1.34-15.27.1.s390x"
}
},
{
"category": "product_version",
"name": "tar-rmt-1.34-15.27.1.s390x",
"product": {
"name": "tar-rmt-1.34-15.27.1.s390x",
"product_id": "tar-rmt-1.34-15.27.1.s390x"
}
},
{
"category": "product_version",
"name": "tar-tests-1.34-15.27.1.s390x",
"product": {
"name": "tar-tests-1.34-15.27.1.s390x",
"product_id": "tar-tests-1.34-15.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "tar-1.34-15.27.1.x86_64",
"product": {
"name": "tar-1.34-15.27.1.x86_64",
"product_id": "tar-1.34-15.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "tar-rmt-1.34-15.27.1.x86_64",
"product": {
"name": "tar-rmt-1.34-15.27.1.x86_64",
"product_id": "tar-rmt-1.34-15.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "tar-tests-1.34-15.27.1.x86_64",
"product": {
"name": "tar-tests-1.34-15.27.1.x86_64",
"product_id": "tar-tests-1.34-15.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"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 LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-1.34-15.27.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.aarch64"
},
"product_reference": "tar-1.34-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-1.34-15.27.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.ppc64le"
},
"product_reference": "tar-1.34-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-1.34-15.27.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.s390x"
},
"product_reference": "tar-1.34-15.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-1.34-15.27.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.x86_64"
},
"product_reference": "tar-1.34-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-lang-1.34-15.27.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:tar-lang-1.34-15.27.1.noarch"
},
"product_reference": "tar-lang-1.34-15.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-1.34-15.27.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.aarch64"
},
"product_reference": "tar-1.34-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-1.34-15.27.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.ppc64le"
},
"product_reference": "tar-1.34-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-1.34-15.27.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.s390x"
},
"product_reference": "tar-1.34-15.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-1.34-15.27.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.x86_64"
},
"product_reference": "tar-1.34-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-lang-1.34-15.27.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5:tar-lang-1.34-15.27.1.noarch"
},
"product_reference": "tar-lang-1.34-15.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-1.34-15.27.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-1.34-15.27.1.x86_64"
},
"product_reference": "tar-1.34-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tar-lang-1.34-15.27.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-lang-1.34-15.27.1.noarch"
},
"product_reference": "tar-lang-1.34-15.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-45582",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-45582"
}
],
"notes": [
{
"category": "general",
"text": "GNU Tar through 1.35 allows file overwrite via directory traversal in crafted TAR archives, with a certain two-step process. First, the victim must extract an archive that contains a ../ symlink to a critical directory. Second, the victim must extract an archive that contains a critical file, specified via a relative pathname that begins with the symlink name and ends with that critical file\u0027s name. Here, the extraction follows the symlink and overwrites the critical file. This bypasses the protection mechanism of \"Member name contains \u0027..\u0027\" that would occur for a single TAR archive that attempted to specify the critical file via a ../ approach. For example, the first archive can contain \"x -\u003e ../../../../../home/victim/.ssh\" and the second archive can contain x/authorized_keys. This can affect server applications that automatically extract any number of user-supplied TAR archives, and were relying on the blocking of traversal. This can also affect software installation processes in which \"tar xf\" is run more than once (e.g., when installing a package can automatically install two dependencies that are set up as untrusted tarballs instead of official packages). NOTE: the official GNU Tar manual has an otherwise-empty directory for each \"tar xf\" in its Security Rules of Thumb; however, third-party advice leads users to run \"tar xf\" more than once into the same directory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-lang-1.34-15.27.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:tar-lang-1.34-15.27.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-1.34-15.27.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-lang-1.34-15.27.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-45582",
"url": "https://www.suse.com/security/cve/CVE-2025-45582"
},
{
"category": "external",
"summary": "SUSE Bug 1246399 for CVE-2025-45582",
"url": "https://bugzilla.suse.com/1246399"
},
{
"category": "external",
"summary": "SUSE Bug 1265450 for CVE-2025-45582",
"url": "https://bugzilla.suse.com/1265450"
},
{
"category": "external",
"summary": "SUSE Bug 1266731 for CVE-2025-45582",
"url": "https://bugzilla.suse.com/1266731"
},
{
"category": "external",
"summary": "SUSE Bug 1267189 for CVE-2025-45582",
"url": "https://bugzilla.suse.com/1267189"
}
],
"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-LTSS:tar-1.34-15.27.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-lang-1.34-15.27.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:tar-lang-1.34-15.27.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-1.34-15.27.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-lang-1.34-15.27.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-1.34-15.27.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:tar-lang-1.34-15.27.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:tar-1.34-15.27.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:tar-lang-1.34-15.27.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-1.34-15.27.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:tar-lang-1.34-15.27.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-24T09:02:36Z",
"details": "important"
}
],
"title": "CVE-2025-45582"
}
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…