CVE-2026-82285
8.2DataElement · Bisheng
Bisheng versions up to 2.6.0-fix2 contain an unauthenticated server-side request forgery (SSRF) vulnerability in the workflow report callback endpoint, allowing unauthorized internal network access.
Executive summary
An unauthenticated server-side request forgery vulnerability in Bisheng allows remote attackers to probe internal network infrastructure and access sensitive cloud metadata.
Vulnerability
The vulnerability exists in the POST /api/v1/workflow/report/callback endpoint, which fails to implement authentication, URL scheme restrictions, or host filtering. This allows an unauthenticated attacker to force the application to perform arbitrary HTTP requests to internal resources.
Business impact
Successful exploitation of this flaw can lead to the exposure of sensitive internal network topology and cloud service metadata, which are often used to facilitate further attacks. Given the CVSS score of 8.2, this high-severity vulnerability poses a significant risk to the confidentiality of internal systems and data stored in connected object storage, potentially enabling unauthorized retrieval of sensitive documents.
Remediation
Immediate Action: Update the Bisheng deployment to a version beyond 2.6.0-fix2 as soon as the vendor provides a patch.
Proactive Monitoring: Monitor server access logs for unusual outbound requests originating from the Bisheng backend, specifically targeting internal IP ranges or cloud metadata service addresses (e.g., 169.254.169.254).
Compensating Controls: Implement strict egress filtering on the network hosting the Bisheng instance to prevent the server from initiating connections to unauthorized internal or private network segments.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The absence of authentication on the workflow callback endpoint represents a critical oversight that requires immediate attention. Organizations utilizing Bisheng should verify their current version and prioritize the application of security updates to prevent unauthorized internal reconnaissance. If an immediate update is not feasible, implement robust network-level egress controls to restrict the ability of the Bisheng service to communicate with non-public infrastructure.
More DataElement CVEs
Sources
Originally found and disclosed by George Chen, per the CVE Program record.
- GitHub Issue #2190 Issue tracker
- github.com
- Vulnerable code: workflow.py Technical analysis
- VulnCheck Advisory: BISHENG Unauthenticated Server-Side Request Forgery via Workflow Report Callback Third-party advisory