vendor:
Corner-Ad
by:
Atik Rahman
7,5
CVSS
HIGH
Stored XSS
79
CWE
Product Name: Corner-Ad
Affected Version From: 1.0.7
Affected Version To: 1.0.7
Patch Exists: YES
Related CWE: N/A
CPE: a:wordpress:corner-ad
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Firefox 44, Windows10
2017
Authorized Stored XSS at WordPress Corner-Ad plugin.
Ad name input fields aren't properly escaped. This could lead to an XSS attack that could possibly affect administrators,users,editor. To exploit, go to http://localhost/wp-admin/options-general.php?page=corner-ad.php, click on create new Add button, and use Ad name as "/><svg/onload=prompt(document.domain)>. Fill the other field and click on save corner Add button. If a normal editor,author visit the corner add list page, the XSS will effect them also.
Mitigation:
Ensure that user input is properly sanitized and escaped before being used in the application.