CVE-2026-6220
Server-Side Request Forgery in HummerRisk Video Download Handler
Publication date: 2026-04-13
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| hummerrisk | hummerrisk | to 1.5.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in HummerRisk up to version 1.5.0, specifically in the function ServerService.addServer within the Video File Download URL Handler component. It involves manipulation of the argument streamIp, which leads to a server-side request forgery (SSRF). This means an attacker can make the server send unauthorized requests to other internal or external systems. The attack can be launched remotely, and an exploit is publicly available.
How can this vulnerability impact me? :
The vulnerability allows an attacker to perform server-side request forgery, which can be used to access or manipulate internal systems that are not normally accessible from outside. This can lead to unauthorized information disclosure, potential further attacks within the internal network, or disruption of services. Since the exploit is publicly available and the attack can be launched remotely, the risk of exploitation is significant.