SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-63722

CRITICAL · CVSS 9.8 EPSS 0.98% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

ICEcoder 8.1 is vulnerable to unauthenticated remote code execution due to a combination of authentication and CSRF validation bypasses, allowing attackers to execute arbitrary OS commands. By sending a crafted HTTP POST request, an attacker can exploit this vulnerability to gain control over the server environment, posing a critical risk to any organization using this software. Organizations utilizing ICEcoder should prioritize immediate remediation to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63722
Severity
CRITICAL
CVSS
9.8
EPSS
0.98%

Original NVD Description

ICEcoder 8.1 contains an unauthenticated remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary OS commands by chaining an authentication bypass, CSRF validation bypass, and unsanitized command execution. Attackers can send a single HTTP POST request to the terminal endpoint with a password parameter to bypass authentication, a non-empty csrf parameter to skip CSRF validation, and an arbitrary command string passed directly to proc_open() to achieve remote code execution as the web-server user.