NULL pointer dereference in Linux

CVE-2021-47316

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svc_encode_getaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and d_really_is_positive(dentry), but that looks like overkill to me--zero status should be enough to guarantee a positive dentry. This isn't the first time we've seen an error-case NULL dereference hidden in the initialization of a local variable in an xdr encoder. But I went back through the other recent rewrites and didn't spot any similar bugs.

EPSS: 0.002 (14.9th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.

Affected products

  • Linux — versions d505e66191072748620fc0af038cea4e4da0e3cd, 20798dfe249a01ad1b12eec7dbc572db5003244a, 5.13
  • Linux Linux_kernel

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2021-47316?
CVE-2021-47316 is a high-severity vulnerability in Linux, classified under NULL Pointer Dereference. CVSS score: 7.5/10. Published 2024-05-21.
How severe is CVE-2021-47316?
High severity. CVSS v3 base score is 7.5 out of 10.