CVE-2026-41932 PUBLISHED

Vvveb < 1.0.8.3 Stored XSS via Signup Controller

Assigner: VulnCheck
Reserved: 22.04.2026 Published: 14.05.2026 Updated: 14.05.2026

Vvveb before 1.0.8.3 contains a stored cross-site scripting vulnerability in the customer signup flow where the Signup::addUser() controller copies raw POST username values into the display_name field before sanitization occurs. Attackers can submit HTML and script markup in the username field during signup, which gets stripped from the username column but persisted verbatim in the display_name column, allowing stored XSS execution when display_name is rendered without encoding in vulnerable views.

Metrics

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

Product Status

Vendor givanz
Product Vvveb
Versions Default: affected
  • affected from 0 to 1.0.8.3 (excl.)
  • Version fefac290a8c85d3c87fe80ffed68b6c5bc50e93c is unaffected

Credits

  • Basant Kumar (@CyberWarrior9) finder
  • VulnCheck finder

References

Problem Types

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