CVE-2026-57959 PUBLISHED

Hi.Events 1.9.0 - Promo Code Max-Usage Bypass via Asynchronous Job Race Condition

Assigner: VulnCheck
Reserved: 26.06.2026 Published: 29.06.2026 Updated: 29.06.2026

Hi.Events through 1.9.0 contains a promo code validation vulnerability where reservation validates usage count before asynchronous UpdateEventStatisticsJob increments it, allowing attackers to redeem limited promo codes unlimited times. Attackers can sequentially reserve multiple orders with the same restricted promo code, each reading order_usage_count=0 and passing validation, then complete them all at discounted prices without concurrent requests.

Metrics

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

Product Status

Vendor HiEventsDev
Product Hi.Events
Versions Default: unaffected
  • affected from 0 to 1.9.0 (incl.)

Credits

  • George Chen finder

References

Problem Types

  • Time-of-check Time-of-use (TOCTOU) Race Condition CWE