Skip to main content

TextP2P Texting Widget CVE-2026-4133

| EUVDEUVD-2026-24677 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-04-22 Wordfence GHSA-8qm3-xq92-849m
4.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

4
Analysis Generated
Apr 22, 2026 - 10:00 vuln.today
EUVD ID Assigned
Apr 22, 2026 - 08:30 euvd
EUVD-2026-24677
Analysis Generated
Apr 22, 2026 - 08:30 vuln.today
CVE Published
Apr 22, 2026 - 07:45 nvd
MEDIUM 4.3

DescriptionCVE.org

The TextP2P Texting Widget plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 1.7. This is due to missing nonce validation in the imTextP2POptionPage() function which processes settings updates. The form at line 314 does not include a wp_nonce_field(), and the POST handler at line 7 does not call check_admin_referer() or wp_verify_nonce() before processing settings changes. This makes it possible for unauthenticated attackers to update all plugin settings including chat widget titles, messages, API credentials, colors, and reCAPTCHA configuration via a forged request, granted they can trick a site administrator into performing an action such as clicking a link.

AnalysisAI

Cross-site request forgery in TextP2P Texting Widget plugin for WordPress up to version 1.7 allows unauthenticated attackers to modify all plugin settings including API credentials and widget configuration by tricking site administrators into clicking a malicious link. The vulnerability stems from missing nonce validation in the settings update handler, enabling attackers to change chat titles, messages, colors, reCAPTCHA configuration, and other sensitive options without authentication or authorization verification. This requires user interaction (admin must click attacker-controlled link) but affects any WordPress site running the vulnerable plugin with an active administrator.

Technical ContextAI

The TextP2P Texting Widget plugin for WordPress fails to implement CSRF protection mechanisms (CWE-352: Cross-Site Request Forgery) in its settings administration page. Specifically, the imTextP2POptionPage() function processes POST requests to update plugin configuration at line 7 without calling wp_verify_nonce() or check_admin_referer(), and the corresponding HTML form at line 314 lacks a wp_nonce_field() output. WordPress nonces are cryptographic tokens tied to user sessions and actions that prevent unauthorized form submissions from third-party sites. The absence of nonce generation and validation allows any attacker to craft a form or JavaScript that, when submitted by a logged-in administrator, will process unvalidated settings changes as if authorized by the administrator. This affects all versions up to and including 1.7 of the plugin (CPE: cpe:2.3:a:textp2p:textp2p_texting_widget:*:*:*:*:*:*:*:*), indicating no version-specific restrictions on the vulnerable code path.

RemediationAI

Sites running TextP2P Texting Widget should update to the latest available version immediately, as patched versions should include wp_nonce_field() in the settings form HTML and wp_verify_nonce() or check_admin_referer() calls in the POST handler. Consult the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/2d36fa25-108b-462b-b84e-2e77943b1871) and WordPress plugin repository for the specific patched version number. If an update is not yet released, disable the TextP2P Texting Widget plugin entirely via WordPress admin or deactivate it through a hosting control panel to prevent exploitation; note that this removes the chat widget functionality until patching is available. As a temporary mitigation, restrict access to the WordPress admin interface (/wp-admin/) using network-level controls (IP allowlisting, .htaccess rules, or firewall rules) to limit which machines can reach the settings page, reducing the likelihood that an attacker can trick an administrator into clicking a malicious link from an external network; however, this is cumbersome for distributed teams and does not eliminate the risk from internal phishing. Additionally, enforce the use of security plugins (e.g., Wordfence) that can log and alert on unexpected settings changes, providing post-exploitation detection if nonce validation cannot be enforced.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-4133 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy