The Calendar_plugin WordPress plugin is vulnerable to Reflected Cross-Site Scripting due to the use of `$_SERVER['PHP_SELF']` in the ~/calendar.php file which allows attackers to inject arbitrary web scripts, in versions up to and including 1.0.
Solution:
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Link | Tags |
---|---|
https://www.wordfence.com/vulnerability-advisories/#CVE-2021-34667 | third party advisory exploit |
https://plugins.trac.wordpress.org/browser/calendar-plugin/trunk/calendar.php#L86 | third party advisory exploit |