Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. nl.nl-portal/taak
  4. ›
  5. CVE-2026-49464

CVE-2026-49464: NL Portal: IDOR allows any authenticated user to complete and tamper with another user's taak

July 8, 2026

In versions from 1.5.0 up to and including 3.0.0, any authenticated portal user could complete and tamper with another user’s open task by submitting it on their behalf. The task submission endpoint accepted a task ID and a payload, but it never checked whether the task actually belonged to the user making the call.

An attacker who held a valid login (a normal burger OAuth token) and who knew or guessed another user’s task ID could:

  • Mark someone else’s task as completed.
  • Overwrite the data submitted with that task — the verzonden_data — with arbitrary input of their choosing.
  • Receive the full task back in the GraphQL response, including the form data that the legitimate owner had already entered. This leaks personal data belonging to the original user.

Functionally this means a malicious authenticated user could submit and alter forms in any other user’s name, while at the same time reading what that user had previously filled in. Both the integrity of submitted data and the confidentiality of form contents are affected.

The vulnerable code was introduced together with the Taak V2 implementation (commit bb1c1ecf, 2024-06-04) and first shipped in the 1.5.x release line. Earlier 1.x releases did not contain this resolver.

References

  • github.com/advisories/GHSA-6h3c-r723-7fx3
  • github.com/nl-portal/nl-portal-backend-libraries/security/advisories/GHSA-6h3c-r723-7fx3
  • nvd.nist.gov/vuln/detail/CVE-2026-49464

Code Behaviors & Features

Detect and mitigate CVE-2026-49464 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.5.0 before 3.0.1

Fixed versions

  • 3.0.1

Solution

Upgrade to version 3.0.1 or above.

Impact 8.1 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-639: Authorization Bypass Through User-Controlled Key

Source file

maven/nl.nl-portal/taak/CVE-2026-49464.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 17 Jul 2026 12:19:47 +0000.