Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/TKar0/TKar0-CvePoc/tree/main/2026-CVE-POC/CVE-2026-75419
- https://github.com/tx7do/go-wind-cms/issues/23
- https://github.com/TKar0/TKar0-CvePoc/tree/main/2026-CVE-POC/CVE-2026-75419
FAQ
What is CVE-2026-75419?
CVE-2026-75419 is a vulnerability with a CVSS score of 8.8 (HIGH). 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...
How severe is CVE-2026-75419?
CVE-2026-75419 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-75419?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.