Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46386 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

OpenProject is open-source, web-based project management software. Prior to , the official openproject/openproject Docker image ships ENV SECRET_KEY_BASE=OVERWRITE_ME as the default Rails master key. Combined with cookies_serializer = :marshal, this gives any logged-in user a deterministic Marshal-deserialization path reachable via the /my/two_factor_devices cookie reader This vulnerability is fixed in .

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1188Initialization of a Resource with an Insecure Default[email protected]
CWE-1392Use of Default Credentials[email protected]
CWE-502Deserialization of Untrusted Data[email protected]
CWE-798Use of Hard-coded Credentials[email protected]

Affected Products

ProductVersions
OpenProject
>= 8.3.0, <= 17.3.1 (semver)
release/17.4
dev

CPE

  • cpe:2.3:a:openproject:openproject:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 17.2.4moderate effort
  • Upgrade: 17.3.2moderate effort
  • Upgrade: 17.4.0moderate effort
  • Workaround:low effort

    Override the SECRET_KEY_BASE environment variable with a secure value.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46386
NVD Published Date:
Jun 26, 2026
NVD Last Modified:
Jun 29, 2026
Source:
[email protected]
CVE-2026-46386 Details - Not Deferred