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

Cross Site Scripting Vulnerability in DomainMOD 4.11.01 #87

Closed
0xiMAK opened this issue Dec 6, 2018 · 2 comments
Closed

Cross Site Scripting Vulnerability in DomainMOD 4.11.01 #87

0xiMAK opened this issue Dec 6, 2018 · 2 comments
Assignees

Comments

@0xiMAK
Copy link

0xiMAK commented Dec 6, 2018

Stored XSS vulnerability in Version 4.11.01 which allows remote attacker to inject arbitrary script or html. This being stored, will impact all users who have permissions to view the vulnerable page.

Vulnerable Endpoint: https://demo.domainmod.org/assets/add/dns.php

Steps:
Goto vulnerable endpoint /assets/add/dns.php
At the place of Profile Name & notes put xss payload "><img src=x onerror=alert("Xssed-By-Abdul-Kareem")>
poc

Vulnerable Endpoint: https://demo.domainmod.org/assets/edit/host.php?whid=5

Steps:
Goto vulnerable endpoint /assets/edit/host.php?whid=5
At the place of "Web Host Name" & "Web Host's url" put xss payload "><img src=x onerror=alert("Xssed-By-Abdul-Kareem")>
poc

@chetcuti chetcuti self-assigned this Feb 3, 2019
@chetcuti
Copy link
Member

chetcuti commented Feb 3, 2019

This was fixed in v4.12.0, which was released today.

Thanks for the report!

@chetcuti chetcuti closed this as completed Feb 3, 2019
@0xiMAK
Copy link
Author

0xiMAK commented Feb 13, 2019

CVE ID's assigned for the above vulnerabilities
https://nvd.nist.gov/vuln/detail/CVE-2018-19914
https://nvd.nist.gov/vuln/detail/CVE-2018-19915

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