CVE-2026-60120 PUBLISHED

Bagisto < 2.4.4 Stored XSS via CSTI in create.blade.php

Assigner: VulnCheck
Reserved: 08.07.2026 Published: 09.07.2026 Updated: 10.07.2026

Bagisto before 2.4.4 contains a stored cross-site scripting vulnerability via client-side template injection that allows unauthenticated attackers to execute arbitrary JavaScript in administrator browsers by registering a customer account with malicious payload in the first or last name field. The create.blade.php template renders customer name fields without the Vue.js v-pre directive, causing Vue.js to evaluate stored template expressions as live JavaScript when an administrator opens the Create Order page for the affected customer.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
CVSS Score: 5.1

Product Status

Vendor Webkul
Product Bagisto
Versions Default: affected
  • affected from 0 to 2.4.4 (excl.)

Credits

  • Aaron Amran Bin Amiruddin finder

References

Problem Types

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