SQL injection in PostgreSQL - CVE-2006-2313

 

SQL injection in PostgreSQL - CVE-2006-2313

Published: October 18, 2018 / Updated: June 23, 2025


Vulnerability identifier: #VU111788
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2006-2313
CWE-ID: CWE-89
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: PostgreSQL Global Development Group
Affected software:
PostgreSQL

Detailed vulnerability description

The vulnerability allows a remote non-authenticated attacker to read and manipulate data.

PostgreSQL 8.1.x before 8.1.4, 8.0.x before 8.0.8, 7.4.x before 7.4.13, 7.3.x before 7.3.15, and earlier versions allows context-dependent attackers to bypass SQL injection protection methods in applications via invalid encodings of multibyte characters, aka 1 variant of 'Encoding-Based SQL Injection.'


How to mitigate CVE-2006-2313

Install update from vendor's website.

Sources