Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. october/system
  4. ›
  5. CVE-2026-46696

CVE-2026-46696: October CMS: Safe Mode Sandbox Bypass via Session Store and Forwarded Builder Calls

September 14, 2026

A vulnerability was identified in the Twig sandbox security policy that allowed a chained bypass when cms.safe_mode is enabled. The Laravel session store was exposed to Twig with unrestricted method access, and raw SQL methods reachable through Eloquent’s __call forwarding were not blocked across the full builder chain. When combined, a backend user with CMS markup editing access could read arbitrary database values via raw SQL expressions and write to the backend authentication session key, forging a backend session as another existing user.

Scope of impact is narrow. Safe Mode is a niche feature, primarily used for demo installations and multi-tenant or shared-editor scenarios where untrusted users are deliberately granted access to the CMS markup editor. Standard production deployments do not enable Safe Mode, because under normal October CMS guidance backend access - including markup editing - is restricted to trusted administrators, and direct PHP injection through markup is already possible without Safe Mode in that configuration.

This issue only affects sites that meet all of the following conditions:

  • cms.safe_mode is enabled (a deliberate opt-in for demos or untrusted-editor scenarios)
  • The site has at least one backend user with CMS markup editing access who is not intended to be trusted as a full administrator
  • The site has at least one existing superuser account whose session the lower-privileged user can impersonate

References

  • github.com/advisories/GHSA-xv9m-fm3w-8w5x
  • github.com/octobercms/october/security/advisories/GHSA-xv9m-fm3w-8w5x
  • nvd.nist.gov/vuln/detail/CVE-2026-46696

Code Behaviors & Features

Detect and mitigate CVE-2026-46696 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 3.7.17, all versions starting from 4.0.0 before 4.2.23

Fixed versions

  • 3.7.17
  • 4.2.23

Solution

Upgrade to versions 3.7.17, 4.2.23 or above.

Impact 3.3 LOW

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-269: Improper Privilege Management
  • CWE-284: Improper Access Control

Source file

packagist/october/system/CVE-2026-46696.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 15 Sep 2026 00:19:30 +0000.