2024-03-07 23:03:19 +00:00
{
"id" : "CVE-2024-28115" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-03-07T21:15:08.567" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T09:05:50.867" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2024-03-07 23:03:19 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "FreeRTOS is a real-time operating system for microcontrollers. FreeRTOS Kernel versions through 10.6.1 do not sufficiently protect against local privilege escalation via Return Oriented Programming techniques should a vulnerability exist that allows code injection and execution. These issues affect ARMv7-M MPU ports, and ARMv8-M ports with Memory Protected Unit (MPU) support enabled (i.e. `configENABLE_MPU` set to 1). These issues are fixed in version 10.6.2 with a new MPU wrapper. "
2024-03-08 15:03:27 +00:00
} ,
{
"lang" : "es" ,
"value" : "FreeRTOS es un sistema operativo en tiempo real para microcontroladores. Las versiones del kernel de FreeRTOS hasta la 10.6.1 no protegen suficientemente contra la escalada de privilegios locales a trav\u00e9s de t\u00e9cnicas de programaci\u00f3n orientada al retorno en caso de que exista una vulnerabilidad que permita la inyecci\u00f3n y ejecuci\u00f3n de c\u00f3digo. Estos problemas afectan a los puertos MPU ARMv7-M y a los puertos ARMv8-M con soporte de unidad protegida de memoria (MPU) habilitado (es decir, `configENABLE_MPU` establecido en 1). Estos problemas se solucionan en la versi\u00f3n 10.6.2 con un nuevo contenedor MPU."
2024-03-07 23:03:19 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-10-01 16:06:26 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-10-01 16:06:26 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" ,
"baseScore" : 8.8 ,
"baseSeverity" : "HIGH" ,
2024-10-01 16:06:26 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
2024-12-08 03:06:42 +00:00
"scope" : "CHANGED" ,
2024-10-01 16:06:26 +00:00
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-10-01 16:06:26 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.0 ,
"impactScore" : 6.0
2024-10-01 16:06:26 +00:00
} ,
2024-03-07 23:03:19 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-03-07 23:03:19 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH" ,
2024-03-07 23:03:19 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
2024-12-08 03:06:42 +00:00
"scope" : "UNCHANGED" ,
2024-03-07 23:03:19 +00:00
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-03-07 23:03:19 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
2024-03-07 23:03:19 +00:00
}
]
} ,
"weaknesses" : [
2024-10-01 16:06:26 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-10-01 16:06:26 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-284"
2024-10-01 16:06:26 +00:00
}
]
} ,
2024-03-07 23:03:19 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-03-07 23:03:19 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "NVD-CWE-Other"
2024-03-07 23:03:19 +00:00
}
]
}
] ,
2024-10-01 16:06:26 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:amazon:freertos:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "10.6.2" ,
"matchCriteriaId" : "5BA95DB2-A48A-46A8-B589-F17236ECB4AC"
}
]
}
]
}
] ,
2024-03-07 23:03:19 +00:00
"references" : [
{
"url" : "https://github.com/FreeRTOS/FreeRTOS-Kernel/releases/tag/V10.6.2" ,
2024-10-01 16:06:26 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Release Notes"
]
2024-03-07 23:03:19 +00:00
} ,
{
"url" : "https://github.com/FreeRTOS/FreeRTOS-Kernel/security/advisories/GHSA-xcv7-v92w-gq6r" ,
2024-10-01 16:06:26 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Technical Description" ,
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/FreeRTOS/FreeRTOS-Kernel/releases/tag/V10.6.2" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://github.com/FreeRTOS/FreeRTOS-Kernel/security/advisories/GHSA-xcv7-v92w-gq6r" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Technical Description" ,
"Vendor Advisory"
]
2024-03-07 23:03:19 +00:00
}
]
}