94322 vulnerabilidades Orden: CVSS EPSS Año ID
CVE-2025-57052
Software Genérico General
9.8
CRITICAL
EPSS
0.2%
2025 1 PoC

cJSON 1.5.0 through 1.7.18 allows out-of-bounds access via the decode_array_index_from_pointer function in cJSON_Utils.c, allowing remote attackers to bypass array bounds checking and access restricted data via malformed JSON pointer strings containing alphanumeric characters.

CVE-2025-65552
Software Genérico General
9.8
CRITICAL
EPSS
0.1%
2025 1 PoC

D3D Wi-Fi Home Security System ZX-G12 v2.1.1 is vulnerable to RF replay attacks on the 433 MHz sensor communication channel. The system does not implement rolling codes, message authentication, or anti-replay protection, allowing an attacker within RF range to record valid alarm/control frames and replay them to trigger false alarms.

CVE-2025-63213
Software Genérico General
9.8
CRITICAL
EPSS
0.5%
2025 1 PoC

The QVidium Opera11 device (firmware version 2.9.0-Ax4x-opera11) is vulnerable to Remote Code Execution (RCE) due to improper input validation on the /cgi-bin/net_ping.cgi endpoint. An attacker can exploit this vulnerability by sending a specially crafted GET request with a malicious parameter to inject arbitrary commands. These commands are executed with root privileges, allowing attackers to gain full control over the device. This poses a significant security risk to any device running this software.

CVE-2025-66048
libbiosig General
9.8
CRITICAL
EPSS
0.1%
2025 CWE-121 1 PoC

Several stack-based buffer overflow vulnerabilities exists in the MFER parsing functionality of The Biosig Project libbiosig 3.9.1. A specially crafted MFER file can lead to arbitrary code execution. An attacker can provide a malicious file to trigger these vulnerabilities.When Tag is 133

CVE-2025-60736
Software Genérico Web Database
9.8
CRITICAL
EPSS
0.0%
2025 1 PoC

code-projects Online Medicine Guide 1.0 is vulnerable to SQL Injection in /login.php via the upass parameter.

CVE-2025-2812
Ticket Sales Automation Database
9.8
CRITICAL
EPSS
0.2%
2025 CWE-89 2 PoCs

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Mydata Informatics Ticket Sales Automation allows Blind SQL Injection.This issue affects Ticket Sales Automation: before 03.04.2025 (DD.MM.YYYY).

CVE-2025-22968
Software Genérico Networking
9.8
CRITICAL
EPSS
42.1%
2025 1 PoC

An issue in D-Link DWR-M972V 1.05SSG allows a remote attacker to execute arbitrary code via SSH using root account without restrictions

CVE-2025-46179
Software Genérico Web Database Cloud
9.8
CRITICAL
EPSS
0.3%
2025 1 PoC

A SQL Injection vulnerability was discovered in the askquery.php file of CloudClassroom-PHP Project v1.0. The squeryx parameter accepts unsanitized input, which is passed directly into backend SQL queries.

CVE-2025-50341
Software Genérico Database
9.8
CRITICAL
EPSS
0.1%
2025 1 PoC

A Boolean-based SQL injection vulnerability was discovered in Axelor 5.2.4 via the _domain parameter. An attacker can manipulate the SQL query logic and determine true/false conditions, potentially leading to data exposure or further exploitation.

CVE-2025-44891
Software Genérico General
9.8
CRITICAL
EPSS
0.4%
2025 1 PoC

FW-WGS-804HPT v1.305b241111 was discovered to contain a stack overflow via the host_ip parameter in the web_snmp_v3host_add_post function.

CVE-2025-15559
WorkTime (on-prem/cloud) Web Cloud
9.8
CRITICAL
EPSS
0.2%
2025 CWE-78 1 PoC

An unauthenticated attacker can inject OS commands when calling a server API endpoint in NesterSoft WorkTime. The server API call to generate and download the WorkTime client from the WorkTime server is vulnerable in the “guid” parameter. This allows an attacker to execute arbitrary commands on the WorkTime server as NT Authority\SYSTEM with the highest privileges. Attackers are able to access or manipulate sensitive data and take over the whole server.

CVE-2025-45814
Software Genérico Cloud
9.8
CRITICAL
EPSS
0.3%
2025 1 PoC

Missing authentication checks in the query.fcgi endpoint of NS3000 v8.1.1.125110 , v7.2.8.124852 , and v7.x and NS2000 v7.02.08 allows attackers to execute a session hijacking attack.

CVE-2025-27678
Software Genérico General
9.8
CRITICAL
EPSS
4.6%
2025 2 PoCs

Vasion Print (formerly PrinterLogic) before Virtual Appliance Host 22.0.843 Application 20.0.1923 allows Client Remote Code Execution V-2023-001.

CVE-2025-41646
Revolution Pi webstatus General ⚡ nuclei
9.8
CRITICAL
EPSS
33.8%
2025 CWE-704 3 PoCs

An unauthorized remote attacker can bypass the authentication of the affected software package by misusing an incorrect type conversion. This leads to full compromise of the device

CVE-2025-3604
Flynax Bridge Web Windows
9.8
CRITICAL
EPSS
0.8%
2025 CWE-862 1 PoC

The Flynax Bridge plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 2.2.0. This is due to the plugin not properly validating a user's identity prior to updating their details like email. This makes it possible for unauthenticated attackers to change arbitrary user's email addresses, including administrators, and leverage that to reset the user's password and gain access to their account.

CVE-2025-49533
Adobe Experience Manager (MS) General ⚡ nuclei
9.8
CRITICAL
EPSS
76.4%
2025 CWE-502 0 PoCs

Adobe Experience Manager (MS) versions 6.5.23.0 and earlier are affected by a Deserialization of Untrusted Data vulnerability that could lead to arbitrary code execution by an attacker. Exploitation of this issue does not require user interaction. Scope is unchanged.

CVE-2025-13952
Graphics DDK General
9.8
CRITICAL
EPSS
0.0%
2025 CWE-416 1 PoC

A web page that contains unusual GPU shader code is loaded from the Internet into the GPU compiler process triggers a write use-after-free crash in the GPU shader compiler library. On certain platforms, when the compiler process has system privileges this could enable further exploits on the device. The shader code contained in the web page executes a path in the compiler that held onto an out of date pointer, pointing to a freed memory object.

CVE-2025-39946
Linux General
9.8
CRITICAL
EPSS
0.0%
2025 1 PoC

In the Linux kernel, the following vulnerability has been resolved: tls: make sure to abort the stream if headers are bogus Normally we wait for the socket to buffer up the whole record before we service it. If the socket has a tiny buffer, however, we read out the data sooner, to prevent connection stalls. Make sure that we abort the connection when we find out late that the record is actually invalid. Retrying the parsing is fine in itself but since we copy some more data each time before we parse we can overflow the allocated skb space. Constructing a scenario in which we're under pressu

CVE-2025-36846
Software Genérico Web
9.8
CRITICAL
EPSS
50.1%
2025 1 PoC

An issue was discovered in Eveo URVE Web Manager 27.02.2025. The application exposes a /_internal/pc/vpro.php localhost endpoint to unauthenticated users that is vulnerable to OS Command Injection. The endpoint takes an input parameter that is passed directly into the shell_exec() function of PHP. NOTE: this can be chained with CVE-2025-36845.

CVE-2025-10041
Flex QR Code Generator Web Windows
9.8
CRITICAL
EPSS
0.2%
2025 CWE-434 2 PoCs

The Flex QR Code Generator plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in thesave_qr_code_to_db() function in all versions up to, and including, 1.2.5. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.