In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check taprio_parse_tc_entry() is not correctly checking TCA_TAPRIO_TC_ENTRY_I…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check taprio_parse_tc_entry() is not correctly checking TCA_TAPRIO_TC_ENTRY_INDEX attribute: int tc; // Signed value tc = nla_get_u32(tb[TCA_TAPRIO_TC_ENTRY_INDEX]); if (tc >= TC_QOPT_MAX_QUEUE) { NL_SET_ERR_MSG_MOD(extack, "TC entry index out of range"); return -ERANGE; } syzbot reported that it could fed arbitary negative values: UBSAN: shift-out-of-bounds in n…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/343041b59b7810f9cdca371f445dd43b35c740b1 Patch
- https://git.kernel.org/stable/c/6915b1b28fe57e92c78e664366dc61c4f15ff03b Patch
- https://git.kernel.org/stable/c/860e838fb089d652a446ced52cbdf051285b68e7 Patch
- https://git.kernel.org/stable/c/9b720bb1a69a9f12a4a5c86b6f89386fe05ed0f2 Patch
- https://git.kernel.org/stable/c/bd2474a45df7c11412c2587de3d4e43760531418 Patch
- https://git.kernel.org/stable/c/343041b59b7810f9cdca371f445dd43b35c740b1 Patch
- https://git.kernel.org/stable/c/6915b1b28fe57e92c78e664366dc61c4f15ff03b Patch
- https://git.kernel.org/stable/c/860e838fb089d652a446ced52cbdf051285b68e7 Patch
- https://git.kernel.org/stable/c/9b720bb1a69a9f12a4a5c86b6f89386fe05ed0f2 Patch
- https://git.kernel.org/stable/c/bd2474a45df7c11412c2587de3d4e43760531418 Patch
Timeline
- nvd_ingest NVD