ZeroHour

CVE-2026-82285

niche

Unauthenticated SSRF in Bisheng workflow callback endpoint

CVSS 4.0
8.8 high
EPSS
<1%p23
Published
()
Modified
AI analysis

Bisheng through version 2.6.0-fix2 contains a server-side request forgery flaw in its POST /api/v1/workflow/report/callback endpoint, which requires no authentication and applies no URL scheme restrictions or host filtering. An unauthenticated remote attacker can submit arbitrary URLs, causing the server to issue requests to internal network services or cloud instance metadata endpoints on the attacker's behalf. Captured responses are stored in object storage, and the attacker can retrieve them using caller-supplied object names, enabling exfiltration of internal service data or cloud metadata contents (potentially including instance credentials). Any deployment running an affected bisheng version with the workflow API reachable by untrusted clients is exposed, with cloud-hosted instances most at risk from metadata service abuse. No public proof-of-concept or confirmed in-the-wild exploitation is known; EPSS currently estimates a 0.3% probability of exploitation within 30 days.

What to do: Upgrade bisheng to a release newer than 2.6.0-fix2 as soon as a patched version is available; until then, restrict access to /api/v1/workflow/report/callback at a reverse proxy or firewall (authentication or IP allowlisting) and block outbound requests from the application host to 169.254.169.254 and internal RFC1918 ranges. Review object storage for unexpectedly created objects and server logs for unauthenticated POSTs to the callback endpoint as indicators of probing or exploitation.

Affected
bishengthrough 2.6.0-fix2 (inclusive)
Estimated exposure
nichelikely low thousands of self-hosted deployments at most; no published install counts — Bisheng is a self-hosted open-source LLM workflow platform distributed via GitHub/Docker with no public active-install or internet-exposure scan counts, so affected instances are limited to the subset of self-managed deployments that…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

bisheng through 2.6.0-fix2 contains a server-side request forgery vulnerability in the POST /api/v1/workflow/report/callback endpoint that lacks authentication and applies no URL scheme restrictions or host filtering. Unauthenticated attackers can supply arbitrary URLs to enumerate internal network services and cloud metadata endpoints, then retrieve captured responses from object storage using caller-supplied object names.

Weakness
CWE-918
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.