
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-1233 is a sensitive information exposure vulnerability in the Text to Speech for WP (AI Voices by Mementor) plugin for WordPress, classified under CWE-798 (Use of Hard-coded Credentials). All versions up to and including 1.9.8 are affected. The plugin embeds hardcoded MySQL database credentials for the vendor's external telemetry server within the Mementor_TTS_Remote_Telemetry class, allowing unauthenticated attackers to extract and decode those credentials. The vulnerability was published on April 4, 2026, with a patch made available the same day. It carries a CVSS v3.1 base score of 7.5 (High) (GitHub Advisory, Wordfence).
The root cause is CWE-798 (Use of Hard-coded Credentials): the plugin's Mementor_TTS_Remote_Telemetry PHP class contains MySQL database credentials for the vendor's telemetry server encoded (not encrypted) directly in the source code. Because WordPress plugins are distributed as readable PHP files, any party with access to the plugin's source — including unauthenticated users who can download it from the WordPress plugin repository — can extract and decode these credentials without any special tooling. No authentication, user interaction, or elevated privileges are required, and the attack is executable entirely over the network (GitHub Advisory, Wordfence).
Successful exploitation grants an unauthenticated attacker unauthorized write access to the vendor's (Mementor's) external MySQL telemetry database. This enables an attacker to modify, inject, or corrupt telemetry data collected from all WordPress sites running the plugin. While the primary confidentiality impact is exposure of the database credentials themselves, the write access introduces integrity risks to the vendor's telemetry infrastructure and could potentially be leveraged to poison data affecting multiple downstream plugin users (GitHub Advisory, Wordfence).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.044% (7th percentile), indicating a low near-term exploitation probability. No threat actor attribution has been reported, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. However, the low attack complexity and zero-authentication requirement make it trivially exploitable by anyone who inspects the plugin's source code (GitHub Advisory, Wordfence).
wp-content/plugins/ directory — no authentication required.Mementor_TTS_Remote_Telemetry class file. Identify the encoded MySQL credentials stored as hardcoded constants or string literals.mysql -h <host> -u <user> -p<password> <database>) to connect directly to the vendor's external telemetry server using the recovered credentials.wp-content/plugins/text-to-speech-tts/; review of Mementor_TTS_Remote_Telemetry class file for hardcoded credential strings.WordPress site administrators should immediately update the Text to Speech for WP plugin to a version newer than 1.9.8, where the hardcoded credentials have been removed (patch changeset available at the WordPress plugin SVN repository). The vendor (Mementor) should also rotate the compromised MySQL credentials for the telemetry server regardless of whether exploitation has occurred, since the credentials were exposed in all prior plugin versions. Additionally, implement monitoring and access controls on the telemetry database to detect and restrict unauthorized connections (GitHub Advisory, WordPress Changeset, Wordfence).
The vulnerability received routine automated coverage across vulnerability tracking platforms and social media aggregators shortly after disclosure on April 4, 2026. Posts were noted on Mastodon (RedPacketSecurity) and Bluesky (CVE Skyfleet), and the advisory was picked up by feeds such as The Hacker Wire and Offseq. No notable independent researcher commentary or significant media coverage beyond standard CVE syndication has been identified.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."