606 vulnerabilidades · Windows Orden: CVSS EPSS Año ID
CVE-2025-11953
🔥 KEV Software Genérico Windows
9.8
CRITICAL
EPSS
18.6%
2025 CWE-78 1 PoC

The Metro Development Server, which is opened by the React Native Community CLI, binds to external interfaces by default. The server exposes an endpoint that is vulnerable to OS command injection. This allows unauthenticated network attackers to send a POST request to the server and run arbitrary executables. On Windows, the attackers can also execute arbitrary shell commands with fully controlled arguments.

CVE-2025-5947
Service Finder Bookings Web Windows ⚡ nuclei
9.8
CRITICAL
EPSS
43.8%
2025 CWE-639 4 PoCs

The Service Finder Bookings plugin for WordPress is vulnerable to privilege escalation via authentication bypass in all versions up to, and including, 6.0. This is due to the plugin not properly validating a user's cookie value prior to logging them in through the service_finder_switch_back() function. This makes it possible for unauthenticated attackers to login as any user including admins.

CVE-2025-11127
Mstoreapp Mobile App Web Windows
9.8
CRITICAL
EPSS
0.2%
2025 1 PoC

The Mstoreapp Mobile App WordPress plugin through 2.08 and Mstoreapp Mobile Multivendor through 9.0.1 do not properly verify users identify when using an AJAX action, allowing unauthenticated users to retrieve a valid session for arbitrary users by knowing their email address.

CVE-2025-4322
Motors - Car Dealer, Rental & Listing WordPress theme Web Windows ⚡ nuclei
9.8
CRITICAL
EPSS
43.9%
2025 CWE-620 3 PoCs

The Motors theme for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 5.6.67. This is due to the theme not properly validating a user's identity prior to updating their password. This makes it possible for unauthenticated attackers to change arbitrary user passwords, including those of administrators, and leverage that to gain access to their account.

CVE-2025-2294
Kubio AI Page Builder Web Windows ⚡ nuclei
9.8
CRITICAL
EPSS
69.2%
2025 CWE-22 8 PoCs

The Kubio AI Page Builder plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.5.1 via thekubio_hybrid_theme_load_template function. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.

CVE-2025-6715
LatePoint Web Windows
9.8
CRITICAL
EPSS
0.3%
2025 1 PoC

The LatePoint WordPress plugin before 5.1.94 is vulnerable to Local File Inclusion via the layout parameter. This makes it possible for attackers to include and execute PHP files on the server, allowing the execution of any PHP code in those files.

CVE-2025-7340
HT Contact Form – Drag & Drop Form Builder for WordPress Web Windows
9.8
CRITICAL
EPSS
1.0%
2025 CWE-434 2 PoCs

The HT Contact Form Widget For Elementor Page Builder & Gutenberg Blocks & Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the temp_file_upload() function in all versions up to, and including, 2.2.1. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.

CVE-2025-7401
Premium Age Verification / Restriction for WordPress Web Windows
9.8
CRITICAL
EPSS
1.9%
2025 CWE-798 1 PoC

The Premium Age Verification / Restriction for WordPress plugin for WordPress is vulnerable to arbitrary file read and write due to the existence of an insufficiently protected remote support functionality in remote_tunnel.php in all versions up to, and including, 3.0.2. This makes it possible for unauthenticated attackers to read from or write to arbitrary files on the affected site's server which may make the exposure of sensitive information or remote code execution possible.

CVE-2025-4524
Madara – Responsive and modern WordPress theme for manga sites Web Windows ⚡ nuclei
9.8
CRITICAL
EPSS
16.5%
2025 CWE-22 2 PoCs

The Madara – Responsive and modern WordPress theme for manga sites theme for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.2.2 via the 'template' parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.

CVE-2025-8625
Copypress Rest API Web Windows
9.8
CRITICAL
EPSS
0.7%
2025 CWE-321 2 PoCs

The Copypress Rest API plugin for WordPress is vulnerable to Remote Code Execution via copyreap_handle_image() Function in versions 1.1 to 1.2. The plugin falls back to a hard-coded JWT signing key when no secret is defined and does not restrict which file types can be fetched and saved as attachments. As a result, unauthenticated attackers can forge a valid token to gain elevated privileges and upload an arbitrary file (e.g. a PHP script) through the image handler, leading to remote code execution.

CVE-2025-4578
File Provider Web Database Windows
9.8
CRITICAL
EPSS
0.7%
2025 2 PoCs

The File Provider WordPress plugin through 1.2.3 does not properly sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection

CVE-2025-34235
Print Virtual Appliance Host Web Windows
9.5
CRITICAL
EPSS
0.7%
2025 CWE-295 1 PoC

Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.1.102 and Application prior to version 25.1.1413 (Windows client deployments) contain a registry key that can be enabled by administrators, causing the client to skip SSL/TLS certificate validation. An attacker who can intercept HTTPS traffic can then inject malicious driver DLLs, resulting in remote code execution with SYSTEM privileges; a local attacker can achieve local privilege escalation via a junction‑point DLL injection. This vulnerability has been confirmed to be remediated, but it is unclear as to when th

CVE-2025-34101
Media Server Web Windows
9.3
CRITICAL
EPSS
68.8%
2025 CWE-78 2 PoCs

An unauthenticated command injection vulnerability exists in Serviio Media Server versions 1.4 through 1.8 on Windows, in the /rest/action API endpoint exposed by the console component (default port 23423). The checkStreamUrl method accepts a VIDEO parameter that is passed unsanitized to a call to cmd.exe, enabling arbitrary command execution under the privileges of the web server. No authentication is required to exploit this issue, as the REST API is exposed by default and lacks access controls.

CVE-2025-34095
Mako Server Windows
9.3
CRITICAL
EPSS
63.5%
2025 CWE-78 2 PoCs

An OS command injection vulnerability exists in Mako Server versions 2.5 and 2.6, specifically within the tutorial interface provided by the examples/save.lsp endpoint. An unauthenticated attacker can send a crafted PUT request containing arbitrary Lua os.execute() code, which is then persisted on disk and triggered via a subsequent GET request to examples/manage.lsp. This allows remote command execution on the underlying operating system, impacting both Windows and Unix-based deployments.

CVE-2025-13315
Twonky Server Web Windows ⚡ nuclei
9.3
CRITICAL
EPSS
83.9%
2025 CWE-420 1 PoC

Twonky Server 8.5.2 on Linux and Windows is vulnerable to an access control flaw. An unauthenticated attacker can bypass web service API authentication controls to leak a log file and read the administrator's username and encrypted password.

CVE-2025-34196
Print Virtual Appliance Host Windows
9.3
CRITICAL
EPSS
0.1%
2025 CWE-798 1 PoC

Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 25.1.102 and Application prior to 25.1.1413 (Windows client deployments) contain a hardcoded private key for the PrinterLogic Certificate Authority (CA) and a hardcoded password in product configuration files. The Windows client ships the CA certificate and its associated private key (and other sensitive settings such as a configured password) directly in shipped configuration files (for example clientsettings.dat and defaults.ini). An attacker who obtains these files can impersonate the CA, sign arbitrary certificat

CVE-2025-5777
🔥 KEV ADC Networking Windows ⚡ nuclei
9.3
CRITICAL
EPSS
66.7%
2025 CWE-125 23 PoCs

Insufficient input validation leading to memory overread when the NetScaler is configured as a Gateway (VPN virtual server, ICA Proxy, CVPN, RDP Proxy) OR AAA virtual server

CVE-2025-34329
AudioCodes Fax/IVR Appliance Web Windows
9.3
CRITICAL
EPSS
1.6%
2025 CWE-434 2 PoCs

AudioCodes Fax Server and Auto-Attendant IVR appliances versions up to and including 2.6.23 expose an unauthenticated backup upload endpoint at AudioCodes_files/ajaxBackupUploadFile.php in the F2MAdmin web interface. The script derives a backup folder path from application configuration, creates the directory if it does not exist, and then moves an uploaded file to that location using the attacker-controlled filename, without any authentication, authorization, or file-type validation. On default Windows deployments where the backup directory resolves to the system drive, a remote attacker can

CVE-2025-34110
Server Windows
9.3
CRITICAL
EPSS
50.6%
2025 CWE-22 2 PoCs

A directory traversal vulnerability exists in ColoradoFTP Server ≤ 1.3 Build 8 for Windows, allowing unauthenticated attackers to read or write arbitrary files outside the configured FTP root directory. The flaw is due to insufficient sanitation of user-supplied file paths in the FTP GET and PUT command handlers. Exploitation is possible by submitting traversal sequences during FTP operations, enabling access to system-sensitive files. This issue affects only the Windows version of ColoradoFTP.

CVE-2025-34328
AudioCodes Fax/IVR Appliance Web Windows
9.3
CRITICAL
EPSS
0.5%
2025 CWE-434 2 PoCs

AudioCodes Fax Server and Auto-Attendant IVR appliances versions up to and including 2.6.23 include a web administration component (F2MAdmin) that exposes an unauthenticated script-management endpoint at AudioCodes_files/utils/IVR/diagram/ajaxScript.php. The saveScript action writes attacker-supplied data directly to a server-side file path under the privileges of the web service account, which runs as NT AUTHORITY\\SYSTEM on Windows deployments. A remote, unauthenticated attacker can write arbitrary files into the product’s web-accessible directory structure and subsequently execute them.