SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-75419

HIGH · CVSS 8.8 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The 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.

CVE
CVE-2026-75419
Severity
HIGH
CVSS
8.8
EPSS
0.32%

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.