CVE-2025-70420
SQL Injection in Genesys Latitude Allows Arbitrary Database Access
Publication date: 2026-04-21
Last updated on: 2026-04-22
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| genesys | latitude | 25.1.0.420 |
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 a SQL injection issue found in Genesys Latitude version 25.1.0.420. It allows an authenticated attacker to execute arbitrary SQL queries on the backend database because user input is not properly sanitized before being included in SQL statements.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with authentication to manipulate the backend database by executing arbitrary SQL commands. This could lead to unauthorized data access, data modification, or deletion, potentially compromising the integrity and confidentiality of the data stored in the system.