Security Risk Severity

Critical Security Risks — Page 3

Published vulnerability pages grouped by critical severity. Use this page to review risks that need similar prioritization.

288 published critical risks

Critical severity

Showing 73–108 of 288 published risks.

Clear
criticalEPSS 0.003

CVE-2026-15773 in Google Chrome

Use after free in Core in Google Chrome on Windows prior to 150.0.7871.125 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)

CVE-2026-15773browserwindowsmemory-corruptionprivilege-escalation

Updated Jul 16, 2026

criticalEPSS 0.022

CVE-2026-48284 in Adobe ColdFusion

ColdFusion is affected by an Improper Input Validation vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue does not require user interaction. Scope is changed.

CVE-2026-48284web-applicationremote-code-executioninput-validation

Updated Jul 16, 2026

criticalEPSS 0.067

CVE-2026-48318 in Adobe ColdFusion

ColdFusion is affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could lead to arbitrary file system read. An attacker could exploit this vulnerability to access sensitive files and directories outside the intended access scope. Exploitation of this issue does not require user interaction. Scope is changed.

CVE-2026-48318web-applicationinformation-disclosurepath-traversalfile-write

Updated Jul 16, 2026

criticalEPSS 0.009

CVE-2026-48319 in Adobe ColdFusion

ColdFusion is affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue does not require user interaction. Scope is changed.

CVE-2026-48319web-applicationremote-code-executionpath-traversal

Updated Jul 16, 2026

criticalEPSS 0.002

CVE-2026-48321 in Adobe ColdFusion

ColdFusion is affected by an Incorrect Authorization vulnerability that could result in privilege escalation. An attacker could leverage this vulnerability to gain unauthorized read and write access. Exploitation of this issue does not require user interaction. Scope is changed.

CVE-2026-48321web-applicationauthorization-bypassprivilege-escalation

Updated Jul 16, 2026

criticalEPSS 0.004

CVE-2026-48322 in Adobe ColdFusion

ColdFusion is affected by an Improper Control of Generation of Code ('Code Injection') vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue does not require user interaction. Scope is changed.

CVE-2026-48322web-applicationremote-code-execution

Updated Jul 16, 2026

criticalEPSS 0.007

CVE-2026-48324 in Adobe ColdFusion

ColdFusion is affected by an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue does not require user interaction. Scope is changed.

CVE-2026-48324web-applicationremote-code-executionsql-injection

Updated Jul 16, 2026

criticalEPSS 0.003

CVE-2026-48325 in Adobe ColdFusion

ColdFusion is affected by a Missing Authentication for Critical Function vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue does not require user interaction. Scope is changed.

CVE-2026-48325web-applicationremote-code-executionauthentication-bypass

Updated Jul 16, 2026

criticalEPSS 0.002

CVE-2026-48327 in Adobe ColdFusion

ColdFusion is affected by an Incorrect Authorization vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue does not require user interaction. Scope is changed.

CVE-2026-48327web-applicationremote-code-executionauthorization-bypass

Updated Jul 16, 2026

criticalCISA KEVEPSS 0.007

CVE-2026-46817 Oracle E-Business Suite Oracle Payments Takeover Vulnerability

Oracle E-Business Suite contains an improper privilege management vulnerability that allows an unauthenticated attacker with network access via HTTP to compromise Oracle Payments. Successful attacks of this vulnerability can result in takeover of Oracle Payments.

CVE-2026-46817web-applicationauthentication-bypassprivilege-escalation

Updated Jul 16, 2026

criticalCISA KEVEPSS 0.005

CVE-2023-4346 KNX Protocol Connection Authorization Option 1 Account Lockout Vulnerability

KNX Association KNX Protocol Connection Authorization Option 1 contains an overly restrictive account lockout mechanism vulnerability that could allow an attacker to purge all devices without additional security options enabled and set a BCU key to lock the device.

CVE-2023-4346network-securityindustrial-controlauthentication-bypassdenial-of-service

Updated Jul 16, 2026

criticalEPSS 0.002

CVE-2026-53488 containerd CRI Label Validation Command Execution Risk

