CVE-2025-24358 - CVE House
Back to Database
Status published Medium CVE-2025-24358

gorilla/csrf CSRF vulnerability due to broken Referer validation

Vulnerability Description

gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services. Prior to 1.7.2, gorilla/csrf does not validate the Origin header against an allowlist. Its executes its validation of the Referer header for cross-origin requests only when it believes the request is being served over TLS. It determines this by inspecting the r.URL.Scheme value. However, this value is never populated for "server" requests per the Go spec, and so this check does not run in practice. This vulnerability allows an attacker who has gained XSS on a subdomain or top level domain to perform authenticated form submissions against gorilla/csrf protected targets that share the same top level domain. This vulnerability is fixed in 1.7.2.

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2025-24358

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

csrf
Vulnerable Versions:
< 1.7.3

Timeline

Official Publish: April 15th, 2025
Last Modified: May 1st, 2025
Added to House: July 22nd, 2026

CVSS Vectors

Weaknesses (CWE)