[1.1] Backport CVE-2026-22254: Sanitize SVGs uploaded to theme assets - #1480
[1.1] Backport CVE-2026-22254: Sanitize SVGs uploaded to theme assets#1480vulgraph wants to merge 1 commit into
Conversation
(cherry picked from commit 8a7f74b)
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Backport of upstream fix for CVE-2026-22254 to
1.1.git cherry-pick -x(original author preserved).Apply was clean against the current tip of
1.1. No code changes on top of the upstream fix.This addresses an XSS vector via SVG uploads to the theme asset endpoint that has been fixed on the development line but not yet on
1.1.What does this PR do?
Backports SVG sanitization on theme asset uploads from the upstream fix.
Notes