PatchSiren cyber security CVE debrief
CVE-2022-48827 Linux CVE debrief
CVE-2022-48827 is a Linux kernel NFS server bug where a READ request near OFFSET_MAX can overflow internal offset handling, leading the server to return EINVAL and the client to retry indefinitely. The fix changes out-of-range READ behavior to complete as a short read with EOF and ensures wire offsets are converted safely to loff_t before kernel checks.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2025-08-12
- Original CVE updated
- 2026-02-25
- Advisory published
- 2025-08-12
- Advisory updated
- 2026-02-25
Who should care
Linux distribution maintainers, system administrators, and appliance vendors running kernels with NFS server functionality enabled, especially on versions listed as vulnerable by NVD. Operators should also care if they rely on NFS clients that may hang or repeatedly retry when a server mishandles end-of-file boundary reads.
Technical summary
According to the NVD description, an NFS READ close to the end of the addressable range can cause loff_t overflow in the server. The server then returns NFS EINVAL, which the Linux NFS client does not handle for READ and may retry indefinitely. NVD lists the issue as affecting Linux kernel releases before 5.10.220, 5.11 through 5.15.23, 5.16 through 5.16.9, and 5.17-rc1 through 5.17-rc3. The kernel fix treats out-of-range READs as successful short reads with EOF and emphasizes explicit u64-to-loff_t conversion so VFS limits are checked correctly.
Defensive priority
High
Recommended defensive actions
- Apply the kernel updates or vendor backports that include the published fixes for CVE-2022-48827.
- Verify whether deployed kernels fall within the NVD-listed affected ranges before scheduling remediation.
- Prioritize systems exposing NFS server functionality or running workloads that may read near EOF or address-space limits.
- After patching, validate NFS behavior with normal application tests and confirm clients no longer hang or retry endlessly on boundary reads.
- Track vendor advisories and stable kernel updates for backported fixes if you do not deploy mainline kernel releases.
Evidence notes
NVD’s CVE record describes the failure mode: a READ near OFFSET_MAX can overflow loff_t, causing EINVAL and client retry behavior. The record also lists CWE-125 and CVSS v3.1 7.1 HIGH (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H). NVD includes kernel patch references and lists vulnerable kernel version ranges in the CPE criteria.
Sources and references
Verified primary and authoritative sources
-
CVE-2022-48827 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2022-48827
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2022-48827 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2022-48827
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0cb4d23ae08c48f6bf3c29a8e5c4a74b8388b960
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1726a39b0879acfb490b22dca643f26f4f907da9
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/44502aca8e02ab32d6b0eb52e006a5ec9402719b
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c6eff5c4277146a78b4fb8c9b668dd64542c41b0
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Source reference
Unverified legacy reference
URL: https://cert-portal.siemens.com/productcert/html/ssa-265688.html
0b142b55-0307-4c5a-b3c9-f314f3fb7c5e
-
Source reference
Unverified legacy reference
URL: https://cert-portal.siemens.com/productcert/html/ssa-355557.html
0b142b55-0307-4c5a-b3c9-f314f3fb7c5e
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.