3 matches found
CVE-2026-33429
CVE-2026-33429 is connected to a GitHub advisory for Parse Server LiveQuery: an attacker can use a watch on a protected field to infer field changes (binary oracle) via update-event timing, despite payloads omitting the actual value. The root cause is improper exposure of update events tied to pr...
Information Exposure
Overview parse-server is a version of the Parse backend that can be deployed to any infrastructure that can run Node.js. Affected versions of this package are vulnerable to Information Exposure via the watch parameter in LiveQuery subscriptions targeting protected fields. An attacker can infer...
Parse Server has a protected field change detection oracle via LiveQuery watch parameter
Impact An attacker can subscribe to LiveQuery with a watch parameter targeting a protected field. Although the protected field value is properly stripped from event payloads, the presence or absence of update events reveals whether the protected field changed, creating a binary oracle. For boolea...