Description
The Likes and Dislikes Plugin plugin for WordPress is vulnerable to SQL Injection via the 'post' parameter in all versions up to, and including, 1.0.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2025-05-28
Score: 7.5 High
EPSS: 2.1% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Likes and Dislikes Plugin uses a user‑supplied 'post' parameter in a raw SQL query without proper escaping or prepared statements. This weakness permits unauthenticated attackers to append arbitrary SQL fragments, enabling extraction of sensitive data from the database via standard SQL injection techniques.

Affected Systems

All versions of the erumfaham Likes and Dislikes Plugin up to and including 1.0.0 are affected. No patch version is listed in the data, so any install of 1.0.0 or earlier is vulnerable.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity, and an EPSS score of 2% suggests a low likelihood of exploitation. The vulnerability is not currently listed in CISA's KEV catalog. Attackers can exploit the flaw by sending an unauthenticated HTTP request to the plugin’s endpoint containing a malicious 'post' value, leveraging the lack of input validation and unsafe SQL construction.

Generated by OpenCVE AI on June 17, 2026 at 04:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the plugin to a fixed version that removes the injection vulnerability.
  • If an update is not immediately available, restrict external access to the plugin’s entry point so that only authenticated users can provide the 'post' parameter.
  • As a temporary fix, modify the plugin code to enforce numeric validation on the 'post' variable or escape it before inserting it into the SQL query.

Generated by OpenCVE AI on June 17, 2026 at 04:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Jul 2025 13:45:00 +0000

Type Values Removed Values Added
Metrics epss

{'score': 0.1353}

epss

{'score': 0.14358}


Wed, 28 May 2025 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 28 May 2025 08:30:00 +0000

Type Values Removed Values Added
Description The Likes and Dislikes Plugin plugin for WordPress is vulnerable to SQL Injection via the 'post' parameter in all versions up to, and including, 1.0.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title Likes and Dislikes Plugin <= 1.0.0 - Unauthenticated SQL Injection
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:15:06.586Z

Reserved: 2025-05-27T19:27:21.875Z

Link: CVE-2025-5287

cve-icon Vulnrichment

Updated: 2025-05-28T13:40:57.824Z

cve-icon NVD

Status : Deferred

Published: 2025-05-28T09:15:21.480

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-5287

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-17T04:45:03Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')