CVE-2025-7050
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-05

Last updated on: 2025-08-05

Assigner: Wordfence

Description
The Use-your-Drive | Google Drive plugin for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title' parameter in file metadata in all versions up to, and including, 3.3.1 due to insufficient input sanitization and output escaping. This makes it possible for attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The vulnerability can be exploited by the lowest authentication level permitted to upload files, including unauthenticated users, once a file upload shortcode is published on a publicly accessible post.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-05
Last Modified
2025-08-05
Generated
2026-05-06
AI Q&A
2025-08-05
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wp_cloud_plugins google_drive_plugin *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-7050 is a Stored Cross-Site Scripting (XSS) vulnerability in the Use-your-Drive | Google Drive plugin for WordPress, specifically in the 'title' parameter of file metadata. Due to insufficient input sanitization and output escaping, attackers with file upload privileges (including unauthenticated users if file upload is allowed) can inject arbitrary JavaScript code into the file description field. This malicious script executes whenever a user accesses a page displaying the injected file, potentially compromising site security. The vulnerability was fixed in version 3.3.2 by properly sanitizing the input to prevent script injection. [1]


How can this vulnerability impact me? :

This vulnerability can allow attackers to inject and execute arbitrary JavaScript code on pages that display uploaded files, which can lead to unauthorized actions such as stealing user credentials, session hijacking, defacing the website, or spreading malware. Since the exploit can be performed by users with the lowest file upload privileges, including unauthenticated users if file upload is enabled publicly, it poses a significant security risk to website integrity and user data. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection involves checking if your WordPress site is running the vulnerable Google Drive plugin version (up to 3.3.1) and if file upload shortcodes are published on publicly accessible posts. You can inspect uploaded file metadata for suspicious scripts in the 'title' or description fields. For example, use WP-CLI commands to list plugin versions: `wp plugin list` and check for 'google-drive' plugin version. Additionally, you can search your database or site files for suspicious JavaScript code in file descriptions. There are no specific network commands provided for detection. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediately update the Google Drive plugin to version 3.3.2 or later, which contains the fix that sanitizes file description inputs to prevent XSS attacks. After updating, clear any aggressive caching configurations to avoid compatibility issues. Also, review file upload permissions to restrict who can upload files, minimizing risk from unauthorized users. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart