Description
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.
Published: 2026-07-18
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

QueryWeaver has an authentication bypass that allows an unauthenticated attacker to get a valid session token for any existing account by sending a signup request with a known email address. The server merges a new token with the matching identity before verifying the email, so the attacker receives a token that logs the victim in without needing credentials. Because the token is issued before any authentication check, this flaw lets attackers compromise accounts, exfiltrate data, or perform actions as the victim, representing a high-impact security exposure.

Affected Systems

Affected vendors and products include FalkorDB’s QueryWeaver service. Version information was not supplied in the advisory, so all installations of QueryWeaver that have not yet been verified against the published patch should be considered vulnerable.

Risk and Exploitability

The CVSS base score of 8.8 indicates a high severity; the EPSS score of less than 1% shows a low current exploitation probability, but the flaw remains in the public domain and could be leveraged by attackers with knowledge of target email addresses. The vulnerability is not listed in CISA KEV, yet the attack could be carried out remotely by any user with Internet access, making it a critical risk that deserves prompt attention.

Generated by OpenCVE AI on July 30, 2026 at 22:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the corrected release of QueryWeaver that removes the unverified token creation.
  • If that is not immediately possible, temporarily block the signup route or enforce authentication before token generation.
  • Update the application logic to reject token creation requests that reference an existing email until the user has successfully verified their identity.
  • Monitor authentication logs for anomalous token issuance events and audit email addresses used for signups.
  • Check FalkorDB’s website or official channels for security updates and patch releases.

Generated by OpenCVE AI on July 30, 2026 at 22:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Falkordb
Falkordb queryweaver
Vendors & Products Falkordb
Falkordb queryweaver

Tue, 21 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 18 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Description 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.
Title QueryWeaver Authentication Bypass via Email Signup Token Issuance for Existing Accounts
Weaknesses CWE-863
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Falkordb Queryweaver
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-21T14:25:19.770Z

Reserved: 2026-05-29T18:28:14.533Z

Link: CVE-2026-10130

cve-icon Vulnrichment

Updated: 2026-07-21T14:24:39.585Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T23:00:22Z

Weaknesses