-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
The vulnerability stems from the frontend's project store module where the fetchProjectListByUser function directly uses user-controlled userId parameters in API requests. The code shows the endpoint is constructed as /api/project?user=${userId} without server-side validation of the requesting user's permissions to access projects for that specific userId. This matches the PoC where modifying the userId parameter exposes admin projects, indicating missing authorization checks in the associated backend/frontend interaction.
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| github.com/bytebase/bytebase | go | >= 0.1.0, <= 1.0.4 |