7 vulnerabilidades · 🔥 KEV Orden: CVSS EPSS Año ID
CVE-2026-1731
🔥 KEV Remote Support(RS) & Privileged Remote Access(PRA) General
9.9
CRITICAL
EPSS
81.5%
2026 CWE-78 2 PoCs

BeyondTrust Remote Support (RS) and certain older versions of Privileged Remote Access (PRA) contain a critical pre-authentication remote code execution vulnerability. By sending specially crafted requests, an unauthenticated remote attacker may be able to execute operating system commands in the context of the site user.

CVE-2026-24061
🔥 KEV Inetutils General
9.8
CRITICAL
EPSS
92.3%
2026 CWE-88 2 PoCs

telnetd in GNU Inetutils through 2.7 allows remote authentication bypass via a "-f root" value for the USER environment variable.

CVE-2026-33634
🔥 KEV setup-trivy General
9.4
CRITICAL
EPSS
16.8%
2026 CWE-506 1 PoC

Trivy is a security scanner. On March 19, 2026, a threat actor used compromised credentials to publish a malicious Trivy v0.69.4 release, force-push 76 of 77 version tags in `aquasecurity/trivy-action` to credential-stealing malware, and replace all 7 tags in `aquasecurity/setup-trivy` with malicious commits. This incident is a continuation of the supply chain attack that began in late February 2026. Following the initial disclosure on March 1, credential rotation was performed but was not atomic (not all credentials were revoked simultaneously). The attacker could have use a valid token to ex

CVE-2026-23760
🔥 KEV SmarterMail Web ⚡ nuclei
9.3
CRITICAL
EPSS
79.9%
2026 CWE-288 3 PoCs

SmarterTools SmarterMail versions prior to build 9511 contain an authentication bypass vulnerability in the password reset API. The force-reset-password endpoint permits anonymous requests and fails to verify the existing password or a reset token when resetting system administrator accounts. An unauthenticated attacker can supply a target administrator username and a new password to reset the account, resulting in full administrative compromise of the SmarterMail instance. NOTE: SmarterMail system administrator privileges grant the ability to execute operating system commands via built-in man

CVE-2026-41940
🔥 KEV cPanel General ⚡ nuclei
9.3
CRITICAL
EPSS
67.0%
2026 CWE-306 1 PoC

cPanel and WHM versions after 11.40 contain an authentication bypass vulnerability in the login flow that allows unauthenticated remote attackers to gain unauthorized access to the control panel.

CVE-2026-39987
🔥 KEV marimo General
9.3
CRITICAL
EPSS
78.7%
2026 CWE-306 1 PoC

marimo is a reactive Python notebook. Prior to 0.23.0, Marimo has a Pre-Auth RCE vulnerability. The terminal WebSocket endpoint /terminal/ws lacks authentication validation, allowing an unauthenticated attacker to obtain a full PTY shell and execute arbitrary system commands. Unlike other WebSocket endpoints (e.g., /ws) that correctly call validate_auth() for authentication, the /terminal/ws endpoint only checks the running mode and platform support before accepting connections, completely skipping authentication verification. This vulnerability is fixed in 0.23.0.

CVE-2026-33017
🔥 KEV langflow Web ⚡ nuclei
9.3
CRITICAL
EPSS
41.2%
2026 CWE-94 1 PoC

Langflow is a tool for building and deploying AI-powered agents and workflows. In versions prior to 1.9.0, the POST /api/v1/build_public_tmp/{flow_id}/flow endpoint allows building public flows without requiring authentication. When the optional data parameter is supplied, the endpoint uses attacker-controlled flow data (containing arbitrary Python code in node definitions) instead of the stored flow data from the database. This code is passed to exec() with zero sandboxing, resulting in unauthenticated remote code execution. This is distinct from CVE-2025-3248, which fixed /api/v1/validate/co