Vulnerability Description
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
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Nearform | Urql | < 1.1.1 |
Related Weaknesses (CWE)
References
- https://github.com/urql-graphql/urql/commit/4b7011b70d5718728ff912d02a4dbdc7f703Patch
- https://github.com/urql-graphql/urql/security/advisories/GHSA-qhjf-hm5j-335wVendor Advisory
- https://github.com/urql-graphql/urql/commit/4b7011b70d5718728ff912d02a4dbdc7f703Patch
- https://github.com/urql-graphql/urql/security/advisories/GHSA-qhjf-hm5j-335wVendor Advisory
FAQ
What is CVE-2024-24556?
CVE-2024-24556 is a vulnerability with a CVSS score of 7.2 (HIGH). 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 return...
How severe is CVE-2024-24556?
CVE-2024-24556 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-24556?
Check the references section above for vendor advisories and patch information. Affected products include: Nearform Urql.