containerd is an open-source container runtime. In versions prior to 1.7.33, 2.3.2, 2.2.5, 2.1.9, and 2.0.10 the CRI plugin propagates labels from an image config (LABEL instruction in Dockerfile) to a container without validation. This may result in executing an arbitrary command on the host, via a plugin that consumes container labels for some operations. This issue has been fixed in versions 1.7.33, 2.3.2, 2.2.5, 2.1.9, and 2.0.10.

CVE-2026-53488cloud-securitydevopssupply-chainremote-code-execution

Updated Jul 15, 2026

criticalEPSS 0.004

CVE-2026-7839 UltraVNC Repeater Hardcoded Default Password

UltraVNC repeater through 1.8.2.2 initializes the HTTP administration server with a hardcoded default password. In repeater/webgui/settings.c:197, when settings2.txt is absent on first run the repeater writes the literal string "adminadmi2" as the admin password via strcpy_s(saved_password, 64, "adminadmi2"). The HTTP Basic-auth handler wi_decode_auth() checks this password without rate-limiting or lockout. Any remote attacker who can reach the repeater HTTP port (default TCP 80) can authenticate as administrator using the well-known default credential on a fresh or unmodified installation, gaining full control of the repeater configuration including allow/deny rules and session visibility.

CVE-2026-7839network-securityauthentication-bypassprivilege-escalation

Updated Jul 15, 2026

criticalEPSS 0.014

CVE-2026-7840 UltraVNC Repeater HTTP Buffer Overflow RCE

UltraVNC repeater through 1.8.2.2 contains a global buffer overflow in its embedded HTTP administration server. The functions wi_senderr() and wi_replyhdr() in repeater/webgui/webutils.c write the caller-supplied HTTP request URI into a fixed 1000-byte global buffer (hdrbuf) via unchecked sprintf calls. The HTTP receive buffer accepts URIs up to approximately 150 KB (WI_RXBUFSIZE = 153600), so an unauthenticated attacker who can reach the repeater HTTP port (default TCP 80) can overflow hdrbuf by at least 500 bytes with a single HTTP request containing a URI of 1500 bytes or longer, corrupting adjacent .bss-segment globals. The overflow occurs before any authentication check, making it reachable without credentials. A remote, unauthenticated attacker can achieve arbitrary code execution on the host running the repeater.

CVE-2026-7840network-securityremote-code-executionmemory-corruption

Updated Jul 15, 2026

critical

CVE-2026-14198 @fastify/middie Encoded Slash Middleware Bypass

@fastify/middie versions 9.1.0 through 9.3.2 decode the encoded slash %2F inside path parameter values before matching middleware paths, while Fastify's underlying router preserves the encoding during route lookup. The two layers disagree on the canonical request path, so the middleware fails to match a URL that the route handler does match. When middleware is used for authentication, authorization, rate limiting, or auditing on parameterized paths, an attacker can reach the protected handler by sending a single crafted URL with an encoded slash in the parameter position. The bypass is HTTP method agnostic and requires no authentication or special preconditions. Patches: upgrade to @fastify/middie 9.3.3. Workarounds: avoid parameterized middleware paths for security decisions, or enforce authentication at the route handler or via a Fastify hook that runs after the router has resolved the request.

CVE-2026-14198node-jsnpmnetwork-securityapi-security

Updated Jul 15, 2026

criticalEPSS 0.003

CVE-2026-57827 RSFiles Unauthenticated File Upload RCE Vulnerability

The Joomla extension RSFiles is vulnerable to an unauthenticated arbitrary file upload that allows uploading executable files and leads to full RCE.

CVE-2026-57827joomlaweb-applicationremote-code-executionfile-upload

Updated Jul 15, 2026

criticalEPSS 0.003

CVE-2026-57828 Phoca Download File Upload RCE Vulnerability

The Joomla extension Phoca Downloads is vulnerable to an authenticated arbitrary file upload that allows registered users uploading executable files and leads to full RCE.

CVE-2026-57828joomlaweb-applicationremote-code-executionfile-upload

Updated Jul 15, 2026

criticalEPSS 0.197

CVE-2026-50522 in Microsoft SharePoint Server

Deserialization of untrusted data in Microsoft Office SharePoint allows an unauthorized attacker to execute code over a network.

CVE-2026-50522windowsmicrosoftweb-applicationremote-code-execution

Updated Jul 15, 2026

