CVE-2026-49463
Published:July 08, 2026
Updated:August 27, 2026
In versions up to and including 3.0.0, two parts of the GraphQL API returned data without checking whether the data belonged to the logged-in user: - Document content. A logged-in user could download the raw content of any document by its ID, regardless of who owned it. The resolver has lacked an authentication parameter since the initial commit of the project (2022-11-22) — so every version of "nl.nl-portal:documenten-api" ever published is affected (the earliest one on Maven Central is "0.2.2.RELEASE", published 2023-08-31). - Decisions ("besluiten"). A logged-in user could list, search, and read decision records — including their audit trails and the documents attached to them — for any user. The list query also accepted filters (decision type, identification, responsible organisation, related case), which made it easy to enumerate decisions across the user base. The "besluiten" module was introduced in the "1.5.x" release line (commit "9229460b", 2024-08-19), so versions of "nl.nl-portal:besluiten" from "1.5.0" through "3.0.0" are affected. Decisions and their attachments often contain sensitive personal data (decisions on benefits, permits, objections, and similar), so the confidentiality impact is high. The two endpoints also chain naturally: once an attacker has discovered another user's document IDs by enumerating decisions, they can pull those documents' contents through the document endpoint.
Affected Packages
nl.nl-portal:documenten-api (JAVA):
Affected version(s) >=0.0.0-test20250707-0 <3.0.1Fix Suggestion:
Update to version 3.0.1nl.nl-portal:besluiten (JAVA):
Affected version(s) >=1.5.0 <3.0.1Fix Suggestion:
Update to version 3.0.1Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE