Bug 2408850 (CVE-2025-12548)

Summary: CVE-2025-12548 github.com/che-incubator/che-code: Eclipse Che — unauthenticated RCE and secret exfiltration via TCP/3333
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: sdawley, security-response-team
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A flaw was found in Eclipse Che che-machine-exec. This vulnerability allows unauthenticated remote arbitrary command execution and secret exfiltration (SSH keys, tokens, etc.) from other users' Developer Workspace containers, via an unauthenticated JSON-RPC / websocket API exposed on TCP port 3333.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Deadline: 2025-12-03   

Description OSIDB Bzimport 2025-10-31 13:40:09 UTC
CHE machine-exec API exposed on TCP 3333 - it appears to require no authentication and able to obtain SSH private keys that are configured by other devspaces user.

All Developer Workspace containers have a running machine-exec process exposed to the network (listening on 0.0.0.0:3333). This is seemingly part of
Eclipse Che. The process currently runs without any authentication enabled. The process runs as the same user (basically “user”) as everything else inside
the container.
Anything on the same network segment, such as other Developer Workspace containers, can interact with the APIs exposed by this process.
The API includes a jsonrpc websocket sub-API, which includes the means to run arbitrary commands.