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.
Published: 2026-08-28
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Internal Network Discovery and Data Exposure via Unrestricted Server‑Side Request Forgery
Action: Apply Patch
AI Analysis

Impact

The vulnerability allows an attacker to send arbitrary URLs to an unauthenticated endpoint. Because the callback endpoint does not enforce authentication or validate the scheme or host of the supplied URL, an attacker can trigger requests to internal services, cloud metadata, or other network locations. The responses are stored in object storage under attacker‑supplied names, causing disclosure of potentially sensitive network information. The weakness is classified as CWE‑918, Server‑Side Request Forgery, which can lead to significant exposure of internal resources.

Affected Systems

The affected product is Bisheng, all versions up to and including 2.6.0-fix2. Users operating these versions are at risk of exploitation unless remedial actions are taken.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity. Although no EPSS score is available, the lack of authentication and absence of URL constraint make exploitation likely for an attacker with network reach to the vulnerable service. The vulnerability is not currently listed in the CISA KEV catalog, but its straightforward nature and high CVSS call for immediate attention. The attack vector is via unauthenticated POST requests to /api/v1/workflow/report/callback.

Generated by OpenCVE AI on August 28, 2026 at 22:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Bisheng to a version where the /api/v1/workflow/report/callback endpoint requires authentication and validates callback URLs against a whitelist
  • If an upgrade is not immediately possible, place the workflow service behind a network firewall that blocks outbound traffic to internal networks, limiting the scope of any SSRF attempt
  • Disable or remove the callback endpoint from the application if it is not required for business functionality; otherwise, restrict it to trusted clients only via authentication and access control

Generated by OpenCVE AI on August 28, 2026 at 22:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Dataelement
Dataelement bisheng
Vendors & Products Dataelement
Dataelement bisheng

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
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.
Title BISHENG Unauthenticated Server-Side Request Forgery via Workflow Report Callback
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

{'score': 8.8, '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'}


Subscriptions

Dataelement Bisheng
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-31T18:48:28.963Z

Reserved: 2026-08-28T11:12:52.321Z

Link: CVE-2026-82285

cve-icon Vulnrichment

Updated: 2026-08-31T18:48:23.045Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T20:20:19.953

Modified: 2026-08-31T20:56:08.800

Link: CVE-2026-82285

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T11:20:29Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)