Lucene search
K

Security Updates for Microsoft .NET Framework (October 2025)

🗓️ 23 Oct 2025 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 2 Views

Remote host missing .NET Framework security update enabling information disclosure.

Related
Refs
Code
#%NASL_MIN_LEVEL 80900

##
#
# (C) Tenable, Inc.
#
##

include("compat.inc");

if (description)
{
  script_id(271264);
  script_version("1.1");
  script_set_attribute(attribute:"plugin_modification_date", value:"2025/10/23");

  script_cve_id("CVE-2025-55248");
  script_xref(name:"MSKB", value:"5066128");
  script_xref(name:"MSKB", value:"5066740");
  script_xref(name:"MSKB", value:"5066742");
  script_xref(name:"MSKB", value:"5066743");
  script_xref(name:"MSKB", value:"5066738");
  script_xref(name:"MSKB", value:"5066136");
  script_xref(name:"MSFT", value:"MS25-5066128");
  script_xref(name:"MSFT", value:"MS25-5066740");
  script_xref(name:"MSFT", value:"MS25-5066742");
  script_xref(name:"MSFT", value:"MS25-5066743");
  script_xref(name:"MSFT", value:"MS25-5066738");
  script_xref(name:"MSFT", value:"MS25-5066136");

  script_name(english:"Security Updates for Microsoft .NET Framework (October 2025)");

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

  - An information disclosure vulnerability. An attacker can
    exploit this to disclose potentially sensitive
    information. (CVE-2025-55248)

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://support.microsoft.com/en-us/help/5066128");
  script_set_attribute(attribute:"see_also", value:"https://support.microsoft.com/en-us/help/5066740");
  script_set_attribute(attribute:"see_also", value:"https://support.microsoft.com/en-us/help/5066742");
  script_set_attribute(attribute:"see_also", value:"https://support.microsoft.com/en-us/help/5066743");
  script_set_attribute(attribute:"see_also", value:"https://support.microsoft.com/en-us/help/5066738");
  script_set_attribute(attribute:"see_also", value:"https://support.microsoft.com/en-us/help/5066136");
  script_set_attribute(attribute:"see_also", value:"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-55248");
  script_set_attribute(attribute:"solution", value:
"Microsoft has released the following security updates to address this issue:
  -KB5066128
  -KB5066740
  -KB5066742
  -KB5066743
  -KB5066738
  -KB5066136
");
  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:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2025-55248");

  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/23");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:microsoft:.net_framework");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows : Microsoft Bulletins");

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

  script_dependencies("smb_check_dotnet_rollup.nasl", "smb_hotfixes.nasl", "ms_bulletin_checks_possible.nasl", "microsoft_net_framework_installed.nasl");
  script_require_keys("SMB/MS_Bulletin_Checks/Possible");
  script_require_ports(139, 445, "Host/patch_management_checks");

  exit(0);
}

include('install_func.inc');
include('smb_func.inc');
include('smb_hotfixes.inc');
include('smb_hotfixes_fcheck.inc');

get_kb_item_or_exit('SMB/MS_Bulletin_Checks/Possible');

var bulletin = 'MS25-01';
var kbs = make_list(
  '5066128',
  '5066740',
  '5066742',
  '5066743',
  '5066738',
  '5066136'
);

if (get_kb_item('Host/patch_management_checks')) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);

get_kb_item_or_exit('SMB/Registry/Enumerated');
get_kb_item_or_exit('SMB/WindowsVersion', exit_code:1);

if (hotfix_check_sp_range(vista:'2' , win7:'1', win8:'0', win81:'0', win10:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);

var share = hotfix_get_systemdrive(exit_on_fail:TRUE, as_share:TRUE);
if (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);

var app = 'Microsoft .NET Framework';
get_install_count(app_name:app, exit_if_zero:TRUE);
var installs = get_combined_installs(app_name:app);

var install, version;
var vuln = 0;

if (installs[0] == 0)
{
  foreach install (installs[1])
  {
    version = install['version'];
    if( version != UNKNOWN_VER &&
        smb_check_dotnet_rollup(rollup_date:'10_2025', dotnet_ver:version))
      vuln++;
  }
}
if(vuln)
{
  hotfix_security_hole();
  hotfix_check_fversion_end();
  exit(0);
}
else
{
  hotfix_check_fversion_end();
  audit(AUDIT_HOST_NOT, 'affected');
}

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

23 Oct 2025 00:00Current
8.2High risk
Vulners AI Score8.2
CVSS 3.14.8 - 5.7
EPSS0.0003
SSVC
2