mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
808 B
Markdown
18 lines
808 B
Markdown
### [CVE-2024-25941](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-25941)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The jail(2) system call has not limited a visiblity of allocated TTYs (the kern.ttys sysctl). This gives rise to an information leak about processes outside the current jail.Attacker can get information about TTYs allocated on the host or in other jails. Effectively, the information printed by "pstat -t" may be leaked.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|