CVE Catalog

CVE-2026-88856

CriticalCVSS 9.4
Published: Translated: NVD NIST

Summary

In the OrdaSoft Joomla Gallery extension for Joomla versions below 6.2.7, an authenticated privileged remote code execution vulnerability was found. The updateOSGallery() function, reached via task=update_osgallery, reads a JSON request body and calls the value of a method field as a live PHP function, passing the value of a package field as its single argument, with no allow-list or is_callable() check. Any function name compatible with a single argument is directly reachable, including system, exec, shell_exec, and passthru.

Risk Assessment

An authenticated user can execute arbitrary system commands on the server, leading to complete compromise of the hosting and data.

Recommendation

Immediately update the extension to version 6.2.7 or later. Also restrict core.manage permissions and monitor logs for unusual requests.

Other vulnerabilities in OrdaSoft Joomla Gallery

See all
Original NVD description (English source)

Joomla Extension - OrdaSoft.com - Authenticated, Privileged Remote Code Execution in OrdaSoft Joomla Gallery extension for Joomla < 6.2.7 - The extensions updateOSGallery(), reached via task=update_osgallery, read a JSON request body and called the value of a method field as a live PHP function, passing the value of a package field as its single argument, with no allow-list or is_callable() check of any kind. Any function name compatible with a single argument was directly reachable, including system, exec, shell_exec, and passthru.

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