TextP2P Texting Widget <= 1.8 - Cross-Site Request Forgery to Settings Update

4.3
Cross-Site Request Forgery (CSRF)
CVE CVE-2026-4133
CVSS 4.3 (Medium)
Publicly Published April 21, 2026
Last Updated July 10, 2026
Researcher afnaan - SMKN 1 Bantul

Description

The TextP2P Texting Widget plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 1.8. 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.

References

Share

Vulnerability Details for TextP2P Texting Widget

Software Type Plugin
Software Slug textp2p-texting-widget (view on wordpress.org)
Patched? Yes
Remediation Update to version 1.9, or a newer patched version
Affected Version
  • <= 1.8
Patched Version
  • 1.9

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation