CVE-2026-6745
Received Received - Intake

Cross-Site Scripting in Bagisto Custom Scripts Handler

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

Publication date: 2026-04-21

Last updated on: 2026-04-29

Assigner: VulDB

Description

A vulnerability was determined in Bagisto up to 2.3.15. Affected by this vulnerability is an unknown functionality of the component Custom Scripts Handler. This manipulation causes cross site scripting. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure and explains: "We already replied on the github advisories. All the security issues are addressed through security advisory. We will fix this in our upcomming releases."

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-04-21
Last Modified
2026-04-29
Generated
2026-07-26
AI Q&A
2026-04-22
EPSS Evaluated
2026-07-25
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
bagisto bagisto to 2.3.15 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
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 exists in Bagisto up to version 2.3.15 within an unknown functionality of the Custom Scripts Handler component.

It allows an attacker to perform cross-site scripting (XSS) attacks by manipulating this component.

The vulnerability can be exploited remotely, and the exploit has been publicly disclosed.

The vendor has acknowledged the issue and plans to fix it in upcoming releases.

Detection Guidance

This vulnerability involves cross-site scripting (XSS) in the Custom Scripts Handler component of Bagisto up to version 2.3.15. Detection typically involves testing for XSS by injecting script payloads into input fields or parameters handled by the Custom Scripts Handler and observing if the scripts are executed.

Since the exploit has been publicly disclosed, you can use proof-of-concept (PoC) scripts or payloads to test your system. The provided resources include files such as "step by step exploit xss.docx" and "Poc xss discovery by hai271120.mkv" which may contain detailed instructions or commands for detection.

Common commands or tools to detect XSS vulnerabilities include using curl or browser-based tools to inject typical XSS payloads, for example:

  • curl -X GET 'http://your-bagisto-instance/path?param=<script>alert(1)</script>'
  • Using browser developer tools or intercepting proxies (like Burp Suite) to inject and monitor script execution.

However, specific commands tailored to this vulnerability are not explicitly provided in the available context or resources.

Impact Analysis

This cross-site scripting vulnerability can allow attackers to inject malicious scripts into the application.

Such scripts could be used to hijack user sessions, deface websites, or redirect users to malicious sites.

Since the exploit is remotely executable, attackers do not need physical access to the system.

The impact is rated as low to medium severity based on CVSS scores (3.5 to 5.1), indicating limited but notable risk.

Compliance Impact

The provided information does not specify how the cross site scripting vulnerability in Bagisto affects compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable component and applying input validation and output encoding to prevent script injection.

Since the vendor has acknowledged the issue and plans to fix it in upcoming releases, updating Bagisto to the latest version once available is recommended.

  • Limit user privileges to reduce the impact of potential exploitation, as the CVSS indicates low privileges are required.
  • Implement Web Application Firewall (WAF) rules to block common XSS payloads targeting Bagisto.
  • Educate users and administrators about the risk and signs of XSS attacks.

Chat Assistant

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

EPSS Chart