CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-33025

High
Published: Translated: NVD NIST

Summary

AVideo to platforma do udostępniania wideo. W wersjach przed 8.0 występuje podatność na wstrzyknięcie SQL w metodzie getSqlFromPost() w pliku Object.php, gdzie klucze tablicy $_POST['sort'] są używane bezpośrednio jako identyfikatory kolumn SQL w klauzuli ORDER BY.

Risk Assessment

Podatność ta może prowadzić do nieautoryzowanego dostępu do danych w bazie danych, co stwarza poważne zagrożenie dla integralności i poufności informacji w organizacji.

Recommendation

Zaleca się aktualizację do wersji 8.0, aby usunąć tę podatność. Alternatywnie, można zastosować regułę WAF blokującą żądania POST, w których klucze sort[*] zawierają znaki spoza [A-Za-z0-9_], lub ograniczyć dostęp do widoku kolejki tylko dla zaufanych adresów IP.

Related vulnerabilities

Original NVD description (English source)

AVideo is a video-sharing Platform. Versions prior to 8.0 contain a SQL Injection vulnerability in the getSqlFromPost() method of Object.php. The $_POST['sort'] array keys are used directly as SQL column identifiers inside an ORDER BY clause. Although real_escape_string() was applied, it only escapes string-context characters (quotes, null bytes) and provides no protection for SQL identifiers — making it entirely ineffective here. This issue has been fixed in version 8.0. To workaround this issue without upgrading, operators can apply a WAF rule to block POST requests where any sort[*] key contains characters outside [A-Za-z0-9_]. Alternatively, restrict access to the queue view (queue.json.php, index.php) to trusted IP ranges only.

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