Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in WPDeveloper BetterLinks betterlinks allows SQL Injection.This issue affects BetterLinks: from n/a through <= 2.1.7.
Security readout for executives and security teams
Plain-English summary
CVE-2024-51672 is a SQL injection flaw in the WordPress BetterLinks plugin through version 2.1.7. A successful attack could expose sensitive database data and cause limited availability impact. The available evidence does not show CISA KEV listing or active exploitation.
Executive priority
Treat this as a high-priority WordPress plugin issue where BetterLinks is deployed. Urgency is highest on internet-facing business sites with many administrators or weak privileged-account controls. Patch direction should come from vendor guidance because the bundle does not name a fixed version.
Technical view
The issue is CWE-89 SQL injection in WPDeveloper BetterLinks betterlinks, affecting versions through 2.1.7. CVSS 3.1 is 7.6: network reachable, low complexity, high privileges required, no user interaction, changed scope, high confidentiality impact, no integrity impact, low availability impact.
Likely exposure
Exposure is limited to WordPress sites with BetterLinks installed at version 2.1.7 or older. The CVE bundle does not provide affected CPEs, a fixed version, or deployment-specific prerequisites beyond high privileges being required.
Exploitation context
The CVSS vector indicates exploitation requires a highly privileged account but no user interaction. No source in the bundle states public exploitation, weaponized exploit availability, or inclusion in CISA KEV.
Researcher notes
The provided data supports SQL injection classification, CVSS 7.6, and BetterLinks through 2.1.7 as affected. Evidence is incomplete on exploit maturity, fixed versions, affected endpoints, and exact vulnerable parameters. Avoid assuming unauthenticated exposure because PR:H is explicit.
Mitigation direction
Inventory WordPress sites for BetterLinks installations and installed versions.
Prioritize sites running BetterLinks 2.1.7 or older.
Check WPDeveloper and Patchstack guidance for the vendor-designated fixed release.
Restrict high-privilege WordPress accounts to trusted administrators.
Review database and WordPress admin activity for suspicious privileged-user behavior.
Validation and detection
Confirm whether BetterLinks is installed on each WordPress site.
Record the installed BetterLinks version and compare it to 2.1.7.
Verify whether the vendor has published a fixed version or advisory.
Check that only necessary users hold high-privilege WordPress roles.
Review logs for unusual privileged access around BetterLinks functionality.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.