In the Linux kernel, the following vulnerability has been resolved:fs/9p: fix NULL pointer dereference on mkdirWhen a 9p tree was mounted with option 'posixacl', parent directory had adefault ACL set for its subdirectories, e.g.: setfacl -m default:group:simpsons:rwx parentdirthen creating a subdirectory crashed 9p client, as v9fs_fid_add() call infunction v9fs_vfs_mkdir_dotl() sets the passed 'fid' pointer to NULL(since dafbe689736) even though the subsequent v9fs_set_create_acl() callexpects a valid non-NULL 'fid' pointer: [ 37.273191] BUG: kernel NULL pointer dereference, address: 0000000000000000 ... [ 37.322338] Call Trace: [ 37.323043]
No PoCs from references.
- https://github.com/ARPSyndicate/cve-scores