criticalEPSS 0.013

CVE-2026-58644 in Microsoft SharePoint Server

Deserialization of untrusted data in Microsoft Office SharePoint allows an unauthorized attacker to execute code over a network.

CVE-2026-58644windowsmicrosoftweb-applicationremote-code-execution

Updated Jul 15, 2026

criticalEPSS 0.003

CVE-2026-45063 in Symfony Security HTTP

Symfony Security HTTP can spoof a certificate identity when X509Authenticator parses a crafted DN.

CVE-2026-45063phpweb-applicationauthentication-bypasscryptography

Updated Jul 15, 2026

criticalEPSS 0.283

CVE-2026-48356 in Adobe Commerce

Adobe Commerce allows dangerous file upload in a way that can lead to code execution after user interaction.

CVE-2026-48356phpweb-applicationremote-code-executionfile-upload

Updated Jul 15, 2026

criticalEPSS 0.009

CVE-2026-48358 in Adobe Commerce

Adobe Commerce has an output escaping issue that can lead to code execution without user interaction.

CVE-2026-48358phpweb-applicationremote-code-executioninput-validation

Updated Jul 15, 2026

criticalEPSS 0.003

Grand Photography WordPress <= 5.7.8 - Unauthenticated PHP Object Injection

Grand Photography WordPress has a PHP object injection issue. An unauthenticated attacker may trigger unsafe code paths. No patch is known, so remove or replace it until fixed.

CVE-2026-57770wordpressphpfile-writefile-deletion

Updated Jul 15, 2026

criticalEPSS 0.003

Directorist: AI-Powered Business Directory, Listings & Classified Ads <= 8.8.2 - Authenticated (Subscriber+) PHP Object Injection

Directorist: AI-Powered Business Directory, Listings & Classified Ads has a PHP object injection issue. An unauthenticated attacker may trigger unsafe code paths. No patch is known, so remove or replace it until fixed.

CVE-2026-59518wordpressphpfile-writefile-deletion

Updated Jul 15, 2026

criticalEPSS 0.003

AI Copilot – Content Generator <= 1.5.4 - Unauthenticated SQL Injection

AI Copilot – Content Generator has a SQL injection issue. An attacker with the needed access can change a request and may read database data.

CVE-2026-59515wordpresssql-injectioninformation-disclosure

Updated Jul 15, 2026

criticalEPSS 0.004

777 <= 1.13.0 - Unauthenticated PHP Object Injection

777 has a PHP object injection issue. An unauthenticated attacker may trigger unsafe code paths. No patch is known, so remove or replace it until fixed.

CVE-2026-57738wordpressphpfile-writefile-deletion

Updated Jul 15, 2026

criticalEPSS 0.004

CVE-2026-56271 in Flowise

Flowise can fall back to hardcoded JWT secrets, which lets an attacker forge login tokens and act as any user, including an admin.

CVE-2026-56271node-jsnpmauthentication-bypasscryptography

Updated Jul 15, 2026

criticalEPSS 0.010

CVE-2026-58126 in PACSgear PACS Scan

PACSgear PACS Scan 5.2.1 contains an unauthenticated remote code execution vulnerability that allows remote attackers to read and write arbitrary files by exploiting an exposed .NET Remoting TCP service on port 22222 via PGImageExchQueue.exe without any authentication requirement. Attackers can chain the arbitrary file write primitive with DLL hijacking in PGImageExchangeQueueSvc.exe, which loads missing DLLs such as CRYPTSP.DLL from the application directory, to achieve remote code execution as NT Authority\SYSTEM upon service restart.

CVE-2026-58126dotnetwindowsnetwork-securityremote-code-execution

Updated Jul 15, 2026

criticalEPSS 0.010

CVE-2026-58127 in PACSgear MediaWriter

PACSgear MediaWriter 5.2.1 exposes a .NET Remoting TCP service on port 9000 via PacsgearMediaServerEngine.dll, registered with ObjectURIs RemoteObj and UIRemoteObj, without any authentication requirement. By exploiting the MarshalByRefObject object unmarshalling technique and implementing .NET WebClient class methods, an unauthenticated remote attacker can read and write arbitrary files on the host filesystem. The ObjectURIs are identical across all installations by default. Chaining the arbitrary file write primitive with DLL hijacking opportunities in the MediaWriter service (which runs as NT Authority\\SYSTEM and loads missing DLLs such as CRYPTBASE.DLL from the application directory) enables unauthenticated remote code execution as SYSTEM upon service restart.

