cvelist/2022/27xxx/CVE-2022-27114.json

72 lines
2.5 KiB
JSON
Raw Normal View History

2022-03-14 07:01:38 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2022-05-09 17:01:45 +00:00
"ID": "CVE-2022-27114",
"STATE": "PUBLIC"
2022-03-14 07:01:38 +00:00
},
2022-05-09 17:01:45 +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",
2022-03-14 07:01:38 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-05-09 17:01:45 +00:00
"value": "There is a vulnerability in htmldoc 1.9.16. In image_load_jpeg function image.cxx when it calls malloc,'img->width' and 'img->height' they are large enough to cause an integer overflow. So, the malloc function may return a heap blosmaller than the expected size, and it will cause a buffer overflow/Address boundary error in the jpeg_read_scanlines function."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/michaelrsweet/htmldoc/commit/31f780487e5ddc426888638786cdc47631687275",
"refsource": "MISC",
"name": "https://github.com/michaelrsweet/htmldoc/commit/31f780487e5ddc426888638786cdc47631687275"
},
{
"url": "https://github.com/michaelrsweet/htmldoc/issues/471",
"refsource": "MISC",
"name": "https://github.com/michaelrsweet/htmldoc/issues/471"
2022-05-13 21:01:49 +00:00
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20220513 [SECURITY] [DLA 3004-1] htmldoc security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00014.html"
2022-03-14 07:01:38 +00:00
}
]
}
}