Files
CVEs-PoC/2018/CVE-2018-1115.md
T
2024-05-26 14:27:05 +02:00

18 lines
758 B
Markdown

### [CVE-2018-1115](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1115)
![](https://img.shields.io/static/v1?label=Product&message=postgresql&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-732&color=brighgreen)
### Description
postgresql before versions 10.4, 9.6.9 is vulnerable in the adminpack extension, the pg_catalog.pg_logfile_rotate() function doesn't follow the same ACLs than pg_rorate_logfile. If the adminpack is added to a database, an attacker able to connect to it could exploit this to force log rotation.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Live-Hack-CVE/CVE-2018-1115