CVE-2025-12410: CWE-352 Cross-Site Request Forgery (CSRF) in samhoamt SH Contextual Help
The SH Contextual Help plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.2.1. This is due to missing or incorrect nonce validation in the sh_contextual_help_dashboard_widget() function. This makes it possible for unauthenticated attackers to update the plugin's settings and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI Analysis
Technical Summary
CVE-2025-12410 identifies a Cross-Site Request Forgery (CSRF) vulnerability in the SH Contextual Help plugin for WordPress, affecting all versions up to and including 3.2.1. The root cause is the absence or incorrect implementation of nonce validation in the function sh_contextual_help_dashboard_widget(), which is responsible for handling dashboard widget interactions. Nonces in WordPress serve as tokens to verify the legitimacy of requests, preventing unauthorized actions. Without proper nonce checks, attackers can craft malicious requests that, when executed by an authenticated administrator (via clicking a link or visiting a malicious page), cause unintended changes to plugin settings or injection of malicious scripts. This attack does not require the attacker to be authenticated but does require user interaction from an administrator, making social engineering a key component. The vulnerability impacts confidentiality and integrity by enabling unauthorized configuration changes and potential script injection, which can lead to further exploitation such as privilege escalation or data leakage. Availability is not directly impacted. The CVSS v3.1 score of 6.1 reflects a network attack vector, low attack complexity, no privileges required, but user interaction necessary, and partial impact on confidentiality and integrity. Currently, no public exploits or patches are reported, but the vulnerability is published and should be addressed promptly. The plugin is widely used in WordPress environments, which are prevalent across many European organizations, especially in SMEs and content-driven websites.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to the confidentiality and integrity of WordPress-based websites using the SH Contextual Help plugin. Attackers can manipulate plugin settings or inject malicious scripts by leveraging administrator actions, potentially leading to unauthorized data access, defacement, or further compromise of the web environment. This can affect customer trust, brand reputation, and compliance with data protection regulations such as GDPR if personal data is exposed. The attack requires social engineering to convince administrators to interact with malicious content, which may be feasible in targeted phishing campaigns. Organizations with high reliance on WordPress for public-facing or internal portals are at increased risk. While availability is not directly impacted, the indirect consequences of injected scripts or altered settings could disrupt normal operations or lead to secondary attacks. The absence of known exploits in the wild suggests a window for proactive mitigation before widespread exploitation occurs.
Mitigation Recommendations
Organizations should immediately audit their WordPress installations to identify the presence of the SH Contextual Help plugin and verify the version in use. Until an official patch is released, administrators should consider disabling or removing the plugin if it is not essential. If the plugin is critical, implement compensating controls such as restricting administrator access to trusted networks, enforcing multi-factor authentication for admin accounts, and monitoring for unusual dashboard activity. Educate administrators about the risks of clicking unsolicited links or visiting untrusted websites while logged into WordPress admin panels. Implement web application firewalls (WAFs) with rules to detect and block CSRF attempts targeting the plugin’s endpoints. Once a patch becomes available, apply it promptly. Additionally, plugin developers should update the sh_contextual_help_dashboard_widget() function to include proper nonce verification and validate all incoming requests to ensure authenticity. Regular security assessments and plugin update policies will help prevent similar vulnerabilities.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Poland, Sweden
CVE-2025-12410: CWE-352 Cross-Site Request Forgery (CSRF) in samhoamt SH Contextual Help
Description
The SH Contextual Help plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.2.1. This is due to missing or incorrect nonce validation in the sh_contextual_help_dashboard_widget() function. This makes it possible for unauthenticated attackers to update the plugin's settings and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI-Powered Analysis
Technical Analysis
CVE-2025-12410 identifies a Cross-Site Request Forgery (CSRF) vulnerability in the SH Contextual Help plugin for WordPress, affecting all versions up to and including 3.2.1. The root cause is the absence or incorrect implementation of nonce validation in the function sh_contextual_help_dashboard_widget(), which is responsible for handling dashboard widget interactions. Nonces in WordPress serve as tokens to verify the legitimacy of requests, preventing unauthorized actions. Without proper nonce checks, attackers can craft malicious requests that, when executed by an authenticated administrator (via clicking a link or visiting a malicious page), cause unintended changes to plugin settings or injection of malicious scripts. This attack does not require the attacker to be authenticated but does require user interaction from an administrator, making social engineering a key component. The vulnerability impacts confidentiality and integrity by enabling unauthorized configuration changes and potential script injection, which can lead to further exploitation such as privilege escalation or data leakage. Availability is not directly impacted. The CVSS v3.1 score of 6.1 reflects a network attack vector, low attack complexity, no privileges required, but user interaction necessary, and partial impact on confidentiality and integrity. Currently, no public exploits or patches are reported, but the vulnerability is published and should be addressed promptly. The plugin is widely used in WordPress environments, which are prevalent across many European organizations, especially in SMEs and content-driven websites.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to the confidentiality and integrity of WordPress-based websites using the SH Contextual Help plugin. Attackers can manipulate plugin settings or inject malicious scripts by leveraging administrator actions, potentially leading to unauthorized data access, defacement, or further compromise of the web environment. This can affect customer trust, brand reputation, and compliance with data protection regulations such as GDPR if personal data is exposed. The attack requires social engineering to convince administrators to interact with malicious content, which may be feasible in targeted phishing campaigns. Organizations with high reliance on WordPress for public-facing or internal portals are at increased risk. While availability is not directly impacted, the indirect consequences of injected scripts or altered settings could disrupt normal operations or lead to secondary attacks. The absence of known exploits in the wild suggests a window for proactive mitigation before widespread exploitation occurs.
Mitigation Recommendations
Organizations should immediately audit their WordPress installations to identify the presence of the SH Contextual Help plugin and verify the version in use. Until an official patch is released, administrators should consider disabling or removing the plugin if it is not essential. If the plugin is critical, implement compensating controls such as restricting administrator access to trusted networks, enforcing multi-factor authentication for admin accounts, and monitoring for unusual dashboard activity. Educate administrators about the risks of clicking unsolicited links or visiting untrusted websites while logged into WordPress admin panels. Implement web application firewalls (WAFs) with rules to detect and block CSRF attempts targeting the plugin’s endpoints. Once a patch becomes available, apply it promptly. Additionally, plugin developers should update the sh_contextual_help_dashboard_widget() function to include proper nonce verification and validate all incoming requests to ensure authenticity. Regular security assessments and plugin update policies will help prevent similar vulnerabilities.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-10-28T15:24:27.676Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 690984df2b77ca42b4883f37
Added to database: 11/4/2025, 4:45:19 AM
Last enriched: 11/11/2025, 6:34:35 AM
Last updated: 12/20/2025, 5:14:01 PM
Views: 30
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.
Related Threats
CVE-2025-7782: CWE-862 Missing Authorization in WP JobHunt
HighCVE-2025-7733: CWE-639 Authorization Bypass Through User-Controlled Key in WP JobHunt
MediumCVE-2025-14298: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in damian-gora FiboSearch – Ajax Search for WooCommerce
MediumCVE-2025-12492: CWE-200 Exposure of Sensitive Information to an Unauthorized Actor in ultimatemember Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin
MediumCVE-2025-13619: CWE-269 Improper Privilege Management in CMSSuperHeroes Flex Store Users
CriticalActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.