Intel

AIKIDO-2025-10899

spryker/session is vulnerable to SQL Injection

SQL Injection Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Dec 9, 2025

48

Medium Risk

This Affects:

PHPspryker/session
0.20.0 - 4.19.1
Fixed in 4.19.2
Are you affected? Scan for Free

TL;DR

Affected versions of this package contain a SQL Injection vulnerability in the session deletion function due to improper sanitization of the user-supplied key parameter in the SQL query, where it is embedded using sprintf without escaping or parameterization. An attacker can exploit this by crafting a malicious key value that closes the string literal and appends additional SQL commands, potentially allowing unauthorized deletion or manipulation of session data or other database records.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

spryker/session is vulnerable to SQL Injection in versions 0.20.0 - 4.19.1.

How to fix this

Upgrade the spryker/session library to the patch version.