CVE-2026-39487
Received Received - Intake

Blind SQL Injection in AmeliaBooking Plugin Versions

Vulnerability report for CVE-2026-39487, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-04-08

Last updated on: 2026-04-10

Assigner: Patchstack

Description

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in ameliabooking Amelia ameliabooking allows Blind SQL Injection.This issue affects Amelia: from n/a through <= 2.1.1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-04-08
Last Modified
2026-04-10
Generated
2026-07-06
AI Q&A
2026-04-08
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ameliabooking amelia to 2.1.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-39487 is a SQL Injection vulnerability found in the WordPress Amelia Plugin versions up to and including 2.1.1.

This vulnerability allows a malicious actor with custom developer role privileges to interact directly with the plugin's database by injecting malicious SQL commands.

It is classified under the OWASP Top 10 category A3: Injection, meaning it involves improper neutralization of special elements used in SQL commands.

Impact Analysis

The vulnerability can lead to unauthorized access or theft of data stored in the plugin's database.

Because it is a SQL Injection flaw, attackers could potentially manipulate or extract sensitive information from the database.

However, exploitation requires a custom developer role privilege, which limits the likelihood of attack.

Users are advised to update to version 2.1.2 or later to mitigate this risk.

Compliance Impact

The SQL Injection vulnerability in the Amelia Plugin allows unauthorized access to the plugin's database, potentially leading to unauthorized data access or theft.

Such unauthorized data access can result in the exposure of personal or sensitive information, which may lead to non-compliance with data protection regulations like GDPR and HIPAA that require safeguarding personal data against unauthorized access.

Therefore, if exploited, this vulnerability could compromise compliance with these common standards and regulations by failing to protect sensitive data adequately.

Mitigation Strategies

To mitigate the SQL Injection vulnerability in the Amelia Plugin (versions up to 2.1.1), users should update the plugin to version 2.1.2 or later, where the issue has been patched.

Additionally, enabling auto-update features provided by Patchstack can help ensure rapid mitigation of this and other vulnerabilities.

Detection Guidance

This vulnerability is a Blind SQL Injection in the Amelia WordPress plugin versions up to 2.1.1. Detection typically involves testing the plugin's input fields or parameters for SQL injection flaws.

A common approach is to use automated tools or manual testing techniques to send crafted SQL payloads and observe the application's behavior or error messages.

Since this is a Blind SQL Injection, direct error messages may not be visible, so timing-based or boolean-based payloads can be used.

  • Use tools like sqlmap with appropriate parameters targeting the vulnerable plugin endpoints.
  • Example sqlmap command: sqlmap -u "http://targetsite.com/wp-admin/admin-ajax.php?action=amelia_ajax_action" --data="parameter=value" --technique=B --batch
  • Manually test input fields by injecting payloads such as ' OR SLEEP(5)-- to check for time delays indicating Blind SQL Injection.

Additionally, checking the plugin version installed on your WordPress site can help detect vulnerability presence. Versions ≀ 2.1.1 are vulnerable.

  • Command to check plugin version via WP-CLI: wp plugin get ameliabooking --field=version

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-39487. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart