CVE-2026-90775
Received Received - Intake

PostGIS address_standardizer Out-of-Bounds Read in Weight Parameter

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

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulnCheck

Description

PostGIS address_standardizer through 3.7.0 fails to validate the Weight parameter from caller-supplied rules tables before using it as an array index. Attackers can craft malicious rule rows with out-of-range Weight values to trigger out-of-bounds reads in the load_value array, causing the PostgreSQL backend process to crash and terminate all cluster sessions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-13
Last Modified
2026-09-13
Generated
2026-09-13
AI Q&A
2026-09-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 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads 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

PostGIS address_standardizer through 3.7.0 fails to validate the Weight parameter from caller-supplied rules tables before using it as an array index. Attackers can craft malicious rule rows with out-of-range Weight values to trigger out-of-bounds reads in the load_value array, causing the PostgreSQL backend process to crash and terminate all cluster sessions.

Detection Guidance

To detect this vulnerability, inspect PostGIS address_standardizer rules tables for out-of-range Weight values. Check PostgreSQL logs for crashes in backend processes. Use SQL queries to examine rule weights in the rules table. Example: SELECT * FROM rules WHERE weight < 0 OR weight >= NUMBER_OF_WEIGHTS;

Impact Analysis

This vulnerability can cause PostgreSQL backend processes to crash, leading to denial of service for all cluster sessions. Attackers could exploit it to terminate database operations by providing maliciously crafted address rules with invalid Weight values.

Compliance Impact

This vulnerability primarily causes PostgreSQL backend crashes due to out-of-bounds reads, leading to denial of service and session termination. It does not directly impact data confidentiality or integrity but may disrupt systems handling sensitive data, potentially affecting compliance with GDPR or HIPAA by causing service unavailability or data processing delays.

Mitigation Strategies

Upgrade PostGIS address_standardizer to version 3.7.1dev or later. Apply the patch from commit a5cb4b1 or PR #6 which adds validation for rule weights. Remove or correct any existing rules with invalid Weight values in your rules tables.

Chat Assistant

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

EPSS Chart