CVE detail
CVE-2025-38691
In the Linux kernel, the following vulnerability has been resolved: pNFS: Fix uninited ptr deref in block/scsi layout The error occurs on the third attempt to encode extents. When function ext_tree_prepare_commit() reallocates a larger buffer to retry encoding extents, the "layoutupdate_pages" page array is initialized only after the retry loop. But ext_tree_free_commitdata() is called on every iteration and tries to put pages in the array, thus dereferencing uninitialized pointers. An additional problem is that there is no limit on the maximum possible buffer_size. When there are too many extents, the client may create a layoutcommit that is larger than the maximum possible RPC size accepted by the server. During testing, we observed two typical scenarios. First, one memory page for extents is enough when we work with small files, append data to the end of the file, or preallocate extents before writing. But when we fill a new large file without preallocating, the number of extents can be huge, and counting the number of written extents in ext_tree_encode_commit() does not help much. Since this number increases even more between unlocking and locking of ext_tree, the reallocated buffer may not be large enough again and again.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 26.4 · diversity 11.5 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
13 source links · newest first
- https://cert-portal.siemens.com/productcert/html/ssa-082556.htmlcert-portal.siemens.com
No excerpt available.
Vendor Advisorycert-portal.siemens.comSep 4, 2025, 4:15 PM - https://cert-portal.siemens.com/productcert/html/ssa-032379.htmlcert-portal.siemens.com
No excerpt available.
Vendor Advisorycert-portal.siemens.comSep 4, 2025, 4:15 PM No excerpt available.
Vendor Advisorylists.debian.orgSep 4, 2025, 4:15 PMNo excerpt available.
Vendor Advisorylists.debian.orgSep 4, 2025, 4:15 PMNo excerpt available.
Exploitgit.kernel.orgSep 4, 2025, 4:15 PMNo excerpt available.
Exploitgit.kernel.orgSep 4, 2025, 4:15 PMNo excerpt available.
Exploitgit.kernel.orgSep 4, 2025, 4:15 PMNo excerpt available.
Exploitgit.kernel.orgSep 4, 2025, 4:15 PMNo excerpt available.
Exploitgit.kernel.orgSep 4, 2025, 4:15 PMNo excerpt available.
Exploitgit.kernel.orgSep 4, 2025, 4:15 PMNo excerpt available.
Exploitgit.kernel.orgSep 4, 2025, 4:15 PMNo excerpt available.
Exploitgit.kernel.orgSep 4, 2025, 4:15 PMNo excerpt available.
Exploitgit.kernel.orgSep 4, 2025, 4:15 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2025-39812CVSS 5.5 · Medium
In the Linux kernel, the following vulnerability has been resolved: sctp: initialize more fields in sctp_v6_from_sk() syzbot found that sin6_scope_id was not properly initialize…
- CVE-2025-39684CVSS 5.5 · Medium
In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_ioctl() syzbot reports a KMSAN ker…
- CVE-2025-38718CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctp_rcv A cloned head skb still shares these frag skbs in fraglist wit…
- CVE-2025-38644CVSS 5.5 · Medium
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: reject TDLS operations when station is not associated syzbot triggered a WARN in ieee80211_td…
- CVE-2025-38608CVSS 8.6 · High
In the Linux kernel, the following vulnerability has been resolved: bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls When sending plaintext data, we initiall…
- CVE-2025-38579CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix KMSAN uninit-value in extent_info usage KMSAN reported a use of uninitialized value in `__is_extent…