CVE-2026-49462

Source
https://cve.org/CVERecord?id=CVE-2026-49462
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-49462.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-49462
Aliases
  • GHSA-9m9w-2vqr-m384
Published
2026-09-11T19:53:04Z
Modified
2026-09-13T03:45:59Z
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
nl.nl-portal:app has GraphiQL UI and GraphQL schema introspection enabled by default
Details

NL Portal Backend Libraries provide backend components for Dutch government portals that interact with residents, customers, suppliers, and partner organizations. In versions up to and including 3.0.0, deployments using the shipped default configuration exposed two GraphQL developer features without requiring authentication: the GraphiQL playground, an interactive UI for issuing GraphQL queries; and schema introspection, which lets a caller download the full description of every query, mutation, type, and argument the API supports. Anyone who could reach the /graphiql endpoint could open the playground in a browser, pull the full schema, and use that to map out the API and craft calls against it. By itself this does not leak user data, but it removes the guesswork from attacking the rest of the API and significantly lowers the bar for finding and exploiting other weaknesses. Version 3.0.1 patches the issue. As a workaround, override the two settings in deployed configuration.

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

Affected packages

Git / github.com/nl-portal/nl-portal-backend-libraries

Affected ranges

Type
GIT
Repo
https://github.com/nl-portal/nl-portal-backend-libraries
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "3.0.1"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

0.*
0.0.1
1.*
1.0.0.RELEASE
1.0.1.RELEASE
1.0.2.RELEASE
1.0.3.RELEASE
1.0.5.RELEASE
1.0.6.RELEASE
1.0.7.RELEASE
1.0.8.RELEASE
1.1.1.RELEASE
1.2.5.RELEASE
Other
SNAPSHOT

Database specific

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