lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AM6PR05MB5014AD481B61AB9238396CD4D8FF0@AM6PR05MB5014.eurprd05.prod.outlook.com>
Date:   Tue, 10 Mar 2020 02:43:51 +0000
From:   Yanjun Zhu <yanjunz@...lanox.com>
To:     Jason Gunthorpe <jgg@...lanox.com>,
        syzbot <syzbot+e11efb687f5ab7f01f3d@...kaller.appspotmail.com>
CC:     "dledford@...hat.com" <dledford@...hat.com>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
        Moni Shoua <monis@...lanox.com>,
        "syzkaller-bugs@...glegroups.com" <syzkaller-bugs@...glegroups.com>
Subject: RE: KASAN: use-after-free Read in rxe_query_port

Hi, Jason

I checked the source code and the symptoms.
1. In dmesg " rdma_rxe: ignoring netdev event = 10 for netdevsim0 ", this indicates that the NIC which the rxe is based on is set to down.
Then the following will run:
"
ib_unregister_work
    __ib_unregister_device
        disable_device
            remove_client_context
                kfree
"
Finally the port is freed.
2. Cocurrently this port is accessed by the function 
"
ib_query_port
    __ib_query_port
        rxe_query_port
"
So the use-after-free problem occurs.

Please comment.

Thanks a lot.
Zhu Yanjun

-----Original Message-----
From: Jason Gunthorpe <jgg@...lanox.com> 
Sent: Tuesday, March 10, 2020 1:35 AM
To: syzbot <syzbot+e11efb687f5ab7f01f3d@...kaller.appspotmail.com>
Cc: dledford@...hat.com; linux-kernel@...r.kernel.org; linux-rdma@...r.kernel.org; Moni Shoua <monis@...lanox.com>; syzkaller-bugs@...glegroups.com; Yanjun Zhu <yanjunz@...lanox.com>
Subject: Re: KASAN: use-after-free Read in rxe_query_port

On Sun, Mar 01, 2020 at 03:20:12AM -0800, syzbot wrote:
> Hello,
> 
> syzbot found the following crash on:
> 
> HEAD commit:    f8788d86 Linux 5.6-rc3
> git tree:       upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=132d3645e00000
> kernel config:  https://syzkaller.appspot.com/x/.config?x=9833e26bab355358
> dashboard link: https://syzkaller.appspot.com/bug?extid=e11efb687f5ab7f01f3d
> compiler:       gcc (GCC) 9.0.0 20181231 (experimental)
> 
> Unfortunately, I don't have any reproducer for this crash yet.
> 
> IMPORTANT: if you fix the bug, please add the following tag to the commit:
> Reported-by: syzbot+e11efb687f5ab7f01f3d@...kaller.appspotmail.com

Yanjun, do you have some idea what this could be?

Thanks,
Jason

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