SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-67204

MEDIUM · CVSS 5.4 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-24 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Authenticated API users with image-update or image-delete permissions in BookStack versions prior to 26.05.4 can exploit a broken access control vulnerability to manipulate other users' avatars. By bypassing content-type restrictions in the Image Gallery API, attackers can rename, replace, or delete avatars if they have access to the corresponding page ID. Organizations using affected versions should prioritize patching to mitigate potential unauthorized avatar manipulation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67204
Severity
MEDIUM
CVSS
5.4
EPSS
0.24%

Original NVD Description

BookStack before 26.05.4 contains a broken access control vulnerability that allows authenticated API users with image-update or image-delete permissions to manipulate other users' avatars by exploiting missing content-type restrictions in the Image Gallery API endpoints. Attackers can supply a user avatar's ID to the API controller, which loads any image type without the web controller's gallery and drawio restrictions, and when the avatar's uploaded_to field matches a page ID accessible to the attacker, the authorization check passes allowing the attacker to rename, replace, or delete the target user's avatar without requiring user-management permission.