CVE-2024-30250: In Astro-Shield, setting a correct `integrity` attribute to injected code allows to bypass the allow-lists
(updated )
Versions from 1.2.0 to 1.3.1 of Astro-Shield allow to bypass the allow-lists for cross-origin resources by introducing valid integrity
attributes to the injected code. This implies that the injected SRI hash would be added to the generated CSP header, which would lead the browser to believe that the injected resource is legit.
To exploit this vulnerability, the attacker needs to first inject code into the rendered pages by exploiting other not-related potential vulnerabilities.
References
- github.com/advisories/GHSA-c4gr-q97g-ppwc
- github.com/kindspells/astro-shield
- github.com/kindspells/astro-shield/commit/1221019306f501bf5fa9bcfb5a23a2321d34ba0a
- github.com/kindspells/astro-shield/commit/5ae8b8ef4f681d3a81431ee7e79d5dec545c6e1f
- github.com/kindspells/astro-shield/releases/tag/1.3.2
- github.com/kindspells/astro-shield/security/advisories/GHSA-c4gr-q97g-ppwc
- nvd.nist.gov/vuln/detail/CVE-2024-30250
Detect and mitigate CVE-2024-30250 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →