Bug 220131
Summary: | BUG: KASAN: slab-use-after-free in cifs_fill_dirent+0xb03/0xb60 [cifs] | ||
---|---|---|---|
Product: | File System | Reporter: | wangzhaolong1 |
Component: | CIFS | Assignee: | fs_cifs (fs_cifs) |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
wangzhaolong1
2025-05-16 02:17:57 UTC
Reproduction Procedure: // ... setup smb service mkdir -p /mnt/cifs/test modprobe cifs cifs_min_small=2 mount -t cifs -o username=xxxxx,password=xxxxx //127.0.0.1/TEST /mnt/cifs/test/ gcc poc.c ./a.out |