Answer in brief
CVE-2026-88854 records a Unknown severity vulnerability in Joomla Extension - OrdaSoft.com - Unauthenticated SQL Injection in OrdaSoft Joomla Gallery extension for Joomla < 6.2.7. The current sources do not mark it as known exploited. The current feed maps OrdaSoft.com/OrdaSoft Joomla Gallery extension for Joomla (generic), OrdaSoft.com/OrdaSoft Joomla Gallery free extension for Joomla (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps OrdaSoft.com/OrdaSoft Joomla Gallery extension for Joomla (generic), OrdaSoft.com/OrdaSoft Joomla Gallery free extension for Joomla (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| OrdaSoft.com/OrdaSoft Joomla Gallery extension for Joomlageneric | 1.0.0-6.2.6 | Not reported |
| OrdaSoft.com/OrdaSoft Joomla Gallery free extension for Joomlageneric | 1.0.0-6.2.6 | Not reported |
Published upstream
Sep 20, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 20, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 20, 2026
Joomla Extension - OrdaSoft.com - Unauthenticated SQL Injection in OrdaSoft Joomla Gallery extension for Joomla < 6.2.7 - The extensions showSearchResult() and showSearchResultAjax() read the textsearch/searchText request parameter with $input->getVar(), which is not a real Joomla filter method and falls through to a filter that strips HTML tags but does not touch quotes or SQL syntax. The value is concatenated directly into a LIKE clause with no escaping. The endpoint requires no login of any kind: mod_osgallery_search is a public, commonly-published search box. Any anonymous site visitor can inject a UNION SELECT and read arbitrary database content.
Quoted source text, attributed separately from HOL analysis.