Timing Attack Affecting laravel/framework package, versions <5.5.10


0.0
medium

Snyk CVSS

    Attack Complexity High
    Confidentiality High

    Threat Intelligence

    EPSS 0.11% (45th percentile)
Expand this section
NVD
5.9 medium

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-PHP-LARAVELFRAMEWORK-72071
  • published 27 Feb 2018
  • disclosed 21 Sep 2017
  • credit Unknown

How to fix?

Upgrade laravel/framework to version 5.5.10 or higher.

Overview

laravel/framework is a web application framework.

Affected versions of this package are vulnerable to Timing Attack. It mishandles the remember_me token verification process because DatabaseUserProvider does not have constant-time token comparison.