LiveActive security incident?Get immediate response
CVE Record

CVE-2017-14775: Laravel before 5.5.10 mishandles the remember_me token verification process because DatabaseUserProvider do...

Laravel before 5.5.10 mishandles the remember_me token verification process because DatabaseUserProvider does not have constant-time token comparison.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Laravel versions before 5.5.10 compared remember-me tokens in a way that was not constant-time. In practical terms, an attacker might infer token information from timing differences, but the source bundle does not provide CVSS scoring, exploitation evidence, or detailed impact boundaries.

Executive priority

Address during normal security remediation, with priority for public-facing Laravel login systems. Escalate if the application protects sensitive accounts, cannot be patched quickly, or relies heavily on persistent login sessions.

Technical view

CVE-2017-14775 concerns Laravel DatabaseUserProvider remember_me token verification before 5.5.10. The comparison was not constant-time, creating a timing side-channel risk around persistent-login token checks. The public sources identify the flaw and related Laravel release and pull request, but provide limited severity and exploitation detail.

Likely exposure

Exposure is most relevant to Laravel applications before 5.5.10 using DatabaseUserProvider and remember-me authentication. Internet-facing login flows may be more exposed. The bundle does not identify affected downstream products or configurations beyond Laravel before 5.5.10.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not marked KEV. This should be treated as a plausible authentication side-channel issue rather than confirmed in-the-wild compromise evidence.

Researcher notes

The evidence supports a non-constant-time token comparison in DatabaseUserProvider before Laravel 5.5.10. The bundle does not include CVSS, CWE, exploit proof, or broad product mapping. Avoid assuming exploitability without environment-specific timing feasibility analysis.

Mitigation direction

  • Upgrade affected Laravel applications to version 5.5.10 or later.
  • Review Laravel release notes and pull request details for vendor-confirmed context.
  • Disable remember-me functionality until patched if immediate upgrade is blocked.
  • Prioritize public authentication surfaces using DatabaseUserProvider.

Validation and detection

  • Inventory Laravel framework versions across deployed applications.
  • Confirm whether remember-me authentication is enabled.
  • Confirm whether DatabaseUserProvider is used for authentication.
  • Check dependency manifests and deployed artifacts for Laravel before 5.5.10.
  • Review authentication logs for unusual remember-me activity.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-14775 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.