### [CVE-2021-47179](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-47179) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=2fafe7d5047f98791afd9a1d90d2afb70debc590%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=4.14.233%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=4.19.191%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=4.9.269%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=5.10.36%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=5.12.3%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=5.4.118%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=6be0e4b59314e4a836495f6ffdc5d2c5b079deeb%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=7b7b9774643220e53eef58c15bb29bd4182fe053%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=7e65ea887d0c0997f3053acd91a027af45e71c5b%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=80e34f4957ec3010c85f9bb0b568a8d46acdf535%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=96260bde1ea8ae31a5402fe506abbb8951d5a42c%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=9ffa7967f9379a0a1b924e9ffeda709d72237da7%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=de144ff4234f935bd2150108019b5d87a90a8a96%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue) ### Description In the Linux kernel, the following vulnerability has been resolved:NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Commit de144ff4234f changes _pnfs_return_layout() to callpnfs_mark_matching_lsegs_return() passing NULL as the structpnfs_layout_range argument. Unfortunately,pnfs_mark_matching_lsegs_return() doesn't check if we have a value herebefore dereferencing it, causing an oops.I'm able to hit this crash consistently when running connectathon basictests on NFS v4.1/v4.2 against Ontap. ### POC #### Reference No PoCs from references. #### Github - https://github.com/fkie-cad/nvd-json-data-feeds