VYPR

Go modules package

github.com/justinas/nosurf

pkg:golang/github.com/justinas/nosurf

Vulnerabilities (2)

  • CVE-2025-46721May 13, 2025
    affected < 1.2.0fixed 1.2.0

    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 req

  • CVE-2020-36564Dec 27, 2022
    affected < 1.1.1fixed 1.1.1

    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.