CVE-2026-34455 PUBLISHED

Hi.Events: SQL Injection via Unvalidated sort_by Query Parameter in Multiple Repository Classes

Assigner: GitHub_M
Reserved: 27.03.2026 Published: 01.04.2026 Updated: 01.04.2026

Hi.Events is an open-source event management and ticket selling platform. From version 0.8.0-beta.1 to before version 1.7.1-beta, multiple repository classes pass the user-supplied sort_by query parameter directly to Eloquent's orderBy() without validation, enabling SQL injection. The application uses PostgreSQL which supports stacked queries. This issue has been patched in version 1.7.1-beta.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor HiEventsDev
Product Hi.Events
Versions
  • Version >= 0.8.0-beta.1, < 1.7.1-beta is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE