cvelist/2023/3xxx/CVE-2023-3611.json

120 lines
4.3 KiB
JSON
Raw Normal View History

2023-07-10 21:00:38 +00:00
{
2023-07-21 21:00:34 +00:00
"data_version": "4.0",
2023-07-10 21:00:38 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-3611",
2023-07-21 21:00:34 +00:00
"ASSIGNER": "security@google.com",
"STATE": "PUBLIC"
2023-07-10 21:00:38 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-07-21 21:00:34 +00:00
"value": "An out-of-bounds write vulnerability in the Linux kernel's net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\n\nThe qfq_change_agg() function in net/sched/sch_qfq.c allows an out-of-bounds write because lmax is updated according to packet sizes without bounds checks.\n\nWe recommend upgrading past commit 3e337087c3b5805fe0b8a46ba622a962880b5d64.\n\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-787 Out-of-bounds Write",
"cweId": "CWE-787"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Kernel",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "3.8",
"version_value": "6.5"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3e337087c3b5805fe0b8a46ba622a962880b5d64",
"refsource": "MISC",
"name": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3e337087c3b5805fe0b8a46ba622a962880b5d64"
},
{
"url": "https://kernel.dance/3e337087c3b5805fe0b8a46ba622a962880b5d64",
"refsource": "MISC",
"name": "https://kernel.dance/3e337087c3b5805fe0b8a46ba622a962880b5d64"
2023-08-19 18:00:39 +00:00
},
{
"url": "https://www.debian.org/security/2023/dsa-5480",
"refsource": "MISC",
"name": "https://www.debian.org/security/2023/dsa-5480"
2023-09-08 17:00:35 +00:00
},
{
"url": "https://security.netapp.com/advisory/ntap-20230908-0002/",
"refsource": "MISC",
"name": "https://security.netapp.com/advisory/ntap-20230908-0002/"
2023-09-10 12:00:34 +00:00
},
{
"url": "https://www.debian.org/security/2023/dsa-5492",
"refsource": "MISC",
"name": "https://www.debian.org/security/2023/dsa-5492"
2023-10-20 00:00:39 +00:00
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00027.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2023/10/msg00027.html"
2023-07-21 21:00:34 +00:00
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"source": {
"discovery": "EXTERNAL"
},
2023-07-22 10:00:33 +00:00
"credits": [
{
"lang": "en",
"value": "Lion"
}
],
2023-07-21 21:00:34 +00:00
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
2023-07-10 21:00:38 +00:00
}
]
}
}