Intel

AIKIDO-2026-522749

sulu/sulu is vulnerable to Insecure Direct Object Reference (IDOR)

Insecure Direct Object Reference (IDOR)GHSA-h6cx-gjxx-v25c Published Today

54

Medium Risk

This Affects:

PHPsulu/sulu
0.0.1 - 2.6.24
Fixed in 2.6.25
3.0.0 - 3.0.7
Fixed in 3.0.8
Are you affected? Scan for Free

TL;DR

The media move operation validates permissions against the collection identifier supplied in the request instead of the media item's real source collection. An authenticated backend user with edit rights on one collection can move media out of another collection they cannot access by naming their own collection in the request. This grants unauthorized access to and reorganization of protected media. The fix checks edit permissions on both the media's actual source collection and the destination collection before performing the move.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you rely on collection-level permissions to restrict access to media.

Background info

sulu/sulu is vulnerable to Insecure Direct Object Reference (IDOR) in versions 0.0.1 - 2.6.24 and 3.0.0 - 3.0.7.

How to fix this

Upgrade the sulu/sulu library to the patch version.