Message ID | 20221210032110.111051-1-cengiz.can@canonical.com |
---|---|
Headers | show |
Series | CVE-2022-45934 | expand |
On 12/9/22 8:21 PM, Cengiz Can wrote: > [Impact] > An issue was discovered in the Linux kernel through 6.0.10. l2cap_config_req in > net/bluetooth/l2cap_core.c has an integer wraparound via L2CAP_CONF_REQ packets. > > [Fix] > Picked from upstream. Clean cherry picks to all. > > [Test case] > Compile, boot and basic functionality tested with l2test. > > [Potential regression] > Low. Fix only adds an overflow check. > > Sungwoo Kim (1): > Bluetooth: L2CAP: Fix u8 overflow > > net/bluetooth/l2cap_core.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Tim Gardner <tim.gardner@canonical.com>
Cengiz Can kirjoitti 10.12.2022 klo 5.21: > [Impact] > An issue was discovered in the Linux kernel through 6.0.10. l2cap_config_req in > net/bluetooth/l2cap_core.c has an integer wraparound via L2CAP_CONF_REQ packets. > > [Fix] > Picked from upstream. Clean cherry picks to all. > > [Test case] > Compile, boot and basic functionality tested with l2test. > > [Potential regression] > Low. Fix only adds an overflow check. > > Sungwoo Kim (1): > Bluetooth: L2CAP: Fix u8 overflow > > net/bluetooth/l2cap_core.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > applied to oem-5.14, thanks
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
On 10.12.22 04:21, Cengiz Can wrote: > [Impact] > An issue was discovered in the Linux kernel through 6.0.10. l2cap_config_req in > net/bluetooth/l2cap_core.c has an integer wraparound via L2CAP_CONF_REQ packets. > > [Fix] > Picked from upstream. Clean cherry picks to all. > > [Test case] > Compile, boot and basic functionality tested with l2test. > > [Potential regression] > Low. Fix only adds an overflow check. > > Sungwoo Kim (1): > Bluetooth: L2CAP: Fix u8 overflow > > net/bluetooth/l2cap_core.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Applied to jammy,focal:linux/master-next and jammy:linux-hwe-5.17/hwe-5.17-next. Thanks. -Stefan
Applied to bionic and kinetic linux master-next Thanks, - Luke On Fri, Dec 9, 2022 at 7:21 PM Cengiz Can <cengiz.can@canonical.com> wrote: > [Impact] > An issue was discovered in the Linux kernel through 6.0.10. > l2cap_config_req in > net/bluetooth/l2cap_core.c has an integer wraparound via L2CAP_CONF_REQ > packets. > > [Fix] > Picked from upstream. Clean cherry picks to all. > > [Test case] > Compile, boot and basic functionality tested with l2test. > > [Potential regression] > Low. Fix only adds an overflow check. > > Sungwoo Kim (1): > Bluetooth: L2CAP: Fix u8 overflow > > net/bluetooth/l2cap_core.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > -- > 2.37.2 > > > -- > kernel-team mailing list > kernel-team@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/kernel-team >