Cache Me If You Can Sitecore Experience Platform Cache Poiso... #1371
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Sitecore XP 10.4.1 Vulnerability Chain: Pre-auth HTML Cache Poisoning to Post-auth RCE
Target and Timeline
Target: Sitecore Experience Platform (XP) 10.4.1 rev. 011628. Research discloses three issues that chain from pre-auth HTML cache poisoning to post-auth RCE. Patches were released in June/July 2025 (KB1003667, KB1003734).
Vulnerabilities
🔧 Technical Details
Pre-auth cache poisoning via XAML reflection: Use
/-/xaml/Sitecore.Shell.Xaml.WebControl
whereAjaxScriptManager
accepts__SOURCE
(clientID ofxmlcontrol:GlobalHeader
) and__PARAMETERS
(e.g.,AddToCache("key","<html>...</html>")
). BecauseXmlControl
extendsSitecore.Web.UI.WebControl
,ReflectionUtil.Filter
allows invokingWebControl.AddToCache
, granting arbitrary HTML cache writes without auth.Enumerating cache keys: If
/sitecore/api/ssc
(ItemService) is exposed, query/item/search
to list cacheable items, theirVaryBy*
flags, and item paths. Enumerate device names via_templatename:Device
. Construct exact keys:{Path}_#lang:{LANG}[_#dev:{DEVICE}][_#login:{T|F}]...[_#index]
and poison precisely.Side-channel enumeration under...
🤖 Agent Actions
Actions taken:
Files changed/created:
Why this placement:
References added:
Notes:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
🗑️ File Cleanup