CVE-2026-49046
SQL Injection in Duplicate Page and Post Plugin
Publication date: 2026-05-27
Last updated on: 2026-05-27
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| arjun_thakur | duplicate_page_and_post | to 2.9.5 (inc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an SQL Injection issue in the Arjun Thakur Duplicate Page and Post plugin. Specifically, it is a Blind SQL Injection caused by improper neutralization of special elements used in SQL commands. This means that an attacker can manipulate SQL queries by injecting malicious input that is not properly sanitized.
How can this vulnerability impact me? :
The vulnerability has a high severity with a CVSS base score of 8.5. It allows an attacker with low privileges and no user interaction to perform Blind SQL Injection, potentially leading to high confidentiality impact and low availability impact. This could result in unauthorized access to sensitive data or partial disruption of service.