Description
PostGIS before 3.7.0beta2 contains an out-of-bounds read vulnerability that allows attackers to cause memory disclosure or a server crash by supplying a malformed FlatGeobuf buffer. The FlatGeobuf property metadata decoder verifies that a string length field is present but fails to verify that the subsequent string body is contained within the supplied buffer before materializing it into a SQL-visible value, enabling memory disclosure or denial of service.
Published: 2026-08-13
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

PostGIS versions prior to 3.7.0beta2 contain an out-of-bounds read vulnerability that allows a maliciously crafted FlatGeobuf buffer to trigger a memory disclosure or a server crash. The vulnerability arises because the FlatGeobuf property metadata decoder verifies the presence of a string length field but does not ensure that the subsequent string data resides entirely within the supplied buffer, leading to CWE‑125.

Affected Systems

All installations of the PostGIS extension that use a version older than 3.7.0beta2 are affected. This includes every PostGIS deployment that has not applied the 3.7.0beta2 update or newer.

Risk and Exploitability

The CVSS score of 7.2 indicates a moderate to high severity. The EPSS score is unavailable, and the vulnerability is not listed in CISA KEV. The attack vector is not explicitly described in the advisory, but the flaw is activated by supplying a malformed FlatGeobuf buffer to the PostGIS decoder; consequently an attacker would need access to execute queries or load FlatGeobuf data against the affected database, making it likely a local or remote database‑injection‐style attack where the attacker can supply the vulnerable data.

Generated by OpenCVE AI on August 13, 2026 at 17:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PostGIS to version 3.7.0beta2 or newer.
  • Implement input validation to confirm that FlatGeobuf buffer lengths are within the bounds of the supplied data before decoding.
  • Restrict the database roles that are allowed to load or ingest FlatGeobuf files to trusted users only.

Generated by OpenCVE AI on August 13, 2026 at 17:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 01:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sat, 15 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:postgis:postgis:*:*:*:*:*:postgresql:*:*

Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
First Time appeared Postgis
Postgis postgis
Vendors & Products Postgis
Postgis postgis

Thu, 13 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description PostGIS before 3.7.0beta2 contains an out-of-bounds read vulnerability that allows attackers to cause memory disclosure or a server crash by supplying a malformed FlatGeobuf buffer. The FlatGeobuf property metadata decoder verifies that a string length field is present but fails to verify that the subsequent string body is contained within the supplied buffer before materializing it into a SQL-visible value, enabling memory disclosure or denial of service.
Title PostGIS < 3.7.0beta2 Out-of-Bounds Read via FlatGeobuf Buffer
Weaknesses CWE-125
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H'}

cvssV4_0

{'score': 7.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:52:29.396Z

Reserved: 2026-08-12T19:29:19.865Z

Link: CVE-2026-73515

cve-icon Vulnrichment

Updated: 2026-08-13T17:11:33.725Z

cve-icon NVD

Status : Received

Published: 2026-08-13T16:19:05.333

Modified: 2026-08-13T18:18:18.230

Link: CVE-2026-73515

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-13T15:37:09Z

Links: CVE-2026-73515 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T19:15:03Z

Weaknesses