PT-2026-30625 · Homarr · Homarr
CVSS v3.1
4.2
Medium
| Vector | AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
Homarr versions prior to 1.57.0
Description
The user registration endpoint '/api/trpc/user.register' is susceptible to a race condition. This occurs because the registration process executes three sequential database operations (CHECK, CREATE, and DELETE) without a transaction, meaning they are not atomic. Consequently, concurrent requests may all pass the validation phase before the invite token is deleted, allowing an attacker to create multiple user accounts using a single-use invite token.
Recommendations
Update to version 1.57.0.
Exploit
Fix
Time Of Check To Time Of Use
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Homarr