cvelist/2024/11xxx/CVE-2024-11403.json
2024-11-25 14:00:30 +00:00

100 lines
4.3 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-11403",
"ASSIGNER": "security@google.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "There exists an out of bounds read/write in LibJXL versions prior to commit\u00a09cc451b91b74ba470fd72bd48c121e9f33d24c99. The JPEG decoder used by the JPEG XL encoder\u00a0when doing JPEG recompression (i.e. if using JxlEncoderAddJPEGFrame on untrusted input) does not properly check bounds in the presence of incomplete codes. This could lead to an out-of-bounds write. In jpegli which is released as part of the same project, the same vulnerability is present. However, the relevant buffer is part of a bigger structure, and the code makes no assumptions on the values that could be overwritten. The issue could however cause jpegli to read uninitialised memory, or addresses of functions."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-787 Out-of-bounds Write",
"cweId": "CWE-787"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-125 Out-of-bounds Read",
"cweId": "CWE-125"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "libjxl",
"product": {
"product_data": [
{
"product_name": "libjxl",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0.11.0",
"version_value": "9cc451b91b74ba470fd72bd48c121e9f33d24c99"
},
{
"version_affected": "<",
"version_name": "0.10.0-2",
"version_value": "9cc451b91b74ba470fd72bd48c121e9f33d24c99"
},
{
"version_affected": "<",
"version_name": "0.9.0-3",
"version_value": "9cc451b91b74ba470fd72bd48c121e9f33d24c99"
},
{
"version_affected": "<",
"version_name": "0.8.0-3",
"version_value": "9cc451b91b74ba470fd72bd48c121e9f33d24c99"
},
{
"version_affected": "<",
"version_name": "0.7.0-1",
"version_value": "9cc451b91b74ba470fd72bd48c121e9f33d24c99"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/libjxl/libjxl/commit/9cc451b91b74ba470fd72bd48c121e9f33d24c99",
"refsource": "MISC",
"name": "https://github.com/libjxl/libjxl/commit/9cc451b91b74ba470fd72bd48c121e9f33d24c99"
}
]
},
"generator": {
"engine": "Vulnogram 0.2.0"
},
"source": {
"discovery": "UNKNOWN"
}
}