Vulnerabilities (CVE)

Filtered by vendor Nosurf Project
Filtered by product Nosurf
Angry Yack Logo
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2025-46721 1 Nosurf Project 1 Nosurf 2025-06-23 N/A 6.1 MEDIUM
nosurf is cross-site request forgery (CSRF) protection middleware for Go. A vulnerability in versions prior to 1.2.0 allows an attacker who controls content on the target site, or on a subdomain of the target site (either via XSS, or otherwise) to bypass CSRF checks and issue requests on user's behalf. Due to misuse of the Go `net/http` library, nosurf categorizes all incoming requests as plain-text HTTP requests, in which case the `Referer` header is not checked to have the same origin as the t ...

Show More

CVE-2020-36564 1 Nosurf Project 1 Nosurf 2025-04-11 N/A 7.5 HIGH
Due to improper validation of caller input, validation is silently disabled if the provided expected token is malformed, causing any user supplied token to be considered valid.