CVE-2026-39923: Flarum < 1.8.16 Password Reset Token Expiry Bypass via POST /reset
Flarum before 1.8.16 contains a password reset token expiry bypass vulnerability that allows unauthenticated attackers to reuse expired password reset tokens by submitting them directly to the reset processing endpoint. The SavePasswordController::handle() method calls PasswordToken::findOrFail() without performing any expiry validation, allowing attackers to bypass the 24-hour token lifetime enforced only during form rendering and change any account's password to gain an authenticated session.
Security readout for executives and security teams
Plain-English summary
A flaw in Flarum before 1.8.16 lets someone holding an expired password-reset token bypass its 24-hour lifetime. They could change the associated account’s password and obtain an authenticated session. The attacker must already possess a valid but expired token.
Executive priority
Treat as an urgent account-compromise risk. Expedite upgrades for public Flarum deployments, prioritizing administrator and privileged-account exposure. There is no supplied evidence of active exploitation, but expired tokens may remain useful until remediation.
Technical view
The reset form checks token age, but SavePasswordController::handle() processes submitted tokens using PasswordToken::findOrFail() without expiry validation. Direct submission to the reset-processing endpoint therefore accepts an expired token. Flarum 1.8.16 contains the referenced correction.
Likely exposure
Internet-accessible Flarum installations running versions earlier than 1.8.16 are potentially exposed. Practical risk depends on whether an attacker possesses an expired reset token, which the CVSS assessment reflects as high attack complexity.
Exploitation context
The supplied record is not listed in KEV, and the cited material does not establish active exploitation. Exploitation is unauthenticated but requires access to a previously issued, expired password-reset token. Successful abuse can compromise the token’s associated account.
Researcher notes
The security boundary is inconsistent: expiry is enforced while rendering the reset form but omitted during password submission. Assessment should focus on server-side validation in the processing controller. The sources do not describe how attackers might obtain old tokens or confirm exploitation in the wild.
Mitigation direction
Upgrade affected Flarum installations to version 1.8.16 or later.
Follow the vendor release notes and referenced patch when implementing remediation.
Investigate suspicious password changes and secure affected accounts if misuse is identified.
Validation and detection
Inventory Flarum deployments and identify every instance running a version earlier than 1.8.16.
Verify deployed packages and lockfiles show Flarum Framework 1.8.16 or later.
Safely confirm the reset-processing path rejects tokens older than 24 hours after remediation.
Review available logs for password resets involving unusually old tokens or unexpected session creation.
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.
cwe · low confidence lookup
CWE-324: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.
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.
2CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.