diff options
| author | Rémi Denis-Courmont <remi@remlab.net> | 2021-12-19 19:03:39 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-29 12:26:08 +0100 |
| commit | 52ad5da8e316fa11e3a50b3f089aa63e4089bf52 (patch) | |
| tree | a7864018580bd06de48b337be91fb3412ce7ee72 /crypto | |
| parent | 7dd52af1eb5798f590d9d9e1c56ed8f5744ee0ca (diff) | |
| download | linux-52ad5da8e316fa11e3a50b3f089aa63e4089bf52.tar.gz linux-52ad5da8e316fa11e3a50b3f089aa63e4089bf52.tar.bz2 linux-52ad5da8e316fa11e3a50b3f089aa63e4089bf52.zip | |
phonet/pep: refuse to enable an unbound pipe
commit 75a2f31520095600f650597c0ac41f48b5ba0068 upstream.
This ioctl() implicitly assumed that the socket was already bound to
a valid local socket name, i.e. Phonet object. If the socket was not
bound, two separate problems would occur:
1) We'd send an pipe enablement request with an invalid source object.
2) Later socket calls could BUG on the socket unexpectedly being
connected yet not bound to a valid object.
Reported-by: syzbot+2dc91e7fc3dea88b1e8a@syzkaller.appspotmail.com
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions
