Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Lifecycle Timeline
4DescriptionCVE.org
The My Social Feeds - Social Feeds Embedder plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to and including 1.0.4 via the 'ttp_get_accounts' AJAX action. This is due to the complete absence of authorization checks (no capability verification) and nonce verification in the get_accounts() function, which returns the full contents of the 'ttp_tiktok_accounts' WordPress option. This makes it possible for authenticated attackers, with Subscriber-level access and above, to retrieve sensitive TikTok OAuth credentials, including access_token and refresh_token values, that belong to administrator-connected TikTok accounts, enabling them to impersonate the site owner when interacting with the TikTok API.
AnalysisAI
My Social Feeds - Social Feeds Embedder WordPress plugin up to version 1.0.4 exposes sensitive TikTok OAuth credentials via an unauthenticated AJAX endpoint due to missing authorization and nonce checks. Authenticated attackers with Subscriber-level access can retrieve stored access_token and refresh_token values belonging to administrator-connected TikTok accounts, enabling them to impersonate the site owner in TikTok API interactions. No public exploit code or active exploitation has been reported at the time of analysis, though the vulnerability is trivial to exploit once network access is established.
Technical ContextAI
The vulnerability exists in the get_accounts() function within the TiktokAPI.php component, which handles the 'ttp_get_accounts' AJAX action. The function directly returns the full contents of the 'ttp_tiktok_accounts' WordPress option without verifying the caller's WordPress user role or capabilities (PR:L in CVSS indicates authentication is required, but no capability check constrains which authenticated users can invoke the action). Additionally, the absence of nonce validation means CSRF protections are absent. The root cause is classified under CWE-522 (Insecure Storage of Sensitive Information), though the immediate mechanism is insufficient access control. The affected plugin is available on the WordPress.org plugin repository and interacts with the TikTok API to embed social content; the stored credentials grant full OAuth authorization to third-party TikTok accounts.
RemediationAI
Update My Social Feeds - Social Feeds Embedder to version 1.0.5 or later, which should address the authorization and nonce verification gaps (exact patch version not confirmed in provided data; check plugin repository release notes). If an immediate update is not possible, disable the plugin entirely until a patch is available, as the AJAX endpoint is accessible to all authenticated users and no configuration option can disable the vulnerable functionality. As a temporary compensating control, restrict user registration to trusted administrators only, reducing the attack surface to internal threats, though this does not address the underlying authorization flaw. WordPress administrators should audit their TikTok OAuth token storage: if the 'ttp_tiktok_accounts' option contains tokens from before the patch, those tokens should be revoked immediately via TikTok's app authorization settings and regenerated after the plugin is patched. Network-level mitigation (e.g., WAF rules blocking 'action=ttp_get_accounts' AJAX calls) is not recommended as it may break legitimate plugin functionality; instead, prioritize patching.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-522 – Insufficiently Protected Credentials
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26735