Intel

AIKIDO-2026-115593

sulu/sulu is vulnerable to SQL Injection

SQL Injection Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Yesterday

65

Medium Risk

This Affects:

PHPsulu/sulu
1.6.0 - 2.6.24
Fixed in 2.6.25
Are you affected? Scan for Free

TL;DR

The smart content query builder concatenates category, tag, and target-group identifiers directly into a JCR-SQL2 query string without integer casting or parameter binding. These identifiers can be influenced through public smart content filter parameters on the website, so untrusted input reaches the query unescaped. This allows the content query to be manipulated to return or disrupt content beyond the intended filter, without authentication. The fix casts these identifiers to integers before they are embedded in the query.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your site uses smart content with category, tag, or target-group filtering that is influenced by public request parameters.

Background info

sulu/sulu is vulnerable to SQL Injection in versions 1.6.0 - 2.6.24.

How to fix this

Upgrade the sulu/sulu library to the patch version.