CVE-2024-24556 HIGH

CVE-2024-24556: XSS in @urql/next

Vendor Urql-Graphql
Product urql
Weakness CWE-79 · XSS
Published January 30, 2024
Last update May 29, 2025

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

urql is a GraphQL client that exposes a set of helpers for several frameworks. The `@urql/next` package is vulnerable to XSS. To exploit this an attacker would need to ensure that the response returns `html` tags and that the web-application is using streamed responses (non-RSC). This vulnerability is due to improper escaping of html-like characters in the response-stream. To fix this vulnerability upgrade to version 1.1.1

Key dates

02Disclosure timeline

January 30, 2024 CVE published
May 29, 2025 Record updated