mbox series

[SRU,Trusty,0/1] Fix for CVE-2018-18386

Message ID 20181109170426.6350-1-kleber.souza@canonical.com
Headers show
Series Fix for CVE-2018-18386 | expand

Message

Kleber Sacilotto de Souza Nov. 9, 2018, 5:04 p.m. UTC
https://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-18386.html

 drivers/tty/n_tty.c in the Linux kernel before 4.14.11 allows local
 attackers (who are able to access pseudo terminals) to hang/block further
 usage of any pseudo terminal devices due to an EXTPROC versus ICANON
 confusion in TIOCINQ.

Clean cherry-pick for Trusty.

Linus Torvalds (1):
  n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)

 drivers/tty/n_tty.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khalid Elmously Nov. 29, 2018, 7:36 a.m. UTC | #1
On 2018-11-09 18:04:25 , Kleber Souza wrote:
> https://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-18386.html
> 
>  drivers/tty/n_tty.c in the Linux kernel before 4.14.11 allows local
>  attackers (who are able to access pseudo terminals) to hang/block further
>  usage of any pseudo terminal devices due to an EXTPROC versus ICANON
>  confusion in TIOCINQ.
> 
> Clean cherry-pick for Trusty.
> 
> Linus Torvalds (1):
>   n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)
> 
>  drivers/tty/n_tty.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> -- 
> 2.17.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team