CVE-2026-1639
BaseFortify
Publication date: 2026-02-18
Last updated on: 2026-02-18
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 Taskbuilder WordPress plugin for project and task management is vulnerable to a time-based blind SQL Injection attack. This vulnerability exists in the 'order' and 'sort_by' parameters in all versions up to and including 5.0.2. The issue arises because these parameters are not properly escaped or prepared before being used in SQL queries. As a result, authenticated users with subscriber-level access or higher can inject additional SQL commands into existing queries, potentially extracting sensitive information from the database.
How can this vulnerability impact me? :
This vulnerability allows attackers with at least subscriber-level access to perform SQL Injection attacks that can extract sensitive data from the database. Although it does not directly allow modification or deletion of data, the exposure of sensitive information can lead to privacy breaches, unauthorized data disclosure, and potential further exploitation of the system.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know