First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: hsr: Prevent use after free in prp_create_tagged_frame() The prp_fill_rct() function can fail. In that situation, it frees the skb and returns NULL. Meanwhile on the success path, it returns the original skb. So it's straight forward to fix bug by using the returned value.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Linux kernel | >=5.9<5.10.201 | |
Linux Linux kernel | >=5.11<5.15.139 | |
Linux Linux kernel | >=5.16<6.1.63 | |
Linux Linux kernel | >=6.2<6.5.12 | |
Linux Linux kernel | >=6.6<6.6.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.