CVE-2026-32534
Blind SQL Injection in JoomSky JS Help Desk
Publication date: 2026-03-25
Last updated on: 2026-03-25
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| joomsky | js_help_desk | to 3.0.3 (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 found in JoomSky JS Help Desk js-support-ticket. Specifically, it is a Blind SQL Injection vulnerability caused by improper neutralization of special elements used in SQL commands. This means that the application does not properly sanitize user inputs before including them in SQL queries, allowing an attacker to manipulate the database queries.
How can this vulnerability impact me? :
The Blind SQL Injection vulnerability can allow an attacker to extract sensitive information from the database without directly seeing the results of the query. This can lead to unauthorized access to data, data leakage, and potentially further compromise of the system depending on the database and application configuration.