GHSA-48q3-prgv-gm4w

Suggest an improvement
Source
https://github.com/advisories/GHSA-48q3-prgv-gm4w
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/07/GHSA-48q3-prgv-gm4w/GHSA-48q3-prgv-gm4w.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-48q3-prgv-gm4w
Aliases
Published
2025-07-10T16:50:36Z
Modified
2025-07-16T09:43:11.447765Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
Parse Server exposes the data schema via GraphQL API
Details

Impact

The Parse Server GraphQL API previously allowed public access to the GraphQL schema without requiring a session token or the master key. While schema introspection reveals only metadata and not actual data, this metadata can still expand the potential attack surface.

Patches

The issue has been addressed by requiring the master key for schema introspection. Additionally, a new Parse Server configuration option, graphQLPublicIntrospection, has been introduced. This option allows developers to re-enable public schema introspection if their application relies on it. However, it is strongly recommended to use this option only temporarily and to update the application to function without depending on public introspection.

Workarounds

None available.

References

  • GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-48q3-prgv-gm4w
  • Fix for Parse Server 7: https://github.com/parse-community/parse-server/pull/9820
  • Fix for Parse Server 8: https://github.com/parse-community/parse-server/pull/9819
Database specific
{
    "nvd_published_at": "2025-07-10T16:15:24Z",
    "github_reviewed": true,
    "github_reviewed_at": "2025-07-10T16:50:36Z",
    "severity": "MODERATE",
    "cwe_ids": [
        "CWE-497"
    ]
}
References

Affected packages

npm / parse-server

Package

Affected ranges

Type
SEMVER
Events
Introduced
8.0.0
Fixed
8.2.2

npm / parse-server

Package

Affected ranges

Type
SEMVER
Events
Introduced
5.3.0
Fixed
7.5.3