8.1
CWE
190 89
Advisory Published
Advisory Published
Updated

CVE-2024-32655: Npgsql Vulnerable to SQL Injection via Protocol Message Size Overflow

First published: Thu May 09 2024(Updated: )

### Summary The `WriteBind()` method in `src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs` uses `int` variables to store the message length and the sum of parameter lengths. Both variables overflow when the sum of parameter lengths becomes too large. This causes Npgsql to write a message size that is too small when constructing a Postgres protocol message to send it over the network to the database. When parsing the message, the database will only read a small number of bytes and treat any following bytes as new messages while they belong to the old message. Attackers can abuse this to inject arbitrary Postgres protocol messages into the connection, leading to the execution of arbitrary SQL statements on the application's behalf. ### Impact Attackers can issue arbitrary SQL statements to the database on behalf of the application. The final impact depends on the application that uses Npgsql, the data it stores in Postgres, etc.

Credit: security-advisories@github.com

Affected SoftwareAffected VersionHow to fix
nuget/Npgsql>=7.0.0<7.0.7
7.0.7
nuget/Npgsql>=6.0.0<6.0.11
6.0.11
nuget/Npgsql>=5.0.0<5.0.18
5.0.18
nuget/Npgsql>=4.1.0<4.1.13
4.1.13
nuget/Npgsql<=4.0.13
4.0.14
nuget/Npgsql>=8.0.0<8.0.3
8.0.3

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2024 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203