CVE-2026-5028
Eight Day Week Print Workflow SQL Injection
Publication date: 2026-05-12
Last updated on: 2026-05-12
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 8_day_week | print_workflow | to 1.2.6 (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?
The Eight Day Week Print Workflow plugin for WordPress has a time-based blind SQL Injection vulnerability in the 'title' parameter of the 'pp-get-articles' AJAX action in all versions up to 1.2.6.
This vulnerability exists because the plugin does not properly escape user-supplied input and does not sufficiently prepare the SQL query, allowing attackers to append additional SQL commands.
Authenticated users with Subscriber-level access or higher can exploit this to extract sensitive information from the database.
How can this vulnerability impact me? :
This vulnerability can allow an attacker with low-level authenticated access to extract sensitive data from your WordPress database.
Since the attack is time-based blind SQL Injection, it may be used to retrieve confidential information without direct error messages, making detection harder.
The impact includes potential exposure of sensitive information, which could lead to data breaches or unauthorized data disclosure.