CVE-2026-41932 MEDIUM

CVE-2026-41932: Vvveb < 1.0.8.3 Stored XSS via Signup Controller

Vendor Givanz
Product Vvveb
Weakness CWE-79 · XSS
Published May 14, 2026
Last update May 14, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction
Confidentiality
Integrity

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

May 14, 2026 CVE published
May 14, 2026 Record updated