Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-58058 (GCVE-0-2025-58058)
Vulnerability from cvelistv5 – Published: 2025-08-28 21:54 – Updated: 2025-08-29 13:23
VLAI
EPSS
Title
github.com/ulikunitz/xz leaks memory when decoding a corrupted multiple LZMA archives
Summary
xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn't include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.
Severity
5.3 (Medium)
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/ulikunitz/xz/security/advisori… | x_refsource_CONFIRM |
| https://github.com/ulikunitz/xz/commit/88ddf1d0d9… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-58058",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-08-29T13:22:52.507752Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-08-29T13:23:07.497Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "xz",
"vendor": "ulikunitz",
"versions": [
{
"status": "affected",
"version": "\u003c 0.5.14"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn\u0027t include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-28T21:54:05.561Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/ulikunitz/xz/security/advisories/GHSA-jc7w-c686-c4v9",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/ulikunitz/xz/security/advisories/GHSA-jc7w-c686-c4v9"
},
{
"name": "https://github.com/ulikunitz/xz/commit/88ddf1d0d98d688db65de034f48960b2760d2ae2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/ulikunitz/xz/commit/88ddf1d0d98d688db65de034f48960b2760d2ae2"
}
],
"source": {
"advisory": "GHSA-jc7w-c686-c4v9",
"discovery": "UNKNOWN"
},
"title": "github.com/ulikunitz/xz leaks memory when decoding a corrupted multiple LZMA archives"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-58058",
"datePublished": "2025-08-28T21:54:05.561Z",
"dateReserved": "2025-08-22T14:30:32.221Z",
"dateUpdated": "2025-08-29T13:23:07.497Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-58058",
"date": "2026-06-21",
"epss": "0.00385",
"percentile": "0.30079"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-58058\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-08-28T22:15:32.577\",\"lastModified\":\"2025-08-29T16:24:29.730\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn\u0027t include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"references\":[{\"url\":\"https://github.com/ulikunitz/xz/commit/88ddf1d0d98d688db65de034f48960b2760d2ae2\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/ulikunitz/xz/security/advisories/GHSA-jc7w-c686-c4v9\",\"source\":\"security-advisories@github.com\"}]}}"
}
}
SUSE-SU-2025:03448-1
Vulnerability from csaf_suse - Published: 2025-10-02 07:14 - Updated: 2025-10-02 07:14Summary
Security update for warewulf4
Severity
Moderate
Notes
Title of the patch: Security update for warewulf4
Description of the patch: This update for warewulf4 fixes the following issues:
Update to version 4.6.4.
Security issues fixed:
- CVE-2025-58058: xz: excessive memory consuption when unpacking a large number of corrupted LZMA archives
(bsc#1248906).
Other issues fixed:
- Convert disk booleans from `wwbool` to `*bool` which allows bools in disk to be set to false via command
line (bsc#1248768).
- Fix `wwctl` upgrade nodes to handle kernel argument lists (bsc#1227686, bsc#1227465).
- Mark `slurm` as recommeneded in the `warewulf4-overlay-slurm` package (bsc#1246082).
- Switch to `dnsmasq` as default DHCP and TFTP provider.
- v4.6.4 release updates:
* Update NetworkManager Overlay
* Disable IPv4 in NetworkManager if no address or route is specified
* Fix(`wwctl`): create overlay edit `tempfile` in `tmpdir`
* Add default for systemd name for warewulf in `warewulf.conf`
* Atomic overlay file application in `wwclient`
* Simpler names for overlay methods
* Fix `warewulfd` API behavior when deleting distribution overlay
- v4.6.3 release updates:
* IPv6 iPXE support
* Fix a race condition in `wwctl` overlay edit
* Fixed handling of comma-separated mount options in `fstab` and `ignition` overlays
* Move `reexec.Init()` to beginning of `wwctl`
* Added `warewuld` configure option
* Address copilot review from #1945
* Bugfix: cloning a site overlay when parent dir does not exist
* Clone to a site overlay when adding files in `wwapi`
* Consolidated `createOverlayFile` and `updateOverlayFile` to `addOverlayFile`
* Support for creating and updating overlay file in `wwapi`
* Only return overlay files that refer to a path within the overlay
* Add overlay file deletion support
* `DELETE /api/overlays/{id}?force=true` can delete overlays in use
* Restore idempotency of `PUT /api/nodes/{id}`
* Simplify overlay mtime API and add tests
* Add node overlay buildtime
* Improved `netplan` support
* Rebuild overlays for discovered nodes
- v4.6.2 release updates:
* (preview) support for provisioning to local disk
- incoperated from v4.6.1:
* REST API, which is disabled in the default configuration
Patchnames: SUSE-2025-3448,SUSE-SLE-Module-HPC-15-SP6-2025-3448,SUSE-SLE-Module-HPC-15-SP7-2025-3448,openSUSE-SLE-15.6-2025-3448
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-dracut-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-man-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-man-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for warewulf4",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for warewulf4 fixes the following issues:\n\nUpdate to version 4.6.4.\n\nSecurity issues fixed:\n\n- CVE-2025-58058: xz: excessive memory consuption when unpacking a large number of corrupted LZMA archives\n (bsc#1248906).\n\nOther issues fixed:\n\n- Convert disk booleans from `wwbool` to `*bool` which allows bools in disk to be set to false via command\n line (bsc#1248768).\n- Fix `wwctl` upgrade nodes to handle kernel argument lists (bsc#1227686, bsc#1227465).\n- Mark `slurm` as recommeneded in the `warewulf4-overlay-slurm` package (bsc#1246082).\n- Switch to `dnsmasq` as default DHCP and TFTP provider.\n\n- v4.6.4 release updates:\n * Update NetworkManager Overlay\n * Disable IPv4 in NetworkManager if no address or route is specified\n * Fix(`wwctl`): create overlay edit `tempfile` in `tmpdir`\n * Add default for systemd name for warewulf in `warewulf.conf`\n * Atomic overlay file application in `wwclient`\n * Simpler names for overlay methods\n * Fix `warewulfd` API behavior when deleting distribution overlay\n\n- v4.6.3 release updates:\n * IPv6 iPXE support\n * Fix a race condition in `wwctl` overlay edit\n * Fixed handling of comma-separated mount options in `fstab` and `ignition` overlays\n * Move `reexec.Init()` to beginning of `wwctl`\n * Added `warewuld` configure option\n * Address copilot review from #1945\n * Bugfix: cloning a site overlay when parent dir does not exist\n * Clone to a site overlay when adding files in `wwapi`\n * Consolidated `createOverlayFile` and `updateOverlayFile` to `addOverlayFile`\n * Support for creating and updating overlay file in `wwapi`\n * Only return overlay files that refer to a path within the overlay\n * Add overlay file deletion support\n * `DELETE /api/overlays/{id}?force=true` can delete overlays in use\n * Restore idempotency of `PUT /api/nodes/{id}`\n * Simplify overlay mtime API and add tests\n * Add node overlay buildtime\n * Improved `netplan` support\n * Rebuild overlays for discovered nodes\n\n- v4.6.2 release updates:\n * (preview) support for provisioning to local disk\n \n- incoperated from v4.6.1:\n * REST API, which is disabled in the default configuration\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3448,SUSE-SLE-Module-HPC-15-SP6-2025-3448,SUSE-SLE-Module-HPC-15-SP7-2025-3448,openSUSE-SLE-15.6-2025-3448",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03448-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03448-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503448-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03448-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/041996.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227465",
"url": "https://bugzilla.suse.com/1227465"
},
{
"category": "self",
"summary": "SUSE Bug 1227686",
"url": "https://bugzilla.suse.com/1227686"
},
{
"category": "self",
"summary": "SUSE Bug 1246082",
"url": "https://bugzilla.suse.com/1246082"
},
{
"category": "self",
"summary": "SUSE Bug 1248768",
"url": "https://bugzilla.suse.com/1248768"
},
{
"category": "self",
"summary": "SUSE Bug 1248906",
"url": "https://bugzilla.suse.com/1248906"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58058 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58058/"
}
],
"title": "Security update for warewulf4",
"tracking": {
"current_release_date": "2025-10-02T07:14:58Z",
"generator": {
"date": "2025-10-02T07:14:58Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03448-1",
"initial_release_date": "2025-10-02T07:14:58Z",
"revision_history": [
{
"date": "2025-10-02T07:14:58Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.4-150500.6.37.1.aarch64",
"product": {
"name": "warewulf4-4.6.4-150500.6.37.1.aarch64",
"product_id": "warewulf4-4.6.4-150500.6.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"product": {
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"product_id": "warewulf4-overlay-4.6.4-150500.6.37.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"product": {
"name": "warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"product_id": "warewulf4-dracut-4.6.4-150500.6.37.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-man-4.6.4-150500.6.37.1.noarch",
"product": {
"name": "warewulf4-man-4.6.4-150500.6.37.1.noarch",
"product_id": "warewulf4-man-4.6.4-150500.6.37.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-rke2-4.6.4-150500.6.37.1.noarch",
"product": {
"name": "warewulf4-overlay-rke2-4.6.4-150500.6.37.1.noarch",
"product_id": "warewulf4-overlay-rke2-4.6.4-150500.6.37.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"product": {
"name": "warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"product_id": "warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"product": {
"name": "warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"product_id": "warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.4-150500.6.37.1.x86_64",
"product": {
"name": "warewulf4-4.6.4-150500.6.37.1.x86_64",
"product_id": "warewulf4-4.6.4-150500.6.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"product": {
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"product_id": "warewulf4-overlay-4.6.4-150500.6.37.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-hpc:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for HPC 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-hpc:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.4-150500.6.37.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.aarch64"
},
"product_reference": "warewulf4-4.6.4-150500.6.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.4-150500.6.37.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.x86_64"
},
"product_reference": "warewulf4-4.6.4-150500.6.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.4-150500.6.37.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.4-150500.6.37.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-man-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.4-150500.6.37.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.aarch64"
},
"product_reference": "warewulf4-4.6.4-150500.6.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.4-150500.6.37.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.x86_64"
},
"product_reference": "warewulf4-4.6.4-150500.6.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.4-150500.6.37.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-dracut-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.4-150500.6.37.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-man-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-man-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP7",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.4-150500.6.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.aarch64"
},
"product_reference": "warewulf4-4.6.4-150500.6.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.4-150500.6.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.x86_64"
},
"product_reference": "warewulf4-4.6.4-150500.6.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.4-150500.6.37.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.4-150500.6.37.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-man-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-man-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.4-150500.6.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58058"
}
],
"notes": [
{
"category": "general",
"text": "xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn\u0027t include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-man-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58058",
"url": "https://www.suse.com/security/cve/CVE-2025-58058"
},
{
"category": "external",
"summary": "SUSE Bug 1248889 for CVE-2025-58058",
"url": "https://bugzilla.suse.com/1248889"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-man-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-man-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP7:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.4-150500.6.37.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.4-150500.6.37.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.4-150500.6.37.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.4-150500.6.37.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-02T07:14:58Z",
"details": "moderate"
}
],
"title": "CVE-2025-58058"
}
]
}
SUSE-SU-2025:21137-1
Vulnerability from csaf_suse - Published: 2025-11-20 17:15 - Updated: 2025-11-20 17:15Summary
Security update for alloy
Severity
Moderate
Notes
Title of the patch: Security update for alloy
Description of the patch: This update for alloy fixes the following issues:
- CVE-2025-58058: Removed dependency on vulnerable github.com/ulikunitz/xz (bsc#1248960).
- CVE-2025-11065: Fixed sensitive information leak in logs (bsc#1250621).
Patchnames: SUSE-SLES-16.0-47
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.5 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for alloy",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for alloy fixes the following issues:\n\n- CVE-2025-58058: Removed dependency on vulnerable github.com/ulikunitz/xz (bsc#1248960).\n- CVE-2025-11065: Fixed sensitive information leak in logs (bsc#1250621).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-47",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_21137-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:21137-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202521137-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:21137-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023517.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248960",
"url": "https://bugzilla.suse.com/1248960"
},
{
"category": "self",
"summary": "SUSE Bug 1250621",
"url": "https://bugzilla.suse.com/1250621"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11065 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11065/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58058 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58058/"
}
],
"title": "Security update for alloy",
"tracking": {
"current_release_date": "2025-11-20T17:15:36Z",
"generator": {
"date": "2025-11-20T17:15:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:21137-1",
"initial_release_date": "2025-11-20T17:15:36Z",
"revision_history": [
{
"date": "2025-11-20T17:15:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "alloy-1.11.3-160000.1.1.aarch64",
"product": {
"name": "alloy-1.11.3-160000.1.1.aarch64",
"product_id": "alloy-1.11.3-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "alloy-1.11.3-160000.1.1.ppc64le",
"product": {
"name": "alloy-1.11.3-160000.1.1.ppc64le",
"product_id": "alloy-1.11.3-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "alloy-1.11.3-160000.1.1.s390x",
"product": {
"name": "alloy-1.11.3-160000.1.1.s390x",
"product_id": "alloy-1.11.3-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "alloy-1.11.3-160000.1.1.x86_64",
"product": {
"name": "alloy-1.11.3-160000.1.1.x86_64",
"product_id": "alloy-1.11.3-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.aarch64"
},
"product_reference": "alloy-1.11.3-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.ppc64le"
},
"product_reference": "alloy-1.11.3-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.s390x"
},
"product_reference": "alloy-1.11.3-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.x86_64"
},
"product_reference": "alloy-1.11.3-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.aarch64"
},
"product_reference": "alloy-1.11.3-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.ppc64le"
},
"product_reference": "alloy-1.11.3-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.s390x"
},
"product_reference": "alloy-1.11.3-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.x86_64"
},
"product_reference": "alloy-1.11.3-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11065",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11065"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11065",
"url": "https://www.suse.com/security/cve/CVE-2025-11065"
},
{
"category": "external",
"summary": "SUSE Bug 1250608 for CVE-2025-11065",
"url": "https://bugzilla.suse.com/1250608"
}
],
"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 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-20T17:15:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-11065"
},
{
"cve": "CVE-2025-58058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58058"
}
],
"notes": [
{
"category": "general",
"text": "xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn\u0027t include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58058",
"url": "https://www.suse.com/security/cve/CVE-2025-58058"
},
{
"category": "external",
"summary": "SUSE Bug 1248889 for CVE-2025-58058",
"url": "https://bugzilla.suse.com/1248889"
}
],
"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 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:alloy-1.11.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:alloy-1.11.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-20T17:15:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-58058"
}
]
}
SUSE-SU-2025:4121-1
Vulnerability from csaf_suse - Published: 2025-11-17 12:10 - Updated: 2025-11-17 12:10Summary
Security update for alloy
Severity
Moderate
Notes
Title of the patch: Security update for alloy
Description of the patch: This update for alloy fixes the following issues:
- update to 1.11.3:
- CVE-2025-58058: Fixed memory leaks in xz. (bsc#1248960)
- CVE-2025-11065: Fixed sensitive Information leak in logs. (bsc#1250621)
Patchnames: SUSE-2025-4121,SUSE-SLE-Module-Basesystem-15-SP7-2025-4121
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.5 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for alloy",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for alloy fixes the following issues:\n\n- update to 1.11.3:\n- CVE-2025-58058: Fixed memory leaks in xz. (bsc#1248960)\n- CVE-2025-11065: Fixed sensitive Information leak in logs. (bsc#1250621)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-4121,SUSE-SLE-Module-Basesystem-15-SP7-2025-4121",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_4121-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:4121-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254121-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:4121-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023295.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248960",
"url": "https://bugzilla.suse.com/1248960"
},
{
"category": "self",
"summary": "SUSE Bug 1250621",
"url": "https://bugzilla.suse.com/1250621"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11065 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11065/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58058 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58058/"
}
],
"title": "Security update for alloy",
"tracking": {
"current_release_date": "2025-11-17T12:10:11Z",
"generator": {
"date": "2025-11-17T12:10:11Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:4121-1",
"initial_release_date": "2025-11-17T12:10:11Z",
"revision_history": [
{
"date": "2025-11-17T12:10:11Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "alloy-1.11.3-150700.15.9.1.aarch64",
"product": {
"name": "alloy-1.11.3-150700.15.9.1.aarch64",
"product_id": "alloy-1.11.3-150700.15.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "alloy-1.11.3-150700.15.9.1.ppc64le",
"product": {
"name": "alloy-1.11.3-150700.15.9.1.ppc64le",
"product_id": "alloy-1.11.3-150700.15.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "alloy-1.11.3-150700.15.9.1.s390x",
"product": {
"name": "alloy-1.11.3-150700.15.9.1.s390x",
"product_id": "alloy-1.11.3-150700.15.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "alloy-1.11.3-150700.15.9.1.x86_64",
"product": {
"name": "alloy-1.11.3-150700.15.9.1.x86_64",
"product_id": "alloy-1.11.3-150700.15.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-150700.15.9.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.aarch64"
},
"product_reference": "alloy-1.11.3-150700.15.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-150700.15.9.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.ppc64le"
},
"product_reference": "alloy-1.11.3-150700.15.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-150700.15.9.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.s390x"
},
"product_reference": "alloy-1.11.3-150700.15.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "alloy-1.11.3-150700.15.9.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.x86_64"
},
"product_reference": "alloy-1.11.3-150700.15.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11065",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11065"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11065",
"url": "https://www.suse.com/security/cve/CVE-2025-11065"
},
{
"category": "external",
"summary": "SUSE Bug 1250608 for CVE-2025-11065",
"url": "https://bugzilla.suse.com/1250608"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-17T12:10:11Z",
"details": "moderate"
}
],
"title": "CVE-2025-11065"
},
{
"cve": "CVE-2025-58058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58058"
}
],
"notes": [
{
"category": "general",
"text": "xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn\u0027t include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58058",
"url": "https://www.suse.com/security/cve/CVE-2025-58058"
},
{
"category": "external",
"summary": "SUSE Bug 1248889 for CVE-2025-58058",
"url": "https://bugzilla.suse.com/1248889"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:alloy-1.11.3-150700.15.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-17T12:10:11Z",
"details": "moderate"
}
],
"title": "CVE-2025-58058"
}
]
}
SUSE-SU-2026:0383-1
Vulnerability from csaf_suse - Published: 2026-02-04 12:46 - Updated: 2026-02-04 12:46Summary
Security update for rekor
Severity
Moderate
Notes
Title of the patch: Security update for rekor
Description of the patch: This update for rekor fixes the following issues:
Security fixes:
- CVE-2025-58058: Fixed github.com/ulikunitz/xz leaks memory (bsc#1248910)
- CVE-2025-29923: Fixed potential out of order responses when `CLIENT SETINFO`
times out during connection establishment (bsc#1241153)
Other fixes:
- Update to version 1.4.3
- Update to version 1.4.2
- Update to version 1.4.1 (jsc#SLE-23476)
Patchnames: SUSE-2026-383,SUSE-SLE-Module-Basesystem-15-SP7-2026-383,openSUSE-SLE-15.6-2026-383
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
5.3 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rekor",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rekor fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2025-58058: Fixed github.com/ulikunitz/xz leaks memory (bsc#1248910)\n- CVE-2025-29923: Fixed potential out of order responses when `CLIENT SETINFO` \n times out during connection establishment (bsc#1241153)\n\nOther fixes:\n\n- Update to version 1.4.3\n- Update to version 1.4.2\n- Update to version 1.4.1 (jsc#SLE-23476)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-383,SUSE-SLE-Module-Basesystem-15-SP7-2026-383,openSUSE-SLE-15.6-2026-383",
"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_0383-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0383-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260383-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0383-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024058.html"
},
{
"category": "self",
"summary": "SUSE Bug 1241153",
"url": "https://bugzilla.suse.com/1241153"
},
{
"category": "self",
"summary": "SUSE Bug 1248910",
"url": "https://bugzilla.suse.com/1248910"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-29923 page",
"url": "https://www.suse.com/security/cve/CVE-2025-29923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58058 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58058/"
}
],
"title": "Security update for rekor",
"tracking": {
"current_release_date": "2026-02-04T12:46:28Z",
"generator": {
"date": "2026-02-04T12:46:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0383-1",
"initial_release_date": "2026-02-04T12:46:28Z",
"revision_history": [
{
"date": "2026-02-04T12:46:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.4.3-150400.4.28.1.aarch64",
"product": {
"name": "rekor-1.4.3-150400.4.28.1.aarch64",
"product_id": "rekor-1.4.3-150400.4.28.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.4.3-150400.4.28.1.i586",
"product": {
"name": "rekor-1.4.3-150400.4.28.1.i586",
"product_id": "rekor-1.4.3-150400.4.28.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.4.3-150400.4.28.1.ppc64le",
"product": {
"name": "rekor-1.4.3-150400.4.28.1.ppc64le",
"product_id": "rekor-1.4.3-150400.4.28.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.4.3-150400.4.28.1.s390x",
"product": {
"name": "rekor-1.4.3-150400.4.28.1.s390x",
"product_id": "rekor-1.4.3-150400.4.28.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.4.3-150400.4.28.1.x86_64",
"product": {
"name": "rekor-1.4.3-150400.4.28.1.x86_64",
"product_id": "rekor-1.4.3-150400.4.28.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.4.3-150400.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.aarch64"
},
"product_reference": "rekor-1.4.3-150400.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.4.3-150400.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.ppc64le"
},
"product_reference": "rekor-1.4.3-150400.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.4.3-150400.4.28.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.s390x"
},
"product_reference": "rekor-1.4.3-150400.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.4.3-150400.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.x86_64"
},
"product_reference": "rekor-1.4.3-150400.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.4.3-150400.4.28.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.aarch64"
},
"product_reference": "rekor-1.4.3-150400.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.4.3-150400.4.28.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.ppc64le"
},
"product_reference": "rekor-1.4.3-150400.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.4.3-150400.4.28.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.s390x"
},
"product_reference": "rekor-1.4.3-150400.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.4.3-150400.4.28.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.x86_64"
},
"product_reference": "rekor-1.4.3-150400.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-29923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-29923"
}
],
"notes": [
{
"category": "general",
"text": "go-redis is the official Redis client library for the Go programming language. Prior to 9.5.5, 9.6.3, and 9.7.3, go-redis potentially responds out of order when `CLIENT SETINFO` times out during connection establishment. This can happen when the client is configured to transmit its identity, there are network connectivity issues, or the client was configured with aggressive timeouts. The problem occurs for multiple use cases. For sticky connections, you receive persistent out-of-order responses for the lifetime of the connection. All commands in the pipeline receive incorrect responses. When used with the default ConnPool once a connection is returned after use with ConnPool#Put the read buffer will be checked and the connection will be marked as bad due to the unread data. This means that at most one out-of-order response before the connection is discarded. This issue is fixed in 9.5.5, 9.6.3, and 9.7.3. You can prevent the vulnerability by setting the flag DisableIndentity to true when constructing the client instance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.x86_64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.aarch64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.s390x",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-29923",
"url": "https://www.suse.com/security/cve/CVE-2025-29923"
},
{
"category": "external",
"summary": "SUSE Bug 1241152 for CVE-2025-29923",
"url": "https://bugzilla.suse.com/1241152"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.x86_64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.aarch64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.s390x",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.x86_64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.aarch64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.s390x",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-04T12:46:28Z",
"details": "low"
}
],
"title": "CVE-2025-29923"
},
{
"cve": "CVE-2025-58058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58058"
}
],
"notes": [
{
"category": "general",
"text": "xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn\u0027t include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.x86_64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.aarch64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.s390x",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58058",
"url": "https://www.suse.com/security/cve/CVE-2025-58058"
},
{
"category": "external",
"summary": "SUSE Bug 1248889 for CVE-2025-58058",
"url": "https://bugzilla.suse.com/1248889"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.x86_64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.aarch64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.s390x",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:rekor-1.4.3-150400.4.28.1.x86_64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.aarch64",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.s390x",
"openSUSE Leap 15.6:rekor-1.4.3-150400.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-04T12:46:28Z",
"details": "moderate"
}
],
"title": "CVE-2025-58058"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…