2024-11-05 19:03:21 +00:00
{
"id" : "CVE-2024-50120" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-11-05T18:15:15.023" ,
2024-11-08 19:03:25 +00:00
"lastModified" : "2024-11-08T18:04:08.080" ,
"vulnStatus" : "Analyzed" ,
2024-11-05 19:03:21 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: Handle kstrdup failures for passwords\n\nIn smb3_reconfigure(), after duplicating ctx->password and\nctx->password2 with kstrdup(), we need to check for allocation\nfailures.\n\nIf ses->password allocation fails, return -ENOMEM.\nIf ses->password2 allocation fails, free ses->password, set it\nto NULL, and return -ENOMEM."
2024-11-06 19:03:22 +00:00
} ,
{
"lang" : "es" ,
"value" : " En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: smb: cliente: Manejar errores de kstrdup para contrase\u00f1as. En smb3_reconfigure(), despu\u00e9s de duplicar ctx->password y ctx->password2 con kstrdup(), debemos verificar si hay errores de asignaci\u00f3n. Si la asignaci\u00f3n de ses->password falla, devuelva -ENOMEM. Si la asignaci\u00f3n de ses->password2 falla, libere ses->password, config\u00farelo en NULL y devuelva -ENOMEM."
2024-11-05 19:03:21 +00:00
}
] ,
2024-11-08 19:03:25 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-noinfo"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.6.24" ,
"versionEndExcluding" : "6.6.59" ,
"matchCriteriaId" : "4C017B9E-32C1-4A6A-8332-9D815CADA68C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.7.12" ,
"versionEndExcluding" : "6.8" ,
"matchCriteriaId" : "D6A2C3EC-DA7B-4144-8BAF-2DBB7E8CE4C7"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.8.3" ,
"versionEndExcluding" : "6.9" ,
"matchCriteriaId" : "9974CA02-5BD5-4DE2-9DC2-46DDF0748BB5"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.9" ,
"versionEndExcluding" : "6.11.6" ,
"matchCriteriaId" : "2132686D-AA83-479C-98CA-4B9F24436525"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:*" ,
"matchCriteriaId" : "7F361E1D-580F-4A2D-A509-7615F73167A1"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:*" ,
"matchCriteriaId" : "925478D0-3E3D-4E6F-ACD5-09F28D5DF82C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:*" ,
"matchCriteriaId" : "3C95E234-D335-4B6C-96BF-E2CEBD8654ED"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.12:rc4:*:*:*:*:*:*" ,
"matchCriteriaId" : "E0F717D8-3014-4F84-8086-0124B2111379"
}
]
}
]
}
] ,
2024-11-05 19:03:21 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/35488799b0ab6e4327f82e1d9209a60805665b37" ,
2024-11-08 19:03:25 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-11-05 19:03:21 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/35dbac8c328d6afe937cd45ecd41d209d0b9f8b8" ,
2024-11-08 19:03:25 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-11-05 19:03:21 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/9a5dd61151399ad5a5d69aad28ab164734c1e3bc" ,
2024-11-08 19:03:25 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-11-05 19:03:21 +00:00
}
]
}