2024-01-11 08:00:38 +00:00
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org" ,
2024-03-07 14:00:46 +00:00
"ID" : "CVE-2024-22857" ,
"STATE" : "PUBLIC"
2024-01-11 08:00:38 +00:00
} ,
2024-03-07 14:00:46 +00:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "n/a" ,
"version" : {
"version_data" : [
{
"version_value" : "n/a"
}
]
}
}
]
} ,
"vendor_name" : "n/a"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2024-01-11 08:00:38 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-04-10 19:06:13 +00:00
"value" : "Heap based buffer flow in zlog v1.1.0 to v1.2.17 in zlog_rule_new().The size of record_name is MAXLEN_PATH(1024) + 1 but file_path may have data upto MAXLEN_CFG_LINE(MAXLEN_PATH*4) + 1. So a check was missing in zlog_rule_new() while copying the record_name from file_path + 1 which caused the buffer overflow. An attacker can exploit this vulnerability to overwrite the zlog_record_fn record_func function pointer to get arbitrary code execution or potentially cause remote code execution (RCE)."
2024-03-07 14:00:46 +00:00
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "n/a"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"refsource" : "MISC" ,
"name" : "https://github.com/HardySimpson/zlog/" ,
"url" : "https://github.com/HardySimpson/zlog/"
} ,
{
"refsource" : "MISC" ,
"name" : "https://github.com/HardySimpson/zlog/blob/1a7b1a6fb956b92a4079ccc91f30da21f34ca063/src/rule.h#L30" ,
"url" : "https://github.com/HardySimpson/zlog/blob/1a7b1a6fb956b92a4079ccc91f30da21f34ca063/src/rule.h#L30"
} ,
{
"refsource" : "MISC" ,
"name" : "https://www.cybersecurity-help.cz/vdb/SB2024022842" ,
"url" : "https://www.cybersecurity-help.cz/vdb/SB2024022842"
2024-04-10 19:06:13 +00:00
} ,
{
"refsource" : "MISC" ,
"name" : "https://github.com/HardySimpson/zlog/pull/251" ,
"url" : "https://github.com/HardySimpson/zlog/pull/251"
2024-04-19 01:00:34 +00:00
} ,
{
"refsource" : "MISC" ,
"name" : "https://www.ebryx.com/blogs/arbitrary-code-execution-in-zlog-cve-2024-22857" ,
"url" : "https://www.ebryx.com/blogs/arbitrary-code-execution-in-zlog-cve-2024-22857"
2024-01-11 08:00:38 +00:00
}
]
}
}