Description
Deployment of the VPS.org one-click Zulip template deploys a hardcoded application signing key, a default database password ("zulip"), and DISABLE_HTTPS=True.
Published: 2026-07-31
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from a VPS.org one‑click Zulip template that embeds a hardcoded application signing key, sets a default database password of 'zulip', and disables HTTPS. These misconfigurations allow an attacker who gains network access to log in as an administrator with a known password, to obtain or tamper with the signing key used to validate critical application components, and to eavesdrop on all traffic. The result is potential compromise of the entire Zulip instance, including data confidentiality, integrity, and availability.

Affected Systems

The affected systems are any VPS.org one‑click Zulip template deployments. This includes the Zulip application installed through the template, of version, because the template contains the secrets and settings in its default configuration. There is no version specificity listed by the CNA.

Risk and Exploitability

The EPSS score is less than 1 % and the vulnerability is not listed in KEV, indicating a low current exploitation likelihood. The CVSS score of 9.8 indicates high severity. However, because the default password and unsecured HTTP channel are trivially known, the theoretical attack vector is simple; a remote attacker can connect to the Zulip instance, authenticate, and manipulate signed data or intercept sensitive information. The potential impact is high if an attacker succeeds, so the risk remains significant compared to the low EPSS.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Change the default database password from "zulip" to a strong, unique password and update the configuration.
  • Enable HTTPS by configuring DISABLE_HTTPS to false and installing a valid TLS certificate.
  • Remove the hardcoded signing key and generate a new secure key, storing it outside the source code.
  • Upgrade the Zulip deployment to the latest stable release or apply any vendor‑issued security patch.
  • Verify that no additional hardcoded secrets remain in the deployment configuration.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 04 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-256
CWE-287
CWE-311

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

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

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

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 zulip Template
Vendors & Products Vps.org
Vps.org zulip Template

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

Type Values Removed Values Added
Weaknesses CWE-256
CWE-287
CWE-311

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

Type Values Removed Values Added
Description Deployment of the VPS.org one-click Zulip template deploys a hardcoded application signing key, a default database password ("zulip"), and DISABLE_HTTPS=True.
Title VPS.org one-click Zulip template deployment instance contains multiple vulnerabilities
References

Subscriptions

Vps.org Zulip Template
cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-08-03T17:18:24.554Z

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

Link: CVE-2026-16504

cve-icon Vulnrichment

Updated: 2026-08-03T17:16:53.804Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-16504

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:30:15Z

Weaknesses
  • CWE-1188

    Initialization of a Resource with an Insecure Default

  • CWE-1393

    Use of Default Password

  • CWE-321

    Use of Hard-coded Cryptographic Key