2023-07-18 02:00:29 +00:00
{
"id" : "CVE-2023-38431" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2023-07-18T00:15:09.707" ,
2024-06-18 16:03:10 +00:00
"lastModified" : "2024-06-18T15:10:03.177" ,
2023-12-15 17:00:28 +00:00
"vulnStatus" : "Analyzed" ,
2023-07-18 02:00:29 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue was discovered in the Linux kernel before 6.3.8. fs/smb/server/connection.c in ksmbd does not validate the relationship between the NetBIOS header's length field and the SMB header sizes, via pdu_size in ksmbd_conn_handler_loop, leading to an out-of-bounds read."
}
] ,
2023-07-27 18:00:32 +00: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:H/I:N/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 9.1 ,
"baseSeverity" : "CRITICAL"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 5.2
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-125"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
2023-12-15 17:00:28 +00:00
"versionStartIncluding" : "5.15" ,
2024-06-18 16:03:10 +00:00
"versionEndExcluding" : "5.15.145" ,
"matchCriteriaId" : "6943BD04-722B-4B0F-810D-A5086EA877BB"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
2023-12-15 17:00:28 +00:00
"versionEndExcluding" : "6.1.34" ,
2024-06-18 16:03:10 +00:00
"matchCriteriaId" : "827DE634-7B30-489B-8DA2-F753BE881D9B"
2023-12-15 17:00:28 +00:00
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2" ,
2023-07-27 18:00:32 +00:00
"versionEndExcluding" : "6.3.8" ,
2023-12-15 17:00:28 +00:00
"matchCriteriaId" : "7F3A71BC-4CD9-4F21-A84B-E615C990B4ED"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:netapp:solidfire_\\&_hci_management_node:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "D6D700C5-F67F-4FFB-BE69-D524592A3D2E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:h:netapp:h300s:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "9F9C8C20-42EB-4AB5-BD97-212DEB070C43"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:h:netapp:h410s:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "8497A4C9-8474-4A62-8331-3FE862ED4098"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:h:netapp:h500s:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "E63D8B0F-006E-4801-BF9D-1C001BBFB4F9"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:h:netapp:h700s:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "B06F4839-D16A-4A61-9BB5-55B13F41E47F"
2023-07-27 18:00:32 +00:00
}
]
}
]
}
] ,
2023-07-18 02:00:29 +00:00
"references" : [
{
"url" : "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.8" ,
2023-07-27 18:00:32 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Release Notes"
]
2023-07-18 02:00:29 +00:00
} ,
{
"url" : "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/smb/server?id=368ba06881c395f1c9a7ba22203cf8d78b4addc0" ,
2023-07-27 18:00:32 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Patch"
]
2023-08-24 20:00:31 +00:00
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20230824-0011/" ,
2023-12-15 17:00:28 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Third Party Advisory"
]
2023-07-18 02:00:29 +00:00
}
]
}