Lucene search
K

Apache CXF < 4.1.7 / 4.2.x < 4.2.2 Multiple Vulnerabilities

🗓️ 16 Jun 2026 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 3 Views

Apache CXF older than 4.1.7 or 4.2.x older than 4.2.2 has JNDI injection, JMS execution, and deserialization DoS.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2026-44417
22 May 202612:17
attackerkb
Tenable Nessus
Apache CXF < 3.6.11 / 4.0.x < 4.1.6 / 4.2.x < 4.2.1 Multiple Vulnerabilities
28 May 202600:00
nessus
Circl
CVE-2026-44417
12 Jun 202611:00
circl
Circl
CVE-2026-50623
11 Jun 202617:20
circl
Circl
CVE-2026-50629
11 Jun 202617:41
circl
Circl
CVE-2026-50630
11 Jun 202617:38
circl
Circl
CVE-2026-50631
11 Jun 202617:45
circl
Circl
CVE-2026-50632
11 Jun 202617:49
circl
Circl
CVE-2026-50633
11 Jun 202619:04
circl
Circl
CVE-2026-50634
11 Jun 202620:00
circl
Rows per page
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(321189);
  script_version("1.1");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/06/16");

  script_cve_id(
    "CVE-2026-50623",
    "CVE-2026-50629",
    "CVE-2026-50630",
    "CVE-2026-50631",
    "CVE-2026-50632",
    "CVE-2026-50633",
    "CVE-2026-50634",
    "CVE-2026-50645"
  );

  script_name(english:"Apache CXF < 4.1.7 / 4.2.x < 4.2.2 Multiple Vulnerabilities");

  script_set_attribute(attribute:"synopsis", value:
"Apache CXF is affected by multiple vulnerabilities.");
  script_set_attribute(attribute:"description", value:
"The version of Apache CXF installed on the remote host is prior to 4.1.7 or 4.2.x prior to 4.2.2. It is, therefore, affected by multiple vulnerabilities, including:

  - A JNDI Injection vulnerability in the JCA integration module allows code execution if an
    attacker can manipulate the JCA deployment descriptor or runtime activation parameters.
    (CVE-2026-50633)

  - An incomplete fix for CVE-2026-44417 allows code execution if untrusted users are allowed to
    configure JMS for Apache CXF. (CVE-2026-50632)

  - No restriction on the amount of attachment headers in a message during deserialization can lead
    to uncontrolled resource consumption or denial of service. (CVE-2026-50645)

Note that Nessus has not tested for these issues but has instead relied only on the application's
self-reported version number.");
  script_set_attribute(attribute:"see_also", value:"https://cxf.apache.org/security-advisories.html");
  script_set_attribute(attribute:"see_also", value:"https://lists.apache.org/thread/1czhgovkgzdkyp3t61wthn0foogh2grf");
  script_set_attribute(attribute:"see_also", value:"https://lists.apache.org/thread/740ghch5z5y675cn2kzgtyo5k37n6qcw");
  script_set_attribute(attribute:"see_also", value:"https://lists.apache.org/thread/24zb7cqcvykhwm0j797dmdq25s61mj93");
  script_set_attribute(attribute:"see_also", value:"https://lists.apache.org/thread/s83t3x4r626o9h8rt0ryr1w7w53l1vv8");
  script_set_attribute(attribute:"see_also", value:"https://lists.apache.org/thread/9nfwh9d3m4kznxrk1mz98hl0jml18k0p");
  script_set_attribute(attribute:"see_also", value:"https://lists.apache.org/thread/bt7vnjzzkpd6vdhkxv103poor1jy5trm");
  script_set_attribute(attribute:"see_also", value:"https://lists.apache.org/thread/ydzj8m5mqmjy13xgyj9mkk9hfff63qq7");
  script_set_attribute(attribute:"see_also", value:"https://lists.apache.org/thread/xw95po30p8th58ms1no6b0f2375cql00");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Apache CXF version 4.1.7, or 4.2.2 or later.");
  script_set_attribute(attribute:"agent", value:"all");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:N/C:C/I:C/A:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-50633");

  script_set_attribute(attribute:"vuln_publication_date", value:"2026/06/11");
  script_set_attribute(attribute:"patch_publication_date", value:"2026/06/11");
  script_set_attribute(attribute:"plugin_publication_date", value:"2026/06/16");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"asset_categories", value:"component");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:apache:cxf");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Misc.");

  script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("apache_cxf_detect.nbin");
  script_require_keys("installed_sw/Apache CXF");

  exit(0);
}

include('vdf.inc');

# @tvdl-content
var vuln_data = {
  'metadata': {'spec_version': '1.0'},
  'checks': [
    {
      'product': {'name': 'Apache CXF', 'type': 'app'},
      'check_algorithm': 'default',
      'constraints': [
        { 'fixed_version': '4.1.7' },
        { 'min_version': '4.2.0', 'fixed_version': '4.2.2' }
      ]
    }
  ]
};

var result = vdf::check_and_report(vuln_data:vuln_data, severity:SECURITY_HOLE);
vdf::handle_check_and_report_errors(vdf_result:result);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

16 Jun 2026 00:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 3.17.5 - 8.1
EPSS0.00655
SSVC
3