CVE-2026-88855

8.6

OrdaSoft · Joomla Gallery

The OrdaSoft Joomla Gallery extension is vulnerable to an authenticated SQL injection flaw via unsanitized input in the saveGallery function, allowing database compromise by privileged users.

Executive summary

An authenticated SQL injection vulnerability in the OrdaSoft Joomla Gallery extension allows attackers with core.manage privileges to execute arbitrary database queries and extract sensitive information.

Vulnerability

This is an improper neutralization of special elements used in an SQL command (CWE-89). The saveGallery function fails to sanitize input parameters including category_names, catOrderIds, and image-ordering, which allows an authenticated user with core.manage privileges to perform unauthorized database operations.

Business impact

Successful exploitation of this vulnerability grants an attacker full read and write access to the underlying database. This high-severity risk, reflected by a CVSS score of 8.6, enables the extraction of sensitive data such as user password hashes from the Joomla user table, potentially leading to a full site takeover and significant reputational damage.

Remediation

Immediate Action: Update the OrdaSoft Joomla Gallery extension to version 6.2.7 or later to incorporate the necessary input sanitization patches.

Proactive Monitoring: Review database query logs for suspicious activity, particularly queries originating from the gallery management interface that contain unusual SQL syntax or UNION statements.

Compensating Controls: Implement a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns, which can provide temporary protection while the update is being staged.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Given the potential for complete database compromise, organizations using the OrdaSoft Joomla Gallery extension should prioritize upgrading to version 6.2.7 immediately. Security teams should also audit accounts currently granted core.manage permissions to ensure that access is restricted to trusted users, as this vulnerability specifically leverages the privileges assigned to that user role to gain unauthorized access to the database.

More OrdaSoft CVEs

History

  1. Disclosed CVE record published
  2. Collected by CVE Brief via github
  3. Analyst report written
  4. Published in the daily brief high section

Sources

Originally found and disclosed by Ala Arfaoui, per the CVE Program record.