| Reporter | Title | Published | Views | Family All 26 |
|---|---|---|---|---|
| CVE-2025-59213 | 14 Oct 202517:01 | – | attackerkb | |
| The vulnerability of Microsoft Configuration Manager software for managing IT infrastructure lies in the lack of protective measures for the SQL query structure, allowing attackers to enhance their privileges. | 20 Oct 202500:00 | – | bdu_fstec | |
| CVE-2025-55320 | 14 Oct 202516:38 | – | circl | |
| CVE-2025-59213 | 14 Oct 202516:38 | – | circl | |
| Microsoft Configuration Manager SQL注入漏洞 | 14 Oct 202500:00 | – | cnnvd | |
| Microsoft Configuration Manager SQL注入漏洞 | 14 Oct 202500:00 | – | cnnvd | |
| CVE-2025-55320 | 14 Oct 202517:00 | – | cve | |
| CVE-2025-59213 | 14 Oct 202517:01 | – | cve | |
| CVE-2025-55320 Configuration Manager Elevation of Privilege Vulnerability | 14 Oct 202517:00 | – | cvelist | |
| CVE-2025-59213 Configuration Manager Elevation of Privilege Vulnerability | 14 Oct 202517:01 | – | cvelist |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| nessus | www.nessus.org/u |
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(270708);
script_version("1.3");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/04/21");
script_cve_id("CVE-2025-55320", "CVE-2025-59213");
script_xref(name:"MSKB", value:"34503790");
script_xref(name:"MSFT", value:"MS25-34503790");
script_xref(name:"IAVA", value:"2025-A-0767-S");
script_name(english:"Microsoft Endpoint Configuration Manager (October 2025)");
script_set_attribute(attribute:"synopsis", value:
"A system management application installed on the remote host is affected by a remote code execution vulnerability.");
script_set_attribute(attribute:"description", value:
"The Microsoft Endpoint Configuration Manager application installed on the remote host is missing a security hotfix
documented in KB34503790. It is, therefore, affected by multiple vulnerabilities:
- An elevation of privilege vulnerability. An attacker can exploit this to gain elevated privileges.
(CVE-2025-55320, CVE-2025-59213)
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
# https://learn.microsoft.com/en-us/intune/configmgr/hotfix/2503/34503790
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?597ff1dd");
# https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-55320
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?f98c0818");
# https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-59213
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?4e2a23b1");
script_set_attribute(attribute:"solution", value:
"Apply the security patch according to KB34503790.");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-59213");
script_cwe_id(89);
script_set_attribute(attribute:"vuln_publication_date", value:"2025/10/15");
script_set_attribute(attribute:"patch_publication_date", value:"2025/10/15");
script_set_attribute(attribute:"plugin_publication_date", value:"2025/10/17");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"x-cpe:/a:microsoft:configuration_manager");
script_set_attribute(attribute:"cpe", value:"cpe:/a:microsoft:endpoint_configuration_manager");
script_set_attribute(attribute:"stig_severity", value:"I");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows : Microsoft Bulletins");
script_copyright(english:"This script is Copyright (C) 2025-2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("microsoft_configuration_manager_win_installed.nbin");
script_require_ports("installed_sw/Microsoft Endpoint Configuration Manager");
exit(0);
}
include('vcf.inc');
include('smb_hotfixes_fcheck.inc');
var app = 'Microsoft Endpoint Configuration Manager';
var app_info = vcf::get_app_info(app:app, win_local:TRUE);
# per ms - check the smsprov.dll file version
dbg::detailed_log(lvl:1, msg:'[app_version][' + app_info.version + ']');
dbg::detailed_log(lvl:1, msg:'[smsprov][' + app_info.smsprov + ']');
if (!empty_or_null(app_info.smsprov))
{
app_info.version = app_info.smsprov;
app_info.parsed_version = vcf::parse_version(app_info.version);
}
else
if (report_paranoia < 2) audit(AUDIT_POTENTIAL_VULN, app);
dbg::detailed_log(lvl:1, msg:'[app_version][' + app_info.version + ']');
var constraints = [];
if (app_info.update == '2403')
constraints = [{'fixed_version': '5.0.9128.1035', 'fixed_display': 'See vendor advisory'}];
else if (app_info.update == '2409')
constraints = [{'fixed_version': '5.0.9132.1029', 'fixed_display': 'See vendor advisory'}];
else if (app_info.update == '2503')
constraints = [{'fixed_version': '5.0.9135.1008', 'fixed_display': 'See vendor advisory'}];
vcf::check_version_and_report(app_info:app_info, 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