606 vulnerabilidades · Windows Orden: CVSS EPSS Año ID
CVE-2025-47987
Windows 10 Version 1507 Windows
7.8
HIGH
EPSS
5.5%
2025 CWE-122 1 PoC

Heap-based buffer overflow in Windows Cred SSProvider Protocol allows an authorized attacker to elevate privileges locally.

CVE-2025-32706
🔥 KEV Windows 10 Version 1507 Windows
7.8
HIGH
EPSS
1.3%
2025 CWE-20 2 PoCs

Improper input validation in Windows Common Log File System Driver allows an authorized attacker to elevate privileges locally.

CVE-2025-21204
Windows 10 Version 1507 Windows
7.8
HIGH
EPSS
7.3%
2025 CWE-59 2 PoCs

Improper link resolution before file access ('link following') in Windows Update Stack allows an authorized attacker to elevate privileges locally.

CVE-2025-21420
Windows 10 Version 1507 Windows
7.8
HIGH
EPSS
41.5%
2025 CWE-59 2 PoCs

Windows Disk Cleanup Tool Elevation of Privilege Vulnerability

CVE-2025-49667
Windows 10 Version 1507 Windows
7.8
HIGH
EPSS
0.8%
2025 CWE-415 1 PoC

Double free in Windows Win32K - ICOMP allows an authorized attacker to elevate privileges locally.

CVE-2025-66493
Foxit PDF Editor Web Windows
7.8
HIGH
EPSS
0.1%
2025 CWE-416 1 PoC

A use-after-free vulnerability exists in the AcroForm handling of Foxit PDF Reader and Foxit PDF Editor before 2025.2.1,14.0.1 and 13.2.1 on Windows . When opening a PDF containing specially crafted JavaScript, a pointer to memory that has already been freed may be accessed or dereferenced, potentially allowing a remote attacker to execute arbitrary code.

CVE-2025-29824
🔥 KEV Windows 10 Version 1507 Windows
7.8
HIGH
EPSS
0.3%
2025 CWE-416 2 PoCs

Use after free in Windows Common Log File System Driver allows an authorized attacker to elevate privileges locally.

CVE-2025-24864
RemoteView Agent (for Windows) Windows
7.8
HIGH
EPSS
0.1%
2025 CWE-276 1 PoC

Incorrect access permission of a specific folder issue exists in RemoteView Agent (for Windows) versions prior to v8.1.5.2. If this vulnerability is exploited, a non-administrative user on the remote PC may execute an arbitrary OS command with LocalSystem privilege.

CVE-2025-59230
🔥 KEV Windows 10 Version 1507 Windows
7.8
HIGH
EPSS
3.7%
2025 CWE-284 2 PoCs

Improper access control in Windows Remote Access Connection Manager allows an authorized attacker to elevate privileges locally.

CVE-2025-66495
Foxit PDF Reader Web Windows
7.8
HIGH
EPSS
0.1%
2025 CWE-416 1 PoC

A use-after-free vulnerability exists in the annotation handling of Foxit PDF Reader before 2025.2.1, 14.0.1, and 13.2.1 on Windows and MacOS. When opening a PDF containing specially crafted JavaScript, a pointer to memory that has already been freed may be accessed or dereferenced, potentially allowing a remote attacker to execute arbitrary code.

CVE-2025-60707
Windows 10 Version 1809 Windows
7.8
HIGH
EPSS
0.1%
2025 CWE-416 2 PoCs

Use after free in Multimedia Class Scheduler Service (MMCSS) allows an authorized attacker to elevate privileges locally.

CVE-2025-53841
Guardicore Platform Agent Windows
7.8
HIGH
EPSS
0.0%
2025 CWE-829 1 PoC

The GC-AGENTS-SERVICE running as part of Akamai´s Guardicore Platform Agent for Windows versions prior to v49.20.1, v50.15.0, v51.12.0, v52.2.0 is affected by a local privilege escalation vulnerability. The service will attempt to read an OpenSSL configuration file from a non-existent location that standard Windows users have default write access to. This allows an unprivileged local user to create a crafted "openssl.cnf" file in that location and, by specifying the path to a custom DLL file in a custom OpenSSL engine definition, execute arbitrary commands with the privileges of the Guardicore

CVE-2025-30400
🔥 KEV Windows 10 Version 1809 Windows
7.8
HIGH
EPSS
0.8%
2025 CWE-416 1 PoC

Use after free in Windows DWM allows an authorized attacker to elevate privileges locally.

CVE-2025-54100
Windows 10 Version 1607 Windows
7.8
HIGH
EPSS
0.2%
2025 CWE-77 2 PoCs

Improper neutralization of special elements used in a command ('command injection') in Windows PowerShell allows an unauthorized attacker to execute code locally.

CVE-2025-24990
🔥 KEV Windows 10 Version 1507 Windows
7.8
HIGH
EPSS
2.8%
2025 CWE-822 2 PoCs

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.

CVE-2025-22447
RemoteView Agent (for Windows) Windows
7.8
HIGH
EPSS
0.1%
2025 CWE-276 1 PoC

Incorrect access permission of a specific service issue exists in RemoteView Agent (for Windows) versions prior to v8.1.5.2. If this vulnerability is exploited, a non-administrative user on the remote PC may execute an arbitrary OS command with LocalSystem privilege.

CVE-2025-55230
Windows 10 Version 1507 Windows
7.8
HIGH
EPSS
0.1%
2025 CWE-822 1 PoC

Untrusted pointer dereference in Windows MBT Transport driver allows an authorized attacker to elevate privileges locally.

CVE-2025-59512
Windows 10 Version 1607 Windows
7.8
HIGH
EPSS
0.3%
2025 CWE-284 2 PoCs

Improper access control in Customer Experience Improvement Program (CEIP) allows an authorized attacker to elevate privileges locally.

CVE-2025-37947
Linux Windows
7.8
HIGH
EPSS
0.0%
2025 2 PoCs

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.