Security Risk Category

Remote Code Execution Security Risks — Page 4

Published vulnerability pages connected to Remote Code Execution. Each page keeps one canonical URL and focused remediation guidance.

303 published Remote Code Execution risks

Remote Code Execution risks

Showing 109–144 of 303 published risks.

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

highEPSS 0.005

CVE-2026-46633 in Twig

Twig is a template language for PHP. Prior to 3.26.0, Compiler::string() does not escape single quotes when a template name from a {% use %} tag is placed inside a PHP single-quoted string literal, allowing a crafted template name to terminate the string and inject arbitrary PHP expressions into the compiled cache file. This issue is fixed in version 3.26.0.

CVE-2026-46633phpremote-code-execution

Updated Jul 16, 2026

highEPSS 0.003

CVE-2026-46640 in Twig

Twig is a template language for PHP. From 3.15.0 until 3.26.0, _self.(<string>) and import-alias dynamic attribute syntax can concatenate an attacker-controlled string into a MacroReferenceExpression name without identifier validation, causing raw PHP to be emitted into the generated template source and executed at template-load time. This issue is fixed in version 3.26.0.

CVE-2026-46640phpremote-code-execution

Updated Jul 16, 2026

medium

Loco Translate <= 2.8.5 - Cross-Site Request Forgery to Remote Code Execution via 'template' Parameter

The Loco Translate plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.8.5. This is due to missing or incorrect nonce validation on the execTemplate function. This makes it possible for unauthenticated attackers to execute arbitrary PHP code on the server by supplying a php://filter stream wrapper URI as the 'template' parameter, which bypasses path validation and is passed directly to the include sink in execTemplate() via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVE-2026-15005wordpressphpremote-code-executioncsrf

Updated Jul 16, 2026

medium

Uncanny Automator <= 7.3.1.4 - Unauthenticated PHP Object Injection to Arbitrary File Deletion via Forminator Submitted-Field Token

The Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the fr_token function in all versions up to, and including, 7.3.1.4. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). Exploitation requires a Forminator form connected to an Uncanny Automator recipe configured for 'Everyone', allowing unauthenticated form submissions to supply the malicious serialized payload; a gadget chain is present within the plugin via the Action_Helpers_Email __destruct() method, meaning no external gadget library is required.

CVE-2026-15008wordpressphpremote-code-executionfile-write

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

highEPSS 0.014

CVE-2026-7838 UltraVNC Viewer Heap Buffer Overflow Vulnerability

UltraVNC viewer through 1.8.2.2 contains an integer overflow leading to a heap buffer overflow in the RFB protocol failure-response parsing path. In vncviewer/ClientConnection.cpp, the 4-byte network-supplied reasonLen field (type CARD32) is passed as reasonLen+1 to CheckBufferSize(). Because both operands are unsigned 32-bit, a reasonLen of 0xFFFFFFFF overflows to 0, causing CheckBufferSize to allocate only 256 bytes. The subsequent ReadString(m_netbuf, reasonLen) call then performs ReadExact for the original 4 GiB length into that 256-byte heap buffer. This overflow is reachable via rfbConnFailed (auth-scheme negotiation) and rfbVncAuthFailed (post-handshake) message types without successful authentication. A malicious VNC server, or any man-in-the-middle on the RFB stream, can trigger this condition when the victim viewer connects, potentially resulting in remote code execution as the user running the viewer. The crash was confirmed with AddressSanitizer on a portable reproduction harness (heap-buffer-overflow WRITE at offset 256).

CVE-2026-7838network-securityremote-code-executioninput-validationmemory-corruption

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

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

highEPSS 0.007

CVE-2026-58281 Microsoft Edge Chromium Remote Code Execution Vulnerability

Deserialization of untrusted data in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network.

CVE-2026-58281browsermicrosoftremote-code-executionunsafe-deserialization

Updated Jul 15, 2026

mediumEPSS 0.006

CVE-2026-59837 in FortiProxy

A stack-based buffer overflow vulnerability in Fortinet FortiOS 7.4.0 through 7.4.1, FortiOS 7.2 all versions, FortiPAM 1.8.0 through 1.8.2, FortiPAM 1.7 all versions, FortiPAM 1.6 all versions, FortiPAM 1.5 all versions, FortiPAM 1.4 all versions,...

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

Updated Jul 15, 2026

mediumEPSS 0.002

CVE-2026-59839 in FortiProxy

A improper limitation of a pathname to a restricted directory ('path traversal') vulnerability in Fortinet FortiOS 7.6.0 through 7.6.6, FortiOS 7.4.0 through 7.4.9, FortiOS 7.2 all versions, FortiOS 7.0 all versions, FortiOS 6.4 all versions, FortiPAM...

CVE-2026-59839network-securityremote-code-executionpath-traversal

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

highEPSS 0.006

