In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix use-after-free in aggr_reset_state() The aggr_reset_state() function uses timer_delete() (non-synchronous) for …
高危 CVSS 8.8
摘要
In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix use-after-free in aggr_reset_state() The aggr_reset_state() function uses timer_delete() (non-synchronous) for the aggregation timer before proceeding to delete TID state and before the structure is freed by callers like aggr_module_destroy(). If the timer callback (aggr_timeout) is executing when aggr_reset_state() is called, the callback will continue to access aggr_conn fields like rx_tid[] and stat[] wh…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/18965470d41e69d3fc10eb62afae29d10f4cdfd1
- https://git.kernel.org/stable/c/64af6534a085f49d6ed33338a19ab9cf0d0523c9
- https://git.kernel.org/stable/c/a3313111b5d9046af60b370c93eec105b27380c1
- https://git.kernel.org/stable/c/b5d618fd61b9069b4c0a6b487022dd3117ad5acc
- https://git.kernel.org/stable/c/ba7debb4dd6427386862220e8335a53a4bfc235d
时间线
- nvd_ingest NVD