Description
Deployment of the VPS.org one-click Supabase template deploys a PostgreSQL instance that is published on all interfaces (0.0.0.0:5432) with a default database password set to "postgres". Because Docker installs its own iptables rules, this exposure bypasses a standard host UFW configuration.
Published: 2026-07-31
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Deploying the VPS.org one‑click Supabase template creates a PostgreSQL instance that is bound to all network interfaces (0.0.0.0:5432) and is configured with the default password “postgres”. Because the database is exposed over the network and accepts the default credentials, anyone who can reach the host can connect to the database and potentially read, modify, or delete data, or use the database as a foothold for further exploitation. This is a clear example of weak credentials combined with an open service interface, leading to a direct confidentiality and integrity breach.

Affected Systems

The vulnerability affects installations that use the VPS.org Supabase template. No specific affected version range is provided, so any instance deployed via the one‑click template is potentially impacted. The issue arises from the Docker container that applies its own iptables rules, bypassing host‑level firewall settings such as UFW, thereby widening the attack surface of the host machine.

Risk and Exploitability

The EPSS score is reported as less than 1 %, indicating a low probability of widespread exploitation at present. The vulnerability is not listed in the CISA KEV catalog, but the attack vector is purely network‑based: the database listens on all interfaces. An attacker only needs network visibility to the host to attempt authentication with the default credential. With a CVSS score of 9.1, this weakness represents a high‑severity risk that could allow full database compromise, exposing sensitive data, and providing a foothold for further attacks. Although the EPSS remains low, the severity suggests it should be addressed promptly.

Generated by OpenCVE AI on August 4, 2026 at 11:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the VPS.org Supabase template so that it does not set a default password and requires a strong password upon deployment.
  • Configure PostgreSQL to listen only on localhost or restrict access with firewall rules, ensuring that Docker’s iptables rules do not override host firewall settings.
  • Verify that the container’s network settings or Docker Compose file does not expose ports to the host, or configure a private network that isolates the database from external traffic.

Generated by OpenCVE AI on August 4, 2026 at 11:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Mon, 03 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1188
CWE-1327
CWE-1393
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Vps.org
Vps.org supabase Template
Vendors & Products Vps.org
Vps.org supabase Template

Sun, 02 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-259
CWE-285

Fri, 31 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Description Deployment of the VPS.org one-click Supabase template deploys a PostgreSQL instance that is published on all interfaces (0.0.0.0:5432) with a default database password set to "postgres". Because Docker installs its own iptables rules, this exposure bypasses a standard host UFW configuration.
Title VPS.org one-click Supabase template deployment instance contains multiple vulnerabilities
References

Subscriptions

Vps.org Supabase Template
cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-08-03T17:13:26.182Z

Reserved: 2026-07-21T19:08:29.074Z

Link: CVE-2026-16503

cve-icon Vulnrichment

Updated: 2026-08-03T17:12:42.993Z

cve-icon NVD

Status : Received

Published: 2026-07-31T16:16:58.773

Modified: 2026-08-03T18:16:37.420

Link: CVE-2026-16503

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T11:30:07Z

Weaknesses
  • CWE-1188

    Initialization of a Resource with an Insecure Default

  • CWE-1327

    Binding to an Unrestricted IP Address

  • CWE-1393

    Use of Default Password

  • CWE-259

    Use of Hard-coded Password

  • CWE-285

    Improper Authorization