Palo Alto Networks Prisma SD-WAN ION 6.3.x < 6.3.6-b10 / 6.4.x < 6.4.3-b8 / 6.5.x < 6.5.3-b15 Multiple Vulnerabilities
| Reporter | Title | Published | Views | Family All 22 |
|---|---|---|---|---|
| CVE-2026-0243 | 13 May 202619:10 | – | attackerkb | |
| CVE-2026-0244 | 13 May 202619:03 | – | attackerkb | |
| The vulnerability of the Prisma SD-WAN ION network management tool, related to errors in the certificate validation process, allows a hacker to execute a type of “man-in-the-middle” attack. | 22 May 202600:00 | – | bdu_fstec | |
| The vulnerability of the Prisma SD-WAN ION network management tool, related to the lack of input data verification for cyclic operations, allows a attacker to trigger a service failure. | 25 May 202600:00 | – | bdu_fstec | |
| CVE-2026-0243 | 13 May 202619:03 | – | circl | |
| CVE-2026-0244 | 14 May 202606:51 | – | circl | |
| Palo Alto Networks Prisma SD-WAN ION 安全漏洞 | 13 May 202600:00 | – | cnnvd | |
| Palo Alto Networks Prisma SD-WAN ION 信任管理问题漏洞 | 13 May 202600:00 | – | cnnvd | |
| CVE-2026-0243 | 13 May 202619:10 | – | cve | |
| CVE-2026-0244 | 13 May 202619:03 | – | cve |
10
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(314701);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/05/15");
script_cve_id("CVE-2026-0243", "CVE-2026-0244");
script_name(english:"Palo Alto Networks Prisma SD-WAN ION 6.3.x < 6.3.6-b10 / 6.4.x < 6.4.3-b8 / 6.5.x < 6.5.3-b15 Multiple Vulnerabilities");
script_set_attribute(attribute:"synopsis", value:
"The remote Palo Alto Networks Prisma SD-WAN ION host is affected by multiple vulnerabilities.");
script_set_attribute(attribute:"description", value:
"The version of the remote Palo Alto Networks Prisma SD-WAN ION device is 6.3.x prior to 6.3.6-b10, 6.4.x prior to
6.4.3-b8, or 6.5.x prior to 6.5.3-b15. It is, therefore, affected by multiple vulnerabilities:
- A denial of service (DoS) vulnerability in Palo Alto Networks Prisma SD-WAN ION devices enables an
unauthenticated attacker in a network adjacent to a Prisma SD-WAN ION device to cause a system disruption by
sending a specially crafted IPv6 packet. (CVE-2026-0243)
- An improper certificate validation vulnerability in the Palo Alto Networks Prisma SD-WAN ION enables
man-in-the-middle (MitM) attacker to impersonate the controller. (CVE-2026-0244)
Note that Nessus has not tested for these issues but has instead relied only on the device's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://security.paloaltonetworks.com/CVE-2026-0243");
script_set_attribute(attribute:"see_also", value:"https://security.paloaltonetworks.com/CVE-2026-0244");
script_set_attribute(attribute:"solution", value:
"Upgrade to Palo Alto Networks Prisma SD-WAN ION version 6.3.6-b10, 6.4.3-b8, or 6.5.3-b15 or later.");
script_set_cvss_base_vector("CVSS2#AV:A/AC:H/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss4_vector", value:"CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N");
script_set_attribute(attribute:"cvss4_supplemental", value:"CVSS:4.0/AU:Y/R:U/V:D/RE:M/U:Amber");
script_set_attribute(attribute:"cvss4_threat_vector", value:"CVSS:4.0/E:U");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-0244");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2026/05/13");
script_set_attribute(attribute:"patch_publication_date", value:"2026/05/13");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/05/14");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:paloaltonetworks:prisma_ion_os");
script_set_attribute(attribute:"cpe", value:"cpe:/h:paloaltonetworks:prisma_ion");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Palo Alto Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("palo_alto_prisma_ion_detect.nbin");
script_require_keys("installed_sw/Palo Alto Networks Prisma ION");
exit(0);
}
include('vcf.inc');
var app_info = vcf::get_app_info(app:'Palo Alto Networks Prisma ION');
var build = get_kb_item('Host/PrismaION/build');
if (!empty_or_null(build))
{
app_info.display_version = app_info.version + '-b' + build;
app_info.version = app_info.version + '.' + build;
app_info.parsed_version = vcf::parse_version(app_info.version);
}
var constraints = [
{'min_version': '6.3.1', 'fixed_version': '6.3.6.10', 'fixed_display': '6.3.6-b10'},
{'min_version': '6.4.1', 'fixed_version': '6.4.3.8', 'fixed_display': '6.4.3-b8'},
{'min_version': '6.5.1', 'fixed_version': '6.5.3.15', 'fixed_display': '6.5.3-b15'}
];
vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING);
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
15 May 2026 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 3.18.1
CVSS 47.7
EPSS0.00217
SSVC