Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-58160 (GCVE-0-2025-58160)
Vulnerability from cvelistv5 – Published: 2025-08-29 21:28 – Updated: 2025-09-02 14:08
VLAI
EPSS
Title
Tracing logging user input may result in poisoning logs with ANSI escape sequences
Summary
tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.
Severity
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-150 - Improper Neutralization of Escape, Meta, or Control Sequences
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/tokio-rs/tracing/security/advi… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-58160",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-09-02T14:08:23.820634Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-09-02T14:08:42.323Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "tracing",
"vendor": "tokio-rs",
"versions": [
{
"status": "affected",
"version": "\u003c 0.3.20"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 2.3,
"baseSeverity": "LOW",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "PASSIVE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "LOW"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-150",
"description": "CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-29T21:28:22.563Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/tokio-rs/tracing/security/advisories/GHSA-xwfj-jgwm-7wp5",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/tokio-rs/tracing/security/advisories/GHSA-xwfj-jgwm-7wp5"
}
],
"source": {
"advisory": "GHSA-xwfj-jgwm-7wp5",
"discovery": "UNKNOWN"
},
"title": "Tracing logging user input may result in poisoning logs with ANSI escape sequences"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-58160",
"datePublished": "2025-08-29T21:28:22.563Z",
"dateReserved": "2025-08-27T13:34:56.186Z",
"dateUpdated": "2025-09-02T14:08:42.323Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-58160",
"date": "2026-06-04",
"epss": "0.00112",
"percentile": "0.29204"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-58160\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-08-29T22:15:32.887\",\"lastModified\":\"2025-09-02T15:55:35.520\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":2.3,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"PASSIVE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"LOW\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-150\"}]}],\"references\":[{\"url\":\"https://github.com/tokio-rs/tracing/security/advisories/GHSA-xwfj-jgwm-7wp5\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-58160\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-09-02T14:08:23.820634Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-09-02T14:08:38.625Z\"}}], \"cna\": {\"title\": \"Tracing logging user input may result in poisoning logs with ANSI escape sequences\", \"source\": {\"advisory\": \"GHSA-xwfj-jgwm-7wp5\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 2.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N\", \"userInteraction\": \"PASSIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"LOW\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"tokio-rs\", \"product\": \"tracing\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.3.20\"}]}], \"references\": [{\"url\": \"https://github.com/tokio-rs/tracing/security/advisories/GHSA-xwfj-jgwm-7wp5\", \"name\": \"https://github.com/tokio-rs/tracing/security/advisories/GHSA-xwfj-jgwm-7wp5\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-150\", \"description\": \"CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-08-29T21:28:22.563Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-58160\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-09-02T14:08:42.323Z\", \"dateReserved\": \"2025-08-27T13:34:56.186Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-08-29T21:28:22.563Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:3869-1
Vulnerability from csaf_suse - Published: 2025-10-30 13:45 - Updated: 2025-10-30 13:45Summary
Security update for himmelblau
Severity
Low
Notes
Title of the patch: Security update for himmelblau
Description of the patch: This update for himmelblau fixes the following issues:
Update to version 0.7.18+git.0.8485a75.
- CVE-2025-58160: tracing-subscriber: untrusted user input containing ANSI escape sequences could be injected into
terminal output when logged (bsc#1249013).
Patchnames: SUSE-2025-3869,SUSE-SLE-Module-Basesystem-15-SP7-2025-3869
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
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for himmelblau",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for himmelblau fixes the following issues:\n\nUpdate to version 0.7.18+git.0.8485a75.\t\n\n- CVE-2025-58160: tracing-subscriber: untrusted user input containing ANSI escape sequences could be injected into\n terminal output when logged (bsc#1249013).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3869,SUSE-SLE-Module-Basesystem-15-SP7-2025-3869",
"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_3869-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3869-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253869-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3869-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023088.html"
},
{
"category": "self",
"summary": "SUSE Bug 1249013",
"url": "https://bugzilla.suse.com/1249013"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58160/"
}
],
"title": "Security update for himmelblau",
"tracking": {
"current_release_date": "2025-10-30T13:45:10Z",
"generator": {
"date": "2025-10-30T13:45:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3869-1",
"initial_release_date": "2025-10-30T13:45:10Z",
"revision_history": [
{
"date": "2025-10-30T13:45:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"product": {
"name": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"product_id": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"product": {
"name": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"product_id": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"product": {
"name": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"product_id": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch",
"product": {
"name": "himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch",
"product_id": "himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"product": {
"name": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"product_id": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"product": {
"name": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"product_id": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"product": {
"name": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"product_id": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.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": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64"
},
"product_reference": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64"
},
"product_reference": "himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch"
},
"product_reference": "himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64"
},
"product_reference": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64"
},
"product_reference": "libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64"
},
"product_reference": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64"
},
"product_reference": "pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58160"
}
],
"notes": [
{
"category": "general",
"text": "tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58160",
"url": "https://www.suse.com/security/cve/CVE-2025-58160"
},
{
"category": "external",
"summary": "SUSE Bug 1249007 for CVE-2025-58160",
"url": "https://bugzilla.suse.com/1249007"
}
],
"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:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-0.7.18+git.0.8485a75-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-0.7.18+git.0.8485a75-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-0.7.18+git.0.8485a75-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-30T13:45:10Z",
"details": "low"
}
],
"title": "CVE-2025-58160"
}
]
}
SUSE-SU-2025:4091-1
Vulnerability from csaf_suse - Published: 2025-11-13 16:30 - Updated: 2025-11-13 16:30Summary
Security update for cargo-packaging, rust-bindgen
Severity
Low
Notes
Title of the patch: Security update for cargo-packaging, rust-bindgen
Description of the patch: This update for cargo-packaging and rust-bindgen fixes the following issues:
cargo-packaging was updated to version 1.3.0+0:
- CVE-2025-58160: Fixed tracing log pollution in tracing-subscriber (bsc#1249012)
Other fixes:
- Prevent stripping debug info (bsc#1222175)
rust-bindgen was updated to 0.72.0.
Patchnames: SUSE-2025-4091,openSUSE-SLE-15.6-2025-4091
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: openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cargo-packaging, rust-bindgen",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cargo-packaging and rust-bindgen fixes the following issues:\n\ncargo-packaging was updated to version 1.3.0+0:\n\n- CVE-2025-58160: Fixed tracing log pollution in tracing-subscriber (bsc#1249012)\n\nOther fixes:\n\n- Prevent stripping debug info (bsc#1222175) \n\nrust-bindgen was updated to 0.72.0.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-4091,openSUSE-SLE-15.6-2025-4091",
"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_4091-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:4091-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254091-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:4091-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023278.html"
},
{
"category": "self",
"summary": "SUSE Bug 1222175",
"url": "https://bugzilla.suse.com/1222175"
},
{
"category": "self",
"summary": "SUSE Bug 1249012",
"url": "https://bugzilla.suse.com/1249012"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58160/"
}
],
"title": "Security update for cargo-packaging, rust-bindgen",
"tracking": {
"current_release_date": "2025-11-13T16:30:39Z",
"generator": {
"date": "2025-11-13T16:30:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:4091-1",
"initial_release_date": "2025-11-13T16:30:39Z",
"revision_history": [
{
"date": "2025-11-13T16:30:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.aarch64",
"product": {
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.aarch64",
"product_id": "cargo-packaging-1.3.0+0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "rust-bindgen-0.72.0-150600.13.3.1.aarch64",
"product": {
"name": "rust-bindgen-0.72.0-150600.13.3.1.aarch64",
"product_id": "rust-bindgen-0.72.0-150600.13.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.i586",
"product": {
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.i586",
"product_id": "cargo-packaging-1.3.0+0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "rust-bindgen-0.72.0-150600.13.3.1.i586",
"product": {
"name": "rust-bindgen-0.72.0-150600.13.3.1.i586",
"product_id": "rust-bindgen-0.72.0-150600.13.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le",
"product": {
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le",
"product_id": "cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rust-bindgen-0.72.0-150600.13.3.1.ppc64le",
"product": {
"name": "rust-bindgen-0.72.0-150600.13.3.1.ppc64le",
"product_id": "rust-bindgen-0.72.0-150600.13.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.s390x",
"product": {
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.s390x",
"product_id": "cargo-packaging-1.3.0+0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "rust-bindgen-0.72.0-150600.13.3.1.s390x",
"product": {
"name": "rust-bindgen-0.72.0-150600.13.3.1.s390x",
"product_id": "rust-bindgen-0.72.0-150600.13.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.x86_64",
"product": {
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.x86_64",
"product_id": "cargo-packaging-1.3.0+0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "rust-bindgen-0.72.0-150600.13.3.1.x86_64",
"product": {
"name": "rust-bindgen-0.72.0-150600.13.3.1.x86_64",
"product_id": "rust-bindgen-0.72.0-150600.13.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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": "cargo-packaging-1.3.0+0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.aarch64"
},
"product_reference": "cargo-packaging-1.3.0+0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le"
},
"product_reference": "cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.s390x"
},
"product_reference": "cargo-packaging-1.3.0+0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-packaging-1.3.0+0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.x86_64"
},
"product_reference": "cargo-packaging-1.3.0+0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bindgen-0.72.0-150600.13.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.aarch64"
},
"product_reference": "rust-bindgen-0.72.0-150600.13.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bindgen-0.72.0-150600.13.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.ppc64le"
},
"product_reference": "rust-bindgen-0.72.0-150600.13.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bindgen-0.72.0-150600.13.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.s390x"
},
"product_reference": "rust-bindgen-0.72.0-150600.13.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bindgen-0.72.0-150600.13.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.x86_64"
},
"product_reference": "rust-bindgen-0.72.0-150600.13.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58160"
}
],
"notes": [
{
"category": "general",
"text": "tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58160",
"url": "https://www.suse.com/security/cve/CVE-2025-58160"
},
{
"category": "external",
"summary": "SUSE Bug 1249007 for CVE-2025-58160",
"url": "https://bugzilla.suse.com/1249007"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:cargo-packaging-1.3.0+0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.aarch64",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.ppc64le",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.s390x",
"openSUSE Leap 15.6:rust-bindgen-0.72.0-150600.13.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-13T16:30:39Z",
"details": "low"
}
],
"title": "CVE-2025-58160"
}
]
}
SUSE-SU-2026:1361-1
Vulnerability from csaf_suse - Published: 2026-04-15 14:14 - Updated: 2026-04-15 14:14Summary
Security update for himmelblau
Severity
Important
Notes
Title of the patch: Security update for himmelblau
Description of the patch: This update for himmelblau fixes the following issues:
Update to version 2.3.9+git0.a9fd29b; (jsc#PED-14511):
- CVE-2026-34397: Fix LPE due to name collision during NSS fake-primary group lookup (bsc#1261324).
- CVE-2026-31979: Fix race condition when accessiung /tmp/krb5cc_uid (bsc#1259548).
- CVE-2026-25727: deps(rust): Bump the `all-cargo-updates` group with 8 updates (bsc#1257904).
- CVE-2025-58160: deps(rust): Bump `tracing-subscriber` in the cargo group (bsc#1249013).
- CVE-2025-54882: Fix Kerberos credential cache permissions (bsc#1247735).
- CVE-2025-53013: Fix permitted authentication with invalid Hello PIN (bsc#1245437).
- CVE-2024-11738: Fix `rustls` network-reachable panic in `Acceptor::accept` (bsc#1233949).
Other bug fixes:
- Fix SELinux module packaging to use standard policy macros (bsc#1258236).
Patchnames: SUSE-2026-1361,SUSE-SLE-Module-Basesystem-15-SP7-2026-1361
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.9 (Medium)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.2 (Medium)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.3 (Medium)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
33 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 himmelblau",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for himmelblau fixes the following issues:\n\nUpdate to version 2.3.9+git0.a9fd29b; (jsc#PED-14511):\n\n- CVE-2026-34397: Fix LPE due to name collision during NSS fake-primary group lookup (bsc#1261324).\n- CVE-2026-31979: Fix race condition when accessiung /tmp/krb5cc_uid (bsc#1259548).\n- CVE-2026-25727: deps(rust): Bump the `all-cargo-updates` group with 8 updates (bsc#1257904).\n- CVE-2025-58160: deps(rust): Bump `tracing-subscriber` in the cargo group (bsc#1249013).\n- CVE-2025-54882: Fix Kerberos credential cache permissions (bsc#1247735).\n- CVE-2025-53013: Fix permitted authentication with invalid Hello PIN (bsc#1245437).\n- CVE-2024-11738: Fix `rustls` network-reachable panic in `Acceptor::accept` (bsc#1233949).\n\nOther bug fixes:\n\n- Fix SELinux module packaging to use standard policy macros (bsc#1258236).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1361,SUSE-SLE-Module-Basesystem-15-SP7-2026-1361",
"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_1361-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1361-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261361-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1361-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045555.html"
},
{
"category": "self",
"summary": "SUSE Bug 1233949",
"url": "https://bugzilla.suse.com/1233949"
},
{
"category": "self",
"summary": "SUSE Bug 1245437",
"url": "https://bugzilla.suse.com/1245437"
},
{
"category": "self",
"summary": "SUSE Bug 1247735",
"url": "https://bugzilla.suse.com/1247735"
},
{
"category": "self",
"summary": "SUSE Bug 1249013",
"url": "https://bugzilla.suse.com/1249013"
},
{
"category": "self",
"summary": "SUSE Bug 1257904",
"url": "https://bugzilla.suse.com/1257904"
},
{
"category": "self",
"summary": "SUSE Bug 1258236",
"url": "https://bugzilla.suse.com/1258236"
},
{
"category": "self",
"summary": "SUSE Bug 1259548",
"url": "https://bugzilla.suse.com/1259548"
},
{
"category": "self",
"summary": "SUSE Bug 1261324",
"url": "https://bugzilla.suse.com/1261324"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11738 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11738/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-53013 page",
"url": "https://www.suse.com/security/cve/CVE-2025-53013/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-54882 page",
"url": "https://www.suse.com/security/cve/CVE-2025-54882/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58160/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25727 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31979 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31979/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34397 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34397/"
}
],
"title": "Security update for himmelblau",
"tracking": {
"current_release_date": "2026-04-15T14:14:00Z",
"generator": {
"date": "2026-04-15T14:14:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1361-1",
"initial_release_date": "2026-04-15T14:14:00Z",
"revision_history": [
{
"date": "2026-04-15T14:14:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"product": {
"name": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"product_id": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "himmelblau-sso-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"product": {
"name": "himmelblau-sso-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"product_id": "himmelblau-sso-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"product": {
"name": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"product_id": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"product": {
"name": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"product_id": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "himmelblau-qr-greeter-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"product": {
"name": "himmelblau-qr-greeter-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"product_id": "himmelblau-qr-greeter-2.3.9+git0.a9fd29b-150700.3.15.1.noarch"
}
},
{
"category": "product_version",
"name": "himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"product": {
"name": "himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"product_id": "himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"product": {
"name": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"product_id": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "himmelblau-sso-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"product": {
"name": "himmelblau-sso-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"product_id": "himmelblau-sso-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"product": {
"name": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"product_id": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"product": {
"name": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"product_id": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.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": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64"
},
"product_reference": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
},
"product_reference": "himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch"
},
"product_reference": "himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64"
},
"product_reference": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
},
"product_reference": "libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64"
},
"product_reference": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
},
"product_reference": "pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11738",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11738"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in Rustls 0.23.13 and related APIs. This vulnerability allows denial of service (panic) via a fragmented TLS ClientHello message.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11738",
"url": "https://www.suse.com/security/cve/CVE-2024-11738"
},
{
"category": "external",
"summary": "SUSE Bug 1233897 for CVE-2024-11738",
"url": "https://bugzilla.suse.com/1233897"
}
],
"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:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:14:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-11738"
},
{
"cve": "CVE-2025-53013",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-53013"
}
],
"notes": [
{
"category": "general",
"text": "Himmelblau is an interoperability suite for Microsoft Azure Entra ID and Intune. A vulnerability present in versions 0.9.10 through 0.9.16 allows a user to authenticate to a Linux host via Himmelblau using an *invalid* Linux Hello PIN, provided the host is offline. While the user gains access to the local system, Single Sign-On (SSO) fails due to the network being down and the inability to issue tokens (due to a failure to unlock the Hello key). The core issue lies in an incorrect assumption within the `acquire_token_by_hello_for_business_key` function: it was expected to return a `TPMFail` error for an invalid Hello key when offline, but instead, a preceding nonce request resulted in a `RequestFailed` error, leading the system to erroneously transition to an offline success state without validating the Hello key unlock. This impacts systems using Himmelblau for authentication when operating in an offline state with Hello PIN authentication enabled. Rocky Linux 8 (and variants) are not affected by this vulnerability. The problem is resolved in Himmelblau version 0.9.17. A workaround is available for users who cannot immediately upgrade. Disabling Hello PIN authentication by setting `enable_hello = false` in `/etc/himmelblau/himmelblau.conf` will mitigate the vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-53013",
"url": "https://www.suse.com/security/cve/CVE-2025-53013"
},
{
"category": "external",
"summary": "SUSE Bug 1245437 for CVE-2025-53013",
"url": "https://bugzilla.suse.com/1245437"
}
],
"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:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:14:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-53013"
},
{
"cve": "CVE-2025-54882",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-54882"
}
],
"notes": [
{
"category": "general",
"text": "Himmelblau is an interoperability suite for Microsoft Azure Entra ID and Intune. In versions 0.8.0 through 0.9.21 and 1.0.0-beta through 1.1.0, Himmelblau stores the cloud TGT received during logon in the Kerberos credential cache. The created credential cache collection and received credentials are stored as world readable. This is fixed in versions 0.9.22 and 1.2.0. To work around this issue, remove all read access to Himmelblau caches for all users except for owners.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-54882",
"url": "https://www.suse.com/security/cve/CVE-2025-54882"
},
{
"category": "external",
"summary": "SUSE Bug 1247735 for CVE-2025-54882",
"url": "https://bugzilla.suse.com/1247735"
}
],
"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:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:14:00Z",
"details": "important"
}
],
"title": "CVE-2025-54882"
},
{
"cve": "CVE-2025-58160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58160"
}
],
"notes": [
{
"category": "general",
"text": "tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58160",
"url": "https://www.suse.com/security/cve/CVE-2025-58160"
},
{
"category": "external",
"summary": "SUSE Bug 1249007 for CVE-2025-58160",
"url": "https://bugzilla.suse.com/1249007"
}
],
"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:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:14:00Z",
"details": "low"
}
],
"title": "CVE-2025-58160"
},
{
"cve": "CVE-2026-25727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25727"
}
],
"notes": [
{
"category": "general",
"text": "time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are part of the RFC 2822 format used in a malicious manner. Ordinary, non-malicious input will never encounter this scenario. A limit to the depth of recursion was added in v0.3.47. From this version, an error will be returned rather than exhausting the stack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25727",
"url": "https://www.suse.com/security/cve/CVE-2026-25727"
},
{
"category": "external",
"summary": "SUSE Bug 1257901 for CVE-2026-25727",
"url": "https://bugzilla.suse.com/1257901"
}
],
"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:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:14:00Z",
"details": "important"
}
],
"title": "CVE-2026-25727"
},
{
"cve": "CVE-2026-31979",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31979"
}
],
"notes": [
{
"category": "general",
"text": "Himmelblau is an interoperability suite for Microsoft Azure Entra ID and Intune. Prior to 3.1.0 and 2.3.8, the himmelblaud-tasks daemon, running as root, writes Kerberos cache files under /tmp/krb5cc_\u003cuid\u003e without symlink protections. Since commit 87a51ee, PrivateTmp is explicitly removed from the tasks daemon\u0027s systemd hardening, exposing it to the host /tmp. A local user can exploit this via symlink attacks to chown or overwrite arbitrary files, achieving local privilege escalation. This vulnerability is fixed in 3.1.0 and 2.3.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31979",
"url": "https://www.suse.com/security/cve/CVE-2026-31979"
},
{
"category": "external",
"summary": "SUSE Bug 1259548 for CVE-2026-31979",
"url": "https://bugzilla.suse.com/1259548"
}
],
"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:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:14:00Z",
"details": "important"
}
],
"title": "CVE-2026-31979"
},
{
"cve": "CVE-2026-34397",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34397"
}
],
"notes": [
{
"category": "general",
"text": "Himmelblau is an interoperability suite for Microsoft Azure Entra ID and Intune. From versions 2.0.0-alpha to before 2.3.9 and 3.0.0-alpha to before 3.1.1, there is a conditional local privilege escalation vulnerability in an edge-case naming collision. Only authenticated himmelblau users whose mapped CN/short name exactly matches a privileged local group name (e.g., \"sudo\", \"wheel\", \"docker\", \"adm\") can cause the NSS module to resolve that group name to their fake primary group. If the system uses NSS results for group-based authorization decisions (sudo, polkit, etc.), this can grant the attacker the privileges of that group. This issue has been patched in versions 2.3.9 and 3.1.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34397",
"url": "https://www.suse.com/security/cve/CVE-2026-34397"
},
{
"category": "external",
"summary": "SUSE Bug 1261324 for CVE-2026-34397",
"url": "https://bugzilla.suse.com/1261324"
}
],
"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:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:himmelblau-sshd-config-2.3.9+git0.a9fd29b-150700.3.15.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnss_himmelblau2-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:pam-himmelblau-2.3.9+git0.a9fd29b-150700.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:14:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-34397"
}
]
}
SUSE-SU-2026:20077-1
Vulnerability from csaf_suse - Published: 2026-01-13 12:49 - Updated: 2026-01-13 12:49Summary
Security update for python-uv
Severity
Important
Notes
Title of the patch: Security update for python-uv
Description of the patch: This update for python-uv fixes the following issues:
- CVE-2025-62518: astral-tokio-tar: Fixed boundary parsing issue
allowing attackers to smuggle additional archive entries
(bsc#1252399)
- CVE-2025-58160: tracing-subscriber: Fixed log pollution (bsc#1249011)
Patchnames: SUSE-SLES-16.0-135
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 Server 16.0:python313-uv-0.7.18-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
5.4 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 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 python-uv",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-uv fixes the following issues:\n\n- CVE-2025-62518: astral-tokio-tar: Fixed boundary parsing issue\n allowing attackers to smuggle additional archive entries\n (bsc#1252399)\n- CVE-2025-58160: tracing-subscriber: Fixed log pollution (bsc#1249011)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-135",
"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_20077-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20077-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620077-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20077-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023820.html"
},
{
"category": "self",
"summary": "SUSE Bug 1249011",
"url": "https://bugzilla.suse.com/1249011"
},
{
"category": "self",
"summary": "SUSE Bug 1252399",
"url": "https://bugzilla.suse.com/1252399"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58160/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-62518 page",
"url": "https://www.suse.com/security/cve/CVE-2025-62518/"
}
],
"title": "Security update for python-uv",
"tracking": {
"current_release_date": "2026-01-13T12:49:17Z",
"generator": {
"date": "2026-01-13T12:49:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20077-1",
"initial_release_date": "2026-01-13T12:49:17Z",
"revision_history": [
{
"date": "2026-01-13T12:49:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-uv-0.7.18-160000.3.1.aarch64",
"product": {
"name": "python313-uv-0.7.18-160000.3.1.aarch64",
"product_id": "python313-uv-0.7.18-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-uv-0.7.18-160000.3.1.ppc64le",
"product": {
"name": "python313-uv-0.7.18-160000.3.1.ppc64le",
"product_id": "python313-uv-0.7.18-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-uv-0.7.18-160000.3.1.s390x",
"product": {
"name": "python313-uv-0.7.18-160000.3.1.s390x",
"product_id": "python313-uv-0.7.18-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-uv-0.7.18-160000.3.1.x86_64",
"product": {
"name": "python313-uv-0.7.18-160000.3.1.x86_64",
"product_id": "python313-uv-0.7.18-160000.3.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",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-uv-0.7.18-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.aarch64"
},
"product_reference": "python313-uv-0.7.18-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-uv-0.7.18-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.ppc64le"
},
"product_reference": "python313-uv-0.7.18-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-uv-0.7.18-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.s390x"
},
"product_reference": "python313-uv-0.7.18-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-uv-0.7.18-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.x86_64"
},
"product_reference": "python313-uv-0.7.18-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-uv-0.7.18-160000.3.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:python313-uv-0.7.18-160000.3.1.aarch64"
},
"product_reference": "python313-uv-0.7.18-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-uv-0.7.18-160000.3.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:python313-uv-0.7.18-160000.3.1.ppc64le"
},
"product_reference": "python313-uv-0.7.18-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-uv-0.7.18-160000.3.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:python313-uv-0.7.18-160000.3.1.s390x"
},
"product_reference": "python313-uv-0.7.18-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-uv-0.7.18-160000.3.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:python313-uv-0.7.18-160000.3.1.x86_64"
},
"product_reference": "python313-uv-0.7.18-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58160"
}
],
"notes": [
{
"category": "general",
"text": "tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58160",
"url": "https://www.suse.com/security/cve/CVE-2025-58160"
},
{
"category": "external",
"summary": "SUSE Bug 1249007 for CVE-2025-58160",
"url": "https://bugzilla.suse.com/1249007"
}
],
"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:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-13T12:49:17Z",
"details": "low"
}
],
"title": "CVE-2025-58160"
},
{
"cve": "CVE-2025-62518",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-62518"
}
],
"notes": [
{
"category": "general",
"text": "astral-tokio-tar is a tar archive reading/writing library for async Rust. Versions of astral-tokio-tar prior to 0.5.6 contain a boundary parsing vulnerability that allows attackers to smuggle additional archive entries by exploiting inconsistent PAX/ustar header handling. When processing archives with PAX-extended headers containing size overrides, the parser incorrectly advances stream position based on ustar header size (often zero) instead of the PAX-specified size, causing it to interpret file content as legitimate tar headers. This issue has been patched in version 0.5.6. There are no workarounds.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-62518",
"url": "https://www.suse.com/security/cve/CVE-2025-62518"
},
{
"category": "external",
"summary": "SUSE Bug 1252399 for CVE-2025-62518",
"url": "https://bugzilla.suse.com/1252399"
}
],
"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:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-uv-0.7.18-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-uv-0.7.18-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-13T12:49:17Z",
"details": "moderate"
}
],
"title": "CVE-2025-62518"
}
]
}
SUSE-SU-2026:20096-1
Vulnerability from csaf_suse - Published: 2026-01-19 10:38 - Updated: 2026-01-19 10:38Summary
Security update for cargo-c
Severity
Moderate
Notes
Title of the patch: Security update for cargo-c
Description of the patch: This update for cargo-c fixes the following issues:
- CVE-2025-4574: crossbeam-channel: Fixed double-free on drop in Channel::discard_all_messages (bsc#1243179)
- CVE-2025-58160: tracing-subscriber: Fixed log pollution (bsc#1249012)
- CVE-2024-12224: idna: Fixed improper validation of Punycode labels (bsc#1243851)
Other fixes:
- Fixed _service file to have proper versioning
- Update to version 0.10.15~git0.3e178d5:
* Bump actions/download-artifact from 4 to 5
* Update implib requirement from 0.3.5 to 0.4.0
* Add rlib to the targets when building tests
* Allow disabling emission of library version constants in header files
* Bump to cargo 0.90
* Fix static_libraries swallowing sequence of -framework flags
* Fix non-POSIX paths in Libdir under Windows
* Bump actions-rs-plus/clippy-check from 2.2.1 to 2.3.0
* Fix clippy lints
* Bump cargo-0.89, object-0.37.1, cbindgen-0.29
Patchnames: SUSE-SLES-16.0-153
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.2 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.6 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
16 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 cargo-c",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cargo-c fixes the following issues:\n\n- CVE-2025-4574: crossbeam-channel: Fixed double-free on drop in Channel::discard_all_messages (bsc#1243179)\n- CVE-2025-58160: tracing-subscriber: Fixed log pollution (bsc#1249012)\n- CVE-2024-12224: idna: Fixed improper validation of Punycode labels (bsc#1243851)\n\nOther fixes:\n- Fixed _service file to have proper versioning\n- Update to version 0.10.15~git0.3e178d5:\n * Bump actions/download-artifact from 4 to 5\n * Update implib requirement from 0.3.5 to 0.4.0\n * Add rlib to the targets when building tests\n * Allow disabling emission of library version constants in header files\n * Bump to cargo 0.90\n * Fix static_libraries swallowing sequence of -framework flags\n * Fix non-POSIX paths in Libdir under Windows\n * Bump actions-rs-plus/clippy-check from 2.2.1 to 2.3.0\n * Fix clippy lints\n * Bump cargo-0.89, object-0.37.1, cbindgen-0.29\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-153",
"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_20096-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20096-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620096-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20096-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023885.html"
},
{
"category": "self",
"summary": "SUSE Bug 1243179",
"url": "https://bugzilla.suse.com/1243179"
},
{
"category": "self",
"summary": "SUSE Bug 1243851",
"url": "https://bugzilla.suse.com/1243851"
},
{
"category": "self",
"summary": "SUSE Bug 1249012",
"url": "https://bugzilla.suse.com/1249012"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-12224 page",
"url": "https://www.suse.com/security/cve/CVE-2024-12224/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4574 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4574/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58160/"
}
],
"title": "Security update for cargo-c",
"tracking": {
"current_release_date": "2026-01-19T10:38:15Z",
"generator": {
"date": "2026-01-19T10:38:15Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20096-1",
"initial_release_date": "2026-01-19T10:38:15Z",
"revision_history": [
{
"date": "2026-01-19T10:38:15Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cargo-c-0.10.15-160000.1.1.aarch64",
"product": {
"name": "cargo-c-0.10.15-160000.1.1.aarch64",
"product_id": "cargo-c-0.10.15-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-c-0.10.15-160000.1.1.ppc64le",
"product": {
"name": "cargo-c-0.10.15-160000.1.1.ppc64le",
"product_id": "cargo-c-0.10.15-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-c-0.10.15-160000.1.1.s390x",
"product": {
"name": "cargo-c-0.10.15-160000.1.1.s390x",
"product_id": "cargo-c-0.10.15-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-c-0.10.15-160000.1.1.x86_64",
"product": {
"name": "cargo-c-0.10.15-160000.1.1.x86_64",
"product_id": "cargo-c-0.10.15-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",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-c-0.10.15-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64"
},
"product_reference": "cargo-c-0.10.15-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-c-0.10.15-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le"
},
"product_reference": "cargo-c-0.10.15-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-c-0.10.15-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x"
},
"product_reference": "cargo-c-0.10.15-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-c-0.10.15-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
},
"product_reference": "cargo-c-0.10.15-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-c-0.10.15-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:cargo-c-0.10.15-160000.1.1.aarch64"
},
"product_reference": "cargo-c-0.10.15-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": "cargo-c-0.10.15-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:cargo-c-0.10.15-160000.1.1.ppc64le"
},
"product_reference": "cargo-c-0.10.15-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": "cargo-c-0.10.15-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:cargo-c-0.10.15-160000.1.1.s390x"
},
"product_reference": "cargo-c-0.10.15-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": "cargo-c-0.10.15-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:cargo-c-0.10.15-160000.1.1.x86_64"
},
"product_reference": "cargo-c-0.10.15-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12224",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-12224"
}
],
"notes": [
{
"category": "general",
"text": "Improper Validation of Unsafe Equivalence in punycode by the idna crate from Servo rust-url allows an attacker to create a punycode hostname that one part of a system might treat as distinct while another part of that system would treat as equivalent to another hostname.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-12224",
"url": "https://www.suse.com/security/cve/CVE-2024-12224"
},
{
"category": "external",
"summary": "SUSE Bug 1243848 for CVE-2024-12224",
"url": "https://bugzilla.suse.com/1243848"
}
],
"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:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-19T10:38:15Z",
"details": "moderate"
}
],
"title": "CVE-2024-12224"
},
{
"cve": "CVE-2025-4574",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4574"
}
],
"notes": [
{
"category": "general",
"text": "In crossbeam-channel rust crate, the internal `Channel` type\u0027s `Drop` method has a race condition which could, in some circumstances, lead to a double-free that could result in memory corruption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4574",
"url": "https://www.suse.com/security/cve/CVE-2025-4574"
},
{
"category": "external",
"summary": "SUSE Bug 1243169 for CVE-2025-4574",
"url": "https://bugzilla.suse.com/1243169"
}
],
"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:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-19T10:38:15Z",
"details": "moderate"
}
],
"title": "CVE-2025-4574"
},
{
"cve": "CVE-2025-58160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58160"
}
],
"notes": [
{
"category": "general",
"text": "tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58160",
"url": "https://www.suse.com/security/cve/CVE-2025-58160"
},
{
"category": "external",
"summary": "SUSE Bug 1249007 for CVE-2025-58160",
"url": "https://bugzilla.suse.com/1249007"
}
],
"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:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:cargo-c-0.10.15-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cargo-c-0.10.15-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-19T10:38:15Z",
"details": "low"
}
],
"title": "CVE-2025-58160"
}
]
}
SUSE-SU-2026:20235-1
Vulnerability from csaf_suse - Published: 2026-02-05 20:51 - Updated: 2026-02-05 20:51Summary
Security update for python-maturin
Severity
Moderate
Notes
Title of the patch: Security update for python-maturin
Description of the patch: This update for python-maturin fixes the following issues:
- CVE-2025-58160: tracing-subscriber: Fixed log pollution (bsc#1249011)
Patchnames: SUSE-SL-Micro-6.2-246
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 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 python-maturin",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-maturin fixes the following issues:\n\n- CVE-2025-58160: tracing-subscriber: Fixed log pollution (bsc#1249011)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-246",
"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_20235-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20235-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620235-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20235-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024100.html"
},
{
"category": "self",
"summary": "SUSE Bug 1249011",
"url": "https://bugzilla.suse.com/1249011"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58160/"
}
],
"title": "Security update for python-maturin",
"tracking": {
"current_release_date": "2026-02-05T20:51:34Z",
"generator": {
"date": "2026-02-05T20:51:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20235-1",
"initial_release_date": "2026-02-05T20:51:34Z",
"revision_history": [
{
"date": "2026-02-05T20:51:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-maturin-1.8.7-160000.3.1.aarch64",
"product": {
"name": "python313-maturin-1.8.7-160000.3.1.aarch64",
"product_id": "python313-maturin-1.8.7-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-maturin-1.8.7-160000.3.1.ppc64le",
"product": {
"name": "python313-maturin-1.8.7-160000.3.1.ppc64le",
"product_id": "python313-maturin-1.8.7-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-maturin-1.8.7-160000.3.1.s390x",
"product": {
"name": "python313-maturin-1.8.7-160000.3.1.s390x",
"product_id": "python313-maturin-1.8.7-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-maturin-1.8.7-160000.3.1.x86_64",
"product": {
"name": "python313-maturin-1.8.7-160000.3.1.x86_64",
"product_id": "python313-maturin-1.8.7-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:transactional"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.aarch64"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.ppc64le"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.s390x"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.x86_64"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58160"
}
],
"notes": [
{
"category": "general",
"text": "tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.s390x",
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58160",
"url": "https://www.suse.com/security/cve/CVE-2025-58160"
},
{
"category": "external",
"summary": "SUSE Bug 1249007 for CVE-2025-58160",
"url": "https://bugzilla.suse.com/1249007"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.s390x",
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.s390x",
"SUSE Linux Micro 6.2:python313-maturin-1.8.7-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-05T20:51:34Z",
"details": "low"
}
],
"title": "CVE-2025-58160"
}
]
}
SUSE-SU-2026:20335-1
Vulnerability from csaf_suse - Published: 2026-02-05 20:51 - Updated: 2026-02-05 20:51Summary
Security update for python-maturin
Severity
Moderate
Notes
Title of the patch: Security update for python-maturin
Description of the patch: This update for python-maturin fixes the following issues:
- CVE-2025-58160: tracing-subscriber: Fixed log pollution (bsc#1249011)
Patchnames: SUSE-SLES-16.0-246
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 Server 16.0:python313-maturin-1.8.7-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 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 python-maturin",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-maturin fixes the following issues:\n\n- CVE-2025-58160: tracing-subscriber: Fixed log pollution (bsc#1249011)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-246",
"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_20335-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20335-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620335-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20335-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024263.html"
},
{
"category": "self",
"summary": "SUSE Bug 1249011",
"url": "https://bugzilla.suse.com/1249011"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58160/"
}
],
"title": "Security update for python-maturin",
"tracking": {
"current_release_date": "2026-02-05T20:51:34Z",
"generator": {
"date": "2026-02-05T20:51:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20335-1",
"initial_release_date": "2026-02-05T20:51:34Z",
"revision_history": [
{
"date": "2026-02-05T20:51:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-maturin-1.8.7-160000.3.1.aarch64",
"product": {
"name": "python313-maturin-1.8.7-160000.3.1.aarch64",
"product_id": "python313-maturin-1.8.7-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-maturin-1.8.7-160000.3.1.ppc64le",
"product": {
"name": "python313-maturin-1.8.7-160000.3.1.ppc64le",
"product_id": "python313-maturin-1.8.7-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-maturin-1.8.7-160000.3.1.s390x",
"product": {
"name": "python313-maturin-1.8.7-160000.3.1.s390x",
"product_id": "python313-maturin-1.8.7-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-maturin-1.8.7-160000.3.1.x86_64",
"product": {
"name": "python313-maturin-1.8.7-160000.3.1.x86_64",
"product_id": "python313-maturin-1.8.7-160000.3.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:16.0:server"
}
}
},
{
"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",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.aarch64"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.ppc64le"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.s390x"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.x86_64"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.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:python313-maturin-1.8.7-160000.3.1.aarch64"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.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:python313-maturin-1.8.7-160000.3.1.ppc64le"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.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:python313-maturin-1.8.7-160000.3.1.s390x"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-maturin-1.8.7-160000.3.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:python313-maturin-1.8.7-160000.3.1.x86_64"
},
"product_reference": "python313-maturin-1.8.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58160"
}
],
"notes": [
{
"category": "general",
"text": "tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58160",
"url": "https://www.suse.com/security/cve/CVE-2025-58160"
},
{
"category": "external",
"summary": "SUSE Bug 1249007 for CVE-2025-58160",
"url": "https://bugzilla.suse.com/1249007"
}
],
"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:python313-maturin-1.8.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-maturin-1.8.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-maturin-1.8.7-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-05T20:51:34Z",
"details": "low"
}
],
"title": "CVE-2025-58160"
}
]
}
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…