mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-26 11:46:25 -05:00
Disable RNDIS due to unfixable security issues
This commit is contained in:
parent
78b66ba159
commit
b95598b6f7
1 changed files with 12 additions and 0 deletions
|
|
@ -308,3 +308,15 @@ install prism54 /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
## https://github.com/Kicksecure/security-misc/issues/298
|
## https://github.com/Kicksecure/security-misc/issues/298
|
||||||
##
|
##
|
||||||
#install vivid /usr/bin/disabled-miscellaneous-by-security-misc
|
#install vivid /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
|
|
||||||
|
## RNDIS:
|
||||||
|
## Disable the RNDIS drivers used by some network devices (common with Android
|
||||||
|
## USB tethering). RNDIS as a protocol is believed to have supposedly
|
||||||
|
## unfixable buffer overflow issues and may be impossible to implement in a
|
||||||
|
## secure fashion.
|
||||||
|
##
|
||||||
|
## https://lkml.org/lkml/2022/11/23/728
|
||||||
|
## https://lore.kernel.org/lkml/2023071333-wildly-playroom-878b@gregkh/
|
||||||
|
##
|
||||||
|
install rndis_host /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
|
install usb_f_rndis /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue