2023-05-05 20:00:27 +02:00
{
"id" : "CVE-2023-32269" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2023-05-05T17:15:09.623" ,
2023-05-12 02:00:26 +02:00
"lastModified" : "2023-05-11T23:04:37.600" ,
"vulnStatus" : "Analyzed" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-05-05 20:00:27 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue was discovered in the Linux kernel before 6.1.11. In net/netrom/af_netrom.c, there is a use-after-free because accept is also allowed for a successfully connected AF_NETROM socket. However, in order for an attacker to exploit this, the system must have netrom routing configured or the attacker must have the CAP_NET_ADMIN capability."
}
] ,
2023-05-12 02:00:26 +02:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 6.7 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 0.8 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-416"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "6.1.11" ,
"matchCriteriaId" : "345F000B-5A9F-41D4-831B-E85C394DDAE4"
}
]
}
]
}
] ,
2023-05-05 20:00:27 +02:00
"references" : [
{
"url" : "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.11" ,
2023-05-12 02:00:26 +02:00
"source" : "cve@mitre.org" ,
"tags" : [
"Release Notes"
]
2023-05-05 20:00:27 +02:00
} ,
{
"url" : "https://github.com/torvalds/linux/commit/611792920925fb088ddccbe2783c7f92fdfb6b64" ,
2023-05-12 02:00:26 +02:00
"source" : "cve@mitre.org" ,
"tags" : [
"Patch"
]
2023-05-05 20:00:27 +02:00
}
]
}