2024-12-24 13:03:44 +00:00
{
"id" : "CVE-2024-53146" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-12-24T12:15:22.653" ,
2025-01-07 19:03:59 +00:00
"lastModified" : "2025-01-07T17:15:25.477" ,
"vulnStatus" : "Analyzed" ,
2024-12-24 13:03:44 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nNFSD: Prevent a potential integer overflow\n\nIf the tag length is >= U32_MAX - 3 then the \"length + 4\" addition\ncan result in an integer overflow. Address this by splitting the\ndecoding into several steps so that decode_cb_compound4res() does\nnot have to perform arithmetic on the unsafe length value."
2024-12-29 03:03:44 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: NFSD: evita un posible desbordamiento de enteros. Si la longitud de la etiqueta es >= U32_MAX - 3, entonces la suma \"longitud + 4\" puede provocar un desbordamiento de enteros. Solucione este problema dividiendo la decodificaci\u00f3n en varios pasos para que decode_cb_compound4res() no tenga que realizar aritm\u00e9tica en el valor de longitud no seguro."
2024-12-24 13:03:44 +00:00
}
] ,
2025-01-07 19:03:59 +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" ,
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-190"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "4.19.325" ,
"matchCriteriaId" : "96043CF8-5AF4-4DD9-9F49-9B7651C0EB7D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "4.20" ,
"versionEndExcluding" : "5.4.287" ,
"matchCriteriaId" : "E4B15788-D35E-4E5B-A9C0-070AE3729B34"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.5" ,
"versionEndExcluding" : "5.10.231" ,
"matchCriteriaId" : "B5C644CC-2BD7-4E32-BC54-8DCC7ABE9935"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.174" ,
"matchCriteriaId" : "419FD073-1517-4FD5-8158-F94BC68A1E89"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "6.1.120" ,
"matchCriteriaId" : "09AC6122-E2A4-40FE-9D33-268A1B2EC265"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2" ,
"versionEndExcluding" : "6.6.64" ,
"matchCriteriaId" : "CA16DEE3-ABEC-4449-9F4A-7A3DC4FC36C7"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.7" ,
"versionEndExcluding" : "6.11.11" ,
"matchCriteriaId" : "21434379-192D-472F-9B54-D45E3650E893"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.12" ,
"versionEndExcluding" : "6.12.2" ,
"matchCriteriaId" : "D8882B1B-2ABC-4838-AC1D-DBDBB5764776"
}
]
}
]
}
] ,
2024-12-24 13:03:44 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/084f797dbc7e52209a4ab6dbc7f0109268754eb9" ,
2025-01-07 19:03:59 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-24 13:03:44 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/3c5f545c9a1f8a1869246f6f3ae8c17289d6a841" ,
2025-01-07 19:03:59 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-24 13:03:44 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/745f7ce5a95e783ba62fe774325829466aec2aa8" ,
2025-01-07 19:03:59 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-24 13:03:44 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/7f33b92e5b18e904a481e6e208486da43e4dc841" ,
2025-01-07 19:03:59 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-24 13:03:44 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/842f1c27a1aef5367e535f9e85c8c3b06352151a" ,
2025-01-07 19:03:59 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-24 13:03:44 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/90adbae9dd158da8331d9fdd32077bd1af04f553" ,
2025-01-07 19:03:59 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-24 13:03:44 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/ccd3394f9a7200d6b088553bf38e688620cd27af" ,
2025-01-07 19:03:59 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-24 13:03:44 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/dde654cad08fdaac370febb161ec41eb58e9d2a2" ,
2025-01-07 19:03:59 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-24 13:03:44 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/de53c5305184ca1333b87e695d329d1502d694ce" ,
2025-01-07 19:03:59 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-24 13:03:44 +00:00
}
]
}