From: Greg KH <greg@kroah.com>
To: Dison River <pwn2river@gmail.com>
Cc: samuel@sortiz.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, qca_merez@qca.qualcomm.com,
kvalo@codeaurora.org, linux-wireless@vger.kernel.org,
jakub.kicinski@netronome.com, davem@davemloft.net,
oss-drivers@netronome.com, security@kernel.org,
wil6210@qca.qualcomm.com
Subject: Re: 'skb' buffer address information leakage
Date: Tue, 4 Jul 2017 09:44:42 +0200 [thread overview]
Message-ID: <20170704074442.GA21877@kroah.com> (raw)
In-Reply-To: <CAJsXRPEZV=ugCAxngtVRt+=GZfnwf1abxu8Q_DSaPeXuTYpsVw@mail.gmail.com>
On Tue, Jul 04, 2017 at 01:12:18PM +0800, Dison River wrote:
> Hi all:
> I'd found several address leaks of "skb" buffer.When i have a
> arbitrary address write vulnerability in kernel(enabled kASLR),I can
> use skb's address find sk_destruct's address and overwrite it. And
> then,invoke close(sock_fd) function can trigger the
> shellcode(sk_destruct func).
>
> In kernel 4.12-rc7
> drivers/net/irda/vlsi_ir.c:326 seq_printf(seq, "skb=%p
> data=%p hw=%p\n", rd->skb, rd->buf, rd->hw);
Irda doesn't even work, and will crash, so it's a bit hard to see this
as a "leakage" :)
I'm going to be ripping irda out soon anyway, so this isn't a real
issue.
> drivers/net/ethernet/netronome/nfp/nfp_net_debugfs.c:167
> seq_printf(file, " frag=%p", skb);
> drivers/net/wireless/ath/wil6210/debugfs.c:926 seq_printf(s,
> " SKB = 0x%p\n", skb);
debugfs is by nature, root-only access, so the potential for issues here
is lower than "any user can get this info". That being said, patches
for these are always appreciated.
I also need to respin my "turn %p pointers off" patchset to prevent
future stuff like this from happening. I want to get to that after
4.13-rc1 is out.
thanks,
greg k-h
next prev parent reply other threads:[~2017-07-04 7:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-04 5:12 'skb' buffer address information leakage Dison River
2017-07-04 5:27 ` Jakub Kicinski
2017-07-04 7:44 ` Greg KH [this message]
2017-07-04 18:13 ` Stephen Hemminger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170704074442.GA21877@kroah.com \
--to=greg@kroah.com \
--cc=davem@davemloft.net \
--cc=jakub.kicinski@netronome.com \
--cc=kvalo@codeaurora.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=oss-drivers@netronome.com \
--cc=pwn2river@gmail.com \
--cc=qca_merez@qca.qualcomm.com \
--cc=samuel@sortiz.org \
--cc=security@kernel.org \
--cc=wil6210@qca.qualcomm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.