Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 5.10 0/1] Hardening against CVE-2023-2002
@ 2023-05-30 12:42 Dragos-Marian Panait
  2023-05-30 12:42 ` [PATCH 5.10 1/1] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() Dragos-Marian Panait
  0 siblings, 1 reply; 14+ messages in thread
From: Dragos-Marian Panait @ 2023-05-30 12:42 UTC (permalink / raw)
  To: stable
  Cc: Ruihan Li, Marcel Holtmann, Luiz Augusto von Dentz, Johan Hedberg,
	Paolo Abeni, David S . Miller, Eric Dumazet, Jakub Kicinski,
	netdev, linux-bluetooth, linux-kernel

The following commit is needed to harden against CVE-2023-2002:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=000c2fa2c144c499c881a101819cf1936a1f7cf2

Ruihan Li (1):
  bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()

 net/bluetooth/hci_sock.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)


base-commit: 4c893ff55907c61456bcb917781c0dd687a1e123
-- 
2.40.1


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 5.4 0/1] Hardening against CVE-2023-2002
@ 2023-05-30 12:47 Dragos-Marian Panait
  2023-05-30 12:47 ` [PATCH 5.4 1/1] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() Dragos-Marian Panait
  0 siblings, 1 reply; 14+ messages in thread
From: Dragos-Marian Panait @ 2023-05-30 12:47 UTC (permalink / raw)
  To: stable
  Cc: Ruihan Li, Marcel Holtmann, Luiz Augusto von Dentz, Johan Hedberg,
	Paolo Abeni, David S . Miller, Eric Dumazet, Jakub Kicinski,
	netdev, linux-bluetooth, linux-kernel

The following commit is needed to harden against CVE-2023-2002:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=000c2fa2c144c499c881a101819cf1936a1f7cf2

Ruihan Li (1):
  bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()

 net/bluetooth/hci_sock.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)


base-commit: f53660ec669f60c772fdf7d75d1c24d288547cee
-- 
2.40.1


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 5.15 0/1] Hardening against CVE-2023-2002
@ 2023-05-30 12:39 Dragos-Marian Panait
  2023-05-30 12:39 ` [PATCH 5.15 1/1] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() Dragos-Marian Panait
  0 siblings, 1 reply; 14+ messages in thread
From: Dragos-Marian Panait @ 2023-05-30 12:39 UTC (permalink / raw)
  To: stable
  Cc: Ruihan Li, Marcel Holtmann, Luiz Augusto von Dentz, Johan Hedberg,
	Paolo Abeni, David S . Miller, Eric Dumazet, Jakub Kicinski,
	netdev, linux-bluetooth, linux-kernel

The following commit is needed to harden against CVE-2023-2002:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=000c2fa2c144c499c881a101819cf1936a1f7cf2

Ruihan Li (1):
  bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()

 net/bluetooth/hci_sock.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)


base-commit: 1fe619a7d25218e9b9fdcce9fcac6a05cd62abed
-- 
2.40.1


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 6.1 0/1] Hardening against CVE-2023-2002
@ 2023-05-30 12:26 Dragos-Marian Panait
  2023-05-30 12:26 ` [PATCH 6.1 1/1] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() Dragos-Marian Panait
  0 siblings, 1 reply; 14+ messages in thread
From: Dragos-Marian Panait @ 2023-05-30 12:26 UTC (permalink / raw)
  To: stable
  Cc: Ruihan Li, Marcel Holtmann, Luiz Augusto von Dentz, Johan Hedberg,
	Paolo Abeni, David S . Miller, Eric Dumazet, Jakub Kicinski,
	netdev, linux-bluetooth, linux-kernel

The following commit is needed to harden against CVE-2023-2002:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=000c2fa2c144c499c881a101819cf1936a1f7cf2

Ruihan Li (1):
  bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()

 net/bluetooth/hci_sock.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)


base-commit: fa74641fb6b93a19ccb50579886ecc98320230f9
-- 
2.40.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-06-01  9:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-30 12:42 [PATCH 5.10 0/1] Hardening against CVE-2023-2002 Dragos-Marian Panait
2023-05-30 12:42 ` [PATCH 5.10 1/1] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() Dragos-Marian Panait
2023-05-30 12:55   ` Hardening against CVE-2023-2002, RE: Hardening against CVE-2023-2002, RE: Hardening against CVE-2023-2002 bluez.test.bot
  -- strict thread matches above, loose matches on Subject: below --
2023-05-30 12:47 [PATCH 5.4 0/1] " Dragos-Marian Panait
2023-05-30 12:47 ` [PATCH 5.4 1/1] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() Dragos-Marian Panait
2023-05-30 12:55   ` Hardening against CVE-2023-2002, RE: Hardening against CVE-2023-2002, RE: Hardening against CVE-2023-2002, RE: Hardening against CVE-2023-2002 bluez.test.bot
2023-05-30 12:39 [PATCH 5.15 0/1] " Dragos-Marian Panait
2023-05-30 12:39 ` [PATCH 5.15 1/1] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() Dragos-Marian Panait
2023-05-30 12:55   ` Hardening against CVE-2023-2002, RE: Hardening against CVE-2023-2002 bluez.test.bot
2023-05-30 12:26 [PATCH 6.1 0/1] " Dragos-Marian Panait
2023-05-30 12:26 ` [PATCH 6.1 1/1] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() Dragos-Marian Panait
2023-05-30 12:52   ` Greg KH
     [not found]     ` <PH0PR11MB495229C3DABA728EE5C8A19EFA489@PH0PR11MB4952.namprd11.prod.outlook.com>
2023-06-01  9:14       ` Greg KH
2023-05-30 12:55   ` Hardening against CVE-2023-2002 bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox