Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @deepstream/server
  4. ›
  5. CVE-2026-63116

CVE-2026-63116: deepstream: PATCH_MULTI action bypasses Valve permission system allowing unauthorized record writes

September 22, 2026

The RECORD_ACTION.PATCH_MULTI action is not registered in the Valve permission system’s RULES_MAP (src/services/permission/valve/rules-map.ts). When ConfigPermission.canPerformAction() is called for a PATCH_MULTI message, getRulesForMessage() returns null because the action is missing from the map. This triggers an unconditional allow (callback(..., null, true)), completely bypassing all configured Valve permission rules.

Any authenticated user — regardless of their configured permissions — can write arbitrary data to any record using the PATCH_MULTI action.

References

  • github.com/advisories/GHSA-89vx-jh4q-vg3w
  • github.com/deepstreamIO/deepstream.io/commit/1c2adde6581c53ef47e204364bc740bc3c2e2e2a
  • github.com/deepstreamIO/deepstream.io/releases/tag/v10.1.1
  • github.com/deepstreamIO/deepstream.io/security/advisories/GHSA-89vx-jh4q-vg3w
  • nvd.nist.gov/vuln/detail/CVE-2026-63116

Code Behaviors & Features

Detect and mitigate CVE-2026-63116 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 starting from 10.1.0 before 10.1.1

Fixed versions

  • 10.1.1

Solution

Upgrade to version 10.1.1 or above.

Impact 8.8 HIGH

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

Learn more about CVSS

Weakness

  • CWE-862: Missing Authorization

Source file

npm/@deepstream/server/CVE-2026-63116.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Wed, 23 Sep 2026 00:16:31 +0000.