mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-05-28 17:21:36 +00:00
29 lines
2.9 KiB
JSON
29 lines
2.9 KiB
JSON
{
|
|
"id": "CVE-2022-49539",
|
|
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
|
|
"published": "2025-02-26T07:01:29.857",
|
|
"lastModified": "2025-02-26T07:01:29.857",
|
|
"vulnStatus": "Awaiting Analysis",
|
|
"cveTags": [],
|
|
"descriptions": [
|
|
{
|
|
"lang": "en",
|
|
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrtw89: ser: fix CAM leaks occurring in L2 reset\n\nThe CAM, meaning address CAM and bssid CAM here, will get leaks during\nSER (system error recover) L2 reset process and ieee80211_restart_hw()\nwhich is called by L2 reset process eventually.\n\nThe normal flow would be like\n-> add interface (acquire 1)\n-> enter ips (release 1)\n-> leave ips (acquire 1)\n-> connection (occupy 1) <(A) 1 leak after L2 reset if non-sec connection>\n\nThe ieee80211_restart_hw() flow (under connection)\n-> ieee80211 reconfig\n-> add interface (acquire 1)\n-> leave ips (acquire 1)\n-> connection (occupy (A) + 2) <(B) 1 more leak>\n\nOriginally, CAM is released before HW restart only if connection is under\nsecurity. Now, release CAM whatever connection it is to fix leak in (A).\nOTOH, check if CAM is already valid to avoid acquiring multiple times to\nfix (B).\n\nBesides, if AP mode, release address CAM of all stations before HW restart."
|
|
},
|
|
{
|
|
"lang": "es",
|
|
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: rtw89: ser: corrige las fugas de CAM que ocurren en el reinicio de L2 El CAM, es decir, la direcci\u00f3n CAM y el bssid CAM aqu\u00ed, tendr\u00e1n fugas durante el proceso de reinicio de L2 de SER (recuperaci\u00f3n de error del sistema) y ieee80211_restart_hw() que es llamado por el proceso de reinicio de L2 eventualmente. El flujo normal ser\u00eda como -> agregar interfaz (adquirir 1) -> ingresar ips (liberar 1) -> dejar ips (adquirir 1) -> conexi\u00f3n (ocupar 1) <(A) 1 fuga despu\u00e9s del reinicio de L2 si la conexi\u00f3n no es segura> El flujo ieee80211_restart_hw() (bajo conexi\u00f3n) -> ieee80211 reconfig -> agregar interfaz (adquirir 1) -> dejar ips (adquirir 1) -> conexi\u00f3n (ocupar (A) + 2) <(B) 1 fuga m\u00e1s> Originalmente, CAM se libera antes del reinicio de HW solo si la conexi\u00f3n est\u00e1 bajo seguridad. Ahora, libere la CAM de cualquier conexi\u00f3n para reparar la fuga en (A). Por otra parte, verifique si la CAM ya es v\u00e1lida para evitar realizar m\u00faltiples adquisiciones para reparar (B). Adem\u00e1s, si est\u00e1 en modo AP, libere la direcci\u00f3n CAM de todas las estaciones antes de reiniciar el hardware."
|
|
}
|
|
],
|
|
"metrics": {},
|
|
"references": [
|
|
{
|
|
"url": "https://git.kernel.org/stable/c/b169f877f001a474fb89939842c390518160bcc5",
|
|
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
|
},
|
|
{
|
|
"url": "https://git.kernel.org/stable/c/f6aff772c9978844529618d86aafb53e5d3ae161",
|
|
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
|
}
|
|
]
|
|
} |