Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-34480 (GCVE-0-2026-34480)
Vulnerability from cvelistv5 – Published: 2026-04-10 15:42 – Updated: 2026-04-10 17:45- CWE-116 - Improper Encoding or Escaping of Output
| URL | Tags |
|---|---|
| https://github.com/apache/logging-log4j2/pull/4077 | patch |
| https://logging.apache.org/security.html#CVE-2026-34480 | vendor-advisory |
| https://logging.apache.org/cyclonedx/vdr.xml | vendor-advisory |
| https://logging.apache.org/log4j/2.x/manual/layou… | related |
| https://lists.apache.org/thread/5x0hcnng0chhghp6j… | vendor-advisory |
| http://www.openwall.com/lists/oss-security/2026/04/10/9 |
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Apache Software Foundation | Apache Log4j Core |
Affected:
2.0-alpha1 , < 2.25.4
(maven)
Affected: 3.0.0-alpha1 , ≤ 3.0.0-beta3 (maven) cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:* |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-04-10T16:18:19.775Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/04/10/9"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-34480",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-10T17:43:51.255638Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-10T17:45:07.434Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"cpes": [
"cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unaffected",
"packageName": "org.apache.logging.log4j:log4j-core",
"packageURL": "pkg:maven/org.apache.logging.log4j/log4j-core",
"product": "Apache Log4j Core",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "2.25.4",
"status": "affected",
"version": "2.0-alpha1",
"versionType": "maven"
},
{
"lessThanOrEqual": "3.0.0-beta3",
"status": "affected",
"version": "3.0.0-alpha1",
"versionType": "maven"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Ap4sh (Samy Medjahed) and Ethicxz (Eliott Laurie) (original reporters)"
},
{
"lang": "en",
"type": "finder",
"value": "jabaltarik1 (independently)"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eApache Log4j Core\u0027s \u003ccode\u003e\u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout\"\u003eXmlLayout\u003c/a\u003e\u003c/code\u003e, in versions up to and including 2.25.3, fails to sanitize characters forbidden by the \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://www.w3.org/TR/xml/#charsets\"\u003eXML 1.0 specification\u003c/a\u003e producing invalid XML output whenever a log message or MDC value contains such characters.\u003c/p\u003e\u003cp\u003eThe impact depends on the StAX implementation in use:\u003c/p\u003e\u003cul\u003e\u003cli\u003e\u003cstrong\u003eJRE built-in StAX:\u003c/strong\u003e Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records.\u003c/li\u003e\u003cli\u003e\u003cstrong\u003eAlternative StAX implementations\u003c/strong\u003e (e.g., \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/FasterXML/woodstox\"\u003eWoodstox\u003c/a\u003e, a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j\u0027s internal status logger.\u003c/li\u003e\u003c/ul\u003e\u003cp\u003eUsers are advised to upgrade to Apache Log4j Core \u003ccode\u003e2.25.4\u003c/code\u003e, which corrects this issue by sanitizing forbidden characters before XML output.\u003c/p\u003e"
}
],
"value": "Apache Log4j Core\u0027s XmlLayout https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout , in versions up to and including 2.25.3, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets producing invalid XML output whenever a log message or MDC value contains such characters.\n\nThe impact depends on the StAX implementation in use:\n\n * JRE built-in StAX: Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records.\n * Alternative StAX implementations (e.g., Woodstox https://github.com/FasterXML/woodstox , a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j\u0027s internal status logger.\n\n\nUsers are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue by sanitizing forbidden characters before XML output."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "LOW",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
},
{
"other": {
"content": {
"text": "moderate"
},
"type": "Textual description of severity"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-116",
"description": "CWE-116 Improper Encoding or Escaping of Output",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-10T15:42:03.843Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/apache/logging-log4j2/pull/4077"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://logging.apache.org/security.html#CVE-2026-34480"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"tags": [
"related"
],
"url": "https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://lists.apache.org/thread/5x0hcnng0chhghp6jgjdp3qmbbhfjzhb"
}
],
"source": {
"discovery": "EXTERNAL"
},
"timeline": [
{
"lang": "en",
"time": "2026-02-16T17:11:00.000Z",
"value": "Vulnerability reported by Ap4sh and ethicxz"
},
{
"lang": "en",
"time": "2026-03-10T20:15:00.000Z",
"value": "Candidate patch shared internally by Piotr P. Karwasz"
},
{
"lang": "en",
"time": "2026-03-15T05:39:00.000Z",
"value": "Independent report received from jabaltarik1"
},
{
"lang": "en",
"time": "2026-03-24T18:52:00.000Z",
"value": "Fix shared publicly by Piotr P. Karwasz as pull request #4077"
},
{
"lang": "en",
"time": "2026-03-25T09:46:00.000Z",
"value": "Fix verified by reporter"
},
{
"lang": "en",
"time": "2026-03-28T11:19:00.000Z",
"value": "Log4j 2.25.4 released"
}
],
"title": "Apache Log4j Core: Silent log event loss in XmlLayout due to unescaped XML 1.0 forbidden characters",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2026-34480",
"datePublished": "2026-04-10T15:42:03.843Z",
"dateReserved": "2026-03-28T15:29:27.095Z",
"dateUpdated": "2026-04-10T17:45:07.434Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-34480",
"date": "2026-09-05",
"epss": "0.00972",
"percentile": "0.59178"
},
"microsoft_vex": {
"current_release_date": "2026-04-30T01:40:51.000Z",
"cve": "CVE-2026-34480",
"id": "msrc_CVE-2026-34480",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"product_status:known_not_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Apache Log4j Core: Silent log event loss in XmlLayout due to unescaped XML 1.0 forbidden characters",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-34480.json",
"version": "2"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-34480\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2026-04-10T16:16:31.463\",\"lastModified\":\"2026-06-17T10:39:07.087\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Apache Log4j Core\u0027s XmlLayout https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout , in versions up to and including 2.25.3, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets producing invalid XML output whenever a log message or MDC value contains such characters.\\n\\nThe impact depends on the StAX implementation in use:\\n\\n * JRE built-in StAX: Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records.\\n * Alternative StAX implementations (e.g., Woodstox https://github.com/FasterXML/woodstox , a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j\u0027s internal status logger.\\n\\n\\nUsers are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue by sanitizing forbidden characters before XML output.\"}],\"affected\":[{\"source\":\"security@apache.org\",\"affectedData\":[{\"vendor\":\"Apache Software Foundation\",\"product\":\"Apache Log4j Core\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://repo.maven.apache.org/maven2\",\"packageName\":\"org.apache.logging.log4j:log4j-core\",\"cpes\":[\"cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*\"],\"packageURL\":\"pkg:maven/org.apache.logging.log4j/log4j-core\",\"versions\":[{\"version\":\"2.0-alpha1\",\"lessThan\":\"2.25.4\",\"versionType\":\"maven\",\"status\":\"affected\"},{\"version\":\"3.0.0-alpha1\",\"lessThanOrEqual\":\"3.0.0-beta3\",\"versionType\":\"maven\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"LOW\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"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:H/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-04-10T17:43:51.255638Z\",\"id\":\"CVE-2026-34480\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-116\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0\",\"versionEndExcluding\":\"2.25.4\",\"matchCriteriaId\":\"EB58E4E0-0D2E-4565-9436-5191B31DEB6B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:log4j:3.0.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"5EE518C3-2F43-40FF-B754-C340B7003FC7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:log4j:3.0.0:alpha1_rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"6D2A01C1-D56C-4198-8ADB-11739F791E2B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:log4j:3.0.0:alpha1_rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"D6F8BD61-DD30-4D64-842C-850E5B117036\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:log4j:3.0.0:beta1:*:*:*:*:*:*\",\"matchCriteriaId\":\"ED00C38D-27EA-489C-9A2B-3594ACA8A3C5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:log4j:3.0.0:beta2:*:*:*:*:*:*\",\"matchCriteriaId\":\"8794D719-1D90-4378-B48B-698EA40FBFB2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:log4j:3.0.0:beta3:*:*:*:*:*:*\",\"matchCriteriaId\":\"74C9FCBD-ECAD-4C29-B97A-2B9D97C0FC1F\"}]}]}],\"references\":[{\"url\":\"https://github.com/apache/logging-log4j2/pull/4077\",\"source\":\"security@apache.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://lists.apache.org/thread/5x0hcnng0chhghp6jgjdp3qmbbhfjzhb\",\"source\":\"security@apache.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://logging.apache.org/cyclonedx/vdr.xml\",\"source\":\"security@apache.org\",\"tags\":[\"Product\"]},{\"url\":\"https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout\",\"source\":\"security@apache.org\",\"tags\":[\"Technical Description\"]},{\"url\":\"https://logging.apache.org/security.html#CVE-2026-34480\",\"source\":\"security@apache.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/04/10/9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-09-06T00:03:44+00:00",
"cve": "CVE-2026-34480",
"id": "CVE-2026-34480",
"initial_release_date": "2026-04-10T15:42:03.843000+00:00",
"product_status:fixed": "8",
"product_status:known_affected": "28",
"product_status:known_not_affected": "227",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "org.apache.logging.log4j/log4j-core: Apache Log4j Core: Invalid XML output causes denial of service in logging",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-34480.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/04/10/9\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-04-10T16:18:19.775Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-34480\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-10T17:43:51.255638Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-10T17:45:00.601Z\"}}], \"cna\": {\"title\": \"Apache Log4j Core: Silent log event loss in XmlLayout due to unescaped XML 1.0 forbidden characters\", \"source\": {\"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Ap4sh (Samy Medjahed) and Ethicxz (Eliott Laurie) (original reporters)\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"jabaltarik1 (independently)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 6.9, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"LOW\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}, {\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"moderate\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*\"], \"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Log4j Core\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.0-alpha1\", \"lessThan\": \"2.25.4\", \"versionType\": \"maven\"}, {\"status\": \"affected\", \"version\": \"3.0.0-alpha1\", \"versionType\": \"maven\", \"lessThanOrEqual\": \"3.0.0-beta3\"}], \"packageURL\": \"pkg:maven/org.apache.logging.log4j/log4j-core\", \"packageName\": \"org.apache.logging.log4j:log4j-core\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-02-16T17:11:00.000Z\", \"value\": \"Vulnerability reported by Ap4sh and ethicxz\"}, {\"lang\": \"en\", \"time\": \"2026-03-10T20:15:00.000Z\", \"value\": \"Candidate patch shared internally by Piotr P. Karwasz\"}, {\"lang\": \"en\", \"time\": \"2026-03-15T05:39:00.000Z\", \"value\": \"Independent report received from jabaltarik1\"}, {\"lang\": \"en\", \"time\": \"2026-03-24T18:52:00.000Z\", \"value\": \"Fix shared publicly by Piotr P. Karwasz as pull request #4077\"}, {\"lang\": \"en\", \"time\": \"2026-03-25T09:46:00.000Z\", \"value\": \"Fix verified by reporter\"}, {\"lang\": \"en\", \"time\": \"2026-03-28T11:19:00.000Z\", \"value\": \"Log4j 2.25.4 released\"}], \"references\": [{\"url\": \"https://github.com/apache/logging-log4j2/pull/4077\", \"tags\": [\"patch\"]}, {\"url\": \"https://logging.apache.org/security.html#CVE-2026-34480\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://logging.apache.org/cyclonedx/vdr.xml\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout\", \"tags\": [\"related\"]}, {\"url\": \"https://lists.apache.org/thread/5x0hcnng0chhghp6jgjdp3qmbbhfjzhb\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Apache Log4j Core\u0027s XmlLayout https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout , in versions up to and including 2.25.3, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets producing invalid XML output whenever a log message or MDC value contains such characters.\\n\\nThe impact depends on the StAX implementation in use:\\n\\n * JRE built-in StAX: Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records.\\n * Alternative StAX implementations (e.g., Woodstox https://github.com/FasterXML/woodstox , a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j\u0027s internal status logger.\\n\\n\\nUsers are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue by sanitizing forbidden characters before XML output.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eApache Log4j Core\u0027s \u003ccode\u003e\u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout\\\"\u003eXmlLayout\u003c/a\u003e\u003c/code\u003e, in versions up to and including 2.25.3, fails to sanitize characters forbidden by the \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://www.w3.org/TR/xml/#charsets\\\"\u003eXML 1.0 specification\u003c/a\u003e producing invalid XML output whenever a log message or MDC value contains such characters.\u003c/p\u003e\u003cp\u003eThe impact depends on the StAX implementation in use:\u003c/p\u003e\u003cul\u003e\u003cli\u003e\u003cstrong\u003eJRE built-in StAX:\u003c/strong\u003e Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records.\u003c/li\u003e\u003cli\u003e\u003cstrong\u003eAlternative StAX implementations\u003c/strong\u003e (e.g., \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://github.com/FasterXML/woodstox\\\"\u003eWoodstox\u003c/a\u003e, a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j\u0027s internal status logger.\u003c/li\u003e\u003c/ul\u003e\u003cp\u003eUsers are advised to upgrade to Apache Log4j Core \u003ccode\u003e2.25.4\u003c/code\u003e, which corrects this issue by sanitizing forbidden characters before XML output.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-116\", \"description\": \"CWE-116 Improper Encoding or Escaping of Output\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2026-04-10T15:42:03.843Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-34480\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-10T17:45:07.434Z\", \"dateReserved\": \"2026-03-28T15:29:27.095Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2026-04-10T15:42:03.843Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:1843-1
Vulnerability from csaf_suse - Published: 2026-05-13 15:24 - Updated: 2026-05-13 15:24| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch | — |
Vendor Fix
|
{
"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 log4j",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for log4j fixes the following issues:\n\n- CVE-2026-34477: TLS connections vulnerable to interception due to incomplete hostname verification configuration\n checks (bsc#1262050).\n- CVE-2026-34479: silent log event loss due to improper XML escaping in `Log4j1XmlLayout` (bsc#1262091).\n- CVE-2026-34480: silent log event loss due to improper XML escaping in `XmlLayout` (bsc#1262092).\n- CVE-2026-34481: silent log event loss due to improper serialization of non-finite floating-point values in\n `JsonTemplateLayout` (bsc#1262093).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1843,SUSE-SLE-Module-Basesystem-15-SP7-2026-1843",
"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_1843-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1843-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261843-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1843-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046426.html"
},
{
"category": "self",
"summary": "SUSE Bug 1262050",
"url": "https://bugzilla.suse.com/1262050"
},
{
"category": "self",
"summary": "SUSE Bug 1262091",
"url": "https://bugzilla.suse.com/1262091"
},
{
"category": "self",
"summary": "SUSE Bug 1262092",
"url": "https://bugzilla.suse.com/1262092"
},
{
"category": "self",
"summary": "SUSE Bug 1262093",
"url": "https://bugzilla.suse.com/1262093"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34477 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34477/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34479 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34479/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34480 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34480/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34481 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34481/"
}
],
"title": "Security update for log4j",
"tracking": {
"current_release_date": "2026-05-13T15:24:57Z",
"generator": {
"date": "2026-05-13T15:24:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1843-1",
"initial_release_date": "2026-05-13T15:24:57Z",
"revision_history": [
{
"date": "2026-05-13T15:24:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "log4j-2.20.0-150200.4.33.1.noarch",
"product": {
"name": "log4j-2.20.0-150200.4.33.1.noarch",
"product_id": "log4j-2.20.0-150200.4.33.1.noarch"
}
},
{
"category": "product_version",
"name": "log4j-bom-2.20.0-150200.4.33.1.noarch",
"product": {
"name": "log4j-bom-2.20.0-150200.4.33.1.noarch",
"product_id": "log4j-bom-2.20.0-150200.4.33.1.noarch"
}
},
{
"category": "product_version",
"name": "log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"product": {
"name": "log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"product_id": "log4j-javadoc-2.20.0-150200.4.33.1.noarch"
}
},
{
"category": "product_version",
"name": "log4j-jcl-2.20.0-150200.4.33.1.noarch",
"product": {
"name": "log4j-jcl-2.20.0-150200.4.33.1.noarch",
"product_id": "log4j-jcl-2.20.0-150200.4.33.1.noarch"
}
},
{
"category": "product_version",
"name": "log4j-slf4j-2.20.0-150200.4.33.1.noarch",
"product": {
"name": "log4j-slf4j-2.20.0-150200.4.33.1.noarch",
"product_id": "log4j-slf4j-2.20.0-150200.4.33.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-2.20.0-150200.4.33.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch"
},
"product_reference": "log4j-2.20.0-150200.4.33.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-javadoc-2.20.0-150200.4.33.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch"
},
"product_reference": "log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-jcl-2.20.0-150200.4.33.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch"
},
"product_reference": "log4j-jcl-2.20.0-150200.4.33.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-slf4j-2.20.0-150200.4.33.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
},
"product_reference": "log4j-slf4j-2.20.0-150200.4.33.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34477",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34477"
}
],
"notes": [
{
"category": "general",
"text": "The fix for CVE-2025-68161 https://logging.apache.org/security.html#CVE-2025-68161 was incomplete: it addressed hostname verification only when enabled via the log4j2.sslVerifyHostName https://logging.apache.org/log4j/2.x/manual/systemproperties.html#log4j2.sslVerifyHostName system property, but not when configured through the verifyHostName https://logging.apache.org/log4j/2.x/manual/appenders/network.html#SslConfiguration-attr-verifyHostName attribute of the \u003cSsl\u003e element.\n\nAlthough the verifyHostName configuration attribute was introduced in Log4j Core 2.12.0, it was silently ignored in all versions through 2.25.3, leaving TLS connections vulnerable to interception regardless of the configured value.\n\nA network-based attacker may be able to perform a man-in-the-middle attack when all of the following conditions are met:\n\n * An SMTP, Socket, or Syslog appender is in use.\n * TLS is configured via a nested \u003cSsl\u003e element.\n * The attacker can present a certificate issued by a CA trusted by the appender\u0027s configured trust store, or by the default Java trust store if none is configured.\nThis issue does not affect users of the HTTP appender, which uses a separate verifyHostname https://logging.apache.org/log4j/2.x/manual/appenders/network.html#HttpAppender-attr-verifyHostName attribute that was not subject to this bug and verifies host names by default.\n\nUsers are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34477",
"url": "https://www.suse.com/security/cve/CVE-2026-34477"
},
{
"category": "external",
"summary": "SUSE Bug 1262050 for CVE-2026-34477",
"url": "https://bugzilla.suse.com/1262050"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-13T15:24:57Z",
"details": "moderate"
}
],
"title": "CVE-2026-34477"
},
{
"cve": "CVE-2026-34479",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34479"
}
],
"notes": [
{
"category": "general",
"text": "The Log4j1XmlLayout from the Apache Log4j 1-to-Log4j 2 bridge fails to escape characters forbidden by the XML 1.0 standard, producing malformed XML output. Conforming XML parsers are required to reject documents containing such characters with a fatal error, which may cause downstream log processing systems to drop or fail to index affected records.\n\nTwo groups of users are affected:\n\n * Those using Log4j1XmlLayout directly in a Log4j Core 2 configuration file.\n * Those using the Log4j 1 configuration compatibility layer with org.apache.log4j.xml.XMLLayout specified as the layout class.\n\n\nUsers are advised to upgrade to Apache Log4j 1-to-Log4j 2 bridge version 2.25.4, which corrects this issue.\n\nNote: The Apache Log4j 1-to-Log4j 2 bridge is deprecated and will not be present in Log4j 3. Users are encouraged to consult the Log4j 1 to Log4j 2 migration guide https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html , and specifically the section on eliminating reliance on the bridge.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34479",
"url": "https://www.suse.com/security/cve/CVE-2026-34479"
},
{
"category": "external",
"summary": "SUSE Bug 1262091 for CVE-2026-34479",
"url": "https://bugzilla.suse.com/1262091"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-13T15:24:57Z",
"details": "moderate"
}
],
"title": "CVE-2026-34479"
},
{
"cve": "CVE-2026-34480",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34480"
}
],
"notes": [
{
"category": "general",
"text": "Apache Log4j Core\u0027s XmlLayout https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout , in versions up to and including 2.25.3, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets producing invalid XML output whenever a log message or MDC value contains such characters.\n\nThe impact depends on the StAX implementation in use:\n\n * JRE built-in StAX: Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records.\n * Alternative StAX implementations (e.g., Woodstox https://github.com/FasterXML/woodstox , a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j\u0027s internal status logger.\n\n\nUsers are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue by sanitizing forbidden characters before XML output.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34480",
"url": "https://www.suse.com/security/cve/CVE-2026-34480"
},
{
"category": "external",
"summary": "SUSE Bug 1262092 for CVE-2026-34480",
"url": "https://bugzilla.suse.com/1262092"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-13T15:24:57Z",
"details": "moderate"
}
],
"title": "CVE-2026-34480"
},
{
"cve": "CVE-2026-34481",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34481"
}
],
"notes": [
{
"category": "general",
"text": "Apache Log4j\u0027s JsonTemplateLayout https://logging.apache.org/log4j/2.x/manual/json-template-layout.html , in versions up to and including 2.25.3, produces invalid JSON output when log events contain non-finite floating-point values (NaN, Infinity, or -Infinity), which are prohibited by RFC 8259. This may cause downstream log processing systems to reject or fail to index affected records.\n\nAn attacker can exploit this issue only if both of the following conditions are met:\n\n * The application uses JsonTemplateLayout.\n * The application logs a MapMessage containing an attacker-controlled floating-point value.\n\n\nUsers are advised to upgrade to Apache Log4j JSON Template Layout 2.25.4, which corrects this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34481",
"url": "https://www.suse.com/security/cve/CVE-2026-34481"
},
{
"category": "external",
"summary": "SUSE Bug 1262093 for CVE-2026-34481",
"url": "https://bugzilla.suse.com/1262093"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-javadoc-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-jcl-2.20.0-150200.4.33.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:log4j-slf4j-2.20.0-150200.4.33.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-13T15:24:57Z",
"details": "moderate"
}
],
"title": "CVE-2026-34481"
}
]
}
ubuntu-cve-2026-34480
Vulnerability from osv_ubuntu
Apache Log4j Core's XmlLayout https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout , in versions up to and including 2.25.3, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets producing invalid XML output whenever a log message or MDC value contains such characters. The impact depends on the StAX implementation in use: * JRE built-in StAX: Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records. * Alternative StAX implementations (e.g., Woodstox https://github.com/FasterXML/woodstox , a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j's internal status logger. Users are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue by sanitizing forbidden characters before XML output.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j1.2-java",
"binary_version": "1.2.17-4ubuntu3+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "apache-log4j1.2",
"purl": "pkg:deb/ubuntu/apache-log4j1.2@1.2.17-4ubuntu3+esm2?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.2.17-3ubuntu1",
"1.2.17-4ubuntu1",
"1.2.17-4ubuntu2",
"1.2.17-4ubuntu3",
"1.2.17-4ubuntu3+esm1",
"1.2.17-4ubuntu3+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j2-java",
"binary_version": "2.4-2ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "apache-log4j2",
"purl": "pkg:deb/ubuntu/apache-log4j2@2.4-2ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.2-1",
"2.4-1",
"2.4-2",
"2.4-2ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j1.2-java",
"binary_version": "1.2.17-7ubuntu1+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "apache-log4j1.2",
"purl": "pkg:deb/ubuntu/apache-log4j1.2@1.2.17-7ubuntu1+esm2?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.2.17-6ubuntu1",
"1.2.17-7ubuntu1",
"1.2.17-7ubuntu1+esm1",
"1.2.17-7ubuntu1+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j1.2-java",
"binary_version": "1.2.17-8+deb10u1ubuntu0.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "apache-log4j1.2",
"purl": "pkg:deb/ubuntu/apache-log4j1.2@1.2.17-8+deb10u1ubuntu0.2?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.2.17-7ubuntu2",
"1.2.17-8",
"1.2.17-8+deb10u1build0.18.04.1",
"1.2.17-8+deb10u1ubuntu0.1",
"1.2.17-8+deb10u1ubuntu0.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j2-java",
"binary_version": "2.12.4-0ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "apache-log4j2",
"purl": "pkg:deb/ubuntu/apache-log4j2@2.12.4-0ubuntu0.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.8.2-1",
"2.8.2-2",
"2.10.0-1",
"2.10.0-2",
"2.10.0-2ubuntu0.1",
"2.12.4-0ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j1.2-java",
"binary_version": "1.2.17-9ubuntu0.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "apache-log4j1.2",
"purl": "pkg:deb/ubuntu/apache-log4j1.2@1.2.17-9ubuntu0.2?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.2.17-8",
"1.2.17-9",
"1.2.17-9ubuntu0.1",
"1.2.17-9ubuntu0.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j2-java",
"binary_version": "2.17.1-0.20.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "apache-log4j2",
"purl": "pkg:deb/ubuntu/apache-log4j2@2.17.1-0.20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.11.1-2",
"2.11.2-1",
"2.15.0-0.20.04.1",
"2.16.0-0.20.04.1",
"2.17.0-0.20.04.1",
"2.17.1-0.20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j1.2-java",
"binary_version": "1.2.17-11"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "apache-log4j1.2",
"purl": "pkg:deb/ubuntu/apache-log4j1.2@1.2.17-11?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.2.17-10",
"1.2.17-11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j2-java",
"binary_version": "2.17.1-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "apache-log4j2",
"purl": "pkg:deb/ubuntu/apache-log4j2@2.17.1-1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.13.3-1",
"2.15.0-1",
"2.16.0-1",
"2.17.0-1",
"2.17.1-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j1.2-java",
"binary_version": "1.2.17-11"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "apache-log4j1.2",
"purl": "pkg:deb/ubuntu/apache-log4j1.2@1.2.17-11?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.2.17-11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j2-java",
"binary_version": "2.19.0-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "apache-log4j2",
"purl": "pkg:deb/ubuntu/apache-log4j2@2.19.0-2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.19.0-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j1.2-java",
"binary_version": "1.2.17-11"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "apache-log4j1.2",
"purl": "pkg:deb/ubuntu/apache-log4j1.2@1.2.17-11?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.2.17-11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j2-java",
"binary_version": "2.19.0-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "apache-log4j2",
"purl": "pkg:deb/ubuntu/apache-log4j2@2.19.0-2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.19.0-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j1.2-java",
"binary_version": "1.2.17-11build1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "apache-log4j1.2",
"purl": "pkg:deb/ubuntu/apache-log4j1.2@1.2.17-11build1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.2.17-11",
"1.2.17-11build1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "liblog4j2-java",
"binary_version": "2.19.0-2build1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "apache-log4j2",
"purl": "pkg:deb/ubuntu/apache-log4j2@2.19.0-2build1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.19.0-2",
"2.19.0-2build1"
]
}
],
"aliases": [],
"details": "Apache Log4j Core\u0027s XmlLayout https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout , in versions up to and including 2.25.3, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets producing invalid XML output whenever a log message or MDC value contains such characters. The impact depends on the StAX implementation in use: * JRE built-in StAX: Forbidden characters are silently written to the output, producing malformed XML. Conforming parsers must reject such documents with a fatal error, which may cause downstream log-processing systems to drop the affected records. * Alternative StAX implementations (e.g., Woodstox https://github.com/FasterXML/woodstox , a transitive dependency of the Jackson XML Dataformat module): An exception is thrown during the logging call, and the log event is never delivered to its intended appender, only to Log4j\u0027s internal status logger. Users are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue by sanitizing forbidden characters before XML output.",
"id": "UBUNTU-CVE-2026-34480",
"modified": "2026-05-20T15:27:23Z",
"published": "2026-04-10T16:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-34480"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34480"
},
{
"type": "REPORT",
"url": "https://lists.apache.org/thread/5x0hcnng0chhghp6jgjdp3qmbbhfjzhb"
},
{
"type": "REPORT",
"url": "https://logging.apache.org/security.html#CVE-2026-34480"
},
{
"type": "REPORT",
"url": "https://github.com/apache/logging-log4j2/pull/4077"
},
{
"type": "REPORT",
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"type": "REPORT",
"url": "https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout"
},
{
"type": "REPORT",
"url": "http://www.openwall.com/lists/oss-security/2026/04/10/9"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N",
"type": "CVSS_V4"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-34480"
]
}
WID-SEC-W-2026-1067
Vulnerability from csaf_certbund - Published: 2026-04-12 22:00 - Updated: 2026-08-02 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <9.3.13
Splunk / Splunk Enterprise
|
<9.3.13 | ||
|
Splunk Splunk Enterprise <9.4.12
Splunk / Splunk Enterprise
|
<9.4.12 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Information Server
IBM
|
cpe:/a:ibm:infosphere_information_server:-
|
— | |
|
IBM License Metric Tool
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
Apache log4j <2.25.4
Apache / log4j
|
<2.25.4 | ||
|
Splunk Splunk Enterprise <10.0.7
Splunk / Splunk Enterprise
|
<10.0.7 | ||
|
IBM Tivoli Netcool/OMNIbus 8.1.0-8.1.0.36
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0_-_8.1.0.36
|
8.1.0-8.1.0.36 | |
|
Splunk Splunk Enterprise <10.2.4
Splunk / Splunk Enterprise
|
<10.2.4 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Splunk Splunk Enterprise <10.4.0
Splunk / Splunk Enterprise
|
<10.4.0 | ||
|
IBM SPSS Collaboration and Deployment Services
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services
|
Collaboration and Deployment Services | |
|
IBM DB2 Developer Extension
IBM / DB2
|
cpe:/a:ibm:db2:developer_extension
|
Developer Extension | |
|
IBM License Metric Tool <9.2.44
IBM / License Metric Tool
|
<9.2.44 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS Modeler
IBM / SPSS
|
cpe:/a:ibm:spss:modeler
|
Modeler | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux Offline Knowledge Portal
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:offline_knowledge_portal
|
Offline Knowledge Portal | |
|
IBM Spectrum Protect Plus
IBM
|
cpe:/a:ibm:spectrum_protect_plus:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
HCL Domino Rest API
HCL / Domino
|
cpe:/a:hcltech:domino:-
|
Rest API | |
|
IBM Tivoli Network Manager IP Edition 4.2.0
IBM / Tivoli Network Manager
|
cpe:/a:ibm:tivoli_network_manager:ip_edition_4.2.0
|
IP Edition 4.2.0 | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
IBM DB2
IBM / DB2
|
cpe:/a:ibm:db2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <9.3.13
Splunk / Splunk Enterprise
|
<9.3.13 | ||
|
Splunk Splunk Enterprise <9.4.12
Splunk / Splunk Enterprise
|
<9.4.12 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Information Server
IBM
|
cpe:/a:ibm:infosphere_information_server:-
|
— | |
|
IBM License Metric Tool
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
Apache log4j <2.25.4
Apache / log4j
|
<2.25.4 | ||
|
Splunk Splunk Enterprise <10.0.7
Splunk / Splunk Enterprise
|
<10.0.7 | ||
|
IBM Tivoli Netcool/OMNIbus 8.1.0-8.1.0.36
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0_-_8.1.0.36
|
8.1.0-8.1.0.36 | |
|
Splunk Splunk Enterprise <10.2.4
Splunk / Splunk Enterprise
|
<10.2.4 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Splunk Splunk Enterprise <10.4.0
Splunk / Splunk Enterprise
|
<10.4.0 | ||
|
IBM SPSS Collaboration and Deployment Services
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services
|
Collaboration and Deployment Services | |
|
IBM DB2 Developer Extension
IBM / DB2
|
cpe:/a:ibm:db2:developer_extension
|
Developer Extension | |
|
IBM License Metric Tool <9.2.44
IBM / License Metric Tool
|
<9.2.44 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS Modeler
IBM / SPSS
|
cpe:/a:ibm:spss:modeler
|
Modeler | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux Offline Knowledge Portal
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:offline_knowledge_portal
|
Offline Knowledge Portal | |
|
IBM Spectrum Protect Plus
IBM
|
cpe:/a:ibm:spectrum_protect_plus:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
HCL Domino Rest API
HCL / Domino
|
cpe:/a:hcltech:domino:-
|
Rest API | |
|
IBM Tivoli Network Manager IP Edition 4.2.0
IBM / Tivoli Network Manager
|
cpe:/a:ibm:tivoli_network_manager:ip_edition_4.2.0
|
IP Edition 4.2.0 | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
IBM DB2
IBM / DB2
|
cpe:/a:ibm:db2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <9.3.13
Splunk / Splunk Enterprise
|
<9.3.13 | ||
|
Splunk Splunk Enterprise <9.4.12
Splunk / Splunk Enterprise
|
<9.4.12 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Information Server
IBM
|
cpe:/a:ibm:infosphere_information_server:-
|
— | |
|
IBM License Metric Tool
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
Apache log4j <2.25.4
Apache / log4j
|
<2.25.4 | ||
|
Splunk Splunk Enterprise <10.0.7
Splunk / Splunk Enterprise
|
<10.0.7 | ||
|
IBM Tivoli Netcool/OMNIbus 8.1.0-8.1.0.36
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0_-_8.1.0.36
|
8.1.0-8.1.0.36 | |
|
Splunk Splunk Enterprise <10.2.4
Splunk / Splunk Enterprise
|
<10.2.4 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Splunk Splunk Enterprise <10.4.0
Splunk / Splunk Enterprise
|
<10.4.0 | ||
|
IBM SPSS Collaboration and Deployment Services
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services
|
Collaboration and Deployment Services | |
|
IBM DB2 Developer Extension
IBM / DB2
|
cpe:/a:ibm:db2:developer_extension
|
Developer Extension | |
|
IBM License Metric Tool <9.2.44
IBM / License Metric Tool
|
<9.2.44 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS Modeler
IBM / SPSS
|
cpe:/a:ibm:spss:modeler
|
Modeler | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux Offline Knowledge Portal
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:offline_knowledge_portal
|
Offline Knowledge Portal | |
|
IBM Spectrum Protect Plus
IBM
|
cpe:/a:ibm:spectrum_protect_plus:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
HCL Domino Rest API
HCL / Domino
|
cpe:/a:hcltech:domino:-
|
Rest API | |
|
IBM Tivoli Network Manager IP Edition 4.2.0
IBM / Tivoli Network Manager
|
cpe:/a:ibm:tivoli_network_manager:ip_edition_4.2.0
|
IP Edition 4.2.0 | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
IBM DB2
IBM / DB2
|
cpe:/a:ibm:db2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <9.3.13
Splunk / Splunk Enterprise
|
<9.3.13 | ||
|
Splunk Splunk Enterprise <9.4.12
Splunk / Splunk Enterprise
|
<9.4.12 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Information Server
IBM
|
cpe:/a:ibm:infosphere_information_server:-
|
— | |
|
IBM License Metric Tool
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
Apache log4j <2.25.4
Apache / log4j
|
<2.25.4 | ||
|
Splunk Splunk Enterprise <10.0.7
Splunk / Splunk Enterprise
|
<10.0.7 | ||
|
IBM Tivoli Netcool/OMNIbus 8.1.0-8.1.0.36
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0_-_8.1.0.36
|
8.1.0-8.1.0.36 | |
|
Splunk Splunk Enterprise <10.2.4
Splunk / Splunk Enterprise
|
<10.2.4 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Splunk Splunk Enterprise <10.4.0
Splunk / Splunk Enterprise
|
<10.4.0 | ||
|
IBM SPSS Collaboration and Deployment Services
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services
|
Collaboration and Deployment Services | |
|
IBM DB2 Developer Extension
IBM / DB2
|
cpe:/a:ibm:db2:developer_extension
|
Developer Extension | |
|
IBM License Metric Tool <9.2.44
IBM / License Metric Tool
|
<9.2.44 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS Modeler
IBM / SPSS
|
cpe:/a:ibm:spss:modeler
|
Modeler | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux Offline Knowledge Portal
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:offline_knowledge_portal
|
Offline Knowledge Portal | |
|
IBM Spectrum Protect Plus
IBM
|
cpe:/a:ibm:spectrum_protect_plus:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
HCL Domino Rest API
HCL / Domino
|
cpe:/a:hcltech:domino:-
|
Rest API | |
|
IBM Tivoli Network Manager IP Edition 4.2.0
IBM / Tivoli Network Manager
|
cpe:/a:ibm:tivoli_network_manager:ip_edition_4.2.0
|
IP Edition 4.2.0 | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
IBM DB2
IBM / DB2
|
cpe:/a:ibm:db2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <9.3.13
Splunk / Splunk Enterprise
|
<9.3.13 | ||
|
Splunk Splunk Enterprise <9.4.12
Splunk / Splunk Enterprise
|
<9.4.12 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Information Server
IBM
|
cpe:/a:ibm:infosphere_information_server:-
|
— | |
|
IBM License Metric Tool
IBM / License Metric Tool
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
Apache log4j <2.25.4
Apache / log4j
|
<2.25.4 | ||
|
Splunk Splunk Enterprise <10.0.7
Splunk / Splunk Enterprise
|
<10.0.7 | ||
|
IBM Tivoli Netcool/OMNIbus 8.1.0-8.1.0.36
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0_-_8.1.0.36
|
8.1.0-8.1.0.36 | |
|
Splunk Splunk Enterprise <10.2.4
Splunk / Splunk Enterprise
|
<10.2.4 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Splunk Splunk Enterprise <10.4.0
Splunk / Splunk Enterprise
|
<10.4.0 | ||
|
IBM SPSS Collaboration and Deployment Services
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services
|
Collaboration and Deployment Services | |
|
IBM DB2 Developer Extension
IBM / DB2
|
cpe:/a:ibm:db2:developer_extension
|
Developer Extension | |
|
IBM License Metric Tool <9.2.44
IBM / License Metric Tool
|
<9.2.44 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS Modeler
IBM / SPSS
|
cpe:/a:ibm:spss:modeler
|
Modeler | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux Offline Knowledge Portal
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:offline_knowledge_portal
|
Offline Knowledge Portal | |
|
IBM Spectrum Protect Plus
IBM
|
cpe:/a:ibm:spectrum_protect_plus:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
HCL Domino Rest API
HCL / Domino
|
cpe:/a:hcltech:domino:-
|
Rest API | |
|
IBM Tivoli Network Manager IP Edition 4.2.0
IBM / Tivoli Network Manager
|
cpe:/a:ibm:tivoli_network_manager:ip_edition_4.2.0
|
IP Edition 4.2.0 | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
IBM DB2
IBM / DB2
|
cpe:/a:ibm:db2:-
|
— |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://github.com/advisories/GHSA-6HG6-V5C8-FPHQ | external |
| https://github.com/advisories/GHSA-445C-VH5M-36RJ | external |
| https://github.com/advisories/GHSA-H383-GMXW-35V2 | external |
| https://github.com/advisories/GHSA-3pxv-7cmr-fjr4 | external |
| https://github.com/advisories/GHSA-w35j-pv5h-q9q9 | external |
| https://msrc.microsoft.com/update-guide/ | external |
| https://lists.opensuse.org/archives/list/security… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://www.ibm.com/support/pages/node/7273809 | external |
| https://www.ibm.com/support/pages/node/7274080 | external |
| https://www.ibm.com/support/pages/node/7274227 | external |
| https://access.redhat.com/errata/RHSA-2026:21773 | external |
| https://access.redhat.com/errata/RHSA-2026:22619 | external |
| https://advisory.splunk.com//advisories/SVD-2026-0610 | external |
| https://www.ibm.com/support/pages/node/7275937 | external |
| https://www.ibm.com/support/pages/node/7276777 | external |
| https://www.ibm.com/support/pages/node/7277420 | external |
| https://docs.cloud.google.com/support/bulletins#g… | external |
| https://www.ibm.com/support/pages/node/7275287 | external |
| https://www.ibm.com/support/pages/node/7278011 | external |
| https://www.ibm.com/support/pages/node/7278671 | external |
| https://access.redhat.com/errata/RHSA-2026:34608 | external |
| https://access.redhat.com/errata/RHSA-2026:37390 | external |
| https://www.ibm.com/support/pages/node/7279458 | external |
| https://access.redhat.com/errata/RHSA-2026:42644 | external |
| https://www.ibm.com/support/pages/node/7280602 | external |
| https://support.hcl-software.com/csm?id=kb_articl… | external |
| https://www.ibm.com/support/pages/node/7282322 | external |
{
"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": "Apache log4j ist ein Framework zum Loggen von Anwendungsmeldungen in Java.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Apache log4j ausnutzen, um Dateien zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1067 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1067.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1067 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1067"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-6HG6-V5C8-FPHQ vom 2026-04-12",
"url": "https://github.com/advisories/GHSA-6HG6-V5C8-FPHQ"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-445C-VH5M-36RJ vom 2026-04-12",
"url": "https://github.com/advisories/GHSA-445C-VH5M-36RJ"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-H383-GMXW-35V2 vom 2026-04-12",
"url": "https://github.com/advisories/GHSA-H383-GMXW-35V2"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-3pxv-7cmr-fjr4 vom 2026-04-12",
"url": "https://github.com/advisories/GHSA-3pxv-7cmr-fjr4"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-w35j-pv5h-q9q9 vom 2026-04-12",
"url": "https://github.com/advisories/GHSA-w35j-pv5h-q9q9"
},
{
"category": "external",
"summary": "Microsoft Security Update Guide vom 2026-04-14",
"url": "https://msrc.microsoft.com/update-guide/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10544-1 vom 2026-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4PYSIASLDV4ARR35HGWQNBVP5EMAIURV/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1843-1 vom 2026-05-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026025.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7273809 vom 2026-05-22",
"url": "https://www.ibm.com/support/pages/node/7273809"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7274080 vom 2026-05-26",
"url": "https://www.ibm.com/support/pages/node/7274080"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7274227 vom 2026-05-27",
"url": "https://www.ibm.com/support/pages/node/7274227"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21773 vom 2026-05-29",
"url": "https://access.redhat.com/errata/RHSA-2026:21773"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22619 vom 2026-06-02",
"url": "https://access.redhat.com/errata/RHSA-2026:22619"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2026-0610 vom 2026-06-10",
"url": "https://advisory.splunk.com//advisories/SVD-2026-0610"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7275937 vom 2026-06-11",
"url": "https://www.ibm.com/support/pages/node/7275937"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7276777 vom 2026-06-23",
"url": "https://www.ibm.com/support/pages/node/7276777"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7277420 vom 2026-06-23",
"url": "https://www.ibm.com/support/pages/node/7277420"
},
{
"category": "external",
"summary": "Google Cloud Platform Security Bulletin GCP-2026-041 vom 2026-06-24",
"url": "https://docs.cloud.google.com/support/bulletins#gcp-2026-041"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7275287 vom 2026-06-24",
"url": "https://www.ibm.com/support/pages/node/7275287"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7278011 vom 2026-06-25",
"url": "https://www.ibm.com/support/pages/node/7278011"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7278671 vom 2026-07-01",
"url": "https://www.ibm.com/support/pages/node/7278671"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:34608 vom 2026-07-02",
"url": "https://access.redhat.com/errata/RHSA-2026:34608"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:37390 vom 2026-07-09",
"url": "https://access.redhat.com/errata/RHSA-2026:37390"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7279458 vom 2026-07-10",
"url": "https://www.ibm.com/support/pages/node/7279458"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:42644 vom 2026-07-21",
"url": "https://access.redhat.com/errata/RHSA-2026:42644"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7280602 vom 2026-07-21",
"url": "https://www.ibm.com/support/pages/node/7280602"
},
{
"category": "external",
"summary": "HCL Security Bulletin vom 2026-07-30",
"url": "https://support.hcl-software.com/csm?id=kb_article\u0026sysparm_article=KB0132666"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7282322 vom 2026-08-02",
"url": "https://www.ibm.com/support/pages/node/7282322"
}
],
"source_lang": "en-US",
"title": "Apache log4j: Mehrere Schwachstellen erm\u00f6glichen Manipulation von Dateien",
"tracking": {
"current_release_date": "2026-08-02T22:00:00.000+00:00",
"generator": {
"date": "2026-08-03T10:15:02.363+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1067",
"initial_release_date": "2026-04-12T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-14T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-05-26T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von IBM und IBM-APAR aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-02T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-10T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2026-06-22T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-06-23T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-06-24T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-06-25T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-06-30T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-07-01T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-07-09T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-07-12T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-07-20T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-07-21T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-07-29T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von HCL aufgenommen"
},
{
"date": "2026-08-02T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "22"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2.25.4",
"product": {
"name": "Apache log4j \u003c2.25.4",
"product_id": "T052700"
}
},
{
"category": "product_version",
"name": "2.25.4",
"product": {
"name": "Apache log4j 2.25.4",
"product_id": "T052700-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:apache:log4j:2.25.4"
}
}
}
],
"category": "product_name",
"name": "log4j"
}
],
"category": "vendor",
"name": "Apache"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Cloud Platform",
"product": {
"name": "Google Cloud Platform",
"product_id": "393401",
"product_identification_helper": {
"cpe": "cpe:/a:google:cloud_platform:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "Rest API",
"product": {
"name": "HCL Domino Rest API",
"product_id": "777623",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:domino:-"
}
}
}
],
"category": "product_name",
"name": "Domino"
}
],
"category": "vendor",
"name": "HCL"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T054632",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"branches": [
{
"category": "product_name",
"name": "IBM DB2",
"product": {
"name": "IBM DB2",
"product_id": "T048379",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:-"
}
}
},
{
"category": "product_version",
"name": "Developer Extension",
"product": {
"name": "IBM DB2 Developer Extension",
"product_id": "T057463",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:developer_extension"
}
}
}
],
"category": "product_name",
"name": "DB2"
},
{
"category": "product_name",
"name": "IBM InfoSphere Information Server",
"product": {
"name": "IBM InfoSphere Information Server",
"product_id": "T035705",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:infosphere_information_server:-"
}
}
},
{
"branches": [
{
"category": "product_name",
"name": "IBM License Metric Tool",
"product": {
"name": "IBM License Metric Tool",
"product_id": "T029071",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:license_metric_tool:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.2.44",
"product": {
"name": "IBM License Metric Tool \u003c9.2.44",
"product_id": "T055689"
}
},
{
"category": "product_version",
"name": "9.2.44",
"product": {
"name": "IBM License Metric Tool 9.2.44",
"product_id": "T055689-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:license_metric_tool:9.2.44"
}
}
}
],
"category": "product_name",
"name": "License Metric Tool"
},
{
"branches": [
{
"category": "product_version",
"name": "Modeler",
"product": {
"name": "IBM SPSS Modeler",
"product_id": "T018587",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spss:modeler"
}
}
},
{
"category": "product_version",
"name": "Collaboration and Deployment Services",
"product": {
"name": "IBM SPSS Collaboration and Deployment Services",
"product_id": "T037766",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spss:collaboration_and_deployment_services"
}
}
}
],
"category": "product_name",
"name": "SPSS"
},
{
"category": "product_name",
"name": "IBM Spectrum Protect Plus",
"product": {
"name": "IBM Spectrum Protect Plus",
"product_id": "T044769",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect_plus:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "8.1.0-8.1.0.36",
"product": {
"name": "IBM Tivoli Netcool/OMNIbus 8.1.0-8.1.0.36",
"product_id": "T054713",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0_-_8.1.0.36"
}
}
}
],
"category": "product_name",
"name": "Tivoli Netcool/OMNIbus"
},
{
"branches": [
{
"category": "product_version",
"name": "IP Edition 4.2.0",
"product": {
"name": "IBM Tivoli Network Manager IP Edition 4.2.0",
"product_id": "T048330",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_network_manager:ip_edition_4.2.0"
}
}
}
],
"category": "product_name",
"name": "Tivoli Network Manager"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "azl3",
"product": {
"name": "Microsoft Azure Linux azl3",
"product_id": "T049210",
"product_identification_helper": {
"cpe": "cpe:/o:microsoft:azure_linux:azl3"
}
}
}
],
"category": "product_name",
"name": "Azure Linux"
}
],
"category": "vendor",
"name": "Microsoft"
},
{
"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": "Offline Knowledge Portal",
"product": {
"name": "Red Hat Enterprise Linux Offline Knowledge Portal",
"product_id": "T054837",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:offline_knowledge_portal"
}
}
}
],
"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": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.4.0",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.4.0",
"product_id": "T055207"
}
},
{
"category": "product_version",
"name": "10.4.0",
"product": {
"name": "Splunk Splunk Enterprise 10.4.0",
"product_id": "T055207-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.4.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.2.4",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.2.4",
"product_id": "T055208"
}
},
{
"category": "product_version",
"name": "10.2.4",
"product": {
"name": "Splunk Splunk Enterprise 10.2.4",
"product_id": "T055208-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.2.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.7",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.0.7",
"product_id": "T055209"
}
},
{
"category": "product_version",
"name": "10.0.7",
"product": {
"name": "Splunk Splunk Enterprise 10.0.7",
"product_id": "T055209-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.0.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.12",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.4.12",
"product_id": "T055210"
}
},
{
"category": "product_version",
"name": "9.4.12",
"product": {
"name": "Splunk Splunk Enterprise 9.4.12",
"product_id": "T055210-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.4.12"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.13",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.13",
"product_id": "T055211"
}
},
{
"category": "product_version",
"name": "9.3.13",
"product": {
"name": "Splunk Splunk Enterprise 9.3.13",
"product_id": "T055211-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.13"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34477",
"product_status": {
"known_affected": [
"T055211",
"T055210",
"67646",
"T035705",
"T029071",
"T052700",
"T055209",
"T054713",
"T055208",
"393401",
"T055207",
"T037766",
"T057463",
"T055689",
"T054632",
"T018587",
"T002207",
"T054837",
"T044769",
"T027843",
"777623",
"T048330",
"T049210",
"T048379"
]
},
"release_date": "2026-04-12T22:00:00.000+00:00",
"title": "CVE-2026-34477"
},
{
"cve": "CVE-2026-34478",
"product_status": {
"known_affected": [
"T055211",
"T055210",
"67646",
"T035705",
"T029071",
"T052700",
"T055209",
"T054713",
"T055208",
"393401",
"T055207",
"T037766",
"T057463",
"T055689",
"T054632",
"T018587",
"T002207",
"T054837",
"T044769",
"T027843",
"777623",
"T048330",
"T049210",
"T048379"
]
},
"release_date": "2026-04-12T22:00:00.000+00:00",
"title": "CVE-2026-34478"
},
{
"cve": "CVE-2026-34479",
"product_status": {
"known_affected": [
"T055211",
"T055210",
"67646",
"T035705",
"T029071",
"T052700",
"T055209",
"T054713",
"T055208",
"393401",
"T055207",
"T037766",
"T057463",
"T055689",
"T054632",
"T018587",
"T002207",
"T054837",
"T044769",
"T027843",
"777623",
"T048330",
"T049210",
"T048379"
]
},
"release_date": "2026-04-12T22:00:00.000+00:00",
"title": "CVE-2026-34479"
},
{
"cve": "CVE-2026-34480",
"product_status": {
"known_affected": [
"T055211",
"T055210",
"67646",
"T035705",
"T029071",
"T052700",
"T055209",
"T054713",
"T055208",
"393401",
"T055207",
"T037766",
"T057463",
"T055689",
"T054632",
"T018587",
"T002207",
"T054837",
"T044769",
"T027843",
"777623",
"T048330",
"T049210",
"T048379"
]
},
"release_date": "2026-04-12T22:00:00.000+00:00",
"title": "CVE-2026-34480"
},
{
"cve": "CVE-2026-34481",
"product_status": {
"known_affected": [
"T055211",
"T055210",
"67646",
"T035705",
"T029071",
"T052700",
"T055209",
"T054713",
"T055208",
"393401",
"T055207",
"T037766",
"T057463",
"T055689",
"T054632",
"T018587",
"T002207",
"T054837",
"T044769",
"T027843",
"777623",
"T048330",
"T049210",
"T048379"
]
},
"release_date": "2026-04-12T22:00:00.000+00:00",
"title": "CVE-2026-34481"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.