Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-0994 (GCVE-0-2026-0994)
Vulnerability from cvelistv5 – Published: 2026-01-23 14:55 – Updated: 2026-01-30 14:28
VLAI
EPSS
Title
Denial of Service in Python Protobuf
Summary
A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.
Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Python’s recursion stack and causing a RecursionError.
Severity
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-674 - Uncontrolled Recursion
Assigner
References
1 reference
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-0994",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-23T15:33:48.514298Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-23T15:34:38.915Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Protobuf",
"vendor": "Python",
"versions": [
{
"status": "affected",
"version": "\u003c=v33.4",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eA denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.\u003c/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eDue to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Python\u2019s recursion stack and causing a RecursionError.\u003c/span\u003e\u003cbr\u003e"
}
],
"value": "A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.\n\nDue to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Python\u2019s recursion stack and causing a RecursionError."
}
],
"impacts": [
{
"capecId": "CAPEC-147",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-147: XML Nested Entity Expansion"
}
]
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "LOW",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-674",
"description": "CWE-674: Uncontrolled Recursion",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-30T14:28:11.435Z",
"orgId": "14ed7db2-1595-443d-9d34-6215bf890778",
"shortName": "Google"
},
"references": [
{
"url": "https://github.com/protocolbuffers/protobuf/pull/25239"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Denial of Service in Python Protobuf",
"x_generator": {
"engine": "Vulnogram 0.5.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "14ed7db2-1595-443d-9d34-6215bf890778",
"assignerShortName": "Google",
"cveId": "CVE-2026-0994",
"datePublished": "2026-01-23T14:55:16.876Z",
"dateReserved": "2026-01-15T15:16:22.904Z",
"dateUpdated": "2026-01-30T14:28:11.435Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-0994",
"date": "2026-06-07",
"epss": "0.00013",
"percentile": "0.02443"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-0994\",\"sourceIdentifier\":\"cve-coordination@google.com\",\"published\":\"2026-01-23T15:16:06.840\",\"lastModified\":\"2026-04-09T14:19:17.700\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.\\n\\nDue to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Python\u2019s recursion stack and causing a RecursionError.\"},{\"lang\":\"es\",\"value\":\"Hay una vulnerabilidad de denegaci\u00f3n de servicio (DoS) en google.protobuf.json_format.ParseDict() en Python, donde el l\u00edmite max_recursion_depth puede ser evitado al analizar mensajes anidados de google.protobuf.Any.\\n\\nDebido a que no se contabiliza la profundidad de recursi\u00f3n dentro de la l\u00f3gica interna de manejo de Any, un atacante puede proporcionar estructuras Any profundamente anidadas que evitan el l\u00edmite de recursi\u00f3n previsto, agotando finalmente la pila de recursi\u00f3n de Python y causando un RecursionError.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/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\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"LOW\",\"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\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-674\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:google:protobuf:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"33.4\",\"matchCriteriaId\":\"CF0F8C1C-5CDF-4758-864F-FFF2CBF7B00C\"}]}]}],\"references\":[{\"url\":\"https://github.com/protocolbuffers/protobuf/pull/25239\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-0994\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-23T15:33:48.514298Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-23T15:33:53.235Z\"}}], \"cna\": {\"title\": \"Denial of Service in Python Protobuf\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"impacts\": [{\"capecId\": \"CAPEC-147\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-147: XML Nested Entity Expansion\"}]}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 8.2, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"LOW\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"Python\", \"product\": \"Protobuf\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c=v33.4\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/protocolbuffers/protobuf/pull/25239\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.5.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.\\n\\nDue to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Python\\u2019s recursion stack and causing a RecursionError.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eA denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.\u003c/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eDue to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Python\\u2019s recursion stack and causing a RecursionError.\u003c/span\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-674\", \"description\": \"CWE-674: Uncontrolled Recursion\"}]}], \"providerMetadata\": {\"orgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"shortName\": \"Google\", \"dateUpdated\": \"2026-01-30T14:28:11.435Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-0994\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-30T14:28:11.435Z\", \"dateReserved\": \"2026-01-15T15:16:22.904Z\", \"assignerOrgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"datePublished\": \"2026-01-23T14:55:16.876Z\", \"assignerShortName\": \"Google\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:20753-1
Vulnerability from csaf_suse - Published: 2026-03-18 18:11 - Updated: 2026-03-18 18:11Summary
Security update for protobuf
Severity
Moderate
Notes
Title of the patch: Security update for protobuf
Description of the patch: This update for protobuf fixes the following issues:
Security fixes:
- CVE-2025-4565: Fixed parsing of untrusted Protocol Buffers data containing an arbitrary number of recursive
groups or messages that could lead to crash due to RecursionError (bsc#1244663).
- CVE-2026-0994: Fixed google.protobuf.Any recursion depth bypass in Python json_format.ParseDict (bsc#1257173).
Other fixes:
- Fixed import issues of reverse-dependency packages within the google namespace (bsc#1244918).
Patchnames: SUSE-SL-Micro-6.2-408
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
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
13 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 protobuf",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for protobuf fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2025-4565: Fixed parsing of untrusted Protocol Buffers data containing an arbitrary number of recursive\n groups or messages that could lead to crash due to RecursionError (bsc#1244663).\n- CVE-2026-0994: Fixed google.protobuf.Any recursion depth bypass in Python json_format.ParseDict (bsc#1257173).\n\nOther fixes:\n\n- Fixed import issues of reverse-dependency packages within the google namespace (bsc#1244918).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-408",
"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_20753-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20753-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620753-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20753-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024831.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244663",
"url": "https://bugzilla.suse.com/1244663"
},
{
"category": "self",
"summary": "SUSE Bug 1244918",
"url": "https://bugzilla.suse.com/1244918"
},
{
"category": "self",
"summary": "SUSE Bug 1257173",
"url": "https://bugzilla.suse.com/1257173"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4565 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4565/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0994 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0994/"
}
],
"title": "Security update for protobuf",
"tracking": {
"current_release_date": "2026-03-18T18:11:52Z",
"generator": {
"date": "2026-03-18T18:11:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20753-1",
"initial_release_date": "2026-03-18T18:11:52Z",
"revision_history": [
{
"date": "2026-03-18T18:11:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"product": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"product_id": "libprotobuf28_3_0-28.3-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"product": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"product_id": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"product": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"product_id": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"product": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"product_id": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libprotobuf28_3_0-28.3-160000.3.1.s390x",
"product": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.s390x",
"product_id": "libprotobuf28_3_0-28.3-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"product": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"product_id": "libutf8_range-28_3_0-28.3-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"product": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"product_id": "libprotobuf28_3_0-28.3-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"product": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"product_id": "libutf8_range-28_3_0-28.3-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": "libprotobuf28_3_0-28.3-160000.3.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libprotobuf28_3_0-28.3-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4565",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4565"
}
],
"notes": [
{
"category": "general",
"text": "Any project that uses Protobuf Pure-Python backend to parse untrusted Protocol Buffers data containing an arbitrary number of recursive groups, recursive messages or a series of SGROUP tags can be corrupted by exceeding the Python recursion limit. This can result in a Denial of service by crashing the application with a RecursionError. We recommend upgrading to version =\u003e6.31.1 or beyond commit 17838beda2943d08b8a9d4df5b68f5f04f26d901",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4565",
"url": "https://www.suse.com/security/cve/CVE-2025-4565"
},
{
"category": "external",
"summary": "SUSE Bug 1244663 for CVE-2025-4565",
"url": "https://bugzilla.suse.com/1244663"
}
],
"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:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.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 Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-18T18:11:52Z",
"details": "moderate"
}
],
"title": "CVE-2025-4565"
},
{
"cve": "CVE-2026-0994",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0994"
}
],
"notes": [
{
"category": "general",
"text": "A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.\n\nDue to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Python\u0027s recursion stack and causing a RecursionError.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0994",
"url": "https://www.suse.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "SUSE Bug 1257173 for CVE-2026-0994",
"url": "https://bugzilla.suse.com/1257173"
}
],
"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:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.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 Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libutf8_range-28_3_0-28.3-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-18T18:11:52Z",
"details": "moderate"
}
],
"title": "CVE-2026-0994"
}
]
}
SUSE-SU-2026:20907-1
Vulnerability from csaf_suse - Published: 2026-03-18 18:11 - Updated: 2026-03-18 18:11Summary
Security update for protobuf
Severity
Moderate
Notes
Title of the patch: Security update for protobuf
Description of the patch: This update for protobuf fixes the following issues:
Security fixes:
- CVE-2025-4565: Fixed parsing of untrusted Protocol Buffers data containing an arbitrary number of recursive
groups or messages that could lead to crash due to RecursionError (bsc#1244663).
- CVE-2026-0994: Fixed google.protobuf.Any recursion depth bypass in Python json_format.ParseDict (bsc#1257173).
Other fixes:
- Fixed import issues of reverse-dependency packages within the google namespace (bsc#1244918).
Patchnames: SUSE-SLES-16.0-408
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
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-java-28.3-160000.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-java-28.3-160000.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:protobuf-java-28.3-160000.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-java-28.3-160000.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
13 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 protobuf",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for protobuf fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2025-4565: Fixed parsing of untrusted Protocol Buffers data containing an arbitrary number of recursive\n groups or messages that could lead to crash due to RecursionError (bsc#1244663).\n- CVE-2026-0994: Fixed google.protobuf.Any recursion depth bypass in Python json_format.ParseDict (bsc#1257173).\n\nOther fixes:\n\n- Fixed import issues of reverse-dependency packages within the google namespace (bsc#1244918).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-408",
"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_20907-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20907-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620907-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20907-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025106.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244663",
"url": "https://bugzilla.suse.com/1244663"
},
{
"category": "self",
"summary": "SUSE Bug 1244918",
"url": "https://bugzilla.suse.com/1244918"
},
{
"category": "self",
"summary": "SUSE Bug 1257173",
"url": "https://bugzilla.suse.com/1257173"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4565 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4565/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0994 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0994/"
}
],
"title": "Security update for protobuf",
"tracking": {
"current_release_date": "2026-03-18T18:11:52Z",
"generator": {
"date": "2026-03-18T18:11:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20907-1",
"initial_release_date": "2026-03-18T18:11:52Z",
"revision_history": [
{
"date": "2026-03-18T18:11:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"product": {
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"product_id": "libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"product": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"product_id": "libprotobuf28_3_0-28.3-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libprotoc28_3_0-28.3-160000.3.1.aarch64",
"product": {
"name": "libprotoc28_3_0-28.3-160000.3.1.aarch64",
"product_id": "libprotoc28_3_0-28.3-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"product": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"product_id": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "protobuf-devel-28.3-160000.3.1.aarch64",
"product": {
"name": "protobuf-devel-28.3-160000.3.1.aarch64",
"product_id": "protobuf-devel-28.3-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-protobuf-5.28.3-160000.3.1.aarch64",
"product": {
"name": "python313-protobuf-5.28.3-160000.3.1.aarch64",
"product_id": "python313-protobuf-5.28.3-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "protobuf-java-28.3-160000.3.1.noarch",
"product": {
"name": "protobuf-java-28.3-160000.3.1.noarch",
"product_id": "protobuf-java-28.3-160000.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"product": {
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"product_id": "libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"product": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"product_id": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"product": {
"name": "libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"product_id": "libprotoc28_3_0-28.3-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"product": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"product_id": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "protobuf-devel-28.3-160000.3.1.ppc64le",
"product": {
"name": "protobuf-devel-28.3-160000.3.1.ppc64le",
"product_id": "protobuf-devel-28.3-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-protobuf-5.28.3-160000.3.1.ppc64le",
"product": {
"name": "python313-protobuf-5.28.3-160000.3.1.ppc64le",
"product_id": "python313-protobuf-5.28.3-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"product": {
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"product_id": "libprotobuf-lite28_3_0-28.3-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libprotobuf28_3_0-28.3-160000.3.1.s390x",
"product": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.s390x",
"product_id": "libprotobuf28_3_0-28.3-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libprotoc28_3_0-28.3-160000.3.1.s390x",
"product": {
"name": "libprotoc28_3_0-28.3-160000.3.1.s390x",
"product_id": "libprotoc28_3_0-28.3-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"product": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"product_id": "libutf8_range-28_3_0-28.3-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "protobuf-devel-28.3-160000.3.1.s390x",
"product": {
"name": "protobuf-devel-28.3-160000.3.1.s390x",
"product_id": "protobuf-devel-28.3-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-protobuf-5.28.3-160000.3.1.s390x",
"product": {
"name": "python313-protobuf-5.28.3-160000.3.1.s390x",
"product_id": "python313-protobuf-5.28.3-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"product": {
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"product_id": "libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"product": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"product_id": "libprotobuf28_3_0-28.3-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libprotoc28_3_0-28.3-160000.3.1.x86_64",
"product": {
"name": "libprotoc28_3_0-28.3-160000.3.1.x86_64",
"product_id": "libprotoc28_3_0-28.3-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"product": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"product_id": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "protobuf-devel-28.3-160000.3.1.x86_64",
"product": {
"name": "protobuf-devel-28.3-160000.3.1.x86_64",
"product_id": "protobuf-devel-28.3-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-protobuf-5.28.3-160000.3.1.x86_64",
"product": {
"name": "python313-protobuf-5.28.3-160000.3.1.x86_64",
"product_id": "python313-protobuf-5.28.3-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": "libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libprotobuf28_3_0-28.3-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf28_3_0-28.3-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotoc28_3_0-28.3-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libprotoc28_3_0-28.3-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotoc28_3_0-28.3-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotoc28_3_0-28.3-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libprotoc28_3_0-28.3-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotoc28_3_0-28.3-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libprotoc28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "protobuf-devel-28.3-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.aarch64"
},
"product_reference": "protobuf-devel-28.3-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "protobuf-devel-28.3-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.ppc64le"
},
"product_reference": "protobuf-devel-28.3-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "protobuf-devel-28.3-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.s390x"
},
"product_reference": "protobuf-devel-28.3-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "protobuf-devel-28.3-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.x86_64"
},
"product_reference": "protobuf-devel-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "protobuf-java-28.3-160000.3.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:protobuf-java-28.3-160000.3.1.noarch"
},
"product_reference": "protobuf-java-28.3-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-protobuf-5.28.3-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64"
},
"product_reference": "python313-protobuf-5.28.3-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-protobuf-5.28.3-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le"
},
"product_reference": "python313-protobuf-5.28.3-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-protobuf-5.28.3-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.s390x"
},
"product_reference": "python313-protobuf-5.28.3-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-protobuf-5.28.3-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64"
},
"product_reference": "python313-protobuf-5.28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf-lite28_3_0-28.3-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:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libprotobuf-lite28_3_0-28.3-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": "libprotobuf-lite28_3_0-28.3-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:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libprotobuf-lite28_3_0-28.3-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": "libprotobuf-lite28_3_0-28.3-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:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libprotobuf-lite28_3_0-28.3-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": "libprotobuf-lite28_3_0-28.3-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:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotobuf28_3_0-28.3-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:libprotobuf28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libprotobuf28_3_0-28.3-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": "libprotobuf28_3_0-28.3-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:libprotobuf28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libprotobuf28_3_0-28.3-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": "libprotobuf28_3_0-28.3-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:libprotobuf28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libprotobuf28_3_0-28.3-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": "libprotobuf28_3_0-28.3-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:libprotobuf28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libprotoc28_3_0-28.3-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:libprotoc28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libprotoc28_3_0-28.3-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": "libprotoc28_3_0-28.3-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:libprotoc28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libprotoc28_3_0-28.3-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": "libprotoc28_3_0-28.3-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:libprotoc28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libprotoc28_3_0-28.3-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": "libprotoc28_3_0-28.3-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:libprotoc28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libprotoc28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libutf8_range-28_3_0-28.3-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:libutf8_range-28_3_0-28.3-160000.3.1.aarch64"
},
"product_reference": "libutf8_range-28_3_0-28.3-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": "libutf8_range-28_3_0-28.3-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:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le"
},
"product_reference": "libutf8_range-28_3_0-28.3-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": "libutf8_range-28_3_0-28.3-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:libutf8_range-28_3_0-28.3-160000.3.1.s390x"
},
"product_reference": "libutf8_range-28_3_0-28.3-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": "libutf8_range-28_3_0-28.3-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:libutf8_range-28_3_0-28.3-160000.3.1.x86_64"
},
"product_reference": "libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "protobuf-devel-28.3-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:protobuf-devel-28.3-160000.3.1.aarch64"
},
"product_reference": "protobuf-devel-28.3-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": "protobuf-devel-28.3-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:protobuf-devel-28.3-160000.3.1.ppc64le"
},
"product_reference": "protobuf-devel-28.3-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": "protobuf-devel-28.3-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:protobuf-devel-28.3-160000.3.1.s390x"
},
"product_reference": "protobuf-devel-28.3-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": "protobuf-devel-28.3-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:protobuf-devel-28.3-160000.3.1.x86_64"
},
"product_reference": "protobuf-devel-28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "protobuf-java-28.3-160000.3.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-java-28.3-160000.3.1.noarch"
},
"product_reference": "protobuf-java-28.3-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-protobuf-5.28.3-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-protobuf-5.28.3-160000.3.1.aarch64"
},
"product_reference": "python313-protobuf-5.28.3-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-protobuf-5.28.3-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-protobuf-5.28.3-160000.3.1.ppc64le"
},
"product_reference": "python313-protobuf-5.28.3-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-protobuf-5.28.3-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-protobuf-5.28.3-160000.3.1.s390x"
},
"product_reference": "python313-protobuf-5.28.3-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-protobuf-5.28.3-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-protobuf-5.28.3-160000.3.1.x86_64"
},
"product_reference": "python313-protobuf-5.28.3-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4565",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4565"
}
],
"notes": [
{
"category": "general",
"text": "Any project that uses Protobuf Pure-Python backend to parse untrusted Protocol Buffers data containing an arbitrary number of recursive groups, recursive messages or a series of SGROUP tags can be corrupted by exceeding the Python recursion limit. This can result in a Denial of service by crashing the application with a RecursionError. We recommend upgrading to version =\u003e6.31.1 or beyond commit 17838beda2943d08b8a9d4df5b68f5f04f26d901",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4565",
"url": "https://www.suse.com/security/cve/CVE-2025-4565"
},
{
"category": "external",
"summary": "SUSE Bug 1244663 for CVE-2025-4565",
"url": "https://bugzilla.suse.com/1244663"
}
],
"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:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.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 Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-18T18:11:52Z",
"details": "moderate"
}
],
"title": "CVE-2025-4565"
},
{
"cve": "CVE-2026-0994",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0994"
}
],
"notes": [
{
"category": "general",
"text": "A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.\n\nDue to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Python\u0027s recursion stack and causing a RecursionError.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0994",
"url": "https://www.suse.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "SUSE Bug 1257173 for CVE-2026-0994",
"url": "https://bugzilla.suse.com/1257173"
}
],
"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:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.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 Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf-lite28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotobuf28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libprotoc28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libutf8_range-28_3_0-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-devel-28.3-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:protobuf-java-28.3-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-protobuf-5.28.3-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-18T18:11:52Z",
"details": "moderate"
}
],
"title": "CVE-2026-0994"
}
]
}
WID-SEC-W-2026-0480
Vulnerability from csaf_certbund - Published: 2026-02-23 23:00 - Updated: 2026-03-25 23:00Summary
Red Hat Enterprise Linux (Python Protobuf): Schwachstelle ermöglicht Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Red Hat Enterprise Linux 9.4 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.4_extended_update_support
|
9.4 Extended Update Support | |
|
Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.0_update_services_for_sap_solutions
|
9.0 Update Services for SAP Solutions |
References
20 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0480 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0480.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0480 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0480"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3094"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3095"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3097"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3059"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0618-1 vom 2026-02-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024376.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:3094 vom 2026-02-24",
"url": "https://errata.build.resf.org/RLSA-2026:3094"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:3095 vom 2026-02-24",
"url": "https://errata.build.resf.org/RLSA-2026:3095"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3218 vom 2026-02-24",
"url": "https://access.redhat.com/errata/RHSA-2026:3218"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3219 vom 2026-02-24",
"url": "https://access.redhat.com/errata/RHSA-2026:3219"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3220 vom 2026-02-24",
"url": "https://access.redhat.com/errata/RHSA-2026:3220"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8063-1 vom 2026-02-25",
"url": "https://ubuntu.com/security/notices/USN-8063-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20490-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024482.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3461 vom 2026-02-27",
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3462 vom 2026-02-27",
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3958 vom 2026-03-06",
"url": "https://access.redhat.com/errata/RHSA-2026:3958"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3959 vom 2026-03-06",
"url": "https://access.redhat.com/errata/RHSA-2026:3959"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20753-1 vom 2026-03-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024831.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20390-1 vom 2026-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ESDDBTLDQY5QYTLM3IG5BFIIAO3I6LFR/"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (Python Protobuf): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-03-25T23:00:00.000+00:00",
"generator": {
"date": "2026-03-26T08:07:51.818+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0480",
"initial_release_date": "2026-02-23T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-02-23T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE, Rocky Enterprise Software Foundation und Red Hat aufgenommen"
},
{
"date": "2026-02-25T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-01T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-03-05T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-24T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von openSUSE aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T051099",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T051100",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
},
{
"category": "product_version",
"name": "9.0 Update Services for SAP Solutions",
"product": {
"name": "Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions",
"product_id": "T051101",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9.0_update_services_for_sap_solutions"
}
}
},
{
"category": "product_version",
"name": "9.4 Extended Update Support",
"product": {
"name": "Red Hat Enterprise Linux 9.4 Extended Update Support",
"product_id": "T051102",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9.4_extended_update_support"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-0994",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"T051100",
"T032255",
"T051099",
"T051102",
"T051101"
]
},
"release_date": "2026-02-23T23:00:00.000+00:00",
"title": "CVE-2026-0994"
}
]
}
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…