mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 09:09:31 +02:00
18 lines
825 B
Markdown
18 lines
825 B
Markdown
### [CVE-2020-7959](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7959)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
LabVantage LIMS 8.3 does not properly maintain the confidentiality of database names. For example, the web application exposes the database name. An attacker might be able to enumerate database names by providing his own database name in a request, because the response will return an 'Unrecognized Database exception message if the database does not exist.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/48090
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|