2023-01-26 21:06:25 +00:00
{
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
"CVE_data_meta" : {
"ID" : "CVE-2023-0481" ,
2023-02-24 18:00:34 +00:00
"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"
}
]
2023-01-26 21:06:25 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2023-02-24 18:00:34 +00:00
"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."
2023-01-26 21:06:25 +00:00
}
]
}
}