Skip to main content

PostgreSQL CVE-2026-6473

| EUVDEUVD-2026-30281 HIGH
Integer Overflow or Wraparound (CWE-190)
2026-05-14 PostgreSQL GHSA-8rqw-w7xq-566r
8.8
CVSS 3.1 · Vendor: PostgreSQL
Share

Severity by source

Vendor (PostgreSQL) PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
SUSE
HIGH
qualitative
Red Hat
8.8 HIGH
qualitative

Primary rating from Vendor (PostgreSQL).

CVSS VectorVendor: PostgreSQL

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Patch available
May 14, 2026 - 15:01 EUVD
Analysis Generated
May 14, 2026 - 14:00 vuln.today
CVE Published
May 14, 2026 - 13:00 nvd
HIGH 8.8

DescriptionCVE.org

Integer wraparound in multiple PostgreSQL server features allows an unprivileged database user to cause the server to undersize an allocation and write out-of-bounds. This may execute arbitrary code as the operating system user running the database. In applications that pass gigabyte-scale user inputs to the relevant database functions, the application input provider may achieve a segmentation fault. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.

AnalysisAI

Remote code execution in PostgreSQL (versions 14.x-18.x) allows authenticated database users to execute arbitrary code as the database operating system user via integer wraparound vulnerabilities in multiple server features. By passing gigabyte-scale inputs to affected database functions, attackers trigger allocation undersizing that leads to out-of-bounds writes. No active exploitation confirmed (not in CISA KEV), but CVSS 8.8 with network vector and low complexity indicates high exploitability once technical details become public. EPSS data not available at time of analysis.

Technical ContextAI

This vulnerability stems from CWE-190 (Integer Overflow/Wraparound) affecting PostgreSQL's memory allocation logic in multiple server-side features. When processing extremely large inputs (gigabyte-scale), integer wraparound causes the server to calculate insufficient buffer sizes during memory allocation. The undersized allocation results in subsequent out-of-bounds writes that corrupt memory, enabling arbitrary code execution with the privileges of the PostgreSQL daemon process (typically 'postgres' user). The affected CPE indicates the core PostgreSQL database server across multiple major versions (14, 15, 16, 17, 18). Integer overflow vulnerabilities are particularly dangerous in database systems because user-controlled input sizes can directly influence internal calculations, and databases routinely handle large data volumes. The network attack vector (AV:N) combined with multiple affected server features suggests the vulnerability is broadly exploitable across different database operations rather than confined to a single obscure function.

RemediationAI

Upgrade immediately to patched PostgreSQL versions: 14.23, 15.18, 16.14, 17.10, or 18.4, available from https://www.postgresql.org/download/ and the official security advisory at https://www.postgresql.org/support/security/CVE-2026-6473/. Standard upgrade process: backup database, install new binaries, run pg_upgrade or dump/restore, restart service. Cloud-managed PostgreSQL users (RDS, Azure, GCP) should apply vendor-provided patches through their respective consoles or enable automatic minor version upgrades. If immediate patching is impossible, implement these compensating controls with noted limitations: (1) Restrict database user privileges to minimum necessary - revoke access to non-essential functions, but this requires knowing which specific functions are vulnerable (not disclosed in available data); (2) Implement application-layer input size validation - reject inputs exceeding reasonable thresholds (e.g., 100MB) before passing to database, though this may break legitimate large data operations; (3) Deploy database activity monitoring to detect anomalous gigabyte-scale queries from unexpected users - provides detection but not prevention; (4) Network segmentation - limit database access to trusted application servers only via firewall rules, reducing attack surface but not eliminating risk from compromised application accounts. None of these workarounds provide complete protection; patching is the only reliable remediation.

CVE-2025-1094 HIGH POC
8.1 Feb 13

PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() improperl

CVE-2024-55964 CRITICAL POC
9.8 Mar 26

An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl

CVE-2013-1899 MEDIUM POC
6.5 Apr 04

Argument injection vulnerability in PostgreSQL 9.2.x before 9.2.4, 9.1.x before 9.1.9, and 9.0.x before 9.0.13 allows re

CVE-2026-20253 CRITICAL POC
9.8 Jun 10

Unauthenticated arbitrary file write in Splunk Enterprise (below 10.2.4 and 10.0.7) and Splunk Cloud Platform (below 10.

CVE-2017-7546 CRITICAL
9.8 Aug 16

PostgreSQL versions before 9.2.22, 9.3.18, 9.4.13, 9.5.8 and 9.6.4 are vulnerable to incorrect authentication flaw allow

CVE-2015-1352 MEDIUM POC
5.0 Mar 30

The build_tablename function in pgsql.c in the PostgreSQL (aka pgsql) extension in PHP through 5.6.7 does not validate t

CVE-2024-10553 CRITICAL POC
9.8 Mar 20

A vulnerability in the h2oai/h2o-3 REST API versions 3.46.0.4 allows unauthenticated remote attackers to execute arbitra

CVE-2019-9193 HIGH POC
7.2 Apr 01

In PostgreSQL 9.3 through 11.2, the "COPY TO/FROM PROGRAM" function allows superusers and users in the 'pg_execute_serve

CVE-2026-40887 CRITICAL POC
9.1 Apr 14

## Summary An unauthenticated SQL injection vulnerability exists in the Vendure Shop API. A user-controlled query strin

CVE-2022-24760 CRITICAL POC
10.0 Mar 12

Parse Server is an open source http web server backend. Rated critical severity (CVSS 10.0), this vulnerability is remot

CVE-2025-56157 CRITICAL POC
9.8 Dec 18

Hard-coded default PostgreSQL credentials shipped in the docker-compose.yaml of langgenius Dify through version 1.5.1 al

CVE-2024-12909 CRITICAL POC
9.8 Mar 20

A vulnerability in the FinanceChatLlamaPack of the run-llama/llama_index repository, versions up to v0.12.3, allows for

Vendor StatusVendor

SUSE

Severity: High
Product Status
SUSE Linux Enterprise Desktop 15 SP7 SUSE Linux Enterprise Module for Basesystem 15 SP7 Fixed
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS Fixed
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS Fixed
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS Fixed
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS Fixed

Share

CVE-2026-6473 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy