Reflected XSS in Application Logger module in pimcore/pimcore
Reported on
Mar 1st 2023
Description
pimcore is vulnerable to Reflected XSS at From and To fields when searching in the Application Logger module.
Payload
"><img src=x onerror=alert(document.domain);>
Proof of Concept
1.Go to https://demo.pimcore.fun/admin/
and login.
2.In the left menu bar, go to Tools -> Application Logger.
3.In the Application Logger tab, on the right Search form, input the payload "><img src=x onerror=alert(document.domain);>
into the From and To fields.
You will see the XSS popup triggers.
Impact
This vulnerability has the potential to steal a user's cookie and gain unauthorized access to that user's account through the stolen cookie or redirect users to other malicious sites.
Thank you, @dvesh3.
Can you acknowledge and review my other report here?
https://huntr.dev/bounties/ae0f2ec4-a245-4d0b-9d4d-bd8310dd6282/
I reported it before this report but it has not been acknowledged yet.