cvelist/2024/4xxx/CVE-2024-4810.json

112 lines
3.9 KiB
JSON
Raw Normal View History

2024-05-13 03:00:35 +00:00
{
2024-05-14 02:00:32 +00:00
"data_version": "4.0",
2024-05-13 03:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-4810",
2024-05-14 02:00:32 +00:00
"ASSIGNER": "security@openanolis.org",
"STATE": "PUBLIC"
2024-05-13 03:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-14 02:00:32 +00:00
"value": "In register_device, the return value of ida_simple_get is unchecked,\nin witch ida_simple_get will use an invalid index value.\n\nTo address this issue, index should be checked after ida_simple_get. When\nthe index value is abnormal, a warning message should be printed, the port\nshould be dropped, and the value should be recorded.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-476 NULL Pointer Dereference",
"cweId": "CWE-476"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Linux kernel",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "v4.11-rc4",
"version_value": "v6.9-rc7"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.openanolis.cn/show_bug.cgi?id=9008",
"refsource": "MISC",
"name": "https://bugzilla.openanolis.cn/show_bug.cgi?id=9008"
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"source": {
"discovery": "UNKNOWN"
},
"solution": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "<a target=\"_blank\" rel=\"nofollow\" href=\"https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?id=fbf740aeb86a4fe82ad158d26d711f2f3be79b3e\">https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?id=fbf740aeb86a4fe82ad1...</a><br>"
}
],
"value": " https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?id=fbf740aeb86a4fe82ad1... https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/ \n"
}
],
"credits": [
{
"lang": "en",
"value": "Huai-Yuan Liu <qq810974084@gmail.com>"
},
{
"lang": "en",
"value": "\u767d\u5bb6\u9a79 <baijiaju@buaa.edu.cn>"
}
],
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:N/A:H",
"version": "3.1"
2024-05-13 03:00:35 +00:00
}
]
}
}