Last Windows 10 Patch Tuesday Features Six Zero
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2025-0033 | Improper access control within AMD SEV-SNP could allow an admin privileged attacker to write to the RMP during SNP initialization, potentially resulting in a lo Improper access control within AMD SEV-SNP could allow an admin privileged attacker to write to the RMP during SNP initialization, potentially resulting in a loss of SEV-SNP guest memory integrity. NVD description · AI analysis pending | 6.0 | <1% | — | — | ||
| CVE-2025-24052 | Microsoft is aware of vulnerabilities in the third party Agere Modem driver that ships natively with supported Windows operating systems. Microsoft is aware of vulnerabilities in the third party Agere Modem driver that ships natively with supported Windows operating systems. This is an announcement of the upcoming removal of ltmdm64.sys driver. The driver has been removed in the October cumulative update. Fax modem hardware dependent on this specific driver will no longer work on Windows. Microsoft recommends removing any existing dependencies on this hardware. NVD description · AI analysis pending | 7.8 | 2% |
| — | ||
| CVE-2025-24990 +1 in the same advisory: …59230 | Untrusted Pointer Dereference in Windows Agere Modem Driver (ltmdm64.sys) CVE-2025-24990 is an untrusted pointer dereference (CWE-822) in the third-party Agere modem driver (ltmdm64.sys) that Microsoft ships natively with supported Windows client and server operating systems. Exploitation requires local access with limited privileges, and successful attacks yield high impact to the system's confidentiality, integrity, and availability (CVSS 3.1 7.8), a scoring pattern consistent with local privilege escalation. Because the driver is present by default, every supported Windows 10 build, Windows 11 build, and Windows Server 2008/2012/2016 installation listed by Microsoft is affected until patched. The flaw is being actively exploited in the wild — it was added to CISA's KEV on 2025-10-14 — although no public proof-of-concept is known. Microsoft remediated it in the October 2025 cumulative updates by removing ltmdm64.sys entirely, which means fax modem hardware that depends on this driver will stop working after patching. Do: Apply the October 2025 (or later) Windows cumulative update, which remediates the flaw by removing ltmdm64.sys, and prioritize systems where untrusted or low-privileged users can run code (RDS/VDI hosts, shared workstations, jump servers). After patching, check for Agere-based fax modem dependencies tied to ltmdm64.sys, as that hardware will no longer function and will need replacement or an alternative. Federal agencies must apply mitigations per vendor instructions or follow BOD 22-01 timelines for cloud services. | 7.8 | 6% | KEV |
| masshundreds of millions of Windows installs (driver ships natively on all listed Windows 10/11 and Server builds) | |
| CVE-2025-2884 | TCG TPM2.0 Reference implementation's CryptHmacSign helper function is vulnerable to Out-of-Bounds read due to the lack of validation the signature scheme with TCG TPM2.0 Reference implementation's CryptHmacSign helper function is vulnerable to Out-of-Bounds read due to the lack of validation the signature scheme with the signature key's algorithm. See Errata Revision 1.83 and advisory TCGVRT0009 for TCG standard TPM2.0 NVD description · AI analysis pending | 6.6 | <1% | — | — | ||
| CVE-2025-47827 | Secure Boot Bypass via Expired Key in IGEL OS Before 11 (CVE-2025-47827) CVE-2025-47827 is a Secure Boot bypass in IGEL OS before version 11, caused by improper verification of a cryptographic signature (CWE-347) in the igel-flash-driver module, which improperly validates a signature using a key past its expiration date. An attacker with physical access (CVSS vector AV:P) can boot a crafted root filesystem from an unverified SquashFS image, defeating the platform's Secure Boot guarantee and loading attacker-controlled code at boot time; the CVSS scoring assigns high availability impact. Deployments running IGEL OS 10 or earlier are affected; CISA's affected-product list names IGEL OS only, while the CPE data additionally tags Windows 10 (1507, 1607, 1809, 21H2, 22H2), Windows 11 (22H2-25H2) and Windows Server 2012/2016 releases, reflecting the shared Microsoft Secure Boot key ecosystem rather than a CISA-listed Microsoft impact. The flaw was added to the CISA Known Exploited Vulnerabilities catalog on 2025-10-14, indicating confirmed in-the-wild exploitation, with ransomware use unknown and EPSS estimating a 4.9% (92nd percentile) probability of exploitation within 30 days. A public proof-of-concept is available (github.com/Zedeldi/CVE-2025-47827), and vendors/CISA have required mitigation per BOD 22-01 guidance. Do: Inventory all IGEL endpoints and upgrade any running OS 10 or earlier to IGEL OS 11 (current 11.x) per vendor instructions, which is the required KEV/BOD 22-01 remediation path. Because the attack requires physical access (AV:P), restrict physical and console access to thin clients in exposed locations such as lobbies, clinical areas and production floors, and inspect any device that may have been accessed for signs of root-filesystem tampering or unexpected boot behavior. The public PoC (Zedeldi/CVE-2025-47827) can be used to verify whether devices still boot an unverified SquashFS image. | 4.6 | 5% | KEV PoC |
| largeon the order of 100,000-1,000,000 IGEL endpoints (residual pre-v11 share of IGEL's multi-million-device installed base) - estimate |
Full article492 words · extracted from infosecurity-magazine.com · click to collapse
It’s set to be a busy October for system administrators after Microsoft issued security updates to fix 172 vulnerabilities including six classed as zero-days.
Three of the zero-day vulnerabilities in this month’s Patch Tuesday list are being actively exploited.
CVE-2025-59230 is a local elevation of privilege (EoP) bug in the Windows Remote Access Connection Manager.
“With no user interaction required, this will go straight into an attacker’s standard toolkit,” warned Rapid7 lead software engineer, Adam Barnett.
“There’s very little information in the advisory itself, but someone out there knows exactly how to exploit this vulnerability.”
CVE-2025-24990 is another EoP vulnerability, this time in the third-party Agere Modem driver (ltmdm64.sys) which ships with Windows. Interestingly, Microsoft has removed the driver rather than patch the flaw.
Ben McCarthy, lead cybersecurity engineer at Immersive, argued that the bug highlights the risks of legacy components.
“This driver, which supports hardware from the late 1990s and early 2000s, predates current secure development practices and has remained largely unchanged for years. Kernel-mode drivers operate with the highest system privileges, making them a primary target for attackers seeking to escalate their access,” he explained.
“Microsoft’s decision to remove the driver entirely, rather than issue a patch, is a direct response to the risks associated with modifying unsupported, third-party legacy code. Attempts to patch such a component can be unreliable, potentially introducing system instability or failing to address the root cause of the vulnerability completely.”
Read more on Patch Tuesday: Two Zero-Days Among Patch Tuesday CVEs This Month
The third zero-day actively being exploited in the wild is CVE-2025-47827: a secure boot bypass bug that affects IGEL OS, a third-party OS designed to provide virtual desktop infrastructure.
Kev Breen, senior director of threat research at Immersive, claimed a proof of concept has been available for this vulnerability since May, making exploitation trivial.
“The impacts of a secure boot bypass can be significant, as threat actors can deploy a kernel-level rootkit, gaining access to the IGEL OS itself and, by extension then tamper with the virtual desktops, including capturing credentials,” he added.
“It should be noted that this is not a remote attack, and physical access is typically required to exploit this type of vulnerability, meaning that ‘evil-maid’ style attacks are the most likely vector affecting employees who travel frequently.”
Three Publicly Disclosed Zero-Days
The three remaining zero-days have been publicly disclosed but so far not exploited. They are:
- CVE-2025-0033: a critical vulnerability in AMD EPYC processors using Secure Encrypted Virtualization – Secure Nested Paging (SEV-SNP), for which there’s not yet a patch
- CVE-2025-24052: an EoP bug in Agere Modem driver similar to CVE-2025-24990
- CVE-2025-2884: an out-of-bounds read vulnerability in TCG TPM2.0 that could result in information disclosure or denial of service
This is the last Patch Tuesday in which Windows 10 users will receive free updates. To continue receiving patches, consumers and business customers will need to pay for Microsoft’s Extended Security Updates (ESU) scheme.
Image credit: gguy / Shutterstock.com
Text extracted automatically; images, tables and formatting may be missing. Original: https://www.infosecurity-magazine.com/news/last-windows-10-patch-tuesday-six/