mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 03:02:23 +02:00
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
### [CVE-2021-28168](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28168)
|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Eclipse Jersey 2.28 to 2.33 and Eclipse Jersey 3.0.0 to 3.0.1 contains a local information disclosure vulnerability. This is due to the use of the File.createTempFile which creates a file inside of the system temporary directory with the permissions: -rw-r--r--. Thus the contents of this file are viewable by all other users locally on the system. As such, if the contents written is security sensitive, it can be disclosed to other local users.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/eclipse-ee4j/jersey/pull/4712
|
|
- https://www.oracle.com/security-alerts/cpuapr2022.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|