CVE-2026-32638 LOW

CVE-2026-32638: StudioCMS REST getUsers Exposes Owner Account Records to Admin Tokens

Vendor Withstudiocms
Product studiocms
Weakness CWE-639 · IDOR
Published March 18, 2026
Last update March 19, 2026

CVSS base score

2.7/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N

What the vulnerability does

01Description

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.4, the REST API `getUsers` endpoint in StudioCMS uses the attacker-controlled `rank` query parameter to decide whether owner accounts should be filtered from the result set. As a result, an admin token can request `rank=owner` and receive owner account records, including IDs, usernames, display names, and email addresses, even though the adjacent `getUser` endpoint correctly blocks admins from viewing owner users. This is an authorization inconsistency inside the same user-management surface. Version 0.4.4 fixes the issue.

Key dates

02Disclosure timeline

March 18, 2026 CVE published
March 19, 2026 Record updated