CVE-2026-57816
Deferred Deferred - Pending Action

FunnelKit Funnel Builder Reflected Cross-Site Scripting

Vulnerability report for CVE-2026-57816, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in FunnelKit Funnel Builder by FunnelKit funnel-builder allows Reflected XSS.This issue affects Funnel Builder by FunnelKit: from n/a through <= 3.15.0.8.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
funnelkit funnel_builder to 3.15.0.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Reflected Cross-site Scripting (XSS) issue in FunnelKit Funnel Builder by FunnelKit. It occurs due to improper neutralization of input during web page generation, which means that malicious input can be reflected back in the web page without proper sanitization.

Detection Guidance

Detecting this reflected Cross-site Scripting (XSS) vulnerability in FunnelKit Funnel Builder requires checking if your system is running a vulnerable version (<= 3.15.0.8) of the plugin. Since this is a web application vulnerability, detection typically involves manual or automated testing of the web interface.

  • Check the installed version of FunnelKit Funnel Builder: Log in to your WordPress admin dashboard, navigate to 'Plugins', and locate Funnel Builder by FunnelKit. Verify the version number to confirm if it is <= 3.15.0.8.
  • Use a web vulnerability scanner (e.g., OWASP ZAP, Burp Suite, or Nessus) to scan the website for reflected XSS vulnerabilities. These tools can send crafted requests to identify improper input neutralization.
  • Manually test for reflected XSS by injecting simple payloads (e.g., <script>alert(1)</script>) into input fields or URL parameters of the Funnel Builder plugin pages. If the payload executes, the vulnerability is present.

Note: Automated or manual testing should be performed in a controlled environment to avoid unintended consequences.

Impact Analysis

The vulnerability can allow attackers to execute arbitrary scripts in the context of the affected web application. This can lead to impacts such as partial loss of confidentiality, integrity, and availability of the application or user data.

Compliance Impact

This vulnerability, a Reflected Cross-site Scripting (XSS) issue, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to compromise data security and user privacy.

  • GDPR: Under GDPR, organizations must protect personal data from unauthorized access or disclosure. A Reflected XSS vulnerability could allow attackers to steal sensitive user data, such as session cookies or personal information, leading to a breach of confidentiality. This may result in non-compliance with GDPR's data protection requirements (e.g., Article 5 on data integrity and confidentiality) and could trigger reporting obligations under Article 33 (data breach notifications).
  • HIPAA: For organizations handling protected health information (PHI), HIPAA requires safeguards to ensure the confidentiality, integrity, and availability of PHI. An XSS vulnerability could enable attackers to access or manipulate PHI, violating the HIPAA Security Rule (45 CFR Part 164, Subpart C). This could lead to penalties for non-compliance if the vulnerability is exploited to expose or alter patient data.

Additionally, the CVSS v3.1 score of 7.1 (with impacts on confidentiality, integrity, and availability) indicates a moderate to high risk, which may require organizations to address the vulnerability promptly to avoid regulatory scrutiny or fines.

Mitigation Strategies

To mitigate this reflected XSS vulnerability in FunnelKit Funnel Builder, follow these immediate steps:

  • Update the Funnel Builder plugin to the latest version if a patch is available. Since the vulnerability affects versions <= 3.15.0.8, check the vendor's website or WordPress plugin repository for updates.
  • If no patch is available, consider disabling the plugin temporarily until a fix is released to eliminate the attack surface.
  • Implement a Web Application Firewall (WAF) to filter malicious input and block XSS payloads. Many WAFs can be configured to detect and prevent reflected XSS attacks.
  • Restrict access to the WordPress admin dashboard and Funnel Builder plugin pages to trusted IP addresses only, reducing the risk of exploitation.
  • Monitor web server logs for suspicious activity, such as unusual input patterns or repeated requests containing script tags, which may indicate exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57816. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart