CVE-2026-82957
7.3Hyperledger · Firefly
A Server-Side Request Forgery vulnerability exists in the Hyperledger Firefly Webhook Subscription component, allowing remote attackers to manipulate URL parameters via the ValidateOptions function.
Executive summary
A high-severity Server-Side Request Forgery vulnerability in Hyperledger Firefly allows unauthenticated remote attackers to perform unauthorized requests, posing a significant risk to internal network security.
Vulnerability
The flaw exists in the ValidateOptions function within the internal/events/webhooks/webhooks.go file. An unauthenticated attacker can manipulate the URL argument to trigger server-side request forgery, enabling the system to make unauthorized requests to internal or external resources.
Business impact
Successful exploitation of this vulnerability can lead to unauthorized access to internal network services, sensitive data exfiltration, or the exploitation of internal APIs that are not exposed to the public. Given the CVSS score of 7.3, this flaw represents a significant risk to organizational infrastructure, potentially facilitating lateral movement within the network.
Remediation
Immediate Action: Since no official patch is currently available, restrict access to the affected Webhook Subscription functionality and monitor for suspicious outbound traffic from the Firefly host.
Proactive Monitoring: Review application and system access logs for anomalous URL parameters or unexpected connections originating from the Firefly service to internal IP addresses.
Compensating Controls: Deploy a Web Application Firewall (WAF) or egress filtering rules to restrict the destination of requests initiated by the Firefly service to known, trusted endpoints.
Exploitation status
Public Exploit Available: Yes, a public exploit exists as noted in the vulnerability documentation provided by VulDB.
Analyst recommendation
This vulnerability presents a clear risk to environments utilizing Hyperledger Firefly versions 1.4.0 and earlier. Organizations should prioritize the implementation of egress filtering and WAF rules to mitigate the risk of server-side request forgery while awaiting official vendor guidance or security patches.
Sources
Originally found and disclosed by Gabriel Alves (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-397306 | hyperledger-firefly Webhook Subscription webhooks.go ValidateOptions server-side request forgery Vulnerability database entry
- VDB-397306 | CTI Indicators (IOB, IOC, IOA)
- CVE-2026-82957 | CVE Analysis and Report Third-party advisory
- Submit #879847 | Hyperledger Firefly 1.4.0 Server-Side Request Forgery Third-party advisory