Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"aliases": [
"CVE-2026-50632"
],
"summary": "Apache CXF has JNDI Injection Vulnerability in JMSConfigFactory",
"details": "A further incomplete fix for a previous advisory CVE-2026-44417 (Untrusted JMS configuration can lead to RCE) for Apache CXF has been identified, which can allow code execution capabilities, if untrusted users are allowed to configure JMS for Apache CXF. Users are recommended to upgrade to versions 4.2.2 or 4.1.7, which fixes this issue.",
"summary": "Apache CXF has JNDI Injection Vulnerability in JMSConfigFactory - false positive",
"details": "Change the < 4.1.7 range to >= 4.0.0, < 4.1.7 and add a new < 3.6.12 range with patched version 3.6.12.",
"severity": [
{
"type": "CVSS_V3",
Expand All @@ -28,11 +28,14 @@
"introduced": "4.2.0"
},
{
"fixed": "4.2.2"
"fixed": "3.6.12, 4.2.2"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "< 4.2.2"
}
},
{
"package": {
Expand All @@ -47,41 +50,28 @@
"introduced": "0"
},
{
"fixed": "4.1.7"
"fixed": "3.6.12, 4.1.7"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "< 4.1.7"
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50632"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2026:37390"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2026-50632"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488304"
"url": "https://github.com/apache/cxf/commit/31eb1f90d4"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/cxf"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/740ghch5z5y675cn2kzgtyo5k37n6qcw"
},
{
"type": "WEB",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-50632.json"
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50632"
}
],
"database_specific": {
Expand Down
Loading