CVE-2023-0481
24.02.2023, 18:15
In RestEasy Reactive implementation of Quarkus the insecure File.createTempFile() is used in the FileBodyHandler class which creates temp files with insecure permissions that could be read by a local user.Enginsight
Vendor | Product | Version |
---|---|---|
quarkus | quarkus | 𝑥 < 2.16.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-378 - Creation of Temporary File With Insecure PermissionsOpening temporary files without appropriate measures or controls can leave the file, its contents and any function that it impacts vulnerable to attack.
- CWE-668 - Exposure of Resource to Wrong SphereThe product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource.