CVE-2026-31800 PUBLISHED

Parse Server: Classes `_GraphQLConfig` and `_Audience` master key bypass via generic class routes

Assigner: GitHub_M
Reserved: 09.03.2026 Published: 10.03.2026 Updated: 10.03.2026

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.5.2-alpha.12 and 8.6.25, the _GraphQLConfig and _Audience internal classes can be read, modified, and deleted via the generic /classes/_GraphQLConfig and /classes/_Audience REST API routes without master key authentication. This bypasses the master key enforcement that exists on the dedicated /graphql-config and /push_audiences endpoints. An attacker can read, modify and delete GraphQL configuration and push audience data. This vulnerability is fixed in 9.5.2-alpha.12 and 8.6.25.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N
CVSS Score: 8.8

Product Status

Vendor parse-community
Product parse-server
Versions
  • Version >= 9.0.0 < 9.5.2-alpha.12 is affected
  • Version < 8.6.25 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE