
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-73515 is an out-of-bounds read vulnerability in PostGIS affecting all versions before 3.7.0beta2. The flaw resides in the FlatGeobuf property metadata decoder, which validates the presence of a string length field but fails to verify that the subsequent string body is fully contained within the supplied buffer before exposing it as a SQL-visible value. This allows an authenticated attacker with low privileges to trigger memory disclosure or a server crash by supplying a malformed FlatGeobuf buffer. The vulnerability was published on August 13, 2026, and carries a CVSS v3.1 base score of 8.1 (High) and a CVSS v4.0 base score of 7.2 (High) (GitHub Advisory, Red Hat Bugzilla).
The root cause is classified as CWE-125 (Out-of-bounds Read). The FlatGeobuf property metadata decoder in PostGIS reads a string length field from an attacker-supplied buffer and confirms the field is present, but does not validate that the full string body referenced by that length value is within the bounds of the buffer before materializing it into a SQL-visible value. An authenticated attacker with network access can craft a malformed FlatGeobuf buffer and submit it to the PostGIS server, causing the decoder to read memory beyond the buffer boundary. A technical write-up demonstrating exploitation against managed PostgreSQL providers (including NeonDB and Supabase) has been published publicly (GitHub Advisory, VulnCheck Advisory, Researcher Blog).
Successful exploitation can result in two primary consequences: disclosure of sensitive data from server memory (confidentiality impact) and denial of service via server crash (availability impact). Because the out-of-bounds read materializes arbitrary memory contents as SQL-visible values, an attacker may be able to extract in-memory data such as query results, credentials, or other sensitive information processed by the PostgreSQL/PostGIS server. The vulnerability has no integrity impact, but the combination of memory disclosure and potential server crash makes it particularly significant for managed database environments where multiple tenants share infrastructure (GitHub Advisory, Red Hat Bugzilla).
The NVD SSVC assessment classifies exploitation as "poc" (proof-of-concept available), though no confirmed in-the-wild exploitation has been reported as of the time of publication. The EPSS score is approximately 0.41%, placing it in the 34th percentile for exploitation likelihood within 30 days. The vulnerability requires low privileges (authenticated access) and no user interaction, making it relatively straightforward to exploit once access is obtained. No CISA KEV catalog listing has been identified. A public technical write-up demonstrating exploitation against managed PostgreSQL providers such as NeonDB and Supabase has been published (GitHub Advisory, Researcher Blog).
SELECT PostGIS_Version(); if read access is available, or by probing managed database services (e.g., NeonDB, Supabase) that commonly bundle PostGIS.ST_FromFlatGeobuf or equivalent), triggering the out-of-bounds read in the property metadata decoder.ST_FromFlatGeobuf) from low-privilege users, particularly with binary input data of anomalous structure.The primary remediation is to upgrade PostGIS to version 3.7.0beta2 or later, which includes the fix that validates the full string body is contained within the supplied buffer before materialization (GitHub Advisory, PostGIS NEWS). As a workaround where immediate upgrade is not feasible, restrict network-level access to the PostgreSQL service to trusted clients only, and limit database privileges so that untrusted users cannot invoke FlatGeobuf processing functions. Monitor server logs for crash events or anomalous memory access patterns as a detection measure.
A researcher published a detailed multi-part blog series titled "Systemic Risks in the Managed PostgreSQL Industry" demonstrating exploitation of this vulnerability against managed database providers including NeonDB and Supabase, highlighting the broader supply-chain risk of bundled PostGIS extensions in cloud database services (Researcher Blog). Red Hat opened a high-severity tracking bug and is assessing impact across its product portfolio (Red Hat Bugzilla). VulnCheck published an advisory covering the technical details of the vulnerability (VulnCheck Advisory).
Fix availability across major Linux distributions and their releases.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."