SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-82278

HIGH · CVSS 8.8 EPSS 0.56% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

BISHENG versions prior to 2.6.0 are vulnerable to a remote code execution flaw in the workflow run_once endpoint, allowing authenticated users to execute arbitrary Python code via crafted requests. This vulnerability enables attackers to access the filesystem, credentials, and internal network resources without any sandboxing protections. Organizations using affected versions should prioritize patching to mitigate the risk of 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-82278
Severity
HIGH
CVSS
8.8
EPSS
0.56%

Original NVD Description

BISHENG before 2.6.0 contains a remote code execution vulnerability in the workflow run_once endpoint that allows authenticated users to execute arbitrary Python code. Attackers can submit crafted Code node definitions to the POST /api/v1/workflow/run_once endpoint, which executes them with exec() without sandboxing, gaining access to filesystem, credentials, and internal network resources.