CVE-2026-93366
Received Received - Intake

Authorization Bypass in Bludit CMS 3.22.0

Vulnerability report for CVE-2026-93366, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: VulnCheck

Description

Bludit CMS through 3.22.0 contains an authorization bypass vulnerability that allows authenticated users with the Author role to enumerate and delete media files belonging to pages owned by other users, including administrators, by supplying arbitrary uuid parameters to unprotected AJAX endpoints. Attackers can retrieve page UUIDs for all users via the content-get-list endpoint and then submit crafted POST requests to the list-images and delete-image endpoints in bl-kernel/ajax/ to access and destroy media files outside their own pages, bypassing the IMAGE_RESTRICT isolation control.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-26
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
bludit bludit to 3.22.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Bludit CMS through version 3.22.0 has an authorization bypass flaw. Authenticated users with the Author role can exploit unprotected AJAX endpoints to enumerate and delete media files belonging to other users, including administrators. This is done by supplying arbitrary UUID parameters to endpoints like content-get-list, list-images, and delete-image.

Detection Guidance

To detect this vulnerability, check for unauthorized access to media files by monitoring network traffic for POST requests to bl-kernel/ajax/list-images and bl-kernel/ajax/delete-image endpoints. Authenticated users with Author roles should not access files outside their own pages. Review server logs for suspicious UUID parameter usage in these endpoints.

Impact Analysis

If you use Bludit CMS version 3.22.0 or earlier, an attacker with Author role access could delete your media files, including those on admin pages. This could disrupt website functionality, cause data loss, or lead to unauthorized content removal without proper permissions.

Compliance Impact

This vulnerability could lead to unauthorized data deletion or access, potentially violating GDPR's integrity principle or HIPAA's access controls. Organizations may face compliance violations if sensitive media files are compromised or deleted without authorization.

Mitigation Strategies

Immediately update Bludit CMS to the latest version beyond 3.22.0. Restrict Author role permissions to prevent enumeration of page UUIDs via the content-get-list endpoint. Implement strict access controls on AJAX endpoints to enforce IMAGE_RESTRICT isolation. Monitor for unauthorized file deletions or access attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-93366. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart