The WordPress Recaptcha Plugin "integrates reCAPTCHA antispam methods with WordPress including comment, registration, and email spam protection".
This advisory describes multiple Stored Cross Site Scripting (XSS) vulnerabilities and one Cross Site Request Forgery (CSRF) vulnerability on the plugin. As a result, an attacker can gain elevated access privileges to sensitive page content, session cookies, and a variety of other information maintained by the browser on behalf of the WordPress administrator user. Furthermore, the attacker can perform actions administrative powers.
This problem was confirmed in the latest version of the plugin, other versions maybe also affected.
The plugin's configuration page is vulnerable to Stored Cross Site Scripting. Various fields are received through POST and included on the response page with little sanitization.
These vulnerabilities allow an attacker to insert HTML/JavaScript commands to be interpreted in the session of an authenticated administrator user.
Since the plugin's configuration page is not protected against Cross Site Request Forgery, the exploitation permits the attacker to inject configuration values. This flaw allows an attacker to change the reCAPTCHA configuration, like disabling CAPTCHA for comments and registration forms.
Proof of concept exploitation code is available to interested parties.