CVE-2026-5411
Description
WP Captcha PRO plugin for WordPress allows authenticated users to upload arbitrary files, including webshells, leading to remote code execution.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
WP Captcha PRO plugin for WordPress allows authenticated users to upload arbitrary files, including webshells, leading to remote code execution.
Vulnerability
The WP Captcha PRO plugin for WordPress, in all versions up to and including 5.38, suffers from an arbitrary file upload vulnerability. This is caused by an insufficient capability check in the save_ajax() function within the licensing module, combined with unrestricted file extraction in sync_cloud_protection(). The vulnerability is present when the allow_url_fopen directive is enabled in php.ini [1].
Exploitation
An attacker with at least Subscriber-level access can exploit this vulnerability. The attacker needs to inject a malicious cloud_protection_url into the license meta. The plugin then downloads and extracts the content from this URL without proper file type validation into a web-accessible directory, which can be leveraged to upload a PHP webshell [1].
Impact
Successful exploitation allows an attacker to upload arbitrary files, including PHP webshells, to the server. This can lead to remote code execution with the privileges of the web server process [1].
Mitigation
WP Captcha PRO versions up to and including 5.38 are affected. A patched version is available. Users are advised to update to the latest version of the plugin. No workarounds are disclosed in the available references [1].
AI Insight generated on Jun 5, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2<=5.38+ 1 more
- (no CPE)range: <=5.38
- (no CPE)range: <=5.38
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
2News mentions
0No linked articles in our index yet.