CVE-2025-25112
Published: 03 March 2025
Summary
CVE-2025-25112 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 7.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 46.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-25112 is an Improper Neutralization of Special Elements used in an SQL Command vulnerability, classified as SQL Injection (CWE-89), in the Social Links WordPress plugin developed by kareemsultan (slug: social-links). This flaw allows command line execution through SQL Injection and affects all versions from n/a through 1.2 inclusive. The vulnerability was published on 2025-03-03 with 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).
The attack requires high privileges (PR:H), such as those of an authenticated WordPress user with elevated access, but can be carried out remotely over the network with low attack complexity and no user interaction. Attackers can exploit the SQL Injection to execute arbitrary commands on the server, resulting in high confidentiality impact through data exfiltration, a change in scope to cross-component effects, and low availability disruption.
Patchstack documents this vulnerability in their database, providing further details via the reference at https://patchstack.com/database/Wordpress/Plugin/social-links/vulnerability/wordpress-links-in-captions-plugin-1-2-stored-cross-site-scripting-xss-vulnerability-2?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-5665
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in kareemsultan Social Links social-links allows Command Line Execution through SQL Injection.This issue affects Social Links: from n/a through <= 1.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL Injection in public-facing WordPress plugin directly enables remote exploitation of the web application (T1190) and arbitrary command line execution via Unix shell (T1059.004).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection (CWE-89) by requiring validation of user inputs at entry points before use in SQL commands, neutralizing special elements in the vulnerable Social Links plugin.
Mandates identification, reporting, and correction of the specific flaw in Social Links versions <=1.2, enabling patching to eliminate the SQL injection vulnerability.
Facilitates discovery of SQL injection vulnerabilities like CVE-2025-25112 through vulnerability scanning, supporting timely remediation.