GHSA-78wq-6gcv-w28r

Suggest an improvement
Source
https://github.com/advisories/GHSA-78wq-6gcv-w28r
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-78wq-6gcv-w28r/GHSA-78wq-6gcv-w28r.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-78wq-6gcv-w28r
Aliases
Published
2026-02-13T22:49:27Z
Modified
2026-02-13T23:11:17Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Known affected by Account Takeover via Password Reset Token Leakage
Details

Summary

A Critical Broken Authentication vulnerability exists in Known 1.6.2. The application leaks the password reset token within a hidden HTML input field on the password reset page. This allows any unauthenticated attacker to retrieve the reset token for any user by simply querying the user's email, leading to full Account Takeover (ATO) without requiring access to the victim's email inbox.

Details

The vulnerability occurs within the password reset flow. When a reset is requested, the application generates a verification code. However, the subsequent reset page (/account/password/reset/) incorrectly reflects this code back to the client in the HTML source code.

Specifically, the sensitive token is embedded in:

Because this page is accessible via a GET request using the victim's email as a parameter, an attacker can programmatically extract the token.

PoC

  1. The attacker asks for a password reset for the victim
image image(1)
  1. The attacker makes the following curl command on the terminal using the victim's email, and is able to get the code that was sent as an hidden field in the HTML. image(2)

  2. With this code, the attacker is able to use it in order to reset the victim password. image(3)

image(4)
  1. The attacker is able to login with the new password.
image(5) image(6)

Impact

  • An attacker can compromise any account on the platform, including administrative accounts, resulting in total loss of Confidentiality, Integrity, and Availability.
Database specific
{
    "cwe_ids":  [
        "CWE-200",
        "CWE-640"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-02-13T22:49:27Z",
    "nvd_published_at":  null,
    "severity":  "CRITICAL"
}
References

Affected packages

Packagist / idno/known

Package

Name
idno/known
Purl
pkg:composer/idno/known

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.6.3

Affected versions

1.*
1.0.0-rc.1
1.0.0-rc.3
1.0.0
1.2.2
1.5
1.6.2

Database specific

last_known_affected_version_range
"<= 1.6.2"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-78wq-6gcv-w28r/GHSA-78wq-6gcv-w28r.json"