Improper Access Control Affecting github.com/gorilla/handlers package, versions <1.3.0


0.0
medium

Snyk CVSS

    Attack Complexity High
    User Interaction Required
    Scope Changed

    Threat Intelligence

    EPSS 0.15% (51st percentile)
Expand this section
NVD
9.8 critical
Expand this section
Red Hat
7 high

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-GOLANG-GITHUBCOMGORILLAHANDLERS-540773
  • published 6 Jan 2020
  • disclosed 1 Nov 2017
  • credit Evan J Johnson

How to fix?

Upgrade github.com/gorilla/handlers to version 1.3.0 or higher.

Overview

github.com/gorilla/handlers is a collection of handlers (aka "HTTP middleware") for use with Go's net/http package (or any framework supporting http.Handler).

Affected versions of this package are vulnerable to Improper Access Control. CORS is misconfigured to allow the server to reflect all origin headers. This may allow an attacker to make AJAX requests to vulnerable hosts through cross-site scripting or a malicious HTML Document, effectively bypassing the Same Origin Policy.