CyberRota Analysis
AI-GeneratedThe go-wind-cms application prior to version 1.0.0 contains a critical missing authorization vulnerability that allows any authenticated user to bypass authorization checks, granting them unrestricted access to administrative APIs. This flaw enables users to perform sensitive actions, such as deleting accounts and resetting passwords, regardless of their assigned roles or tenant restrictions. Organizations utilizing this CMS should prioritize patching to mitigate the risk of unauthorized access and potential data breaches.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
go-wind-cms (GoWind) before 1.0.0 has a missing authorization vulnerability. The NewAuthorizer() function in app/admin/service/internal/data/data.go and app/app/service/internal/data/data.go returns a no-op authorization engine (noop.State{}), so the authz middleware always allows requests. Any authenticated user (regardless of role or tenant) can invoke administrative APIs such as deleting users, resetting passwords, and creating tenants.