linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: syzbot <syzbot+7fbfe5fed73ebb675748@syzkaller.appspotmail.com>,
	jack@suse.com, linux-kernel@vger.kernel.org,
	syzkaller-bugs@googlegroups.com,
	"Gustavo A. R. Silva" <gustavo@embeddedor.com>,
	Arnd Bergmann <arnd@arndb.de>
Subject: Re: [syzbot] UBSAN: array-index-out-of-bounds in udf_statfs
Date: Sun, 2 May 2021 20:03:46 -0700	[thread overview]
Message-ID: <272c7c70-9ea0-b7d0-5fa7-01f0c5650bd8@infradead.org> (raw)
In-Reply-To: <000000000000683df205c1359d10@google.com>

Hi all--

On 4/30/21 12:28 PM, syzbot wrote:
> Hello,
> 
> syzbot found the following issue on:
> 
> HEAD commit:    e77a830c Merge branch 'akpm' (patches from Andrew)
> git tree:       upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=14c63e6dd00000
> kernel config:  https://syzkaller.appspot.com/x/.config?x=c0a6882014fd3d45
> dashboard link: https://syzkaller.appspot.com/bug?extid=7fbfe5fed73ebb675748
> compiler:       Debian clang version 11.0.1-2
> syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=17612825d00000
> C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=132cb56dd00000
> 
> IMPORTANT: if you fix the issue, please add the following tag to the commit:
> Reported-by: syzbot+7fbfe5fed73ebb675748@syzkaller.appspotmail.com
> 
> loop0: detected capacity change from 0 to 3974
> UDF-fs: INFO Mounting volume 'LinuxUDF', timestamp 2020/09/19 18:44 (1000)
> ================================================================================
> UBSAN: array-index-out-of-bounds in fs/udf/super.c:2524:12
> index 0 is out of range for type '__le32 [0]'


Is this just due to (from fs/udf/ecma_167.h) the "[0]" struct items?
Do they need to be "[]" instead?  Will that satisfy USBAN?


/* Logical Volume Integrity Descriptor (ECMA 167r3 3/10.10) */
struct logicalVolIntegrityDesc {
	struct tag		descTag;
	struct timestamp	recordingDateAndTime;
	__le32			integrityType;
	struct extent_ad	nextIntegrityExt;
	uint8_t			logicalVolContentsUse[32];
	__le32			numOfPartitions;
	__le32			lengthOfImpUse;
	__le32			freeSpaceTable[0]; // <<<<<<<<<<<<<<<<
	__le32			sizeTable[0]; // <<<<<<<<<<<<<<<<<<<
	uint8_t			impUse[0]; // <<<<<<<<<<<<<<<<<<<<<<<
} __packed;


(I ask because I cannot reproduce the problem -- maybe a bad GCC
version?)


> CPU: 1 PID: 8363 Comm: syz-executor557 Not tainted 5.12.0-rc8-syzkaller #0
> Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
> Call Trace:
>  __dump_stack lib/dump_stack.c:79 [inline]
>  dump_stack+0x202/0x31e lib/dump_stack.c:120
>  ubsan_epilogue lib/ubsan.c:148 [inline]
>  __ubsan_handle_out_of_bounds+0xdb/0x130 lib/ubsan.c:288
>  udf_count_free fs/udf/super.c:2524 [inline]
>  udf_statfs+0x49f/0xd70 fs/udf/super.c:2408
>  statfs_by_dentry fs/statfs.c:66 [inline]
>  vfs_statfs+0x136/0x310 fs/statfs.c:90
>  user_statfs fs/statfs.c:105 [inline]
>  __do_sys_statfs fs/statfs.c:195 [inline]
>  __se_sys_statfs+0xe5/0x210 fs/statfs.c:192
>  do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
>  entry_SYSCALL_64_after_hwframe+0x44/0xae
> RIP: 0033:0x444579
> Code: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48
> RSP: 002b:00007ffc428d7b58 EFLAGS: 00000246 ORIG_RAX: 0000000000000089
> RAX: ffffffffffffffda RBX: 0030656c69662f2e RCX: 0000000000444579
> RDX: 0000000000402b43 RSI: 0000000000000000 RDI: 00000000200001c0
> RBP: 0000000000403e10 R08: 0000000000000000 R09: 0000000000000000
> R10: 00007ffc428d7a20 R11: 0000000000000246 R12: 0000000000403ea0
> R13: 0000000000000000 R14: 00000000004b2018 R15: 00000000004004a0
> ================================================================================
> Kernel panic - not syncing: panic_on_warn set ...
> CPU: 0 PID: 8363 Comm: syz-executor557 Not tainted 5.12.0-rc8-syzkaller #0
> Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
> Call Trace:
>  __dump_stack lib/dump_stack.c:79 [inline]
>  dump_stack+0x202/0x31e lib/dump_stack.c:120
>  panic+0x2e1/0x850 kernel/panic.c:231
>  ubsan_epilogue lib/ubsan.c:162 [inline]
>  __ubsan_handle_out_of_bounds+0x12b/0x130 lib/ubsan.c:288
>  udf_count_free fs/udf/super.c:2524 [inline]
>  udf_statfs+0x49f/0xd70 fs/udf/super.c:2408
>  statfs_by_dentry fs/statfs.c:66 [inline]
>  vfs_statfs+0x136/0x310 fs/statfs.c:90
>  user_statfs fs/statfs.c:105 [inline]
>  __do_sys_statfs fs/statfs.c:195 [inline]
>  __se_sys_statfs+0xe5/0x210 fs/statfs.c:192
>  do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
>  entry_SYSCALL_64_after_hwframe+0x44/0xae
> RIP: 0033:0x444579
> Code: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48
> RSP: 002b:00007ffc428d7b58 EFLAGS: 00000246 ORIG_RAX: 0000000000000089
> RAX: ffffffffffffffda RBX: 0030656c69662f2e RCX: 0000000000444579
> RDX: 0000000000402b43 RSI: 0000000000000000 RDI: 00000000200001c0
> RBP: 0000000000403e10 R08: 0000000000000000 R09: 0000000000000000
> R10: 00007ffc428d7a20 R11: 0000000000000246 R12: 0000000000403ea0
> R13: 0000000000000000 R14: 00000000004b2018 R15: 00000000004004a0
> Kernel Offset: disabled
> Rebooting in 86400 seconds..
> ---

thanks.
-- 
~Randy


  reply	other threads:[~2021-05-03  3:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-30 19:28 [syzbot] UBSAN: array-index-out-of-bounds in udf_statfs syzbot
2021-05-03  3:03 ` Randy Dunlap [this message]
2021-05-03  8:55   ` Jan Kara

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=272c7c70-9ea0-b7d0-5fa7-01f0c5650bd8@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=arnd@arndb.de \
    --cc=gustavo@embeddedor.com \
    --cc=jack@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=syzbot+7fbfe5fed73ebb675748@syzkaller.appspotmail.com \
    --cc=syzkaller-bugs@googlegroups.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 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).