Skip to main content

Ffmate EUVDEUVD-2026-17777

| CVE-2026-5254 LOW
Cross-site Scripting (XSS) (CWE-79)
2026-04-01 VulDB GHSA-hjf3-5wh2-p9qw
2.0
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.0 LOW
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
P
Scope
X

Lifecycle Timeline

6
Severity Changed
Apr 29, 2026 - 01:11 NVD
MEDIUM LOW
CVSS changed
Apr 29, 2026 - 01:11 NVD
5.1 (MEDIUM) 2.0 (LOW)
PoC Detected
Apr 01, 2026 - 14:23 vuln.today
Public exploit code
EUVD ID Assigned
Apr 01, 2026 - 05:15 euvd
EUVD-2026-17777
Analysis Generated
Apr 01, 2026 - 05:15 vuln.today
CVE Published
Apr 01, 2026 - 04:15 nvd
MEDIUM 5.1

DescriptionCVE.org

A security vulnerability has been detected in welovemedia FFmate up to 2.0.15. Affected by this issue is some unknown functionality of the file /ui/app/components/AppJsonTreeView.vue of the component Webhook Handler. The manipulation leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

AnalysisAI

Stored cross-site scripting (XSS) in welovemedia FFmate up to version 2.0.15 allows authenticated remote attackers to inject malicious scripts via the Webhook Handler component's AppJsonTreeView.vue file. The vulnerability requires user interaction to trigger payload execution and has been publicly disclosed with exploit code available on GitHub. The vendor has not responded to early disclosure notifications, leaving users without an official patch.

Technical ContextAI

The vulnerability exists in the AppJsonTreeView.vue component of FFmate's Webhook Handler functionality, indicating improper input sanitization within a Vue.js component responsible for rendering JSON tree structures. This is a classic reflected or stored XSS vulnerability (CWE-79) where user-controlled input from webhook payloads is rendered without proper HTML escaping or Content Security Policy (CSP) protections. The affected component likely constructs DOM elements dynamically based on JSON input without neutralizing special characters or JavaScript event handlers. The attack vector is network-based with low complexity, requiring only that an authenticated user (PR:L in CVSS vector) interact with a malicious webhook payload displayed in the UI (UI:P requirement indicates user interaction is mandatory).

RemediationAI

Users of FFmate should immediately upgrade to a version newer than 2.0.15 once available, though vendor patch status is not confirmed given the lack of vendor response. As an interim mitigation, administrators should restrict access to the Webhook Handler component to only trusted users, implement network-level access controls to the FFmate application, and consider deploying a Web Application Firewall (WAF) with XSS detection rules to filter malicious webhook payloads before they reach the application. Additionally, enabling browser-based protections such as Content Security Policy (CSP) headers and X-XSS-Protection headers on the FFmate deployment may reduce exploitation impact. Users should monitor the VulDB advisory at https://vuldb.com/vuln/354444 and GitHub security advisories for any upstream patches or community-provided fixes. Given vendor non-responsiveness, consider whether alternative webhook management solutions with active security maintenance are viable.

Share

EUVD-2026-17777 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy