cve/2024/CVE-2024-12245.md

19 lines
1016 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-12245](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-12245)
![](https://img.shields.io/static/v1?label=Product&message=LogicalDOC%20Community&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=LogicalDOC%20Enterprise&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-89%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20SQL%20Command%20('SQL%20Injection')&color=brighgreen)
### Description
Logout functionality contains a blind SQL injection that can be exploited by unauthenticated attackers. Using a time-based blind SQLi technique the attacker can disclose all database contents. Account takeover is a potential outcome depending on the presence or lack thereof entries in certain database tables.
### POC
#### Reference
- https://www.blackduck.com/blog/cyrc-advisory-logicaldoc.html
#### Github
No PoCs found on GitHub currently.