In the Linux kernel, the following vulnerability has been resolved: tipc: clear sock->sk on the failed-insert path in tipc_sk_create() When tipc_sk_create() fails to insert the new socket (tipc_sk_…
严重 CVSS 9.8
摘要
In the Linux kernel, the following vulnerability has been resolved: tipc: clear sock->sk on the failed-insert path in tipc_sk_create() When tipc_sk_create() fails to insert the new socket (tipc_sk_insert() returns non-zero), its error path frees the sk with sk_free() but leaves sock->sk pointing at the freed object: if (tipc_sk_insert(tsk)) { sk_free(sk); pr_warn("Socket create failed; port number exhausted\n"); return -EINVAL; } This is harmless for plain socket(): the syscall laye…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/5f5a41a48dbf9eda57b67ce23e548602cf7195a6
- https://git.kernel.org/stable/c/b07d87b31631edb6529e6cdcca790a7489d1250d
- https://git.kernel.org/stable/c/ba0533fc163f905fe817cfabdf8ed4058da44800
- https://git.kernel.org/stable/c/dd29891ed840f6b8d020b759d0dc4a00b1d6e4ea
- https://git.kernel.org/stable/c/f9596b1566616a8be0592dbceccb6344a7c6f6bb
时间线
- nvd_ingest NVD