cve/2018/CVE-2018-12520.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-12520](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12520)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
An issue was discovered in ntopng 3.4 before 3.4.180617. The PRNG involved in the generation of session IDs is not seeded at program startup. This results in deterministic session IDs being allocated for active user sessions. An attacker with foreknowledge of the operating system and standard library in use by the host running the service and the username of the user whose session they're targeting can abuse the deterministic random number generation in order to hijack the user's session, thus escalating their access.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2018/Jul/14
2024-06-09 00:33:16 +00:00
- http://seclists.org/fulldisclosure/2018/Jul/14
2024-05-26 14:27:05 +02:00
- https://gist.github.com/Psychotropos/3e8c047cada9b1fb716e6a014a428b7f
2024-06-09 00:33:16 +00:00
- https://gist.github.com/Psychotropos/3e8c047cada9b1fb716e6a014a428b7f
2024-05-26 14:27:05 +02:00
- https://www.exploit-db.com/exploits/44973/
2024-06-09 00:33:16 +00:00
- https://www.exploit-db.com/exploits/44973/
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.