cvelist/2023/42xxx/CVE-2023-42753.json

238 lines
10 KiB
JSON
Raw Normal View History

2023-09-13 12:00:36 +00:00
{
2023-09-25 21:00:35 +00:00
"data_version": "4.0",
2023-09-13 12:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-42753",
2023-09-25 21:00:35 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
2023-09-13 12:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-09-25 21:00:35 +00:00
"value": "An array indexing vulnerability was found in the netfilter subsystem of the Linux kernel. A missing macro could lead to a miscalculation of the `h->nets` array offset, providing attackers with the primitive to arbitrarily increment/decrement a memory buffer out-of-bound. This issue may allow a local user to crash the system or potentially escalate their privileges on the system."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Out-of-bounds Write",
"cweId": "CWE-787"
}
]
}
]
},
"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.6-rc1",
"status": "unaffected"
}
]
}
}
]
}
}
]
}
},
{
"vendor_name": "Red Hat",
"product": {
"product_data": [
2023-11-21 12:00:35 +00:00
{
"product_name": "Red Hat Enterprise Linux 9.2 Extended Update Support",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "0:5.14.0-284.40.1.rt14.325.el9_2",
"lessThan": "*",
"versionType": "rpm",
"status": "unaffected"
}
],
"defaultStatus": "affected"
}
}
]
}
},
2023-09-25 21:00:35 +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": "affected"
}
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
}
]
}
},
{
"product_name": "Red Hat Enterprise Linux 8",
"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"
}
}
]
}
},
{
"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": [
{
2023-11-21 12:00:35 +00:00
"url": "https://access.redhat.com/errata/RHSA-2023:7379",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2023:7379"
},
{
2023-09-25 21:00:35 +00:00
"url": "https://access.redhat.com/security/cve/CVE-2023-42753",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/CVE-2023-42753"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239843",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2239843"
},
2023-11-08 21:00:37 +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-09-27 15:00:05 +00:00
{
"url": "https://seclists.org/oss-sec/2023/q3/216",
"refsource": "MISC",
"name": "https://seclists.org/oss-sec/2023/q3/216"
},
2023-09-25 21:00:35 +00:00
{
"url": "https://www.openwall.com/lists/oss-security/2023/09/22/10",
"refsource": "MISC",
"name": "https://www.openwall.com/lists/oss-security/2023/09/22/10"
}
]
},
2023-09-28 16:00:35 +00:00
"work_around": [
{
"lang": "en",
"value": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible."
}
],
2023-09-25 21:00:35 +00:00
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
2023-09-13 12:00:36 +00:00
}
]
}
}