2023-05-10 02:00:27 +02:00
{
"id" : "CVE-2023-2156" ,
"sourceIdentifier" : "secalert@redhat.com" ,
"published" : "2023-05-09T22:15:10.133" ,
2024-02-03 03:00:28 +00:00
"lastModified" : "2024-02-03T02:34:33.277" ,
"vulnStatus" : "Analyzed" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-05-10 02:00:27 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "A flaw was found in the networking subsystem of the Linux kernel within the handling of the RPL protocol. This issue results from the lack of proper handling of user-supplied data, which can lead to an assertion failure. This may allow an unauthenticated remote attacker to create a denial of service condition on the system."
}
] ,
2023-05-16 22:00:27 +02:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
2023-05-10 02:00:27 +02:00
"weaknesses" : [
2023-05-16 22:00:27 +02:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-617"
}
]
} ,
2023-05-10 02:00:27 +02:00
{
"source" : "secalert@redhat.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-617"
}
]
}
] ,
2023-05-16 22:00:27 +02:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
2024-02-03 03:00:28 +00:00
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.7" ,
"versionEndExcluding" : "5.10.184" ,
"matchCriteriaId" : "F67355C8-A64B-4676-8228-D06DFF4D37F1"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.117" ,
"matchCriteriaId" : "3533752B-917D-4DDA-B50D-01F987C374D0"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "6.1.34" ,
"matchCriteriaId" : "827DE634-7B30-489B-8DA2-F753BE881D9B"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2" ,
"versionEndExcluding" : "6.2.13" ,
"matchCriteriaId" : "BFF8B56C-0201-4D6A-901E-C9C643C04FF6"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.3" ,
"versionEndExcluding" : "6.3.8" ,
"matchCriteriaId" : "B8391DAA-AA40-472B-AA05-CD3BD1E7E1E0"
2023-05-16 22:00:27 +02:00
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "7F6FB57C-2BC7-487C-96DD-132683AEB35D"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9"
}
]
}
]
2024-02-03 03:00:28 +00:00
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73"
}
]
}
]
2023-05-16 22:00:27 +02:00
}
] ,
2023-05-10 02:00:27 +02:00
"references" : [
2023-05-17 22:00:34 +00:00
{
"url" : "http://www.openwall.com/lists/oss-security/2023/05/17/8" ,
2024-02-03 03:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Mailing List"
]
2023-05-17 22:00:34 +00:00
} ,
{
"url" : "http://www.openwall.com/lists/oss-security/2023/05/17/9" ,
2024-02-03 03:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Mailing List"
]
2023-05-17 22:00:34 +00:00
} ,
2023-05-18 10:00:39 +00:00
{
"url" : "http://www.openwall.com/lists/oss-security/2023/05/18/1" ,
2024-02-03 03:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Mailing List"
]
2023-05-18 10:00:39 +00:00
} ,
2023-05-19 16:00:34 +00:00
{
"url" : "http://www.openwall.com/lists/oss-security/2023/05/19/1" ,
2024-02-03 03:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Mailing List"
]
2023-05-19 16:00:34 +00:00
} ,
2023-05-10 02:00:27 +02:00
{
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=2196292" ,
2023-05-16 22:00:27 +02:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Issue Tracking" ,
"Third Party Advisory"
]
2023-05-10 02:00:27 +02:00
} ,
2023-08-02 18:00:41 +00:00
{
"url" : "https://lists.debian.org/debian-lts-announce/2023/08/msg00001.html" ,
2024-02-03 03:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2023-08-02 18:00:41 +00:00
} ,
2023-06-22 16:00:29 +00:00
{
"url" : "https://security.netapp.com/advisory/ntap-20230622-0001/" ,
2024-02-03 03:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2023-06-22 16:00:29 +00:00
} ,
2023-07-06 06:00:29 +00:00
{
"url" : "https://www.debian.org/security/2023/dsa-5448" ,
2024-02-03 03:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
2023-07-06 06:00:29 +00:00
} ,
2023-07-17 06:00:28 +00:00
{
"url" : "https://www.debian.org/security/2023/dsa-5453" ,
2024-02-03 03:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
2023-07-17 06:00:28 +00:00
} ,
2023-05-10 02:00:27 +02:00
{
"url" : "https://www.zerodayinitiative.com/advisories/ZDI-23-547/" ,
2023-05-16 22:00:27 +02:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
2023-05-10 02:00:27 +02:00
}
]
}