Re: Re: [BUG] net/ppp: A use after free in ppp_unregister_channe
Tom Parkin <[email protected]>
| Newsgroups | gmane.linux.network,gmane.linux.ppp,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Mar 15, 2021 at 13:18:24 +0100, Guillaume Nault wrote: > On Fri, Mar 12, 2021 at 10:47:53PM +0800, [email protected] wrote: > > > > > > > > > -----原始邮件----- > > > 发件人: "Tom Parkin" <[email protected]> > > > 发送时间: 2021-03-12 18:12:58 (星期五) > > > 收件人: [email protected] > > > 抄送: [email protected], [email protected], [email protected], [email protected], [email protected] > > > 主题: Re: [BUG] net/ppp: A use after free in ppp_unregister_channe > > > > > > Thanks for the report! > > > > > > On Thu, Mar 11, 2021 at 20:34:44 +0800, [email protected] wrote: > > > > File: drivers/net/ppp/ppp_generic.c > > > > > > > > In ppp_unregister_channel, pch could be freed in ppp_unbridge_channels() > > > > but after that pch is still in use. Inside the function ppp_unbridge_channels, > > > > if "pchbb == pch" is true and then pch will be freed. > > > > > > Do you have a way to reproduce a use-after-free scenario? > > > > > > From static analysis I'm not sure how pch would be freed in > > > ppp_unbridge_channels when called via. ppp_unregister_channel. > > > > > > In theory (at least!) the caller of ppp_register_net_channel holds > > > a reference on struct channel which ppp_unregister_channel drops. > > > > > > Each channel in a bridged pair holds a reference on the other. > > > > > > Hence on return from ppp_unbridge_channels, the channel should not have > > > been freed (in this code path) because the ppp_register_net_channel > > > reference has not yet been dropped. > > > > > > Maybe there is an issue with the reference counting or a race of some > > > sort? > > > > > > > I checked the commit history and found that this problem is introduced from > > > > 4cf476ced45d7 ("ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctls"). > > > > > > > > I have no idea about how to generate a suitable patch, sorry. > > > > This issue was reported by a path-sensitive static analyzer developed by our Lab, > > thus i have not a crash or bug log. > > > > As the return type of ppp_unbridge_channels() is a int, can we return a value to > > inform caller that the channel is freed? > > I don't think this is going to improve anything, as > ppp_unregister_channel() couldn't take any corrective action anyway. I agree with you to be honest. I think the best ppp_unregister_channel could to is to not access pch again.
signature.asc
(application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEsUkgyDzMwrj81nq0lIwGZQq6i9AFAmBPkhoACgkQlIwGZQq6 i9C9gAf+NWk49iQsQ4+pfR9zG6KjemYbHwxc/Xw1DEFIoDAeAXaSPeYjtR7aG56c rdLaRF4upKo+EegZhgZk7rD6P/MuHHqM2xilJ/BX+QL+ZgDxGg+JtLLGC0wFb1fC GoJJmA1NeIeglKbYjZhLb6wI+znka5TDK81FzKVAFwaweAgpsQ1oIpsSO5NbKSlF XZDsKd5t8V1NEIcqrdZpeKApvITAA8LgGk/vUTj8f+BaLnwM+4sBf9El0L4kCP8m SXkFizdQcmfVhhPmE0pJ1ODRWV+3nVVQBjUM7UCQjkmRcDi9KGywiaVCXihUkMv4 sPfGVHRzYDW32aGqq2j+u0shTMXHqA== =Vwa0 -----END PGP SIGNATURE-----