serverpod is vulnerable to SQL Injection
98
Critical Risk
Serverpod's PostgreSQL and SQLite value encoders choose an encoding from a value's string content instead of the target column type. A string that begins with decode(' and ends with ', 'base64') is treated as serialized ByteData and inlined into SQL without escaping, so user controlled strings passed to ORM insert, update, or where comparisons break out of the query. This lets callers read arbitrary tables, bypass equality checks, and modify data at the application's database privileges through the documented ORM API with no raw query call. The fix drives encoding from the column type definition so text values are always escaped.
You are affected if you are using a version that falls within the vulnerable range.
serverpod is vulnerable to SQL Injection in versions 0.9.19 - 2.9.3 and 3.0.0 - 3.4.11.
Upgrade the serverpod library to the patch version.
Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.
Free. No credit card required.

I consent to receiving marketing communications based on Aikido’s Privacy Policy.
SOC 2Compliant
ISO 27001Compliant
ISO 42001Compliant© All Intel data is openly available and commercially licensed.