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

this is Cross Site Scripting (XSS) #890

Open
able403 opened this issue Nov 8, 2021 · 2 comments
Open

this is Cross Site Scripting (XSS) #890

able403 opened this issue Nov 8, 2021 · 2 comments

Comments

@able403
Copy link

able403 commented Nov 8, 2021

I have found Cross Site Scripting (XSS) bug in subrion CMS version 4.2.1 in the Create Page functionality of the admin Account.

Steps to Reproduce:

just login as admin and clink this url https://demos.subrion.org/?demo=core&admin=1
As an admin Create test page
In the Add a Page section go to the Page Content then clink “image” choose local file 123.svg to upload in url :https://demos.subrion.org/_core/admin/elfinder/?mode=image&CKEditor=contents%5Ben%5D&CKEditorFuncNum=1&langCode=en#elf_l1_Lw

the content of 123.svg:

<svg
onload="alert('xss attach')"
 xmlns="http://www.w3.org/2000/svg">
</svg>

image

copy the url of 123.svg then and a link to page content:
image

save the new page and open new page:http://localhost/123.html

image

Xss prompt box will pop up
image

Impact: Session cookies can be stolen , user can be redirected to phishing pages , browser of the user visiting this page can be controlled etc.

POC's have been uploaded.
image

@able403
Copy link
Author

able403 commented Nov 10, 2021

please let me know if you get the This vulnerability detail

@marrbhi
Copy link

marrbhi commented Jul 16, 2022

Cross site scripting (XSS) is an attack in which an attacker injects malicious executable scripts into the code of a trusted application or website. Attackers often initiate an XSS attack by sending a malicious link to a user and enticing the user to click it.

krnt.run
myindigocard app

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

2 participants