cve/2022/CVE-2022-48588.md
2024-06-18 02:51:15 +02:00

18 lines
848 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2022-48588](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-48588)
![](https://img.shields.io/static/v1?label=Product&message=SL%201&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-78%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20OS%20Command&color=brighgreen)
### Description
A SQL injection vulnerability exists in the “schedule editor decoupled” 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.
### POC
#### Reference
- https://www.securifera.com/advisories/cve-2022-48588/
#### Github
No PoCs found on GitHub currently.