Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. studiocms
  4. ›
  5. CVE-2026-32104

CVE-2026-32104: StudioCMS: IDOR in User Notification Preferences Allows Any Authenticated User to Modify Any User's Settings

March 12, 2026

The updateUserNotifications endpoint accepts a user ID from the request payload and uses it to update that user’s notification preferences. It checks that the caller is logged in but never verifies that the caller owns the target account (id !== userData.user.id). Any authenticated visitor can modify notification preferences for any user, including disabling admin notifications to suppress detection of malicious activity.

References

  • github.com/advisories/GHSA-9v82-xrm4-mp52
  • github.com/withstudiocms/studiocms
  • github.com/withstudiocms/studiocms/security/advisories/GHSA-9v82-xrm4-mp52
  • nvd.nist.gov/vuln/detail/CVE-2026-32104

Code Behaviors & Features

Detect and mitigate CVE-2026-32104 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 before 0.4.3

Fixed versions

  • 0.4.3

Solution

Upgrade to version 0.4.3 or above.

Impact 5.4 MEDIUM

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

Learn more about CVSS

Weakness

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

Source file

npm/studiocms/CVE-2026-32104.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 24 Mar 2026 12:17:38 +0000.