CVE-2026-45800

Vvveb is a powerful and easy to use CMS with page builder to build websites, blogs or ecommerce stores. Prior to 1.0.8.3, there is an authenticated SQL injection issue in the frontend user order history page in Vvveb CMS. A normal frontend user can log in and access /user/orders. The order_by and direction request parameters are accepted from the URL, propagated through the Orders component, and directly concatenated into the SQL ORDER BY clause in OrderSQL::getAll(). Because of this, attacker-controlled input reaches SQL structure without a whitelist or safe query construction step. This vulnerability is fixed in 1.0.8.3.
CVSS

No CVSS.

Configurations

No configuration.

History

16 May 2026, 02:16

Type Values Removed Values Added
References () https://github.com/givanz/Vvveb/security/advisories/GHSA-vwcx-w4fq-9769 - () https://github.com/givanz/Vvveb/security/advisories/GHSA-vwcx-w4fq-9769 -

15 May 2026, 19:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-15 19:17

Updated : 2026-06-17 10:52


NVD link : CVE-2026-45800

Mitre link : CVE-2026-45800

CVE.ORG link : CVE-2026-45800


JSON object : View

Products Affected

No product.

CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')