Lucene search
+L

Security Updates for Microsoft Endpoint Configuration Manager (November 2025)

🗓️ 14 Nov 2025 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 7 Views

Microsoft Endpoint Configuration Manager is missing a November 2025 security update, enabling privilege escalation.

Related
Refs
Code
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(275435);
  script_version("1.2");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/04/21");

  script_cve_id("CVE-2025-47179");
  script_xref(name: "IAVA", value: "2025-A-0842");

  script_name(english:"Security Updates for Microsoft Endpoint Configuration Manager (November 2025)");

  script_set_attribute(attribute:"synopsis", value:
"The The Microsoft Endpoint Configuration Manager installed on the remote host is missing a security update.");
  script_set_attribute(attribute:"description", value:
"The The Microsoft Endpoint Configuration Manager installed
on the remote host is missing a security update. It is,
therefore, affected by the following vulnerability:

  - An elevation of privilege vulnerability. An attacker can
    exploit this to gain elevated privileges.
    (CVE-2025-47179)

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-47179");
  script_set_attribute(attribute:"solution", value:
"Microsoft has released security updates to address this issue.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-47179");

  script_set_attribute(attribute:"vuln_publication_date", value:"2025/11/12");
  script_set_attribute(attribute:"patch_publication_date", value:"2025/11/12");
  script_set_attribute(attribute:"plugin_publication_date", value:"2025/11/14");

  script_set_attribute(attribute:"plugin_type", value:"local");
  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_keys("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 setupcore.dll file version
dbg::detailed_log(lvl:1, msg:'[app_version][' + app_info.version + ']');
dbg::detailed_log(lvl:1, msg:'[setupcore][' + app_info.setupcore + ']');
if (!empty_or_null(app_info.setupcore))
{
  app_info.version = app_info.setupcore;
  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.1037', 'fixed_display': 'See vendor advisory'}];
else if (app_info.update == '2409')
  constraints = [{'fixed_version': '5.0.9132.1031', 'fixed_display': 'See vendor advisory'}];
else if (app_info.update == '2503')
  constraints = [{'fixed_version': '5.0.9135.1013', '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