CVE-2026-32602

4.2 MEDIUM
Published: April 06, 2026 Modified: April 10, 2026
View on NVD

Description

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.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://github.com/homarr-labs/homarr/security/advisories/GHSA-vfw3-53q9-2hp8
Source: security-advisories@github.com
Third Party Advisory Vendor Advisory
https://github.com/homarr-labs/homarr/security/advisories/GHSA-vfw3-53q9-2hp8
Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0
Third Party Advisory Vendor Advisory

2 reference(s) from NVD

Quick Stats

CVSS v3 Score
4.2 / 10.0
EPSS (Exploit Probability)
0.0%
8th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

homarr