CVE Catalog

CVE-2026-88855

HighCVSS 8.6
Published: Translated: NVD NIST

Summary

In the OrdaSoft Joomla Gallery extension for Joomla versions below 6.2.7, an authenticated privileged SQL injection vulnerability was found. The saveGallery() function passes form data through a hand-rolled parser into Joomla's Input object, then reads it back with ARRAY/STRING filter types, neither of which sanitizes SQL content. Values from category_names[], catOrderIds, and image-ordering fields are concatenated directly into SQL with no quoting or integer cast, giving an authenticated core.manage user full read/write access to the database, including UNION-based extraction of #__users password hashes.

Risk Assessment

An authenticated user with core.manage permissions can read and modify the entire database, including user password hashes, leading to complete system compromise.

Recommendation

Immediately update the extension to version 6.2.7 or later. Additionally, restrict core.manage permissions and conduct regular security audits.

Other vulnerabilities in OrdaSoft Joomla Gallery

See all
Original NVD description (English source)

Joomla Extension - OrdaSoft.com - Authenticated, Privileged SQL Injection in OrdaSoft Joomla Gallery extension for Joomla < 6.2.7 - The extensions saveGallery() passes form data through a hand-rolled parser into Joomla’s Input object, then reads it back with the ARRAY/ STRING filter types, neither of which sanitises SQL content. Values from category_names[], catOrderIds, and image-ordering fields were concatenated directly into SQL with no quoting or integer cast, giving an authenticated core.manage user (a permission scoped to managing one gallery component, not administrator-wide trust) full read/write access to the database, including UNION-based extraction of #__users password hashes.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS