Description
netlify-ipx is an on-Demand image optimization for Netlify using ipx. In versions prior to 1.2.3, an attacker can 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 `` 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. This problem has been fixed in version 1.2.3. As a workaround, cached content can be cleared by re-deploying the site.
Remediation
References
https://github.com/netlify/netlify-ipx/security/advisories/GHSA-9jjv-524m-jm98
Related Vulnerabilities
CVE-2023-22465 Vulnerability in maven package org.http4s:http4s-core_2.12
CVE-2017-1000421 Vulnerability in npm package gifsicle
CVE-2020-36180 Vulnerability in maven package com.fasterxml.jackson.core:jackson-databind
CVE-2020-5413 Vulnerability in maven package org.springframework.integration:spring-integration
CVE-2023-37263 Vulnerability in npm package @strapi/plugin-content-manager