Target: DPG Media / De Morgen
Code: DPGM-LQ1L4IAL
Severity: Low (Platform rating)
Status: Archived / Duplicate
A Broken Object Level Authorization (BOLA) vulnerability was identified in the Bookmarks API. The API fails to properly verify ownership of user data, allowing cross-account access.
The endpoint allows operations on bookmarks using a user identifier (UUID) without verifying whether the authenticated user owns the requested resource.
POST /api/_next-api/bookmarks/ HTTP/1.1
Host: shop.demorgen.be
Content-Type: application/json
{
"userId": "VICTIM-UUID",
"action": "list"
}
This issue highlights a classic BOLA vulnerability where missing authorization checks allow cross-user access to sensitive data.