CVE-2026-3681
Server-Side Request Forgery in welovemedia FFmate fireWebhook
Publication date: 2026-03-07
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 |
|---|---|---|
| welovemedia | ffmate | to 2.0.15 (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
How can this vulnerability impact me? :
The vulnerability can lead to server-side request forgery, which allows an attacker to make the server send unauthorized requests to internal or external systems. This can result in unauthorized access to internal resources, data leakage, or interaction with other systems that the server can reach, potentially leading to further compromise.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know
Can you explain this vulnerability to me?
This vulnerability exists in welovemedia FFmate up to version 2.0.15, specifically in the function fireWebhook located in the file /internal/service/webhook/webhook.go. It allows an attacker to perform server-side request forgery (SSRF) by manipulating the function. The attack can be launched remotely, meaning an attacker does not need local access to exploit it. The exploit code has been made publicly available.