Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Dustincrogers

#42903of 53,632
6.1Total CVSS
Vulnerabilities · 1
PT-2022-24833
6.1
2022-09-21
Netlify · Netlify-Ipx · CVE-2022-39239
**Name of the Vulnerable Software and Affected Versions** netlify-ipx versions prior to 1.2.3 **Description** The issue allows an attacker to bypass the source image domain allowlist by sending specially crafted headers, causing the handler to load and return arbitrary images. Because the response is cached globally, this image will then be served to visitors without requiring those headers to be set. XSS can be achieved by requesting a malicious SVG with embedded scripts, which would then be served from the site domain. Note that this does not apply to images loaded in `<img>` tags, as scripts do not execute in this context. The image URL can be set in the header independently of the request URL, meaning any site images that have not previously been cached can have their cache poisoned. **Recommendations** For versions prior to 1.2.3, update to version 1.2.3 to resolve the issue. As a temporary workaround, cached content can be cleared by re-deploying the site.