Adobe Acrobat Force-Installed...

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

On January 12th, an automatic Adobe Acrobat update force installed a new chrome extension with ID efaidnbmnnnibpcajpcglclefindmkaj. You can view it on the Chrome Webstore here: https://chrome.google.com/webstore/detail/adobe-acrobat/efaidnbmnnnibpcajpcglclefindmkaj/ I can see from the webstore statistics it's already got ~30M installations. It didn't take long to notice there's a DOM XSS in data/js/frame.html ``` 531 } else if (request.current_status === "failure") { 532 analytics(events.TREFOIL_HTML_CONVERT_FAILED); 533 if (request.message) { 534 str_status = request.message; 535 } 536 success = false; ``` Presumably you can do ``` window.open("chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/data/js/frame.html?message=" + encodeURIComponent(JSON.stringify({ panel_op: "status", current_status: "failure", message: "<h1>hello</h1>" }))); ``` I think CSP might make it impossible to jump straight to script execution, but you can iframe non web_accessible_resources, and easily pivot...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息