cvelist/2023/4xxx/CVE-2023-4001.json

178 lines
8.0 KiB
JSON
Raw Normal View History

2023-07-28 21:00:33 +00:00
{
2024-01-15 12:00:40 +00:00
"data_version": "4.0",
2023-07-28 21:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-4001",
2024-01-15 12:00:40 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
2023-07-28 21:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-01-15 12:00:40 +00:00
"value": "An authentication bypass flaw was found in GRUB due to the way that GRUB uses the UUID of a device to search for the configuration file that contains the password hash for the GRUB password protection feature. An attacker capable of attaching an external drive such as a USB stick containing a file system with a duplicate UUID (the same as in the \"/boot/\" file system) can bypass the GRUB password protection feature on UEFI systems, which enumerate removable drives before non-removable ones. This issue was introduced in a downstream patch in Red Hat's version of grub2 and does not affect the upstream package."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Authentication Bypass by Spoofing",
"cweId": "CWE-290"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Red Hat",
"product": {
"product_data": [
{
2024-01-25 20:00:37 +00:00
"product_name": "Red Hat Enterprise Linux 9",
2024-01-15 12:00:40 +00:00
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
2024-01-25 20:00:37 +00:00
"versions": [
{
"version": "1:2.06-70.el9_3.2",
"lessThan": "*",
"versionType": "rpm",
"status": "unaffected"
}
],
"defaultStatus": "affected"
2024-01-15 12:00:40 +00:00
}
}
]
}
},
{
2024-01-25 20:00:37 +00:00
"product_name": "Red Hat Enterprise Linux 9.0 Extended Update Support",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "1:2.06-27.el9_0.16",
"lessThan": "*",
"versionType": "rpm",
"status": "unaffected"
}
],
"defaultStatus": "affected"
}
}
]
}
},
{
"product_name": "Red Hat Enterprise Linux 9.2 Extended Update Support",
2024-01-15 12:00:40 +00:00
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
2024-01-25 20:00:37 +00:00
"versions": [
{
"version": "1:2.06-61.el9_2.2",
"lessThan": "*",
"versionType": "rpm",
"status": "unaffected"
}
],
2024-01-15 12:00:40 +00:00
"defaultStatus": "affected"
}
}
]
}
2024-01-25 20:00:37 +00:00
},
{
"product_name": "Red Hat Enterprise Linux 8",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "unaffected"
}
}
]
}
2024-01-15 12:00:40 +00:00
}
]
}
}
]
}
},
"references": {
"reference_data": [
2024-01-25 20:00:37 +00:00
{
"url": "https://access.redhat.com/errata/RHSA-2024:0437",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2024:0437"
},
{
"url": "https://access.redhat.com/errata/RHSA-2024:0456",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2024:0456"
},
{
"url": "https://access.redhat.com/errata/RHSA-2024:0468",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2024:0468"
},
2024-01-15 12:00:40 +00:00
{
"url": "https://access.redhat.com/security/cve/CVE-2023-4001",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/CVE-2023-4001"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224951",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2224951"
},
{
"url": "https://dfir.ru/2024/01/15/cve-2023-4001-a-vulnerability-in-the-downstream-grub-boot-manager/",
"refsource": "MISC",
"name": "https://dfir.ru/2024/01/15/cve-2023-4001-a-vulnerability-in-the-downstream-grub-boot-manager/"
}
]
},
"credits": [
{
"lang": "en",
"value": "Red Hat would like to thank Maxim Suhanov for reporting this issue."
}
],
"impact": {
"cvss": [
{
2024-01-25 23:00:36 +00:00
"attackComplexity": "LOW",
2024-01-15 12:00:40 +00:00
"attackVector": "PHYSICAL",
2024-01-25 23:00:36 +00:00
"availabilityImpact": "HIGH",
"baseScore": 6.8,
2024-01-15 12:00:40 +00:00
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
2024-01-25 23:00:36 +00:00
"privilegesRequired": "NONE",
2024-01-15 12:00:40 +00:00
"scope": "UNCHANGED",
"userInteraction": "NONE",
2024-01-25 23:00:36 +00:00
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
2024-01-15 12:00:40 +00:00
"version": "3.1"
2023-07-28 21:00:33 +00:00
}
]
}
}