CVE-2026-73514
Received Received - Intake

Out-of-Bounds Write in PostGIS Address Standardizer

Vulnerability report for CVE-2026-73514, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulnCheck

Description

The address_standardizer extension for PostGIS through 3.7.0, fixed in commit 423570b, contains an out-of-bounds write vulnerability that allows a database user with the ability to supply caller-controlled relation names to standardize_address() to trigger memory corruption by providing a rules table with a classification Type value exceeding the fixed class range. Attackers can craft a malicious rules table entry with an oversized rule type value that is used without bounds checking as an index into an internal output-link table, resulting in an out-of-bounds write.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
postgis address_standardizer to 3.7.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-73514 is an out-of-bounds write vulnerability in the PostGIS address_standardizer extension. It occurs when a database user supplies a rules table with a classification Type value exceeding the fixed class range. The oversized value is used as an index without bounds checking, causing memory corruption by writing outside allocated memory in an internal output-link table.

Detection Guidance

Detecting this vulnerability requires checking the PostGIS address_standardizer extension version. Use SQL commands like SELECT * FROM pg_extension WHERE extname = 'address_standardizer'; to verify the installed version. If the version is prior to commit 423570b, the system is vulnerable.

Impact Analysis

An attacker with database access could exploit this to trigger memory corruption, potentially leading to crashes or arbitrary code execution. This could allow privilege escalation to superuser or remote code execution in managed PostgreSQL environments like NeonDB, Supabase, or Xata.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling privilege escalation to superuser and remote code execution in production environments through memory corruption in the PostGIS address_standardizer extension. Unauthorized access or data breaches resulting from such exploits may violate data protection requirements under these regulations.

Mitigation Strategies

Immediately update the PostGIS address_standardizer extension to the patched version (commit 423570b or later). Restrict database user permissions to prevent unauthorized rule table modifications. Review and audit all rules tables for invalid Type values exceeding the safe range.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73514. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart