cvelist/2024/0xxx/CVE-2024-0340.json

187 lines
8.5 KiB
JSON
Raw Normal View History

2024-01-09 14:00:32 +00:00
{
2024-01-09 18:00:39 +00:00
"data_version": "4.0",
2024-01-09 14:00:32 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-0340",
2024-01-09 18:00:39 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
2024-01-09 14:00:32 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-01-09 18:00:39 +00:00
"value": "A vulnerability was found in vhost_new_msg in drivers/vhost/vhost.c in the Linux kernel, which does not properly initialize memory in messages passed between virtual guests and the host operating system in the vhost/vhost.c:vhost_new_msg() function. This issue can allow local privileged users to read some kernel memory contents when reading from the /dev/vhost-net device file."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Exposure of Sensitive Information to an Unauthorized Actor",
"cweId": "CWE-200"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Red Hat",
"product": {
"product_data": [
{
2024-06-05 06:00:34 +00:00
"product_name": "Red Hat Enterprise Linux 8",
2024-01-09 18:00:39 +00:00
"version": {
"version_data": [
2024-06-05 06:00:34 +00:00
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
2024-06-05 17:00:33 +00:00
"version": "0:4.18.0-553.5.1.rt7.346.el8_10",
2024-06-05 06:00:34 +00:00
"lessThan": "*",
"versionType": "rpm",
"status": "unaffected"
}
],
"defaultStatus": "affected"
}
},
2024-01-09 18:00:39 +00:00
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
2024-06-05 17:00:33 +00:00
"versions": [
{
"version": "0:4.18.0-553.5.1.el8_10",
"lessThan": "*",
"versionType": "rpm",
"status": "unaffected"
}
],
2024-04-10 19:00:51 +00:00
"defaultStatus": "affected"
2024-01-09 18:00:39 +00:00
}
}
]
}
},
{
2024-06-05 06:00:34 +00:00
"product_name": "Red Hat Enterprise Linux 6",
2024-01-09 18:00:39 +00:00
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
2024-04-10 19:00:51 +00:00
"defaultStatus": "affected"
2024-01-09 18:00:39 +00:00
}
}
]
}
},
{
2024-06-05 06:00:34 +00:00
"product_name": "Red Hat Enterprise Linux 7",
2024-01-09 18:00:39 +00:00
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
2024-05-17 16:00:35 +00:00
"defaultStatus": "affected"
2024-01-09 18:00:39 +00:00
}
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
2024-05-17 16:00:35 +00:00
"defaultStatus": "affected"
2024-01-09 18:00:39 +00:00
}
}
]
}
},
{
"product_name": "Red Hat Enterprise Linux 9",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
2024-05-17 16:00:35 +00:00
"defaultStatus": "affected"
2024-01-09 18:00:39 +00:00
}
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
2024-05-17 16:00:35 +00:00
"defaultStatus": "affected"
2024-01-09 18:00:39 +00:00
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
2024-06-05 06:00:34 +00:00
{
"url": "https://access.redhat.com/errata/RHSA-2024:3618",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2024:3618"
},
2024-06-05 17:00:33 +00:00
{
"url": "https://access.redhat.com/errata/RHSA-2024:3627",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2024:3627"
},
2024-01-09 18:00:39 +00:00
{
"url": "https://access.redhat.com/security/cve/CVE-2024-0340",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/CVE-2024-0340"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2257406",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2257406"
},
{
"url": "https://lore.kernel.org/lkml/5kn47peabxjrptkqa6dwtyus35ahf4pcj4qm4pumse33kxqpjw@mec4se5relrc/T/",
"refsource": "MISC",
"name": "https://lore.kernel.org/lkml/5kn47peabxjrptkqa6dwtyus35ahf4pcj4qm4pumse33kxqpjw@mec4se5relrc/T/"
2024-06-25 23:00:48 +00:00
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html"
2024-06-27 13:00:51 +00:00
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html"
2024-01-09 18:00:39 +00:00
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
2024-01-09 14:00:32 +00:00
}
]
}
}