SB2016110831 - Multiple vulnerabilities in PostgreSQL



SB2016110831 - Multiple vulnerabilities in PostgreSQL

Published: November 8, 2016 Updated: June 23, 2025

Security Bulletin ID SB2016110831
Severity
High
Patch available
YES
Number of vulnerabilities 3
Exploitation vector Remote access
Highest impact Code execution

Breakdown by Severity

High 33% Medium 67%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 3 secuirty vulnerabilities.


1) Improper access control (CVE-ID: CVE-2016-8606)

The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.

The REPL server (--listen) in GNU Guile 2.0.12 allows an attacker to execute arbitrary code via an HTTP inter-protocol attack.


2) SQL injection (CVE-ID: CVE-2006-2314)

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 that use multibyte encodings that allow the '' (backslash) byte 0x5c to be the trailing byte of a multibyte character, such as SJIS, BIG5, GBK, GB18030, and UHC, which cannot be handled correctly by a client that does not understand multibyte encodings, aka a second variant of 'Encoding-Based SQL Injection.' NOTE: it could be argued that this is a class of issue related to interaction errors between the client and PostgreSQL, but a CVE has been assigned since PostgreSQL is treating this as a preventative measure against this class of problem.


3) SQL injection (CVE-ID: CVE-2006-2313)

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.'


Remediation

Install update from vendor's website.

References