Description
The AddressRepository::getSqlQuery() method constructs a database query without properly sanitizing user input, leading to SQL Injection. The method is not invoked anywhere within the extension itself and therefore poses no direct risk in a default installation. However, custom extensions that call this method with untrusted input would expose the site to SQL injection.
Problem types
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Product status
10.0.0 (semver) before 10.0.1
9.0.0 (semver) before 9.1.1
Any version before 8.1.2
Credits
Georg Ringer
Georg Ringer
References
typo3.org/security/advisory/typo3-ext-sa-2026-012