From: Andrey Ryabinin <aryabinin@virtuozzo.com>
To: Dmitry Vyukov <dvyukov@google.com>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
kasan-dev <kasan-dev@googlegroups.com>
Cc: Daniel Thompson <daniel.thompson@linaro.org>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
syzbot <syzbot+4455ca3b3291de891abc@syzkaller.appspotmail.com>,
dri-devel <dri-devel@lists.freedesktop.org>,
James Morris <jmorris@namei.org>,
syzkaller-bugs <syzkaller-bugs@googlegroups.com>,
linux-security-module <linux-security-module@vger.kernel.org>,
ghalat@redhat.com,
Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
Kentaro Takeda <takedakn@nttdata.co.jp>,
Sam Ravnborg <sam@ravnborg.org>,
"Serge E. Hallyn" <serge@hallyn.com>
Subject: Re: KASAN: slab-out-of-bounds Read in fbcon_get_font
Date: Wed, 04 Dec 2019 20:49:42 +0000 [thread overview]
Message-ID: <6632ddb6-37bf-dc42-e355-2443c17e6da0@virtuozzo.com> (raw)
In-Reply-To: <CACT4Y+aV9vzJ6gs9r2RAQP+dQ_vkOc5H6hWu-prF1ECruAE_5w@mail.gmail.com>
On 12/4/19 9:33 AM, Dmitry Vyukov wrote:
> On Tue, Dec 3, 2019 at 11:37 PM Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
>>
>> On Tue, Dec 3, 2019 at 11:25 PM syzbot
>> <syzbot+4455ca3b3291de891abc@syzkaller.appspotmail.com> wrote:
>>>
>>> Hello,
>>>
>>> syzbot found the following crash on:
>>>
>>> HEAD commit: 76bb8b05 Merge tag 'kbuild-v5.5' of git://git.kernel.org/p..
>>> git tree: upstream
>>> console output: https://syzkaller.appspot.com/x/log.txt?x\x10bfe282e00000
>>> kernel config: https://syzkaller.appspot.com/x/.config?xÝ226651cb0f364b
>>> dashboard link: https://syzkaller.appspot.com/bug?extidD55ca3b3291de891abc
>>> compiler: gcc (GCC) 9.0.0 20181231 (experimental)
>>> syz repro: https://syzkaller.appspot.com/x/repro.syz?x\x11181edae00000
>>> C reproducer: https://syzkaller.appspot.com/x/repro.c?x\x105cbb7ae00000
>>>
>>> IMPORTANT: if you fix the bug, please add the following tag to the commit:
>>> Reported-by: syzbot+4455ca3b3291de891abc@syzkaller.appspotmail.com
>>>
>>> =================================
>>> BUG: KASAN: slab-out-of-bounds in memcpy include/linux/string.h:380 [inline]
>>> BUG: KASAN: slab-out-of-bounds in fbcon_get_font+0x2b2/0x5e0
>>> drivers/video/fbdev/core/fbcon.c:2465
>>> Read of size 16 at addr ffff888094b0aa10 by task syz-executor414/9999
>>
>> So fbcon allocates some memory, security/tomoyo goes around and frees
>> it, fbcon goes boom because the memory is gone. I'm kinda leaning
>> towards "not an fbcon bug". Adding relevant security folks and mailing
>> lists.
>>
>> But from a very quick look in tomoyo it loosk more like "machine on
>> fire, random corruption all over". No idea what's going on here.
>
> Hi Daniel,
>
> This is an out-of-bounds access, not use-after-free.
> I don't know why we print the free stack at all (maybe +Andrey knows),
> but that's what KASAN did from day one. I filed
> https://bugzilla.kernel.org/show_bug.cgi?id\x198425 which I think is a
> good idea, I will add your confusion as a data point :)
Because we have that information (free stack) and it usually better to provide
all the information we have rather than hide it. You never known what information
might be needed to fix the bug.
Free memory might be reused and what we report as OOB might be an UAF and free stack
could be useful in such case.
next prev parent reply other threads:[~2019-12-04 20:49 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-03 22:25 KASAN: slab-out-of-bounds Read in fbcon_get_font syzbot
2019-12-03 22:37 ` Daniel Vetter
2019-12-04 6:33 ` Dmitry Vyukov
2019-12-04 9:15 ` Daniel Vetter
2019-12-04 20:49 ` Andrey Ryabinin [this message]
2019-12-04 21:41 ` syzbot
2019-12-05 10:13 ` Paolo Bonzini
2019-12-05 10:16 ` Dmitry Vyukov
2019-12-05 10:22 ` Paolo Bonzini
2019-12-05 10:31 ` Dmitry Vyukov
2019-12-05 10:53 ` Paolo Bonzini
2019-12-05 11:27 ` Dmitry Vyukov
2019-12-05 11:29 ` Paolo Bonzini
2019-12-05 10:41 ` Tetsuo Handa
2019-12-05 11:35 ` Dmitry Vyukov
2019-12-05 11:36 ` Dmitry Vyukov
2019-12-05 10:30 ` Tetsuo Handa
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=6632ddb6-37bf-dc42-e355-2443c17e6da0@virtuozzo.com \
--to=aryabinin@virtuozzo.com \
--cc=b.zolnierkie@samsung.com \
--cc=daniel.thompson@linaro.org \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=dvyukov@google.com \
--cc=ghalat@redhat.com \
--cc=jmorris@namei.org \
--cc=kasan-dev@googlegroups.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=penguin-kernel@i-love.sakura.ne.jp \
--cc=sam@ravnborg.org \
--cc=serge@hallyn.com \
--cc=syzbot+4455ca3b3291de891abc@syzkaller.appspotmail.com \
--cc=syzkaller-bugs@googlegroups.com \
--cc=takedakn@nttdata.co.jp \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).