cvelist/2023/6xxx/CVE-2023-6546.json

248 lines
11 KiB
JSON
Raw Normal View History

2023-12-06 08:00:36 +00:00
{
2023-12-21 21:00:36 +00:00
"data_version": "4.0",
2023-12-06 08:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-6546",
2023-12-21 21:00:36 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
2023-12-06 08:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-12-21 21:00:36 +00:00
"value": "A race condition was found in the GSM 0710 tty multiplexor in the Linux kernel. This issue occurs when two threads execute the GSMIOC_SETCONF ioctl on the same tty file descriptor with the gsm line discipline enabled, and can lead to a use-after-free problem on a struct gsm_dlci while restarting the gsm mux. This could allow a local unprivileged user to escalate their privileges on the system."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Use After Free",
"cweId": "CWE-416"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "kernel",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.5-rc7",
"status": "unaffected"
}
]
}
}
]
}
}
]
}
},
{
"vendor_name": "Red Hat",
"product": {
"product_data": [
2024-02-21 04:00:34 +00:00
{
"product_name": "Red Hat Enterprise Linux 8.6 Extended Update Support",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "0:4.18.0-372.93.1.el8_6",
"lessThan": "*",
"versionType": "rpm",
"status": "unaffected"
}
],
"defaultStatus": "affected"
}
}
]
}
},
{
"product_name": "Red Hat Virtualization 4 for Red Hat Enterprise Linux 8",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "0:4.18.0-372.93.1.el8_6",
"lessThan": "*",
"versionType": "rpm",
"status": "unaffected"
}
],
"defaultStatus": "affected"
}
}
]
}
},
2023-12-21 21:00:36 +00:00
{
"product_name": "Red Hat Enterprise Linux 6",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "unaffected"
}
}
]
}
},
{
"product_name": "Red Hat Enterprise Linux 7",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "unaffected"
}
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "unaffected"
}
}
]
}
},
{
"product_name": "Red Hat Enterprise Linux 8",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
}
]
}
},
{
"product_name": "Red Hat Enterprise Linux 9",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
}
]
}
}
]
}
},
{
"vendor_name": "Fedora",
"product": {
"product_data": [
{
"product_name": "Fedora",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
2024-02-21 04:00:34 +00:00
{
"url": "https://access.redhat.com/errata/RHSA-2024:0930",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2024:0930"
},
2023-12-21 21:00:36 +00:00
{
"url": "https://access.redhat.com/security/cve/CVE-2023-6546",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/CVE-2023-6546"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255498",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2255498"
},
{
"url": "https://github.com/torvalds/linux/commit/3c4f8333b582487a2d1e02171f1465531cde53e3",
"refsource": "MISC",
"name": "https://github.com/torvalds/linux/commit/3c4f8333b582487a2d1e02171f1465531cde53e3"
2024-01-10 10:00:38 +00:00
},
{
"url": "https://www.zerodayinitiative.com/advisories/ZDI-CAN-20527",
"refsource": "MISC",
"name": "https://www.zerodayinitiative.com/advisories/ZDI-CAN-20527"
2023-12-21 21:00:36 +00:00
}
]
},
"work_around": [
{
"lang": "en",
"value": "This flaw can be mitigated by preventing the affected `n_gsm` kernel module from being loaded. For instructions on how to blacklist a kernel module, please see https://access.redhat.com/solutions/41278."
}
],
"impact": {
"cvss": [
{
2024-02-21 04:00:34 +00:00
"attackComplexity": "HIGH",
2023-12-21 21:00:36 +00:00
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
2024-02-21 04:00:34 +00:00
"baseScore": 7,
2023-12-21 21:00:36 +00:00
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
2024-02-21 04:00:34 +00:00
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
2023-12-21 21:00:36 +00:00
"version": "3.1"
2023-12-06 08:00:36 +00:00
}
]
}
}