In the Linux kernel, the following vulnerability has been resolved: net: mpls: initialize rtm_tos in mpls_getroute() mpls_getroute() builds the RTM_NEWROUTE reply to an RTM_GETROUTE request by fill…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: net: mpls: initialize rtm_tos in mpls_getroute() mpls_getroute() builds the RTM_NEWROUTE reply to an RTM_GETROUTE request by filling a struct rtmsg allocated from an skb whose data area is not zeroed (alloc_skb(NLMSG_GOODSIZE, ...)). It sets every field of the header except rtm_tos: r = nlmsg_data(nlh); r->rtm_family = AF_MPLS; r->rtm_dst_len = 20; r->rtm_src_len = 0; r->rtm_table = RT_TABLE_MAIN; r->rtm_type = RTN_UN…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/1fea5ff0eb4aa7e951bb3d380248566c473aa377
- https://git.kernel.org/stable/c/295dd295e2137e10e9a5b1891d97e0f08de76f03
- https://git.kernel.org/stable/c/2dc2fffc704a4365cae1aae078ba62223aaeff93
- https://git.kernel.org/stable/c/95651461cf77cc6590fa08c87667717e5dcfa55d
- https://git.kernel.org/stable/c/a5cdd2407dd890f741f59b8367e4c6c101cce154
Timeline
- nvd_ingest NVD