CVE-2025-8152: CWE-862 Missing Authorization in blendmedia WP CTA
The WP CTA – Call To Action Plugin, Sticky CTA, Sticky Buttons plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'update_cta_status' and 'change_sticky_sidebar_name' functions in all versions up to, and including, 1.7.0. This makes it possible for unauthenticated attackers to update the status of a sticky and update the name displayed in the back-end WP CTA Dashboard.
AI Analysis
Technical Summary
CVE-2025-8152 is a vulnerability classified under CWE-862 (Missing Authorization) found in the WordPress plugin WP CTA – Call To Action Plugin, Sticky CTA, Sticky Buttons by blendmedia. The issue exists in all versions up to and including 1.7.0. Specifically, the plugin fails to perform proper capability checks on two critical functions: 'update_cta_status' and 'change_sticky_sidebar_name'. These functions are responsible for updating the status of sticky call-to-action elements and modifying the name displayed in the backend WP CTA Dashboard. Due to the missing authorization checks, unauthenticated attackers can remotely invoke these functions to alter the status and names without any valid credentials or user interaction. The vulnerability has a CVSS 3.1 base score of 5.3, indicating medium severity, with the vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N. This means the attack can be performed over the network with low attack complexity, no privileges, and no user interaction, affecting only the integrity of the plugin data without impacting confidentiality or availability. No patches or known exploits are currently available, but the risk lies in unauthorized modification of site content elements, which could be leveraged for defacement, misinformation, or undermining user trust. The vulnerability was publicly disclosed on August 2, 2025, and assigned by Wordfence. Organizations using this plugin should be aware of the risk and monitor for updates.
Potential Impact
The primary impact of CVE-2025-8152 is unauthorized modification of plugin data, specifically the status of sticky call-to-action elements and sidebar names within the WordPress backend. While this does not directly compromise sensitive data confidentiality or site availability, it undermines data integrity and can lead to misleading or maliciously altered user interface elements. Such unauthorized changes could be used to manipulate site visitors, degrade user experience, or facilitate social engineering attacks. For organizations relying on WP CTA for marketing or user engagement, this could result in reputational damage, loss of customer trust, and potential financial impact if call-to-action elements are manipulated to redirect users or disable critical prompts. Since exploitation requires no authentication and can be done remotely, the attack surface is broad, especially for publicly accessible WordPress sites using the affected plugin. However, the lack of known active exploits and the medium CVSS score suggest the threat is moderate but should not be ignored.
Mitigation Recommendations
To mitigate CVE-2025-8152, organizations should immediately audit their WordPress installations for the presence of the WP CTA plugin and identify affected versions (up to 1.7.0). Until an official patch is released, administrators should implement the following specific measures: 1) Restrict access to the WordPress backend dashboard to trusted IP addresses or via VPN to reduce exposure. 2) Employ a Web Application Firewall (WAF) with custom rules to detect and block unauthorized requests targeting the 'update_cta_status' and 'change_sticky_sidebar_name' endpoints or AJAX actions. 3) Manually review and harden the plugin code by adding capability checks (e.g., current_user_can() functions) on the vulnerable functions to ensure only authorized users can invoke them. 4) Monitor logs for suspicious activity related to these functions or unexpected changes in CTA elements. 5) Keep WordPress core and all plugins updated and subscribe to vendor security advisories for timely patching. 6) Consider temporarily disabling or replacing the WP CTA plugin if the risk is unacceptable and no patch is available. These targeted steps go beyond generic advice by focusing on access control, monitoring, and code-level fixes.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, France, Brazil, Netherlands, Japan
CVE-2025-8152: CWE-862 Missing Authorization in blendmedia WP CTA
Description
The WP CTA – Call To Action Plugin, Sticky CTA, Sticky Buttons plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'update_cta_status' and 'change_sticky_sidebar_name' functions in all versions up to, and including, 1.7.0. This makes it possible for unauthenticated attackers to update the status of a sticky and update the name displayed in the back-end WP CTA Dashboard.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-8152 is a vulnerability classified under CWE-862 (Missing Authorization) found in the WordPress plugin WP CTA – Call To Action Plugin, Sticky CTA, Sticky Buttons by blendmedia. The issue exists in all versions up to and including 1.7.0. Specifically, the plugin fails to perform proper capability checks on two critical functions: 'update_cta_status' and 'change_sticky_sidebar_name'. These functions are responsible for updating the status of sticky call-to-action elements and modifying the name displayed in the backend WP CTA Dashboard. Due to the missing authorization checks, unauthenticated attackers can remotely invoke these functions to alter the status and names without any valid credentials or user interaction. The vulnerability has a CVSS 3.1 base score of 5.3, indicating medium severity, with the vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N. This means the attack can be performed over the network with low attack complexity, no privileges, and no user interaction, affecting only the integrity of the plugin data without impacting confidentiality or availability. No patches or known exploits are currently available, but the risk lies in unauthorized modification of site content elements, which could be leveraged for defacement, misinformation, or undermining user trust. The vulnerability was publicly disclosed on August 2, 2025, and assigned by Wordfence. Organizations using this plugin should be aware of the risk and monitor for updates.
Potential Impact
The primary impact of CVE-2025-8152 is unauthorized modification of plugin data, specifically the status of sticky call-to-action elements and sidebar names within the WordPress backend. While this does not directly compromise sensitive data confidentiality or site availability, it undermines data integrity and can lead to misleading or maliciously altered user interface elements. Such unauthorized changes could be used to manipulate site visitors, degrade user experience, or facilitate social engineering attacks. For organizations relying on WP CTA for marketing or user engagement, this could result in reputational damage, loss of customer trust, and potential financial impact if call-to-action elements are manipulated to redirect users or disable critical prompts. Since exploitation requires no authentication and can be done remotely, the attack surface is broad, especially for publicly accessible WordPress sites using the affected plugin. However, the lack of known active exploits and the medium CVSS score suggest the threat is moderate but should not be ignored.
Mitigation Recommendations
To mitigate CVE-2025-8152, organizations should immediately audit their WordPress installations for the presence of the WP CTA plugin and identify affected versions (up to 1.7.0). Until an official patch is released, administrators should implement the following specific measures: 1) Restrict access to the WordPress backend dashboard to trusted IP addresses or via VPN to reduce exposure. 2) Employ a Web Application Firewall (WAF) with custom rules to detect and block unauthorized requests targeting the 'update_cta_status' and 'change_sticky_sidebar_name' endpoints or AJAX actions. 3) Manually review and harden the plugin code by adding capability checks (e.g., current_user_can() functions) on the vulnerable functions to ensure only authorized users can invoke them. 4) Monitor logs for suspicious activity related to these functions or unexpected changes in CTA elements. 5) Keep WordPress core and all plugins updated and subscribe to vendor security advisories for timely patching. 6) Consider temporarily disabling or replacing the WP CTA plugin if the risk is unacceptable and no patch is available. These targeted steps go beyond generic advice by focusing on access control, monitoring, and code-level fixes.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-07-25T00:44:57.020Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 688dbf27ad5a09ad00d1fb00
Added to database: 8/2/2025, 7:32:55 AM
Last enriched: 2/26/2026, 4:53:59 PM
Last updated: 3/28/2026, 9:14:50 AM
Views: 133
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.