CVE-2026-63116

Source
https://cve.org/CVERecord?id=CVE-2026-63116
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63116.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63116
Aliases
Published
2026-09-21T16:59:22Z
Modified
2026-09-23T03:46:40Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
deepstream: PATCH_MULTI action bypasses Valve permission system allowing unauthorized record writes
Details

deepstream is a server that allows clients and backend services to sync data, send messages and make rpcs at scale. From 10.1.0 until 10.1.1, src/services/permission/valve/rules-map.ts omits RECORD_ACTION.PATCH_MULTI from RULES_MAP. When an authenticated user sends a PATCH_MULTI record operation while permission.type is config, getRulesForMessage returns a null rule specification and ConfigPermission.canPerformAction treats the missing specification as an unconditional allow instead of applying RULE_TYPES.WRITE. Any authenticated user can therefore modify arbitrary protected records, corrupt application state, or cause service disruption; deployments using the default permission type none already allow all operations and are not additionally affected. This issue is fixed in version 10.1.1.

Database specific
{
    "cna_assigner":  "GitHub_M",
    "cwe_ids":  [
        "CWE-862"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63116.json"
}
References

Affected packages

Git / github.com/deepstreamio/deepstream.io

Affected ranges

Type
GIT
Repo
https://github.com/deepstreamio/deepstream.io
Events
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "10.1.0"
        },
        {
            "fixed":  "10.1.1"
        }
    ],
    "source":  [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

v10.*
v10.1.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63116.json"