In the Linux kernel, the following vulnerability has been resolved: net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOAD net_dm_packet_report_fill() and net_dm_hw_packet_report_fill() open code …
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOAD net_dm_packet_report_fill() and net_dm_hw_packet_report_fill() open code the NET_DM_ATTR_PAYLOAD attribute to avoid zeroing the packet payload before overwriting it with skb_copy_bits(). skb_put() reserves nla_total_size(payload_len), i.e. the header plus the NLA_ALIGN() padding, but only payload_len bytes are copied in. When payload_len is not a multiple of 4 the 1-3 p…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/05173de42a9923a3eaadebcb0dd5bc83ffba174c
- https://git.kernel.org/stable/c/5e9c8baee0329fbefe7c67aea945e2a07f15e98b
- https://git.kernel.org/stable/c/89178ffe5bddc99c057ba2768db1f8d9c5e1408c
- https://git.kernel.org/stable/c/8fd6975d2aecc36b25ee82b6aef88e62a3527ccb
时间线
- nvd_ingest NVD