cvedb.io
CVE-2026-32602
MEDIUM · CVSS 4.2
EPSS exploitation probability: 0%
Published 2026-04-06T15:17:10.000 · Last modified 2026-06-17T10:36:04.807

Summary

Homarr is an open-source dashboard. Prior to 1.57.0, the user registration endpoint (/api/trpc/user.register) is vulnerable to a race condition that allows an attacker to create multiple user accounts from a single-use invite token. The registration flow performs three sequential database operations without a transaction: CHECK, CREATE, and DELETE. Because these operations are not atomic, concurrent requests can all pass the validation step (1) before any of them reaches the deletion step (3). This allows multiple accounts to be registered using a single invite token that was intended to be single-use. This vulnerability is fixed in 1.57.0.

Affected products

homarr — homarr

Does this affect you?

Add your gear to cvedb and we'll alert you only when homarr ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.