A regular Postgres tenant could trigger memory corruption through the PostGIS address_standardizer vulnerability, a flaw Databricks disclosed on September 1 after a report from researcher Mehmet D. Ince.
It hit managed Postgres platforms that ship the extension by default, including Lakebase Postgres and Neon.
Databricks said its microVM architecture contained the exploit and stopped cross-customer exposure, even though the same bug could expose data on other providers.
How the bug actually works
The extension normalizes free form addresses using a grammar rule the caller supplies, and that rule contains a numeric value the caller fully controls. That value was used directly as an index into a fixed size internal array with no bounds check, so an out of range value reads or corrupts memory beyond the array, like handing a librarian a fake aisle number and watching them walk past the shelves without checking.
Because address_standardizer is installable by an ordinary tenant role, no privileged access is needed to reach the vulnerable code path.
