CVE-2022-24717: Cross Site Scripting (XSS) in @finastra/ssr-pages
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.5226%
CWE
Published
3/1/2022
Updated
2/3/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
@finastra/ssr-pages | npm | < 0.1.5 | 0.1.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly states XSS occurs when untrusted input is provided to redirect.link
property passed to build(MessagePageOptions)
. The GitHub advisory and CVE both reference this function as the injection point. While the exact code diff isn't accessible, the commit references and vulnerability pattern (XSS in SSR page generation) strongly indicate that the build
function failed to properly sanitize the redirect.link
value before embedding it in HTML output.