Class-level permissions (CLP) are not enforced for LiveQuery subscriptions. An unauthenticated or unauthorized client can subscribe to any LiveQuery-enabled class and receive real-time events for all objects, regardless of CLP restrictions.
All Parse Server deployments that use LiveQuery with class-level permissions are affected. Data intended to be restricted by CLP is leaked to unauthorized subscribers in real time.
The fix enforces CLP before creating the subscription and during event delivery.
Disable LiveQuery for classes that use CLP restrictions by removing them from the liveQuery.classNames server configuration.
{
"github_reviewed_at": "2026-03-11T00:17:16Z",
"nvd_published_at": "2026-03-10T21:16:47Z",
"cwe_ids": [
"CWE-863"
],
"severity": "HIGH",
"github_reviewed": true
}