CVE-2024-24556

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-24556
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-24556.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-24556
Aliases
Published
2024-01-30T17:21:19.964Z
Modified
2025-11-28T02:34:11.027498Z
Severity
  • 7.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N CVSS Calculator
Summary
XSS in @urql/next
Details

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

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-79"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/24xxx/CVE-2024-24556.json"
}
References

Affected packages

Git / github.com/urql-graphql/urql

Affected ranges

Type
GIT
Repo
https://github.com/urql-graphql/urql
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed