CVE-2023-53680
EUVD-2025-3197007.10.2025, 16:15
In the Linux kernel, the following vulnerability has been resolved: NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL OPDESC() simply indexes into nfsd4_ops[] by the op's operation number, without range checking that value. It assumes callers are careful to avoid calling it with an out-of-bounds opnum value. nfsd4_decode_compound() is not so careful, and can invoke OPDESC() with opnum set to OP_ILLEGAL, which is 10044 -- well beyond the end of nfsd4_ops[].Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| linux | linux_kernel | 4.14 ≤ 𝑥 < 5.10.220 |
| linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.107 |
| linux | linux_kernel | 5.16 ≤ 𝑥 < 6.1.24 |
| linux | linux_kernel | 6.2 ≤ 𝑥 < 6.2.11 |
| linux | linux_kernel | 6.3:rc1 |
| linux | linux_kernel | 6.3:rc2 |
| linux | linux_kernel | 6.3:rc3 |
| linux | linux_kernel | 6.3:rc4 |
| linux | linux_kernel | 6.3:rc5 |
𝑥
= Vulnerable software versions
Debian Releases
Common Weakness Enumeration
References