PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-75419 tx7do CVE debrief

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-28T00:18:12.677Z and has not been modified since then. 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. This issue arises from the lack of proper authorization checks in the affected versions of go-wind-cms. Users of go-wind-cms should verify and restrict API access to administrative endpoints. Evidence is limited to CVE and NVD records. The go-wind-cms (GoWind) before 1.0.0 has a missing authorization vulnerability. This issue allows users to bypass intended access restrictions. Verify system configurations and user roles to ensure proper authorization is enforced.

Vendor
tx7do
Product
go-wind-cms
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-28
Original CVE updated
2026-09-01
Advisory published
2026-08-28
Advisory updated
2026-09-01

Who should care

Users of go-wind-cms, administrators of affected systems, security teams monitoring for potential exploitation, and operators managing system configurations and user roles should be aware of this vulnerability. They should assess their exposure, apply mitigations, and monitor for suspicious activity. Additionally, platform administrators and vulnerability management teams should review and implement proper authorization checks.

Technical summary

The NewAuthorizer() function in go-wind-cms returns a no-op authorization engine, allowing any authenticated user to invoke administrative APIs such as deleting users, resetting passwords, and creating tenants. This issue arises from the lack of proper authorization checks in the affected versions of go-wind-cms. Users of go-wind-cms should verify and restrict API access to administrative endpoints.

Defensive priority

Authenticated users can invoke administrative APIs due to missing authorization in go-wind-cms. Verify and restrict API access.

Recommended defensive actions

  • Verify and restrict API access to administrative endpoints
  • Implement proper authorization checks for user roles and tenants
  • Monitor for suspicious activity on administrative APIs
  • Update go-wind-cms to version 1.0.0 or later
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The NewAuthorizer() function returns a no-op authorization engine, allowing any authenticated user to invoke administrative APIs. Evidence is limited to CVE and NVD records. The go-wind-cms (GoWind) before 1.0.0 has a missing authorization vulnerability. This issue allows users to bypass intended access restrictions. Verify system configurations and user roles to ensure proper authorization is enforced.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-75419 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-75419

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-75419 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-75419

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.