CVE-2025-62319
Boolean-Based SQL Injection in Backend Configuration Queries
Publication date: 2026-03-16
Last updated on: 2026-03-16
Assigner: HCL Software
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
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
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
Can you explain this vulnerability to me?
Boolean-Based SQL Injection is a type of blind SQL injection where an attacker manipulates SQL queries by injecting Boolean conditions (TRUE or FALSE) into application input fields.
Instead of returning database errors or visible data, the application responds differently depending on whether the injected condition evaluates to true or false.
This allows an attacker to inject arbitrary SQL into backend configuration queries executed within the application.
How can this vulnerability impact me? :
This vulnerability can have a severe impact as it allows attackers to execute arbitrary SQL commands on the backend database.
- Confidentiality can be compromised (C:H) by exposing sensitive data.
- Integrity can be compromised (I:H) by allowing unauthorized modification of data.
- Availability can be compromised (A:H) by potentially disrupting database operations.