2023-07-18 02:00:29 +00:00
{
"id" : "CVE-2023-38432" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2023-07-18T00:15:09.750" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:13:33.703" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-07-18 02:00:29 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue was discovered in the Linux kernel before 6.3.10. fs/smb/server/smb2misc.c in ksmbd does not validate the relationship between the command payload size and the RFC1002 length specification, 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" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 9.1 ,
"baseSeverity" : "CRITICAL" ,
2023-07-27 18:00:32 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-07-27 18:00:32 +00:00
} ,
"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-22 19:00:28 +00:00
"versionStartIncluding" : "5.15" ,
"versionEndExcluding" : "5.15.121" ,
"matchCriteriaId" : "D80EAC0B-0800-4E58-A184-64A1FA7F7EB2"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "6.1.36" ,
"matchCriteriaId" : "989E8FC0-FE5E-4486-9391-FE0521B2326E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2" ,
2023-07-27 18:00:32 +00:00
"versionEndExcluding" : "6.3.10" ,
2023-12-22 19:00:28 +00:00
"matchCriteriaId" : "9E91549C-3A35-4895-992D-EAD48CAD6C38"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:netapp:solidfire:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "A6E9EF0C-AFA8-4F7B-9FDC-1E0F7C26E737"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:netapp:solidfire_\\&_hci_storage_node:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "D452B464-1200-4B72-9A89-42DC58486191"
} ,
{
"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.10" ,
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=2b9b8f3b68edb3d67d79962f02e26dbb5ae3808d" ,
2023-07-27 18:00:32 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Patch"
]
2023-08-31 20:00:28 +00:00
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20230831-0002/" ,
2023-12-22 19:00:28 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.3.10" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/smb/server?id=2b9b8f3b68edb3d67d79962f02e26dbb5ae3808d" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20230831-0002/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
2023-07-18 02:00:29 +00:00
}
]
}