Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-34481 (GCVE-0-2026-34481)
Vulnerability from cvelistv5 – Published: 2026-04-10 15:43 – Updated: 2026-07-11 04:55- CWE-116 - Improper Encoding or Escaping of Output
| URL | Tags |
|---|---|
| https://github.com/apache/logging-log4j2/pull/4080 | patch |
| https://logging.apache.org/security.html#CVE-2026-34481 | vendor-advisory |
| https://logging.apache.org/cyclonedx/vdr.xml | vendor-advisory |
| https://logging.apache.org/log4j/2.x/manual/json-… | related |
| https://lists.apache.org/thread/n34zdv00gbkdbzt2r… | vendor-advisory |
| http://www.openwall.com/lists/oss-security/2026/0… |
| Vendor | Product | Version | |
|---|---|---|---|
| Apache Software Foundation | Apache Log4j JSON Template Layout |
Affected:
2.14.0 , < 2.25.4
(maven)
Affected: 3.0.0-alpha1 , ≤ 3.0.0-beta3 (maven) cpe:2.3:a:apache:log4j_layout_template_json:*:*:*:*:*:*:*:* |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-04-10T16:18:20.891Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/04/10/10"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-34481",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-10T17:41:23.224802Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-10T17:41:38.229Z",
"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_layout_template_json:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unaffected",
"packageName": "org.apache.logging.log4j:log4j-layout-template-json",
"packageURL": "pkg:maven/org.apache.logging.log4j/log4j-layout-template-json",
"product": "Apache Log4j JSON Template Layout",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "2.25.4",
"status": "affected",
"version": "2.14.0",
"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)"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eApache Log4j\u0027s \u003ccode\u003e\u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://logging.apache.org/log4j/2.x/manual/json-template-layout.html\"\u003eJsonTemplateLayout\u003c/a\u003e\u003c/code\u003e, in versions up to and including 2.25.3, produces invalid JSON output when log events contain non-finite floating-point values (\u003ccode\u003eNaN\u003c/code\u003e, \u003ccode\u003eInfinity\u003c/code\u003e, or \u003ccode\u003e-Infinity\u003c/code\u003e), which are prohibited by RFC 8259. This may cause downstream log processing systems to reject or fail to index affected records.\u003c/p\u003e\u003cp\u003eAn attacker can exploit this issue only if both of the following conditions are met:\u003c/p\u003e\u003cul\u003e\u003cli\u003eThe application uses \u003ccode\u003eJsonTemplateLayout\u003c/code\u003e.\u003c/li\u003e\u003cli\u003eThe application logs a \u003ccode\u003eMapMessage\u003c/code\u003e, or logs an object directly (e.g., via \u003ccode\u003eLogger.info(Object)\u003c/code\u003e, which wraps it in an \u003ccode\u003eObjectMessage\u003c/code\u003e), where the message contains an attacker-controlled floating-point value.\u003c/li\u003e\u003c/ul\u003e\u003cp\u003eUsers are advised to upgrade to Apache Log4j JSON Template Layout 2.25.4, which corrects this issue.\u003c/p\u003e\u003cp\u003e\u003cstrong\u003eNote:\u003c/strong\u003e The fix released in version 2.25.4 did not cover all affected code paths. CVE-2026-49844 was assigned to the remaining issue, which concerns the \u003ccode\u003eMapMessage.asJson()\u003c/code\u003e serialization in Apache Log4j API and is fixed in versions 2.25.5 and 2.26.1.\u003c/p\u003e"
}
],
"value": "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, or logs an object directly (e.g., via Logger.info(Object), which wraps it in an ObjectMessage), where the message contains 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.\n\nNote: The fix released in version 2.25.4 did not cover all affected code paths. CVE-2026-49844 was assigned to the remaining issue, which concerns the MapMessage.asJson() serialization in Apache Log4j API and is fixed in versions 2.25.5 and 2.26.1."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 6.3,
"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:H/AT:P/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-07-11T04:55:42.502Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/apache/logging-log4j2/pull/4080"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://logging.apache.org/security.html#CVE-2026-34481"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"tags": [
"related"
],
"url": "https://logging.apache.org/log4j/2.x/manual/json-template-layout.html"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://lists.apache.org/thread/n34zdv00gbkdbzt2rx9rf5mqz6lhopcv"
}
],
"source": {
"discovery": "EXTERNAL"
},
"timeline": [
{
"lang": "en",
"time": "2026-02-16T18:14:00.000Z",
"value": "Vulnerability reported by Ap4sh and ethicxz"
},
{
"lang": "en",
"time": "2026-03-10T20:42:00.000Z",
"value": "Candidate patch internally shared by Piotr P. Karwasz"
},
{
"lang": "en",
"time": "2026-03-24T23:06:00.000Z",
"value": "Fix shared publicly by Piotr P. Karwasz as pull request #4080"
},
{
"lang": "en",
"time": "2026-03-25T09:54:00.000Z",
"value": "Fix verified by the reporter"
},
{
"lang": "en",
"time": "2026-03-28T11:19:00.000Z",
"value": "Log4j 2.25.4 released"
}
],
"title": "Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2026-34481",
"datePublished": "2026-04-10T15:43:00.100Z",
"dateReserved": "2026-03-28T19:23:37.127Z",
"dateUpdated": "2026-07-11T04:55:42.502Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-34481",
"date": "2026-07-24",
"epss": "0.00691",
"percentile": "0.49009"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-34481\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2026-04-10T16:16:31.663\",\"lastModified\":\"2026-07-11T06:16:10.317\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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, or logs an object directly (e.g., via Logger.info(Object), which wraps it in an ObjectMessage), where the message contains 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.\\n\\nNote: The fix released in version 2.25.4 did not cover all affected code paths. CVE-2026-49844 was assigned to the remaining issue, which concerns the MapMessage.asJson() serialization in Apache Log4j API and is fixed in versions 2.25.5 and 2.26.1.\"}],\"affected\":[{\"source\":\"security@apache.org\",\"affectedData\":[{\"vendor\":\"Apache Software Foundation\",\"product\":\"Apache Log4j JSON Template Layout\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://repo.maven.apache.org/maven2\",\"packageName\":\"org.apache.logging.log4j:log4j-layout-template-json\",\"cpes\":[\"cpe:2.3:a:apache:log4j_layout_template_json:*:*:*:*:*:*:*:*\"],\"packageURL\":\"pkg:maven/org.apache.logging.log4j/log4j-layout-template-json\",\"versions\":[{\"version\":\"2.14.0\",\"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:H/AT:P/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.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"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:41:23.224802Z\",\"id\":\"CVE-2026-34481\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"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.14.0\",\"versionEndExcluding\":\"2.25.4\",\"matchCriteriaId\":\"FED62F2E-60EF-45CB-9F07-F6904145C372\"},{\"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/4080\",\"source\":\"security@apache.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://lists.apache.org/thread/n34zdv00gbkdbzt2rx9rf5mqz6lhopcv\",\"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/json-template-layout.html\",\"source\":\"security@apache.org\",\"tags\":[\"Technical Description\"]},{\"url\":\"https://logging.apache.org/security.html#CVE-2026-34481\",\"source\":\"security@apache.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/04/10/10\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-24T10:02:02+00:00",
"cve": "CVE-2026-34481",
"id": "CVE-2026-34481",
"initial_release_date": "2026-04-10T15:43:00.100000+00:00",
"product_status:fixed": "4",
"product_status:known_affected": "9",
"product_status:known_not_affected": "3",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "org.apache.logging.log4j: Apache Log4j JsonTemplateLayout: Denial of Service via invalid JSON output",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-34481.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-12T01:10:27Z",
"cve": "CVE-2026-34481",
"id": "CVE-2026-34481",
"initial_release_date": "2026-04-14T23:26:02Z",
"product_status:known_affected": "56",
"product_status:known_not_affected": "10",
"product_status:recommended": "33",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-34481",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-34481.json",
"version": "5"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/04/10/10\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-04-10T16:18:20.891Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-34481\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-10T17:41:23.224802Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-10T17:41:31.864Z\"}}], \"cna\": {\"title\": \"Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout\", \"source\": {\"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Ap4sh (Samy Medjahed) and Ethicxz (Eliott Laurie)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 6.3, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"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_layout_template_json:*:*:*:*:*:*:*:*\"], \"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Log4j JSON Template Layout\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.14.0\", \"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-layout-template-json\", \"packageName\": \"org.apache.logging.log4j:log4j-layout-template-json\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-02-16T18:14:00.000Z\", \"value\": \"Vulnerability reported by Ap4sh and ethicxz\"}, {\"lang\": \"en\", \"time\": \"2026-03-10T20:42:00.000Z\", \"value\": \"Candidate patch internally shared by Piotr P. Karwasz\"}, {\"lang\": \"en\", \"time\": \"2026-03-24T23:06:00.000Z\", \"value\": \"Fix shared publicly by Piotr P. Karwasz as pull request #4080\"}, {\"lang\": \"en\", \"time\": \"2026-03-25T09:54:00.000Z\", \"value\": \"Fix verified by the 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/4080\", \"tags\": [\"patch\"]}, {\"url\": \"https://logging.apache.org/security.html#CVE-2026-34481\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://logging.apache.org/cyclonedx/vdr.xml\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://logging.apache.org/log4j/2.x/manual/json-template-layout.html\", \"tags\": [\"related\"]}, {\"url\": \"https://lists.apache.org/thread/n34zdv00gbkdbzt2rx9rf5mqz6lhopcv\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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, or logs an object directly (e.g., via Logger.info(Object), which wraps it in an ObjectMessage), where the message contains 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.\\n\\nNote: The fix released in version 2.25.4 did not cover all affected code paths. CVE-2026-49844 was assigned to the remaining issue, which concerns the MapMessage.asJson() serialization in Apache Log4j API and is fixed in versions 2.25.5 and 2.26.1.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eApache Log4j\u0027s \u003ccode\u003e\u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://logging.apache.org/log4j/2.x/manual/json-template-layout.html\\\"\u003eJsonTemplateLayout\u003c/a\u003e\u003c/code\u003e, in versions up to and including 2.25.3, produces invalid JSON output when log events contain non-finite floating-point values (\u003ccode\u003eNaN\u003c/code\u003e, \u003ccode\u003eInfinity\u003c/code\u003e, or \u003ccode\u003e-Infinity\u003c/code\u003e), which are prohibited by RFC 8259. This may cause downstream log processing systems to reject or fail to index affected records.\u003c/p\u003e\u003cp\u003eAn attacker can exploit this issue only if both of the following conditions are met:\u003c/p\u003e\u003cul\u003e\u003cli\u003eThe application uses \u003ccode\u003eJsonTemplateLayout\u003c/code\u003e.\u003c/li\u003e\u003cli\u003eThe application logs a \u003ccode\u003eMapMessage\u003c/code\u003e, or logs an object directly (e.g., via \u003ccode\u003eLogger.info(Object)\u003c/code\u003e, which wraps it in an \u003ccode\u003eObjectMessage\u003c/code\u003e), where the message contains an attacker-controlled floating-point value.\u003c/li\u003e\u003c/ul\u003e\u003cp\u003eUsers are advised to upgrade to Apache Log4j JSON Template Layout 2.25.4, which corrects this issue.\u003c/p\u003e\u003cp\u003e\u003cstrong\u003eNote:\u003c/strong\u003e The fix released in version 2.25.4 did not cover all affected code paths. CVE-2026-49844 was assigned to the remaining issue, which concerns the \u003ccode\u003eMapMessage.asJson()\u003c/code\u003e serialization in Apache Log4j API and is fixed in versions 2.25.5 and 2.26.1.\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-07-11T04:55:42.502Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-34481\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-11T04:55:42.502Z\", \"dateReserved\": \"2026-03-28T19:23:37.127Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2026-04-10T15:43:00.100Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0920
Vulnerability from certfr_avis - Published: 2026-07-23 - Updated: 2026-07-23
De multiples vulnérabilités ont été découvertes dans Oracle Weblogic. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Oracle | Weblogic | Oracle WebLogic Server version 14.1.2.0.0 | ||
| Oracle | Weblogic | Oracle Weblogic Server Proxy Plug-in version 15.1.1.0.0 | ||
| Oracle | Weblogic | Oracle WebLogic Server version 12.2.1.4.0 | ||
| Oracle | Weblogic | Oracle Weblogic Server Proxy Plug-in version 14.1.2.0.0 | ||
| Oracle | Weblogic | Oracle Weblogic Server Proxy Plug-in version 12.2.1.4.0 | ||
| Oracle | Weblogic | Oracle WebLogic Server version 15.1.1.0.0 | ||
| Oracle | Weblogic | Oracle WebLogic Server version 14.1.1.0.0 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Oracle WebLogic Server version 14.1.2.0.0",
"product": {
"name": "Weblogic",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle Weblogic Server Proxy Plug-in version 15.1.1.0.0",
"product": {
"name": "Weblogic",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle WebLogic Server version 12.2.1.4.0",
"product": {
"name": "Weblogic",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle Weblogic Server Proxy Plug-in version 14.1.2.0.0",
"product": {
"name": "Weblogic",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle Weblogic Server Proxy Plug-in version 12.2.1.4.0",
"product": {
"name": "Weblogic",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle WebLogic Server version 15.1.1.0.0",
"product": {
"name": "Weblogic",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle WebLogic Server version 14.1.1.0.0",
"product": {
"name": "Weblogic",
"vendor": {
"name": "Oracle",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-60312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60312"
},
{
"name": "CVE-2026-60198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60198"
},
{
"name": "CVE-2026-60293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60293"
},
{
"name": "CVE-2026-60208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60208"
},
{
"name": "CVE-2026-60201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60201"
},
{
"name": "CVE-2026-60292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60292"
},
{
"name": "CVE-2026-60199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60199"
},
{
"name": "CVE-2026-60205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60205"
},
{
"name": "CVE-2026-60529",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60529"
},
{
"name": "CVE-2026-60204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60204"
},
{
"name": "CVE-2026-60343",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60343"
},
{
"name": "CVE-2026-60196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60196"
},
{
"name": "CVE-2026-5598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5598"
},
{
"name": "CVE-2026-34478",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34478"
},
{
"name": "CVE-2026-34480",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34480"
},
{
"name": "CVE-2026-60206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60206"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2026-34479",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34479"
},
{
"name": "CVE-2026-60291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60291"
},
{
"name": "CVE-2026-60153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60153"
},
{
"name": "CVE-2026-60365",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60365"
},
{
"name": "CVE-2026-60202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60202"
},
{
"name": "CVE-2026-60364",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60364"
},
{
"name": "CVE-2026-60527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60527"
},
{
"name": "CVE-2026-60294",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60294"
},
{
"name": "CVE-2026-60203",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60203"
},
{
"name": "CVE-2026-60528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60528"
},
{
"name": "CVE-2026-60313",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60313"
},
{
"name": "CVE-2026-60200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60200"
},
{
"name": "CVE-2026-34477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34477"
},
{
"name": "CVE-2026-34481",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34481"
},
{
"name": "CVE-2026-60207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60207"
}
],
"initial_release_date": "2026-07-23T00:00:00",
"last_revision_date": "2026-07-23T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0920",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Oracle Weblogic. Elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Oracle Weblogic",
"vendor_advisories": [
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Oracle Weblogic cpujul2026",
"url": "https://www.oracle.com/security-alerts/cpujul2026.html"
}
]
}
cleanstart-2026-cg99434
Vulnerability from cleanstart
Multiple security vulnerabilities affect the solr package. These issues are resolved in later releases. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "solr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "9.9.0-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the solr package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-CG99434",
"modified": "2026-06-22T18:26:17Z",
"published": "2026-07-21T10:28:38.663395Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-CG99434.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-12383"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68161"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-22022"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-22444"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24281"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24308"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-34477"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-34478"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-34479"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-34480"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-34481"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-3pxv-7cmr-fjr4"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-3qp7-7mw8-wx86"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-445c-vh5m-36rj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-6hg6-v5c8-fphq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-72hv-8253-57qq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7p63-w6x9-6gr7"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-h383-gmxw-35v2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qr3p-2xj2-q7hq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vc2w-4v3p-2mqw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vc5p-v9hr-52mj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-w35j-pv5h-q9q9"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-w573-9ffj-6ff9"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-x4gw-5cx5-pgmh"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12383"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68161"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22022"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22444"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24281"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24308"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34477"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34478"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34479"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34480"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34481"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-12383, CVE-2025-68161, CVE-2026-22022, CVE-2026-22444, CVE-2026-24281, CVE-2026-24308, CVE-2026-34477, CVE-2026-34478, CVE-2026-34479, CVE-2026-34480, CVE-2026-34481, ghsa-3pxv-7cmr-fjr4, ghsa-3qp7-7mw8-wx86, ghsa-445c-vh5m-36rj, ghsa-6hg6-v5c8-fphq, ghsa-72hv-8253-57qq, ghsa-7p63-w6x9-6gr7, ghsa-h383-gmxw-35v2, ghsa-qr3p-2xj2-q7hq, ghsa-vc2w-4v3p-2mqw, ghsa-vc5p-v9hr-52mj, ghsa-w35j-pv5h-q9q9, ghsa-w573-9ffj-6ff9, ghsa-x4gw-5cx5-pgmh applied in versions: 9.10.1-r1, 9.8.1-r0, 9.9.0-r0",
"upstream": [
"CVE-2025-12383",
"CVE-2025-68161",
"CVE-2026-22022",
"CVE-2026-22444",
"CVE-2026-24281",
"CVE-2026-24308",
"CVE-2026-34477",
"CVE-2026-34478",
"CVE-2026-34479",
"CVE-2026-34480",
"CVE-2026-34481",
"ghsa-3pxv-7cmr-fjr4",
"ghsa-3qp7-7mw8-wx86",
"ghsa-445c-vh5m-36rj",
"ghsa-6hg6-v5c8-fphq",
"ghsa-72hv-8253-57qq",
"ghsa-7p63-w6x9-6gr7",
"ghsa-h383-gmxw-35v2",
"ghsa-qr3p-2xj2-q7hq",
"ghsa-vc2w-4v3p-2mqw",
"ghsa-vc5p-v9hr-52mj",
"ghsa-w35j-pv5h-q9q9",
"ghsa-w573-9ffj-6ff9",
"ghsa-x4gw-5cx5-pgmh"
]
}
FKIE_CVE-2026-34481
Vulnerability from fkie_nvd - Published: 2026-04-10 16:16 - Updated: 2026-07-11 06:16| URL | Tags | ||
|---|---|---|---|
| security@apache.org | https://github.com/apache/logging-log4j2/pull/4080 | Issue Tracking | |
| security@apache.org | https://lists.apache.org/thread/n34zdv00gbkdbzt2rx9rf5mqz6lhopcv | Mailing List, Vendor Advisory | |
| security@apache.org | https://logging.apache.org/cyclonedx/vdr.xml | Product | |
| security@apache.org | https://logging.apache.org/log4j/2.x/manual/json-template-layout.html | Technical Description | |
| security@apache.org | https://logging.apache.org/security.html#CVE-2026-34481 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2026/04/10/10 | Mailing List, Third Party Advisory |
{
"affected": [
{
"affectedData": [
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"cpes": [
"cpe:2.3:a:apache:log4j_layout_template_json:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unaffected",
"packageName": "org.apache.logging.log4j:log4j-layout-template-json",
"packageURL": "pkg:maven/org.apache.logging.log4j/log4j-layout-template-json",
"product": "Apache Log4j JSON Template Layout",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "2.25.4",
"status": "affected",
"version": "2.14.0",
"versionType": "maven"
},
{
"lessThanOrEqual": "3.0.0-beta3",
"status": "affected",
"version": "3.0.0-alpha1",
"versionType": "maven"
}
]
}
],
"source": "security@apache.org"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:apache:log4j:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FED62F2E-60EF-45CB-9F07-F6904145C372",
"versionEndExcluding": "2.25.4",
"versionStartIncluding": "2.14.0",
"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",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "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, or logs an object directly (e.g., via Logger.info(Object), which wraps it in an ObjectMessage), where the message contains 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.\n\nNote: The fix released in version 2.25.4 did not cover all affected code paths. CVE-2026-49844 was assigned to the remaining issue, which concerns the MapMessage.asJson() serialization in Apache Log4j API and is fixed in versions 2.25.5 and 2.26.1."
}
],
"id": "CVE-2026-34481",
"lastModified": "2026-07-11T06:16:10.317",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "LOW",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security@apache.org",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-34481",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-10T17:41:23.224802Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-04-10T16:16:31.663",
"references": [
{
"source": "security@apache.org",
"tags": [
"Issue Tracking"
],
"url": "https://github.com/apache/logging-log4j2/pull/4080"
},
{
"source": "security@apache.org",
"tags": [
"Mailing List",
"Vendor Advisory"
],
"url": "https://lists.apache.org/thread/n34zdv00gbkdbzt2rx9rf5mqz6lhopcv"
},
{
"source": "security@apache.org",
"tags": [
"Product"
],
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"source": "security@apache.org",
"tags": [
"Technical Description"
],
"url": "https://logging.apache.org/log4j/2.x/manual/json-template-layout.html"
},
{
"source": "security@apache.org",
"tags": [
"Vendor Advisory"
],
"url": "https://logging.apache.org/security.html#CVE-2026-34481"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2026/04/10/10"
}
],
"sourceIdentifier": "security@apache.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-116"
}
],
"source": "security@apache.org",
"type": "Secondary"
}
]
}
GHSA-W35J-PV5H-Q9Q9
Vulnerability from github – Published: 2026-04-10 18:31 – Updated: 2026-04-13 23:59Apache Log4j's JsonTemplateLayout, 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.
An attacker can exploit this issue only if both of the following conditions are met:
- The application uses
JsonTemplateLayout. - The application logs a
MapMessagecontaining an attacker-controlled floating-point value.
Users are advised to upgrade to Apache Log4j JSON Template Layout 2.25.4, which corrects this issue.
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.logging.log4j:log4j-layout-template-json"
},
"ranges": [
{
"events": [
{
"introduced": "2.14.0"
},
{
"fixed": "2.25.4"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.logging.log4j:log4j-layout-template-json"
},
"ranges": [
{
"events": [
{
"introduced": "3.0.0-alpha1"
},
{
"last_affected": "3.0.0-beta3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-34481"
],
"database_specific": {
"cwe_ids": [
"CWE-116"
],
"github_reviewed": true,
"github_reviewed_at": "2026-04-10T21:16:54Z",
"nvd_published_at": "2026-04-10T16:16:31Z",
"severity": "MODERATE"
},
"details": "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\nUsers are advised to upgrade to Apache Log4j JSON Template Layout 2.25.4, which corrects this issue.",
"id": "GHSA-w35j-pv5h-q9q9",
"modified": "2026-04-13T23:59:41Z",
"published": "2026-04-10T18:31:18Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34481"
},
{
"type": "WEB",
"url": "https://github.com/apache/logging-log4j2/pull/4080"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/logging-log4j2"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/n34zdv00gbkdbzt2rx9rf5mqz6lhopcv"
},
{
"type": "WEB",
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"type": "WEB",
"url": "https://logging.apache.org/log4j/2.x/manual/json-template-layout.html"
},
{
"type": "WEB",
"url": "https://logging.apache.org/security.html#CVE-2026-34481"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/04/10/10"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout"
}
MSRC_CVE-2026-34481
Vulnerability from csaf_microsoft - Published: 2026-04-02 00:00 - Updated: 2026-04-30 01:40| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-1 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34481 Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-34481.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout",
"tracking": {
"current_release_date": "2026-04-30T01:40:26.000Z",
"generator": {
"date": "2026-04-30T08:42:48.220Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-34481",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-04-15T01:05:12.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-04-17T14:39:37.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-04-30T01:40:26.000Z",
"legacy_version": "2",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"category": "product_name",
"name": "azl3 javapackages-bootstrap 0:1.14.0-4.azl3",
"product": {
"name": "azl3 javapackages-bootstrap 0:1.14.0-4.azl3",
"product_id": "1"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 javapackages-bootstrap 0:1.14.0-4.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34481",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-1"
]
}
],
"notes": [
{
"category": "general",
"text": "apache",
"title": "Assigning CNA"
}
],
"product_status": {
"known_not_affected": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34481 Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-34481.json"
}
],
"title": "Apache Log4j JSON Template Layout: Improper serialization of non-finite floating-point values in JsonTemplateLayout"
}
]
}
NCSC-2026-0200
Vulnerability from csaf_ncscnl - Published: 2026-06-17 08:50 - Updated: 2026-06-17 08:50SQLite versions up to 3.51.1 contain an information disclosure vulnerability in the zipfileInflate function, fixed in 3.51.3 along with an integer overflow in FTS5 and a WAL-reset corruption bug; Oracle Communications Network Charging and Control versions 15.0.0.0.0 to 15.2.0.0.0 have a critical unauthenticated remote data access flaw.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Communications Convergent Charging Controller
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Communications Network Charging and Control
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Communications Network Integrity
|
vers:unknown/* |
Apache Log4j's JsonTemplateLayout up to version 2.25.3 improperly serializes non-finite floating-point values, producing invalid JSON that can disrupt log processing, while Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 have a critical vulnerability allowing unauthenticated data modification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Communications Convergent Charging Controller
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Communications Network Charging and Control
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Communications Network Integrity
|
vers:unknown/* |
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Oracle heeft kwetsbaarheden verholpen in Oracle Communications",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden zitten in twee onderliggende producten: SQLite en Log4j en zijn eerder verholpen door de ontwikkelaars van deze producten. Oracle heeft de updates verwerkt in de eigen software.\nIn SQLite kan een remote aanvaller via speciaal vervaardigde ZIP-bestanden heap geheugen uitlekken door een informatielek in de zipfileInflate functie van de zipfile extensie. In Log4j leidt onjuiste serialisatie van niet-eindige floating-point waarden zoals NaN of infinity in de JsonTemplateLayout tot ongeldig JSON-output, wat downstream logverwerkende systemen kan verstoren. Dit kan misbruikt worden als applicaties door de aanvaller gecontroleerde MapMessages loggen, wat een denial of service in loganalyse workflows veroorzaakt.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht voor Communications om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "general",
"text": "Improper Handling of Unexpected Data Type",
"title": "CWE-241"
},
{
"category": "general",
"text": "Improper Clearing of Heap Memory Before Release (\u0027Heap Inspection\u0027)",
"title": "CWE-244"
},
{
"category": "general",
"text": "Use of Uninitialized Resource",
"title": "CWE-908"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference",
"url": "https://www.oracle.com/security-alerts/cspujun2026.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Communications",
"tracking": {
"current_release_date": "2026-06-17T08:50:12.629791Z",
"generator": {
"date": "2025-08-04T16:30:00Z",
"engine": {
"name": "V.A.",
"version": "1.3"
}
},
"id": "NCSC-2026-0200",
"initial_release_date": "2026-06-17T08:50:12.629791Z",
"revision_history": [
{
"date": "2026-06-17T08:50:12.629791Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-1"
}
}
],
"category": "product_name",
"name": "Oracle Communications Convergent Charging Controller"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-2"
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Charging and Control"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-3"
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Integrity"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-70873",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"notes": [
{
"category": "other",
"text": "Use of Uninitialized Resource",
"title": "CWE-908"
},
{
"category": "other",
"text": "Improper Clearing of Heap Memory Before Release (\u0027Heap Inspection\u0027)",
"title": "CWE-244"
},
{
"category": "description",
"text": "SQLite versions up to 3.51.1 contain an information disclosure vulnerability in the zipfileInflate function, fixed in 3.51.3 along with an integer overflow in FTS5 and a WAL-reset corruption bug; Oracle Communications Network Charging and Control versions 15.0.0.0.0 to 15.2.0.0.0 have a critical unauthenticated remote data access flaw.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-70873 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-70873.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
}
],
"title": "CVE-2025-70873"
},
{
"cve": "CVE-2026-34481",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"notes": [
{
"category": "other",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "other",
"text": "Improper Handling of Unexpected Data Type",
"title": "CWE-241"
},
{
"category": "description",
"text": "Apache Log4j\u0027s JsonTemplateLayout up to version 2.25.3 improperly serializes non-finite floating-point values, producing invalid JSON that can disrupt log processing, while Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 have a critical vulnerability allowing unauthenticated data modification.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:P/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",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34481 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-34481.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
}
],
"title": "CVE-2026-34481"
}
]
}
NCSC-2026-0202
Vulnerability from csaf_ncscnl - Published: 2026-06-17 08:55 - Updated: 2026-06-17 08:55Apache Log4j's JsonTemplateLayout up to version 2.25.3 improperly serializes non-finite floating-point values, producing invalid JSON that can disrupt log processing, while Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 have a critical vulnerability allowing unauthenticated data modification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with HTTPS network access to fully compromise the platform, with a CVSS 3.1 base score of 9.9.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with HTTPS network access to fully compromise the platform, with a CVSS 3.1 score of 9.9 indicating severe risks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows unauthenticated remote attackers to potentially take control of the platform via HTTP, with a CVSS 3.1 base score of 9.6.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with HTTP network access to fully compromise the platform, scoring 9.9 on the CVSS 3.1 scale.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with HTTPS network access to fully compromise the platform, with a CVSS 3.1 score of 9.9 indicating severe risks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows unauthenticated remote attackers to potentially take control of the platform via HTTP, with a CVSS 3.1 base score of 9.6.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical unauthenticated remote code execution vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows full system compromise via HTTP, with a CVSS 3.1 score of 9.8 indicating severe impact on confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager APM versions 13.5 and 24.1 enables unauthenticated remote attackers to perform unauthorized data modification or cause denial of service, rated with a CVSS score of 9.1.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with SSH access to fully compromise the system, with a CVSS 3.1 score of 8.8 indicating high impact.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A high-severity vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a high-privileged attacker with infrastructure access to potentially compromise the platform, with a CVSS score of 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows unauthenticated attackers with HTTPS network access to cause denial of service and unauthorized data modification, rated CVSS 3.1 score 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTPS network access to potentially take control, rated CVSS 3.1 score 7.2 for significant confidentiality, integrity, and availability impact.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTPS network access to potentially take control, rated CVSS 3.1 score 7.2 for significant confidentiality, integrity, and availability impact.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTPS network access to compromise the system, with a CVSS 3.1 base score of 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTPS network access to potentially compromise the platform, with a CVSS 3.1 base score of 9.1.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / APM - Application Performance Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
| URL | Category |
|---|---|
| https://www.oracle.com/security-alerts/cspujun2026.html | external |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Oracle heeft meerdere kwetsbaarheden verholpen in Oracle Enterprise Manager versies 13.5 en 24.1.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden in Oracle Enterprise Manager Base Platform versies 13.5 en 24.1 maken het mogelijk voor een aanvaller met lage of geen privileges en netwerktoegang via HTTP of HTTPS om volledige controle over het platform te verkrijgen. Sommige kwetsbaarheden vereisen geen authenticatie en kunnen leiden tot onbevoegde datamodificatie, denial-of-service, of volledige systeemcompromittering. Daarnaast kan een aanvaller met SSH-toegang ook volledige systeemcompromittering bereiken. De kwetsbaarheden kunnen ook impact hebben op andere Oracle-producten die ge\u00efntegreerd zijn met het platform. Verder is er een kwetsbaarheid in Apache Log4j\u0027s JsonTemplateLayout tot versie 2.25.3 die onjuiste JSON-output genereert bij het serialiseren van niet-eindige floating-point waarden, wat kan leiden tot verstoring van downstream logverwerkende systemen wanneer MapMessages worden gelogd.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden in Oracle Enterprise Manager Base Platform te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "general",
"text": "Improper Handling of Unexpected Data Type",
"title": "CWE-241"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference",
"url": "https://www.oracle.com/security-alerts/cspujun2026.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Enterprise Manager",
"tracking": {
"current_release_date": "2026-06-17T08:55:54.513028Z",
"generator": {
"date": "2025-08-04T16:30:00Z",
"engine": {
"name": "V.A.",
"version": "1.3"
}
},
"id": "NCSC-2026-0202",
"initial_release_date": "2026-06-17T08:55:54.513028Z",
"revision_history": [
{
"date": "2026-06-17T08:55:54.513028Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-1"
}
}
],
"category": "product_name",
"name": "APM - Application Performance Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-2"
}
}
],
"category": "product_name",
"name": "Oracle Enterprise Manager Base Platform"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34481",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"notes": [
{
"category": "other",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "other",
"text": "Improper Handling of Unexpected Data Type",
"title": "CWE-241"
},
{
"category": "description",
"text": "Apache Log4j\u0027s JsonTemplateLayout up to version 2.25.3 improperly serializes non-finite floating-point values, producing invalid JSON that can disrupt log processing, while Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 have a critical vulnerability allowing unauthenticated data modification.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:P/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",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34481 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-34481.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-34481"
},
{
"cve": "CVE-2026-46832",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with HTTPS network access to fully compromise the platform, with a CVSS 3.1 base score of 9.9.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46832 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46832.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46832"
},
{
"cve": "CVE-2026-46852",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with HTTPS network access to fully compromise the platform, with a CVSS 3.1 score of 9.9 indicating severe risks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46852 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46852.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46852"
},
{
"cve": "CVE-2026-46853",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows unauthenticated remote attackers to potentially take control of the platform via HTTP, with a CVSS 3.1 base score of 9.6.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46853 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46853.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46853"
},
{
"cve": "CVE-2026-46854",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with HTTP network access to fully compromise the platform, scoring 9.9 on the CVSS 3.1 scale.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46854 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46854.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46854"
},
{
"cve": "CVE-2026-46855",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with HTTPS network access to fully compromise the platform, with a CVSS 3.1 score of 9.9 indicating severe risks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46855 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46855.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46855"
},
{
"cve": "CVE-2026-46856",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows unauthenticated remote attackers to potentially take control of the platform via HTTP, with a CVSS 3.1 base score of 9.6.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46856 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46856.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46856"
},
{
"cve": "CVE-2026-46857",
"notes": [
{
"category": "description",
"text": "A critical unauthenticated remote code execution vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows full system compromise via HTTP, with a CVSS 3.1 score of 9.8 indicating severe impact on confidentiality, integrity, and availability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46857 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46857.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46857"
},
{
"cve": "CVE-2026-46858",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager APM versions 13.5 and 24.1 enables unauthenticated remote attackers to perform unauthorized data modification or cause denial of service, rated with a CVSS score of 9.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46858 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46858.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46858"
},
{
"cve": "CVE-2026-46864",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a low-privileged attacker with SSH access to fully compromise the system, with a CVSS 3.1 score of 8.8 indicating high impact.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46864 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46864.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46864"
},
{
"cve": "CVE-2026-46865",
"notes": [
{
"category": "description",
"text": "A high-severity vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a high-privileged attacker with infrastructure access to potentially compromise the platform, with a CVSS score of 8.2.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46865 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46865.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46865"
},
{
"cve": "CVE-2026-46866",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows unauthenticated attackers with HTTPS network access to cause denial of service and unauthorized data modification, rated CVSS 3.1 score 8.2.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46866 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46866.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46866"
},
{
"cve": "CVE-2026-46867",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTPS network access to potentially take control, rated CVSS 3.1 score 7.2 for significant confidentiality, integrity, and availability impact.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46867 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46867.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46867"
},
{
"cve": "CVE-2026-46868",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTPS network access to potentially take control, rated CVSS 3.1 score 7.2 for significant confidentiality, integrity, and availability impact.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46868 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46868.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46868"
},
{
"cve": "CVE-2026-46872",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTPS network access to compromise the system, with a CVSS 3.1 base score of 9.0.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46872 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46872.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46872"
},
{
"cve": "CVE-2026-46875",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTPS network access to potentially compromise the platform, with a CVSS 3.1 base score of 9.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-46875 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-46875.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2"
]
}
],
"title": "CVE-2026-46875"
}
]
}
NCSC-2026-0258
Vulnerability from csaf_ncscnl - Published: 2026-07-22 15:20 - Updated: 2026-07-22 15:20Apache Avro versions prior to 1.11.4 contain schema parsing vulnerabilities that enable remote code execution, data disclosure, modification, and denial of service across multiple enterprise products including Red Hat JBoss, NetApp, Oracle BPM, SOA Suite, Hyperion, and HPE solutions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Apache Avro versions up to 1.12.0 and Oracle Business Intelligence Enterprise Edition 7.6.0.0.0 and 8.2.0.0.0 contain vulnerabilities including code injection from untrusted schemas and network exploits allowing unauthorized data access and partial denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Multiple vulnerabilities affect Spring Framework versions prior to 6.4.11 and 6.5.5, Oracle Financial Services Model Management and Governance 8.1.3.2, and Oracle Banking Branch 14.5.0.0.0 to 14.8.0.0.0, enabling unauthorized access and sensitive data disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Multiple vulnerabilities affect Oracle Financial Services, Oracle Retail Service Backbone, Oracle Enterprise Manager for Fusion Middleware, and certain Spring Framework versions, enabling unauthorized data access and potential sensitive information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
SQLite versions up to 3.51.1 contain an information disclosure vulnerability in the zipfileInflate function allowing heap memory access via crafted ZIP files, with the 3.51.3 update addressing this and other security and stability issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Lodash versions prior to 4.18.0 contain a critical vulnerability (CVE-2021-23337) in the _.template function allowing code injection via unvalidated options.imports keys, alongside other issues including prototype pollution and denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Eclipse Jetty's JASPIAuthenticator contains a vulnerability where ThreadLocal variables are not cleared on early authentication exit, causing privilege escalation, broken access control, and potential data breaches in affected versions including Oracle REST Data Services 24.2.0-26.1.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
urllib3 versions prior to 2.6.3 improperly decompress HTTP redirect response bodies in streaming mode, leading to excessive resource consumption and denial of service vulnerabilities.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Spring Security versions 5.7.0 to 7.0.3 contain a vulnerability in servlet applications where HTTP response headers may not be written properly, potentially leading to security policy bypass and unauthorized data access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
A vulnerability in Spring Security versions 7.0.0 through 7.0.4 allows attackers to impersonate users by exploiting improper handling of malformed X.509 certificate CN values in SubjectX500PrincipalExtractor.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Apache ZooKeeper versions 3.8.5 and 3.9.4, as well as Oracle Communications Unified Assurance 6.1.1 to 7.0.0, contain vulnerabilities that expose sensitive client configuration data via INFO level logging and allow unauthenticated access to critical data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Apache Kafka versions 4.1.0 and 4.1.1 have a critical JWT validation vulnerability allowing acceptance of any token without proper checks, and Oracle Communications Unified Assurance Message Bus versions 6.1.1 to 7.0.0 contain a critical unauthenticated access flaw with a CVSS score of 9.1.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Apache Log4j JsonTemplateLayout up to version 2.25.3 improperly serializes non-finite floating-point values, causing invalid JSON output and potential log processing failures, with critical vulnerabilities also affecting Oracle Enterprise Manager Base Platform.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Spring Boot versions 4.0.0 through 4.0.5 contain a security vulnerability allowing default web security bypass under certain conditions, resolved in version 4.0.6 and later.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Apache ActiveMQ versions prior to 5.19.6 and 6.2.5, including Oracle Communications Unified Assurance's Message Bus component versions 6.1.1 to 7.0.0, contain critical vulnerabilities allowing authenticated or low-privileged attackers to execute arbitrary code or fully compromise the system via HTTP access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
Netty versions prior to 4.1.133.Final and 4.2.13.Final contain a vulnerability where MQTT 5 header Properties sections are parsed without size limits, causing excessive CPU and memory usage and enabling denial of service attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
A critical vulnerability in Oracle Banking Trade Finance Process Management (v14.6.0-14.8.0) allows unauthenticated attackers with HTTP network access to manipulate data, access unauthorized information, and cause partial denial of service, scoring 9.6 on CVSS 3.1.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
A critical vulnerability in Oracle Banking Trade Finance versions 14.6.0 to 14.8.0 allows low-privileged attackers with HTTP network access to create, delete, or modify critical data, with a CVSS 3.1 base score of 8.1.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
A critical vulnerability in Oracle Banking Trade Finance versions 14.6.0 to 14.8.0 allows low-privileged attackers with HTTP network access to create, delete, or modify critical data, with a CVSS 3.1 base score of 8.1.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
A vulnerability in Oracle Banking Origination 14.5.0.16.0 allows unauthenticated attackers with HTTP network access to perform unauthorized read and write operations on accessible data, with a CVSS 3.1 base score of 6.1.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Oracle Banking Branch
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Cash Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Corporate Lending Process Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Banking Virtual Account Management
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Analytical Applications Infrastructure
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Behavior Detection Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Compliance Studio
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Model Management and Governance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Origination
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle Corporation / Oracle Banking Trade Finance Process Management
|
vers:unknown/* |
| URL | Category |
|---|---|
| https://www.oracle.com/security-alerts/cpujul2026.html | external |
| https://www.oracle.com/security-alerts/cpujul2026… | external |
| https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
| https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-… | self |
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Oracle heeft kwetsbaarheden verholpen in diverse Financial Services modules. Ook heeft Oracle updates voor diverse third-party-producten verwerkt.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden betreffen onder andere code-injectie via malafide schema\u0027s in Apache Avro, onbevoegde toegang tot gevoelige data in diverse Oracle producten, en autorisatie-omzeilingen in Spring Security. Verder zijn er problemen met onjuiste verwerking van HTTP-headers in Spring Security, onjuiste validatie van JWT-tokens in Apache Kafka, en onveilige sessiestatusbeheer in Eclipse Jetty. Ook zijn er kwetsbaarheden die leiden tot denial-of-service via resource-uitputting in Apache Netty en urllib3. Sommige kwetsbaarheden kunnen leiden tot volledige systeemcompromittering, ongeautoriseerde datamodificatie, of het lekken van gevoelige informatie. Exploitatie kan plaatsvinden via netwerktoegang, HTTP-verzoeken, of het verwerken van speciaal vervaardigde bestanden of berichten. Voor bepaalde kwetsbaarheden is gebruikersinteractie vereist, terwijl andere op afstand en zonder authenticatie kunnen worden misbruikt.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Het wordt aanbevolen om de betreffende producten te updaten naar de gepatchte versies zoals vermeld in de advisories. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference",
"url": "https://www.oracle.com/security-alerts/cpujul2026.html"
},
{
"category": "external",
"summary": "Reference",
"url": "https://www.oracle.com/security-alerts/cpujul2026verbose.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Financial Services",
"tracking": {
"current_release_date": "2026-07-22T15:20:37.999858Z",
"generator": {
"date": "2025-08-04T16:30:00Z",
"engine": {
"name": "V.A.",
"version": "1.3"
}
},
"id": "NCSC-2026-0258",
"initial_release_date": "2026-07-22T15:20:37.999858Z",
"revision_history": [
{
"date": "2026-07-22T15:20:37.999858Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-1"
}
}
],
"category": "product_name",
"name": "Oracle Banking Branch"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-2"
}
}
],
"category": "product_name",
"name": "Oracle Banking Cash Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-3"
}
}
],
"category": "product_name",
"name": "Oracle Banking Corporate Lending"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-4"
}
}
],
"category": "product_name",
"name": "Oracle Banking Corporate Lending Process Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-5"
}
}
],
"category": "product_name",
"name": "Oracle Banking Origination"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-6"
}
}
],
"category": "product_name",
"name": "Oracle Banking Trade Finance"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-7"
}
}
],
"category": "product_name",
"name": "Oracle Banking Virtual Account Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-8"
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Analytical Applications Infrastructure"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-9"
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Behavior Detection Platform"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-10"
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Compliance Studio"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-11"
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Model Management and Governance"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-12"
}
}
],
"category": "product_name",
"name": "Oracle Financial Services Trade-Based Anti Money Laundering Enterprise Edition"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-13"
}
}
],
"category": "product_name",
"name": "Oracle Banking Origination"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-14"
}
}
],
"category": "product_name",
"name": "Oracle Banking Trade Finance"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-15"
}
}
],
"category": "product_name",
"name": "Oracle Banking Trade Finance Process Management"
}
],
"category": "vendor",
"name": "Oracle Corporation"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-47561",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "other",
"text": "Deserialization of Untrusted Data",
"title": "CWE-502"
},
{
"category": "description",
"text": "Apache Avro versions prior to 1.11.4 contain schema parsing vulnerabilities that enable remote code execution, data disclosure, modification, and denial of service across multiple enterprise products including Red Hat JBoss, NetApp, Oracle BPM, SOA Suite, Hyperion, and HPE solutions.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47561 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-47561.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2024-47561"
},
{
"cve": "CVE-2025-33042",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "description",
"text": "Apache Avro versions up to 1.12.0 and Oracle Business Intelligence Enterprise Edition 7.6.0.0.0 and 8.2.0.0.0 contain vulnerabilities including code injection from untrusted schemas and network exploits allowing unauthorized data access and partial denial of service.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-33042 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-33042.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2025-33042"
},
{
"cve": "CVE-2025-41248",
"cwe": {
"id": "CWE-289",
"name": "Authentication Bypass by Alternate Name"
},
"notes": [
{
"category": "other",
"text": "Authentication Bypass by Alternate Name",
"title": "CWE-289"
},
{
"category": "other",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "description",
"text": "Multiple vulnerabilities affect Spring Framework versions prior to 6.4.11 and 6.5.5, Oracle Financial Services Model Management and Governance 8.1.3.2, and Oracle Banking Branch 14.5.0.0.0 to 14.8.0.0.0, enabling unauthorized access and sensitive data disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-41248 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-41248.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2025-41248"
},
{
"cve": "CVE-2025-41249",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"notes": [
{
"category": "other",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "description",
"text": "Multiple vulnerabilities affect Oracle Financial Services, Oracle Retail Service Backbone, Oracle Enterprise Manager for Fusion Middleware, and certain Spring Framework versions, enabling unauthorized data access and potential sensitive information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-41249 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-41249.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-70873",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"notes": [
{
"category": "other",
"text": "Use of Uninitialized Resource",
"title": "CWE-908"
},
{
"category": "other",
"text": "Improper Clearing of Heap Memory Before Release (\u0027Heap Inspection\u0027)",
"title": "CWE-244"
},
{
"category": "description",
"text": "SQLite versions up to 3.51.1 contain an information disclosure vulnerability in the zipfileInflate function allowing heap memory access via crafted ZIP files, with the 3.51.3 update addressing this and other security and stability issues.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-70873 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-70873.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2025-70873"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "other",
"text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
"title": "CWE-77"
},
{
"category": "description",
"text": "Lodash versions prior to 4.18.0 contain a critical vulnerability (CVE-2021-23337) in the _.template function allowing code injection via unvalidated options.imports keys, alongside other issues including prototype pollution and denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-4800 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-4800.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-4800"
},
{
"cve": "CVE-2026-5795",
"cwe": {
"id": "CWE-226",
"name": "Sensitive Information in Resource Not Removed Before Reuse"
},
"notes": [
{
"category": "other",
"text": "Sensitive Information in Resource Not Removed Before Reuse",
"title": "CWE-226"
},
{
"category": "description",
"text": "Eclipse Jetty\u0027s JASPIAuthenticator contains a vulnerability where ThreadLocal variables are not cleared on early authentication exit, causing privilege escalation, broken access control, and potential data breaches in affected versions including Oracle REST Data Services 24.2.0-26.1.0.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-5795 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-5795.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-5795"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"notes": [
{
"category": "other",
"text": "Improper Handling of Highly Compressed Data (Data Amplification)",
"title": "CWE-409"
},
{
"category": "description",
"text": "urllib3 versions prior to 2.6.3 improperly decompress HTTP redirect response bodies in streaming mode, leading to excessive resource consumption and denial of service vulnerabilities.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-21441 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-21441.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-21441"
},
{
"cve": "CVE-2026-22732",
"cwe": {
"id": "CWE-425",
"name": "Direct Request (\u0027Forced Browsing\u0027)"
},
"notes": [
{
"category": "other",
"text": "Direct Request (\u0027Forced Browsing\u0027)",
"title": "CWE-425"
},
{
"category": "other",
"text": "Improper Handling of Missing Special Element",
"title": "CWE-166"
},
{
"category": "description",
"text": "Spring Security versions 5.7.0 to 7.0.3 contain a vulnerability in servlet applications where HTTP response headers may not be written properly, potentially leading to security policy bypass and unauthorized data access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-22732 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-22732.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-22732"
},
{
"cve": "CVE-2026-22747",
"cwe": {
"id": "CWE-297",
"name": "Improper Validation of Certificate with Host Mismatch"
},
"notes": [
{
"category": "other",
"text": "Improper Validation of Certificate with Host Mismatch",
"title": "CWE-297"
},
{
"category": "other",
"text": "Improper Certificate Validation",
"title": "CWE-295"
},
{
"category": "description",
"text": "A vulnerability in Spring Security versions 7.0.0 through 7.0.4 allows attackers to impersonate users by exploiting improper handling of malformed X.509 certificate CN values in SubjectX500PrincipalExtractor.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-22747 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-22747.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-22747"
},
{
"cve": "CVE-2026-24308",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"notes": [
{
"category": "other",
"text": "Insertion of Sensitive Information into Log File",
"title": "CWE-532"
},
{
"category": "other",
"text": "Improper Output Neutralization for Logs",
"title": "CWE-117"
},
{
"category": "description",
"text": "Apache ZooKeeper versions 3.8.5 and 3.9.4, as well as Oracle Communications Unified Assurance 6.1.1 to 7.0.0, contain vulnerabilities that expose sensitive client configuration data via INFO level logging and allow unauthenticated access to critical data.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-24308 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-24308.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-24308"
},
{
"cve": "CVE-2026-33557",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"notes": [
{
"category": "other",
"text": "Improper Validation of Specified Index, Position, or Offset in Input",
"title": "CWE-1285"
},
{
"category": "other",
"text": "Incorrect Implementation of Authentication Algorithm",
"title": "CWE-303"
},
{
"category": "description",
"text": "Apache Kafka versions 4.1.0 and 4.1.1 have a critical JWT validation vulnerability allowing acceptance of any token without proper checks, and Oracle Communications Unified Assurance Message Bus versions 6.1.1 to 7.0.0 contain a critical unauthenticated access flaw with a CVSS score of 9.1.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-33557 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-33557.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-33557"
},
{
"cve": "CVE-2026-34481",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"notes": [
{
"category": "other",
"text": "Improper Encoding or Escaping of Output",
"title": "CWE-116"
},
{
"category": "other",
"text": "Improper Handling of Unexpected Data Type",
"title": "CWE-241"
},
{
"category": "description",
"text": "Apache Log4j JsonTemplateLayout up to version 2.25.3 improperly serializes non-finite floating-point values, causing invalid JSON output and potential log processing failures, with critical vulnerabilities also affecting Oracle Enterprise Manager Base Platform.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:P/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",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34481 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-34481.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-34481"
},
{
"cve": "CVE-2026-40976",
"cwe": {
"id": "CWE-862",
"name": "Missing Authorization"
},
"notes": [
{
"category": "other",
"text": "Missing Authorization",
"title": "CWE-862"
},
{
"category": "other",
"text": "Authentication Bypass by Primary Weakness",
"title": "CWE-305"
},
{
"category": "description",
"text": "Spring Boot versions 4.0.0 through 4.0.5 contain a security vulnerability allowing default web security bypass under certain conditions, resolved in version 4.0.6 and later.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-40976 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-40976.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-40976"
},
{
"cve": "CVE-2026-41044",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "description",
"text": "Apache ActiveMQ versions prior to 5.19.6 and 6.2.5, including Oracle Communications Unified Assurance\u0027s Message Bus component versions 6.1.1 to 7.0.0, contain critical vulnerabilities allowing authenticated or low-privileged attackers to execute arbitrary code or fully compromise the system via HTTP access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-41044 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-41044.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-41044"
},
{
"cve": "CVE-2026-44248",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Netty versions prior to 4.1.133.Final and 4.2.13.Final contain a vulnerability where MQTT 5 header Properties sections are parsed without size limits, causing excessive CPU and memory usage and enabling denial of service attacks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-44248 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-44248.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-44248"
},
{
"cve": "CVE-2026-61097",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Banking Trade Finance Process Management (v14.6.0-14.8.0) allows unauthenticated attackers with HTTP network access to manipulate data, access unauthorized information, and cause partial denial of service, scoring 9.6 on CVSS 3.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-61097 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-61097.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-61097"
},
{
"cve": "CVE-2026-61102",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Banking Trade Finance versions 14.6.0 to 14.8.0 allows low-privileged attackers with HTTP network access to create, delete, or modify critical data, with a CVSS 3.1 base score of 8.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-61102 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-61102.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-61102"
},
{
"cve": "CVE-2026-61105",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Banking Trade Finance versions 14.6.0 to 14.8.0 allows low-privileged attackers with HTTP network access to create, delete, or modify critical data, with a CVSS 3.1 base score of 8.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-61105 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-61105.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-61105"
},
{
"cve": "CVE-2026-61220",
"notes": [
{
"category": "description",
"text": "A vulnerability in Oracle Banking Origination 14.5.0.16.0 allows unauthenticated attackers with HTTP network access to perform unauthorized read and write operations on accessible data, with a CVSS 3.1 base score of 6.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-61220 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-61220.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15"
]
}
],
"title": "CVE-2026-61220"
}
]
}
OPENSUSE-SU-2026:10544-1
Vulnerability from csaf_opensuse - Published: 2026-04-14 00:00 - Updated: 2026-04-14 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-34477/ | self |
| https://www.suse.com/security/cve/CVE-2026-34479/ | self |
| https://www.suse.com/security/cve/CVE-2026-34480/ | self |
| https://www.suse.com/security/cve/CVE-2026-34481/ | self |
| https://www.suse.com/security/cve/CVE-2026-34477 | external |
| https://bugzilla.suse.com/1262050 | external |
| https://www.suse.com/security/cve/CVE-2026-34479 | external |
| https://bugzilla.suse.com/1262091 | external |
| https://www.suse.com/security/cve/CVE-2026-34480 | external |
| https://bugzilla.suse.com/1262092 | external |
| https://www.suse.com/security/cve/CVE-2026-34481 | external |
| https://bugzilla.suse.com/1262093 | external |
{
"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": "log4j-2.20.0-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the log4j-2.20.0-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10544",
"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/opensuse-su-2026_10544-1.json"
},
{
"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": "log4j-2.20.0-2.1 on GA media",
"tracking": {
"current_release_date": "2026-04-14T00:00:00Z",
"generator": {
"date": "2026-04-14T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10544-1",
"initial_release_date": "2026-04-14T00:00:00Z",
"revision_history": [
{
"date": "2026-04-14T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "log4j-2.20.0-2.1.aarch64",
"product": {
"name": "log4j-2.20.0-2.1.aarch64",
"product_id": "log4j-2.20.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j-bom-2.20.0-2.1.aarch64",
"product": {
"name": "log4j-bom-2.20.0-2.1.aarch64",
"product_id": "log4j-bom-2.20.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j-javadoc-2.20.0-2.1.aarch64",
"product": {
"name": "log4j-javadoc-2.20.0-2.1.aarch64",
"product_id": "log4j-javadoc-2.20.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j-jcl-2.20.0-2.1.aarch64",
"product": {
"name": "log4j-jcl-2.20.0-2.1.aarch64",
"product_id": "log4j-jcl-2.20.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j-jmx-gui-2.20.0-2.1.aarch64",
"product": {
"name": "log4j-jmx-gui-2.20.0-2.1.aarch64",
"product_id": "log4j-jmx-gui-2.20.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j-nosql-2.20.0-2.1.aarch64",
"product": {
"name": "log4j-nosql-2.20.0-2.1.aarch64",
"product_id": "log4j-nosql-2.20.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j-slf4j-2.20.0-2.1.aarch64",
"product": {
"name": "log4j-slf4j-2.20.0-2.1.aarch64",
"product_id": "log4j-slf4j-2.20.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j-taglib-2.20.0-2.1.aarch64",
"product": {
"name": "log4j-taglib-2.20.0-2.1.aarch64",
"product_id": "log4j-taglib-2.20.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "log4j-web-2.20.0-2.1.aarch64",
"product": {
"name": "log4j-web-2.20.0-2.1.aarch64",
"product_id": "log4j-web-2.20.0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "log4j-2.20.0-2.1.ppc64le",
"product": {
"name": "log4j-2.20.0-2.1.ppc64le",
"product_id": "log4j-2.20.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j-bom-2.20.0-2.1.ppc64le",
"product": {
"name": "log4j-bom-2.20.0-2.1.ppc64le",
"product_id": "log4j-bom-2.20.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j-javadoc-2.20.0-2.1.ppc64le",
"product": {
"name": "log4j-javadoc-2.20.0-2.1.ppc64le",
"product_id": "log4j-javadoc-2.20.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j-jcl-2.20.0-2.1.ppc64le",
"product": {
"name": "log4j-jcl-2.20.0-2.1.ppc64le",
"product_id": "log4j-jcl-2.20.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j-jmx-gui-2.20.0-2.1.ppc64le",
"product": {
"name": "log4j-jmx-gui-2.20.0-2.1.ppc64le",
"product_id": "log4j-jmx-gui-2.20.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j-nosql-2.20.0-2.1.ppc64le",
"product": {
"name": "log4j-nosql-2.20.0-2.1.ppc64le",
"product_id": "log4j-nosql-2.20.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j-slf4j-2.20.0-2.1.ppc64le",
"product": {
"name": "log4j-slf4j-2.20.0-2.1.ppc64le",
"product_id": "log4j-slf4j-2.20.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j-taglib-2.20.0-2.1.ppc64le",
"product": {
"name": "log4j-taglib-2.20.0-2.1.ppc64le",
"product_id": "log4j-taglib-2.20.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "log4j-web-2.20.0-2.1.ppc64le",
"product": {
"name": "log4j-web-2.20.0-2.1.ppc64le",
"product_id": "log4j-web-2.20.0-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "log4j-2.20.0-2.1.s390x",
"product": {
"name": "log4j-2.20.0-2.1.s390x",
"product_id": "log4j-2.20.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j-bom-2.20.0-2.1.s390x",
"product": {
"name": "log4j-bom-2.20.0-2.1.s390x",
"product_id": "log4j-bom-2.20.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j-javadoc-2.20.0-2.1.s390x",
"product": {
"name": "log4j-javadoc-2.20.0-2.1.s390x",
"product_id": "log4j-javadoc-2.20.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j-jcl-2.20.0-2.1.s390x",
"product": {
"name": "log4j-jcl-2.20.0-2.1.s390x",
"product_id": "log4j-jcl-2.20.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j-jmx-gui-2.20.0-2.1.s390x",
"product": {
"name": "log4j-jmx-gui-2.20.0-2.1.s390x",
"product_id": "log4j-jmx-gui-2.20.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j-nosql-2.20.0-2.1.s390x",
"product": {
"name": "log4j-nosql-2.20.0-2.1.s390x",
"product_id": "log4j-nosql-2.20.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j-slf4j-2.20.0-2.1.s390x",
"product": {
"name": "log4j-slf4j-2.20.0-2.1.s390x",
"product_id": "log4j-slf4j-2.20.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j-taglib-2.20.0-2.1.s390x",
"product": {
"name": "log4j-taglib-2.20.0-2.1.s390x",
"product_id": "log4j-taglib-2.20.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "log4j-web-2.20.0-2.1.s390x",
"product": {
"name": "log4j-web-2.20.0-2.1.s390x",
"product_id": "log4j-web-2.20.0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "log4j-2.20.0-2.1.x86_64",
"product": {
"name": "log4j-2.20.0-2.1.x86_64",
"product_id": "log4j-2.20.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j-bom-2.20.0-2.1.x86_64",
"product": {
"name": "log4j-bom-2.20.0-2.1.x86_64",
"product_id": "log4j-bom-2.20.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j-javadoc-2.20.0-2.1.x86_64",
"product": {
"name": "log4j-javadoc-2.20.0-2.1.x86_64",
"product_id": "log4j-javadoc-2.20.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j-jcl-2.20.0-2.1.x86_64",
"product": {
"name": "log4j-jcl-2.20.0-2.1.x86_64",
"product_id": "log4j-jcl-2.20.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j-jmx-gui-2.20.0-2.1.x86_64",
"product": {
"name": "log4j-jmx-gui-2.20.0-2.1.x86_64",
"product_id": "log4j-jmx-gui-2.20.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j-nosql-2.20.0-2.1.x86_64",
"product": {
"name": "log4j-nosql-2.20.0-2.1.x86_64",
"product_id": "log4j-nosql-2.20.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j-slf4j-2.20.0-2.1.x86_64",
"product": {
"name": "log4j-slf4j-2.20.0-2.1.x86_64",
"product_id": "log4j-slf4j-2.20.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j-taglib-2.20.0-2.1.x86_64",
"product": {
"name": "log4j-taglib-2.20.0-2.1.x86_64",
"product_id": "log4j-taglib-2.20.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "log4j-web-2.20.0-2.1.x86_64",
"product": {
"name": "log4j-web-2.20.0-2.1.x86_64",
"product_id": "log4j-web-2.20.0-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-2.20.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64"
},
"product_reference": "log4j-2.20.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-2.20.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le"
},
"product_reference": "log4j-2.20.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-2.20.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x"
},
"product_reference": "log4j-2.20.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-2.20.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64"
},
"product_reference": "log4j-2.20.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-bom-2.20.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64"
},
"product_reference": "log4j-bom-2.20.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-bom-2.20.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le"
},
"product_reference": "log4j-bom-2.20.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-bom-2.20.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x"
},
"product_reference": "log4j-bom-2.20.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-bom-2.20.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64"
},
"product_reference": "log4j-bom-2.20.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-javadoc-2.20.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64"
},
"product_reference": "log4j-javadoc-2.20.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-javadoc-2.20.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le"
},
"product_reference": "log4j-javadoc-2.20.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-javadoc-2.20.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x"
},
"product_reference": "log4j-javadoc-2.20.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-javadoc-2.20.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64"
},
"product_reference": "log4j-javadoc-2.20.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-jcl-2.20.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64"
},
"product_reference": "log4j-jcl-2.20.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-jcl-2.20.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le"
},
"product_reference": "log4j-jcl-2.20.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-jcl-2.20.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x"
},
"product_reference": "log4j-jcl-2.20.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-jcl-2.20.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64"
},
"product_reference": "log4j-jcl-2.20.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-jmx-gui-2.20.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64"
},
"product_reference": "log4j-jmx-gui-2.20.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-jmx-gui-2.20.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le"
},
"product_reference": "log4j-jmx-gui-2.20.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-jmx-gui-2.20.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x"
},
"product_reference": "log4j-jmx-gui-2.20.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-jmx-gui-2.20.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64"
},
"product_reference": "log4j-jmx-gui-2.20.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-nosql-2.20.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64"
},
"product_reference": "log4j-nosql-2.20.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-nosql-2.20.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le"
},
"product_reference": "log4j-nosql-2.20.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-nosql-2.20.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x"
},
"product_reference": "log4j-nosql-2.20.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-nosql-2.20.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64"
},
"product_reference": "log4j-nosql-2.20.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-slf4j-2.20.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64"
},
"product_reference": "log4j-slf4j-2.20.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-slf4j-2.20.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le"
},
"product_reference": "log4j-slf4j-2.20.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-slf4j-2.20.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x"
},
"product_reference": "log4j-slf4j-2.20.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-slf4j-2.20.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64"
},
"product_reference": "log4j-slf4j-2.20.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-taglib-2.20.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64"
},
"product_reference": "log4j-taglib-2.20.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-taglib-2.20.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le"
},
"product_reference": "log4j-taglib-2.20.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-taglib-2.20.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x"
},
"product_reference": "log4j-taglib-2.20.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-taglib-2.20.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64"
},
"product_reference": "log4j-taglib-2.20.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-web-2.20.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64"
},
"product_reference": "log4j-web-2.20.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-web-2.20.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le"
},
"product_reference": "log4j-web-2.20.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-web-2.20.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x"
},
"product_reference": "log4j-web-2.20.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "log4j-web-2.20.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
},
"product_reference": "log4j-web-2.20.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
},
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-14T00:00:00Z",
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
},
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-14T00:00:00Z",
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
},
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-14T00:00:00Z",
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
},
"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": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:log4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-bom-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-javadoc-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jcl-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-jmx-gui-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-nosql-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-slf4j-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-taglib-2.20.0-2.1.x86_64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.aarch64",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.ppc64le",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.s390x",
"openSUSE Tumbleweed:log4j-web-2.20.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-34481"
}
]
}
RHSA-2026:21773
Vulnerability from csaf_redhat - Published: 2026-05-28 22:46 - Updated: 2026-07-24 10:06A flaw was found in org.eclipse.jetty. The Jetty URI parser handles invalid or unusual Uniform Resource Identifiers (URIs) differently compared to other common parsers. This discrepancy, known as differential parsing, can lead to security bypasses in systems that use multiple components to process URIs, such as when a blacklist enforcement component interprets a URI differently from a response generation component. At a minimum, this issue could unintentionally reveal internal system details.
CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Eclipse Jetty. The HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are used. An attacker can inject crafted requests to manipulate and trick the parser. This issue can lead to security controls bypass, cache poisoning or unauthorized endpoint access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Apache Log4j Core. A network-based attacker can perform a man-in-the-middle (MITM) attack, allowing them to intercept encrypted communications. This occurs when an SMTP, Socket, or Syslog appender uses Transport Layer Security (TLS) with a nested <Ssl> element, and the attacker has a certificate from a trusted Certificate Authority (CA). The vulnerability stems from an incomplete hostname verification fix, making TLS connections susceptible to interception.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Apache Log4j Core. This vulnerability allows for log injection through the use of Carriage Return Line Feed (CRLF) sequences. This occurs because security-related configuration attributes were silently renamed, impacting users who directly configure Rfc5424Layout with stream-based syslog services. An attacker could exploit this to inject malicious data into log files, potentially obscuring critical security events or manipulating system records.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Apache Log4j 1-to-Log4j 2 bridge. The Log4j1XmlLayout component fails to properly escape characters forbidden by the XML 1.0 standard. This improper handling of characters results in malformed XML output, which can cause downstream log processing systems to drop or fail to index affected records. The primary consequence is a denial of service for log analysis, potentially hindering security monitoring and incident response.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Apache Log4j Core. The XmlLayout component, responsible for formatting log messages into XML, does not properly remove or replace characters that are not allowed in XML 1.0. When log messages or diagnostic information contain these forbidden characters, the resulting XML output becomes invalid. This can lead to two main issues: either systems processing these logs will fail to read the affected records, or the logging process itself will stop delivering events, both resulting in a denial of service for logging operations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Apache Log4j's JsonTemplateLayout. This vulnerability allows a remote attacker to disrupt log processing systems. By sending log events that include specific non-numeric floating-point values, the attacker can cause the JsonTemplateLayout to generate invalid JSON output. This invalid output can then lead to downstream systems rejecting or failing to index these logs, effectively causing a denial of service for log analysis.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:21773 | self |
| https://access.redhat.com/products/red-hat-offlin… | external |
| https://access.redhat.com/security/cve/CVE-2025-11143 | external |
| https://access.redhat.com/security/cve/CVE-2026-2332 | external |
| https://access.redhat.com/security/cve/CVE-2026-34477 | external |
| https://access.redhat.com/security/cve/CVE-2026-34478 | external |
| https://access.redhat.com/security/cve/CVE-2026-34479 | external |
| https://access.redhat.com/security/cve/CVE-2026-34480 | external |
| https://access.redhat.com/security/cve/CVE-2026-34481 | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-11143 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2444808 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-11143 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-11143 | external |
| https://github.com/jetty/jetty.project/security/a… | external |
| https://access.redhat.com/security/cve/CVE-2026-2332 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2458187 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-2332 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-2332 | external |
| https://github.com/jetty/jetty.project/security/a… | external |
| https://gitlab.eclipse.org/security/cve-assignmen… | external |
| https://access.redhat.com/security/cve/CVE-2026-34477 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2457319 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34477 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34477 | external |
| https://github.com/apache/logging-log4j2/pull/4075 | external |
| https://lists.apache.org/thread/lkx8cl46t2bvkcwfc… | external |
| https://logging.apache.org/cyclonedx/vdr.xml | external |
| https://logging.apache.org/log4j/2.x/manual/appen… | external |
| https://logging.apache.org/security.html#CVE-2026-34477 | external |
| https://access.redhat.com/security/cve/CVE-2026-34478 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2457323 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34478 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34478 | external |
| https://github.com/apache/logging-log4j2/pull/4074 | external |
| https://lists.apache.org/thread/3k1clr2l6vkdnl4cb… | external |
| https://logging.apache.org/log4j/2.x/manual/layou… | external |
| https://logging.apache.org/security.html#CVE-2026-34478 | external |
| https://access.redhat.com/security/cve/CVE-2026-34479 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2457313 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34479 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34479 | external |
| https://github.com/apache/logging-log4j2/pull/4078 | external |
| https://lists.apache.org/thread/gd0hp6mj17rn3kj27… | external |
| https://logging.apache.org/log4j/2.x/migrate-from… | external |
| https://logging.apache.org/security.html#CVE-2026-34479 | external |
| https://access.redhat.com/security/cve/CVE-2026-34480 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2457328 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34480 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34480 | external |
| https://github.com/apache/logging-log4j2/pull/4077 | external |
| https://lists.apache.org/thread/5x0hcnng0chhghp6j… | external |
| https://logging.apache.org/log4j/2.x/manual/layou… | external |
| https://logging.apache.org/security.html#CVE-2026-34480 | external |
| https://access.redhat.com/security/cve/CVE-2026-34481 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2457321 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34481 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34481 | external |
| https://github.com/apache/logging-log4j2/pull/4080 | external |
| https://lists.apache.org/thread/n34zdv00gbkdbzt2r… | external |
| https://logging.apache.org/log4j/2.x/manual/json-… | external |
| https://logging.apache.org/security.html#CVE-2026-34481 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Offline Knowledge Portal security fixes, bug fixes, enhancements \u0026 content update",
"title": "Topic"
},
{
"category": "general",
"text": "This Red Hat Offline Knowledge Portal release upgrades from Solr 9.8.1 to Solr 10.0.0, and fixes several CVEs. It also includes content updates as of May 26 2026.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:21773",
"url": "https://access.redhat.com/errata/RHSA-2026:21773"
},
{
"category": "external",
"summary": "https://access.redhat.com/products/red-hat-offline-knowledge-portal",
"url": "https://access.redhat.com/products/red-hat-offline-knowledge-portal"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-11143",
"url": "https://access.redhat.com/security/cve/CVE-2025-11143"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2332",
"url": "https://access.redhat.com/security/cve/CVE-2026-2332"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34477",
"url": "https://access.redhat.com/security/cve/CVE-2026-34477"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34478",
"url": "https://access.redhat.com/security/cve/CVE-2026-34478"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34479",
"url": "https://access.redhat.com/security/cve/CVE-2026-34479"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34480",
"url": "https://access.redhat.com/security/cve/CVE-2026-34480"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34481",
"url": "https://access.redhat.com/security/cve/CVE-2026-34481"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_offline_knowledge_portal/1",
"url": "https://docs.redhat.com/en/documentation/red_hat_offline_knowledge_portal/1"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_21773.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Offline Knowledge Portal security and content update",
"tracking": {
"current_release_date": "2026-07-24T10:06:41+00:00",
"generator": {
"date": "2026-07-24T10:06:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:21773",
"initial_release_date": "2026-05-28T22:46:23+00:00",
"revision_history": [
{
"date": "2026-05-28T22:46:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-24T10:06:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Offline Knowledge Portal 1.2.9",
"product": {
"name": "Red Hat Offline Knowledge Portal 1.2.9",
"product_id": "Red Hat Offline Knowledge Portal 1.2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:offline_knowledge_portal:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Offline Knowledge Portal"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64",
"product": {
"name": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64",
"product_id": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhokp-rhel9@sha256%3Aec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36?arch=amd64\u0026repository_url=registry.redhat.io/offline-knowledge-portal/rhokp-rhel9\u0026tag=1779996999"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"product": {
"name": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"product_id": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhokp-rhel9@sha256%3Ab26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e?arch=arm64\u0026repository_url=registry.redhat.io/offline-knowledge-portal/rhokp-rhel9\u0026tag=1779996999"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64 as a component of Red Hat Offline Knowledge Portal 1.2.9",
"product_id": "Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64"
},
"product_reference": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"relates_to_product_reference": "Red Hat Offline Knowledge Portal 1.2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64 as a component of Red Hat Offline Knowledge Portal 1.2.9",
"product_id": "Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
},
"product_reference": "registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64",
"relates_to_product_reference": "Red Hat Offline Knowledge Portal 1.2.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11143",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-03-05T10:00:56.604564+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444808"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in org.eclipse.jetty. The Jetty URI parser handles invalid or unusual Uniform Resource Identifiers (URIs) differently compared to other common parsers. This discrepancy, known as differential parsing, can lead to security bypasses in systems that use multiple components to process URIs, such as when a blacklist enforcement component interprets a URI differently from a response generation component. At a minimum, this issue could unintentionally reveal internal system details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.jetty/jetty-http: org.eclipse.jetty: Security bypass due to differential URI parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Low by Red Hat. Successful usage of this vulnerability is non-trivial, as the attacker must be able to craft a URI that exploits Jetty\u0027s differential parsing while bypassing other parsers (ex. in a firewall or load balancer). Additionally, divulging implementation details is possible but not guaranteed while also being indirect, meaning that an attacker may be able to obtain error messages or behavioral differences, but those are not guaranteed. As such, there is likely no direct leak of sensitive data.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-11143"
},
{
"category": "external",
"summary": "RHBZ#2444808",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444808"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-11143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-11143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11143"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-wjpw-4j6x-6rwh",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-wjpw-4j6x-6rwh"
}
],
"release_date": "2026-03-05T09:26:59.830000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T22:46:23+00:00",
"details": "The container image provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21773"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "org.eclipse.jetty/jetty-http: org.eclipse.jetty: Security bypass due to differential URI parsing"
},
{
"cve": "CVE-2026-2332",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-04-14T12:01:05.768902+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458187"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty. The HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are used. An attacker can inject crafted requests to manipulate and trick the parser. This issue can lead to security controls bypass, cache poisoning or unauthorized endpoint access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.jetty/jetty-http: HTTP request smuggling via chunked extension quoted-string parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to send a crafted payload to a Jetty server that is behind a reverse proxy or load balancer, specifically with a chunk extension that includes an unclosed double quote before the CRLF to trick the parser. This flaw allows an attacker to bypass security controls, cause cache poisoning or gain unauthorized endpoint access. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2332"
},
{
"category": "external",
"summary": "RHBZ#2458187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458187"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2332"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-355h-qmc2-wpwf",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-355h-qmc2-wpwf"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignment/-/issues/89",
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/issues/89"
}
],
"release_date": "2026-04-14T10:59:10.193000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T22:46:23+00:00",
"details": "The container image provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21773"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.eclipse.jetty/jetty-http: HTTP request smuggling via chunked extension quoted-string parsing"
},
{
"cve": "CVE-2026-34477",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-04-10T16:01:36.691709+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457319"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Log4j Core. A network-based attacker can perform a man-in-the-middle (MITM) attack, allowing them to intercept encrypted communications. This occurs when an SMTP, Socket, or Syslog appender uses Transport Layer Security (TLS) with a nested \u003cSsl\u003e element, and the attacker has a certificate from a trusted Certificate Authority (CA). The vulnerability stems from an incomplete hostname verification fix, making TLS connections susceptible to interception.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.logging.log4j/log4j-core: Apache Log4j Core: Man-in-the-middle attack due to incomplete hostname verification",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34477"
},
{
"category": "external",
"summary": "RHBZ#2457319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457319"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34477"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34477",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34477"
},
{
"category": "external",
"summary": "https://github.com/apache/logging-log4j2/pull/4075",
"url": "https://github.com/apache/logging-log4j2/pull/4075"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/lkx8cl46t2bvkcwfcb2pd43ygc097lq4",
"url": "https://lists.apache.org/thread/lkx8cl46t2bvkcwfcb2pd43ygc097lq4"
},
{
"category": "external",
"summary": "https://logging.apache.org/cyclonedx/vdr.xml",
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"category": "external",
"summary": "https://logging.apache.org/log4j/2.x/manual/appenders/network.html#SslConfiguration-attr-verifyHostName",
"url": "https://logging.apache.org/log4j/2.x/manual/appenders/network.html#SslConfiguration-attr-verifyHostName"
},
{
"category": "external",
"summary": "https://logging.apache.org/security.html#CVE-2026-34477",
"url": "https://logging.apache.org/security.html#CVE-2026-34477"
}
],
"release_date": "2026-04-10T15:36:19.740000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T22:46:23+00:00",
"details": "The container image provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21773"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "org.apache.logging.log4j/log4j-core: Apache Log4j Core: Man-in-the-middle attack due to incomplete hostname verification"
},
{
"cve": "CVE-2026-34478",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-04-10T16:01:52.683616+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457323"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Log4j Core. This vulnerability allows for log injection through the use of Carriage Return Line Feed (CRLF) sequences. This occurs because security-related configuration attributes were silently renamed, impacting users who directly configure Rfc5424Layout with stream-based syslog services. An attacker could exploit this to inject malicious data into log files, potentially obscuring critical security events or manipulating system records.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.logging.log4j/log4j-core: Apache Log4j Core: Log injection via CRLF sequences due to configuration attribute renames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability allows log injection via CRLF sequences due to silently renamed security attributes in Rfc5424Layout. This affects Red Hat products that directly configure Rfc5424Layout with stream-based syslog services, potentially enabling an attacker to obscure or manipulate log records. This impact is limited to specific configurations, as users of the SyslogAppender are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34478"
},
{
"category": "external",
"summary": "RHBZ#2457323",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457323"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34478",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34478"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34478",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34478"
},
{
"category": "external",
"summary": "https://github.com/apache/logging-log4j2/pull/4074",
"url": "https://github.com/apache/logging-log4j2/pull/4074"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/3k1clr2l6vkdnl4cbhjrnt1nyjvb5gwt",
"url": "https://lists.apache.org/thread/3k1clr2l6vkdnl4cbhjrnt1nyjvb5gwt"
},
{
"category": "external",
"summary": "https://logging.apache.org/cyclonedx/vdr.xml",
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"category": "external",
"summary": "https://logging.apache.org/log4j/2.x/manual/layouts.html#RFC5424Layout",
"url": "https://logging.apache.org/log4j/2.x/manual/layouts.html#RFC5424Layout"
},
{
"category": "external",
"summary": "https://logging.apache.org/security.html#CVE-2026-34478",
"url": "https://logging.apache.org/security.html#CVE-2026-34478"
}
],
"release_date": "2026-04-10T15:40:17.713000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T22:46:23+00:00",
"details": "The container image provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21773"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "org.apache.logging.log4j/log4j-core: Apache Log4j Core: Log injection via CRLF sequences due to configuration attribute renames"
},
{
"cve": "CVE-2026-34479",
"cwe": {
"id": "CWE-91",
"name": "XML Injection (aka Blind XPath Injection)"
},
"discovery_date": "2026-04-10T16:01:11.900823+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457313"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Apache Log4j 1-to-Log4j 2 bridge. The Log4j1XmlLayout component fails to properly escape characters forbidden by the XML 1.0 standard. This improper handling of characters results in malformed XML output, which can cause downstream log processing systems to drop or fail to index affected records. The primary consequence is a denial of service for log analysis, potentially hindering security monitoring and incident response.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.logging.log4j/log4j-1.2-api: Apache Log4j 1-to-Log4j 2 bridge: Log processing denial of service due to improper XML escaping",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34479"
},
{
"category": "external",
"summary": "RHBZ#2457313",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457313"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34479",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34479"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34479",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34479"
},
{
"category": "external",
"summary": "https://github.com/apache/logging-log4j2/pull/4078",
"url": "https://github.com/apache/logging-log4j2/pull/4078"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/gd0hp6mj17rn3kj279vgy4p7kd4zz5on",
"url": "https://lists.apache.org/thread/gd0hp6mj17rn3kj279vgy4p7kd4zz5on"
},
{
"category": "external",
"summary": "https://logging.apache.org/cyclonedx/vdr.xml",
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"category": "external",
"summary": "https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html",
"url": "https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html"
},
{
"category": "external",
"summary": "https://logging.apache.org/security.html#CVE-2026-34479",
"url": "https://logging.apache.org/security.html#CVE-2026-34479"
}
],
"release_date": "2026-04-10T15:41:07.888000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T22:46:23+00:00",
"details": "The container image provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21773"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "org.apache.logging.log4j/log4j-1.2-api: Apache Log4j 1-to-Log4j 2 bridge: Log processing denial of service due to improper XML escaping"
},
{
"cve": "CVE-2026-34480",
"cwe": {
"id": "CWE-168",
"name": "Improper Handling of Inconsistent Special Elements"
},
"discovery_date": "2026-04-10T16:02:17.024798+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457328"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Log4j Core. The XmlLayout component, responsible for formatting log messages into XML, does not properly remove or replace characters that are not allowed in XML 1.0. When log messages or diagnostic information contain these forbidden characters, the resulting XML output becomes invalid. This can lead to two main issues: either systems processing these logs will fail to read the affected records, or the logging process itself will stop delivering events, both resulting in a denial of service for logging operations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.logging.log4j/log4j-core: Apache Log4j Core: Invalid XML output causes denial of service in logging",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in Apache Log4j Core\u0027s XmlLayout component can lead to a denial of service in logging operations when log messages contain characters forbidden by the XML 1.0 specification. Systems processing these logs may fail to read records or the logging process may cease event delivery, impacting monitoring and auditing capabilities in affected Red Hat products. Red Hat products in their default configurations will be able to automatically recover, but some log messages may be lost.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34480"
},
{
"category": "external",
"summary": "RHBZ#2457328",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457328"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34480",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34480"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34480",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34480"
},
{
"category": "external",
"summary": "https://github.com/apache/logging-log4j2/pull/4077",
"url": "https://github.com/apache/logging-log4j2/pull/4077"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/5x0hcnng0chhghp6jgjdp3qmbbhfjzhb",
"url": "https://lists.apache.org/thread/5x0hcnng0chhghp6jgjdp3qmbbhfjzhb"
},
{
"category": "external",
"summary": "https://logging.apache.org/cyclonedx/vdr.xml",
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"category": "external",
"summary": "https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout",
"url": "https://logging.apache.org/log4j/2.x/manual/layouts.html#XmlLayout"
},
{
"category": "external",
"summary": "https://logging.apache.org/security.html#CVE-2026-34480",
"url": "https://logging.apache.org/security.html#CVE-2026-34480"
}
],
"release_date": "2026-04-10T15:42:03.843000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T22:46:23+00:00",
"details": "The container image provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21773"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "org.apache.logging.log4j/log4j-core: Apache Log4j Core: Invalid XML output causes denial of service in logging"
},
{
"cve": "CVE-2026-34481",
"cwe": {
"id": "CWE-241",
"name": "Improper Handling of Unexpected Data Type"
},
"discovery_date": "2026-04-10T16:01:44.581898+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457321"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Log4j\u0027s JsonTemplateLayout. This vulnerability allows a remote attacker to disrupt log processing systems. By sending log events that include specific non-numeric floating-point values, the attacker can cause the JsonTemplateLayout to generate invalid JSON output. This invalid output can then lead to downstream systems rejecting or failing to index these logs, effectively causing a denial of service for log analysis.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.logging.log4j: Apache Log4j JsonTemplateLayout: Denial of Service via invalid JSON output",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires an application to be configured with JsonTemplateLayout and to log attacker-controlled non-finite floating-point values within a MapMessage, which is not a default or common configuration in Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34481"
},
{
"category": "external",
"summary": "RHBZ#2457321",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457321"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34481",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34481"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34481",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34481"
},
{
"category": "external",
"summary": "https://github.com/apache/logging-log4j2/pull/4080",
"url": "https://github.com/apache/logging-log4j2/pull/4080"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/n34zdv00gbkdbzt2rx9rf5mqz6lhopcv",
"url": "https://lists.apache.org/thread/n34zdv00gbkdbzt2rx9rf5mqz6lhopcv"
},
{
"category": "external",
"summary": "https://logging.apache.org/cyclonedx/vdr.xml",
"url": "https://logging.apache.org/cyclonedx/vdr.xml"
},
{
"category": "external",
"summary": "https://logging.apache.org/log4j/2.x/manual/json-template-layout.html",
"url": "https://logging.apache.org/log4j/2.x/manual/json-template-layout.html"
},
{
"category": "external",
"summary": "https://logging.apache.org/security.html#CVE-2026-34481",
"url": "https://logging.apache.org/security.html#CVE-2026-34481"
}
],
"release_date": "2026-04-10T15:43:00.100000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T22:46:23+00:00",
"details": "The container image provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io using the \"podman pull\" command.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21773"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:b26253f0a6c6b9e8c8458ecb07e79e9f87ff313491fffc31e342e32bce0a2b3e_arm64",
"Red Hat Offline Knowledge Portal 1.2.9:registry.redhat.io/offline-knowledge-portal/rhokp-rhel9@sha256:ec8b14b7a170b689a19cee7820888e81ddc3affc2faada6cc6139644f328bd36_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "org.apache.logging.log4j: Apache Log4j JsonTemplateLayout: Denial of Service via invalid JSON output"
}
]
}
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.