CVE-2022-48595
09.08.2023, 19:15
A SQL injection vulnerability exists in the ticket template watchers feature of the ScienceLogic SL1 that takes unsanitized usercontrolled input and passes it directly to a SQL query. This allows for the injection of arbitrary SQL before being executed against the database.
Vendor | Product | Version |
---|---|---|
sciencelogic | sl1 | 𝑥 ≤ 11.1.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')The software constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
- CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')The software 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.