CVE-2026-58127dotnetwindowsnetwork-securityremote-code-execution

Updated Jul 15, 2026

criticalEPSS 0.006

CVE-2026-41041 in Apache Gravitino

URL path injection via unencoded user-supplied identifiers vulnerability in Apache Gravitino. This issue affects Apache Gravitino: from 1.0.0 before 1.2.1. Users are recommended to upgrade to version 1.2.1, which fixes the issue.

CVE-2026-41041javaapi-securityinput-validationpath-traversal

Updated Jul 15, 2026

criticalEPSS 0.002

CVE-2026-13221 in Perl

Perl versions through 5.43.9 produce silently incorrect regular expression matches when an alternation of more than 65535 fixed string branches is compiled into a trie in Perl_study_chunk. When such branches are combined into a trie, the delta between the first branch and the shared tail is stored in a 16-bit field. A branch count above 65535 overflows the field, and the trie's match decision table is truncated with no warning or error. A pattern of this shape produces false positive matches (matching strings it should not) and false negative matches (failing to match strings it should). When such a pattern gates an access or filtering decision, the result is wrong.

CVE-2026-13221input-validationmemory-corruption

Updated Jul 15, 2026

criticalEPSS 0.002

CVE-2026-57433 in Storable for Perl

Storable versions before 3.41 for Perl have a signed integer overflow when deserializing a crafted SX_HOOK record. retrieve_hook_common reads a signed 32-bit item count from an SX_HOOK record and calls av_extend with that count plus one. A count of I32_MAX wraps the addition to a negative value. A crafted blob passed to thaw or retrieve triggers the overflow; av_extend receives the negative count and dies with a panic, terminating the deserialization.

CVE-2026-57433input-validationdenial-of-servicememory-corruptionunsafe-deserialization

Updated Jul 15, 2026

criticalEPSS 0.002

CVE-2026-59083 in Apache Tomcat

Improper Handling of URL Encoding (Hex Encoding) vulnerability in Apache Tomcat's rewrite valve allowed security constraint bypass for some configurations. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.23, from 10.1.0-M1 through 10.1.56, from 9.0.0.M1 through 9.0.119, from 8.5.0 through 8.5.100. Other versions that have reached end of support may also be affected. Users are recommended to upgrade to version 11.0.24, 10.1.57 or 9.0.120, which fix the issue.

CVE-2026-59083javaweb-applicationinput-validationauthorization-bypass

Updated Jul 15, 2026

criticalEPSS 0.002

CVE-2026-59084 in Apache Tomcat

Insufficient Technical Documentation vulnerability in Apache Tomcat since the requirements to securely configure the EncryptInterceptor were not clearly documented. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.23, from 10.1.0-M1 through 10.1.56, from 9.0.13 through 9.0.119, from 8.5.38 through 8.5.100, from 7.0.100 through 7.0.109. Other versions that have reached end of support may also be affected. Users are recommended to upgrade to version 11.0.24, 10.1.57 or 9.0.120 which fix the issue.

CVE-2026-59084javaweb-applicationcryptography

Updated Jul 15, 2026

criticalEPSS 0.003

CVE-2026-58319 in Apache Doris

Certain Apache Doris FE HTTP REST administrative APIs were accessible without proper authentication. An unauthenticated attacker with network access to the FE HTTP service could perform unauthorized administrative operations, potentially affecting cluster integrity and availability and leading to cluster instability or denial of service. This issue affects Apache Doris versions prior to 3.1.0. Users are advised to upgrade to Apache Doris 3.1.0 or later.

CVE-2026-58319javaweb-applicationauthentication-bypassdenial-of-service

Updated Jul 15, 2026

critical

CVE-2026-62390 in Apache Kylin

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache Kylin. A backend API refreshing table catalog may cause the injection to the generated SQL. This issue affects Apache Kylin: from 4 through 5.0.3. Users are recommended to upgrade to version 5.0.4, which fixes the issue.

CVE-2026-62390javaapi-securitysql-injection

Updated Jul 15, 2026