CVE-2026-10130
QueryWeaver contains an authentication bypass vulnerability that allows unauthenticated attackers to obtain valid session tokens for existin
CVSS
8.2
High
EPSS
0.4%
p29
KEV
—
Exploit Today
9
0-100
Published: Jul 18, 2026 · Last modified: Jul 18, 2026 · CWE-863
Not enough EPSS history yet.
QueryWeaver contains an authentication bypass vulnerability that allows unauthenticated attackers to obtain valid session tokens for existing accounts by submitting a signup request with a known victim email address. The signup route unconditionally creates and links a new token to the matching Identity via a Cypher MERGE operation before checking whether the email belongs to an existing account, causing the server to return a valid authenticated session token for the victim's identity without requiring any prior credentials or user interaction.