Vulnerability identifier: #VU87833
Vulnerability risk: Medium
CVSSv4.0: 1.7 [CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Green]
CVE-ID: CVE-2024-27289
CWE-ID:
CWE-89
Exploitation vector: Network
Exploit availability: No
Vulnerable software:
PostgreSQL driver and toolkit for Go
Universal components / Libraries /
Programming Languages & Components
Vendor: Jack Christensen
Description
The vulnerability allows a remote attacker to execute arbitrary SQL queries in database.
The vulnerability exists due to insufficient sanitization of user-supplied data under certain conditions. A remote attacker can send a specially crafted request to the affected application and execute arbitrary SQL commands within the application database.
Successful exploitation of this vulnerability requires that all of the following conditions are met: the non-default simple protocol is used; a placeholder for a numeric value must be immediately preceded by a minus; there must be a second placeholder for a string value after the first placeholder; both must be on the same line; and both parameter values must be user-controlled.
Mitigation
Install update from vendor's website.
Vulnerable software versions
PostgreSQL driver and toolkit for Go: 4.0.0 - 4.18.1
External links
https://github.com/jackc/pgx/security/advisories/GHSA-m7wr-2xf7-cm9p
https://github.com/jackc/pgx/commit/f94eb0e2f96782042c96801b5ac448f44f0a81df
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.