| Reporter | Title | Published | Views | Family All 23 |
|---|---|---|---|---|
| The vulnerability of the Azure Promptflow application development tool, related to insufficient spatial partitioning, allows a hacker to execute arbitrary code. | 13 Mar 202500:00 | – | bdu_fstec | |
| CVE-2025-24986 | 11 Mar 202516:39 | – | circl | |
| Microsoft Azure 安全漏洞 | 11 Mar 202500:00 | – | cnnvd | |
| CVE-2025-24986 | 11 Mar 202516:58 | – | cve | |
| CVE-2025-24986 Azure Promptflow Remote Code Execution Vulnerability | 11 Mar 202516:58 | – | cvelist | |
| EUVD-2025-6353 | 3 Oct 202520:07 | – | euvd | |
| Azure PromptFlow remote code execution related to Jinja templates | 11 Mar 202518:32 | – | github | |
| KLA81540 Multiple vulnerabilities in Microsoft Azure | 11 Mar 202500:00 | – | kaspersky | |
| Azure Promptflow Remote Code Execution Vulnerability | 11 Mar 202507:00 | – | mscve | |
| Vulnerabilities fixed in Microsoft Azure | 11 Mar 202518:45 | – | ncsc |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(234573);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/11/10");
script_cve_id("CVE-2025-24986");
script_name(english:"Microsoft Azure Promptflow Python Library promptflow-tools < 1.6.0 RCE");
script_set_attribute(attribute:"synopsis", value:
"A Python library installed on the remote host is affected by a remote code execution vulnerability.");
script_set_attribute(attribute:"description", value:
"The detected version of Microsoft Azure Promptflow python package, promptflow-tools, is prior to version 1.6.0. It is,
therefore, affected by a remote code execution vulnerability. An unauthenticated, remote attacker can exploit this to
bypass authentication and execute unauthorized arbitrary commands.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-24986");
script_set_attribute(attribute:"see_also", value:"https://pypi.org/project/promptflow-tools/1.6.0/");
script_set_attribute(attribute:"solution", value:
"Upgrade to promptflow-tools version 1.6.0 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:N");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-24986");
script_set_attribute(attribute:"vuln_publication_date", value:"2025/03/11");
script_set_attribute(attribute:"patch_publication_date", value:"2025/02/19");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/04/17");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:microsoft:azure_promptflow");
script_set_attribute(attribute:"asset_categories", value:"component");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_set_attribute(attribute:"agent", value:"all");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("python_packages_win_installed.nbin","python_packages_installed_nix.nbin");
script_require_keys("Python/Packages/Enumerated");
exit(0);
}
include('python.inc');
var pkg = 'promptflow-tools';
var cpe = 'cpe:/a:microsoft:azure_promptflow';
var search = 'promptflow-tools%';
var libs = python::get_package_info(pkg_name:pkg, search:search, cpe:cpe);
if (empty_or_null(libs))
audit(AUDIT_NOT_INST, pkg);
vcf::check_all_backporting(app_info:libs);
var constraints = [
{ 'fixed_version' : '1.6.0' }
];
vcf::check_version_and_report(app_info:libs, constraints:constraints, severity:SECURITY_HOLE);
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