CVE-2025-25116
Published: 07 February 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-25116 is an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability, enabling Blind SQL Injection in the sudipto "Link to URL / Post" WordPress plugin. This issue affects the plugin from unknown initial versions through version 1.3.
The vulnerability has a CVSS v3.1 base score of 7.6 (AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L), indicating it is exploitable over the network with low attack complexity. Exploitation requires high privileges (PR:H), such as authenticated access at an administrative level, with no user interaction needed. Successful attacks can result in high confidentiality impact through data exfiltration, low availability impact, and a change in scope due to the SQL injection's effects.
Patchstack has published details on this vulnerability in the WordPress plugin, available at https://patchstack.com/database/Wordpress/Plugin/link-to-url-post/vulnerability/wordpress-link-to-url-post-plugin-1-3-sql-injection-vulnerability?_s_id=cve. The CVE was published on 2025-02-07T10:15:17.083 and is associated with CWE-89.
Details
- CWE(s)
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection vulnerability in public-facing WordPress plugin enables exploitation of the web application (T1190) and facilitates database data collection/exfiltration (T1213.006) via blind SQLi with high confidentiality impact; auth requirement (PR:H) introduces some uncertainty for initial access mapping.