CVE-2023-53711
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's NFS implementation involves a potential data corruption issue. It occurs because subrequests were not properly joined back into the main request before retransmission, especially when the server wrote data synchronously and the main request was not on the commit lists. This could lead to improper handling of retransmissions and potential data corruption.
How can this vulnerability impact me? :
The vulnerability can lead to data corruption when using NFS in the Linux kernel, potentially causing loss or inconsistency of data during file operations that involve retransmissions. This could affect system stability and data integrity.