CVE-2026-45077 in Symfony Monolog Bridge

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.52, 6.4.40, 7.4.12, and 8.0.12, the server:log listener (Symfony\Bridge\Monolog\Command\ServerLogCommand) binds to 0.0.0.0:9911 by default and...

CVE-2026-45077phpweb-applicationremote-code-executionunsafe-deserialization

Updated Jul 15, 2026

highEPSS 0.003

CVE-2026-55947 in Microsoft Excel / Microsoft 365 Apps

Microsoft Excel has a memory corruption issue that can let an attacker run code when a user opens a malicious file.

CVE-2026-55947windowsmicrosoftremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.003

CVE-2026-55949 in Microsoft Excel / Microsoft 365 Apps

Microsoft Excel has an uninitialized resource issue that can let an attacker run code when a user opens a malicious file.

CVE-2026-55949windowsmicrosoftremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.003

CVE-2026-56156 in Microsoft Excel / Microsoft 365 Apps

Microsoft Excel has a memory corruption issue that can let an attacker run code when a user opens a malicious file.

CVE-2026-56156windowsmicrosoftremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.196

CVE-2026-47992 in Adobe Commerce

Adobe Commerce has a SQL injection issue that can lead to code execution for a high-privilege attacker.

CVE-2026-47992phpweb-applicationremote-code-executionsql-injection

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

highEPSS 0.001

CVE-2026-8085 in Rockwell Automation Arena Simulation

Arena Simulation has an out-of-bounds write issue in model.exe that can run code if a user opens a malicious file.

CVE-2026-8085windowsindustrial-controlremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.001

CVE-2026-8312 in Rockwell Automation Arena Simulation

Arena Simulation has an out-of-bounds write issue in expmt.exe that can run code if a user opens a malicious file.

CVE-2026-8312windowsindustrial-controlremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.001

CVE-2026-8313 in Rockwell Automation Arena Simulation

Arena Simulation has an out-of-bounds write issue in linker.exe that can run code if a user opens a malicious file.

CVE-2026-8313windowsindustrial-controlremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.001

CVE-2026-8314 in Rockwell Automation Arena Simulation

Arena Simulation has an out-of-bounds write issue in siman.exe that can run code if a user opens a malicious file.

CVE-2026-8314windowsindustrial-controlremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.002

CVE-2026-48309 in Adobe Audition

Adobe Audition has an out-of-bounds write issue that can run code if a user opens a malicious file.

CVE-2026-48309windowsremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.002

CVE-2026-48365 in Adobe Audition

Adobe Audition has an out-of-bounds write issue that can run code if a user opens a malicious file.

CVE-2026-48365windowsremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.002

CVE-2026-48368 in Adobe Audition

Adobe Audition has an out-of-bounds write issue that can run code if a user opens a malicious file.

CVE-2026-48368windowsremote-code-executionmemory-corruption

Updated Jul 15, 2026

highEPSS 0.005

CVE-2026-45068 in Symfony Mailer

Symfony Mailer can pass a dash-prefixed recipient address to SendmailTransport in an unsafe way, which can let an attacker inject sendmail arguments.

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

Updated Jul 15, 2026

highEPSS 0.002

CVE-2026-6682 in FatFs

In FatFS R0.16 and earlier contains a FAT32 integer overflow bug in mount_volume() where fasize *= fs->n_fats can wrap, leading to attacker-controlled file-size metadata and unsafe read lengths in downstream callers. This maps to CWE-190 (Integer Overflow or Wraparound). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H (7.6, High). Remote delivery is also possible in OTA/update pipelines. The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Total.

CVE-2026-6682supply-chainremote-code-executioninput-validationmemory-corruption

Updated Jul 15, 2026

high

CVE-2026-24240 in NVIDIA Megatron Bridge

NVIDIA Megatron Bridge for Linux contains a vulnerability where an attacker could cause deserialization of untrusted data. A successful exploit of this vulnerability might lead to code execution, escalation of privileges, data tampering, and information disclosure.

CVE-2026-24240pythonlinuxdevopsremote-code-execution

Updated Jul 15, 2026

high

CVE-2026-24243 in NVIDIA Megatron Bridge

NVIDIA Megatron Bridge for Linux contains a vulnerability where an attacker could cause deserialization of untrusted data. A successful exploit of this vulnerability might lead to code execution, escalation of privileges, data tampering, and information disclosure.

CVE-2026-24243pythonlinuxdevopsremote-code-execution

Updated Jul 15, 2026

high

CVE-2026-24244 in NVIDIA Megatron Bridge

NVIDIA Megatron Bridge for Linux contains a vulnerability where an attacker could cause deserialization of untrusted data. A successful exploit of this vulnerability might lead to code execution, escalation of privileges, data tampering, and information disclosure.

CVE-2026-24244pythonlinuxdevopsremote-code-execution

Updated Jul 15, 2026