cvelist/2023/0xxx/CVE-2023-0481.json
2023-02-24 18:00:34 +00:00

62 lines
1.8 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2023-0481",
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "Quarkus",
"version": {
"version_data": [
{
"version_value": "Fixed in 2.16.1"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-378"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://github.com/quarkusio/quarkus/pull/30694",
"url": "https://github.com/quarkusio/quarkus/pull/30694"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "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."
}
]
}
}