Description
A Stored Cross-Site Scripting (XSS) vulnerability exists in Frappe Framework version 17.0.0-dev due to improper neutralization of user-controlled input in the MultiSelectDialog component.
Published: 2026-06-24
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a stored Cross‑Site Scripting flaw found in the MultiSelectDialog component of Frappe Framework 17.0.0‑dev. Because user‑controlled input is not properly neutralized, an attacker can inject malicious JavaScript that will be executed whenever the dialog result is rendered in a victim’s browser. The stored nature means the payload persists in the database, exposing every user who views the dialog to the risk of session hijacking, cookie theft, or arbitrary script execution, which directly compromises confidentiality and integrity of the application data.

Affected Systems

Affected systems include Frappe Framework 17.0.0‑dev deployed on Linux, macOS, and Windows platforms, as identified by the CPE strings. No other product versions are listed, and the issue is specific to the development branch, implying that users running this snapshot are at risk.

Risk and Exploitability

The CVSS score of 4.8 indicates a moderate severity. EPSS data is unavailable, and the vulnerability is not listed in the CISA KEV catalog, suggesting it is not currently a widely exploited or publicly documented threat. Likely attack vectors involve a malicious user creating or modifying options in the MultiSelectDialog or an attacker who can insert data that will later be rendered to other users. The absence of an official workaround means that mitigation primarily relies on upgrading to a fixed release or implementing client‑side safeguards such as output escaping and strict content security policies.

Generated by OpenCVE AI on June 24, 2026 at 16:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Frappe Framework release that resolves the stored XSS flaw.
  • If an upgrade cannot be applied immediately, restrict the use of the MultiSelectDialog to trusted roles and sanitize or escape all user input before it is rendered in the browser.
  • Implement a Content Security Policy that disallows inline scripts and limits executable JavaScript to trusted origins to mitigate the impact of any residual XSS vectors.

Generated by OpenCVE AI on June 24, 2026 at 16:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 24 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Description A Stored Cross-Site Scripting (XSS) vulnerability exists in Frappe Framework version 17.0.0-dev due to improper neutralization of user-controlled input in the MultiSelectDialog component.
Title Frappe Framework 17.0.0-dev - Stored XSS in Multi Select Dialog result rendering
First Time appeared Frappe
Frappe frappe Framework
Weaknesses CWE-79
CPEs cpe:2.3:a:frappe:frappe_framework:17.0.0-dev:*:linux:*:*:*:*:*
cpe:2.3:a:frappe:frappe_framework:17.0.0-dev:*:macos:*:*:*:*:*
cpe:2.3:a:frappe:frappe_framework:17.0.0-dev:*:windows:*:*:*:*:*
Vendors & Products Frappe
Frappe frappe Framework
References
Metrics cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Frappe Frappe Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: Fluid Attacks

Published:

Updated: 2026-06-24T15:47:02.132Z

Reserved: 2026-06-05T14:49:25.369Z

Link: CVE-2026-50708

cve-icon Vulnrichment

Updated: 2026-06-24T15:46:19.607Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T16:30:06Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')