Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-31437
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-22 Apr, 2026 | 13:53
Updated At-11 May, 2026 | 22:08
Rejected At-
▼CVE Numbering Authority (CNA)
netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry When a write subrequest is marked NETFS_SREQ_NEED_RETRY, the retry path in netfs_unbuffered_write() unconditionally calls stream->prepare_write() without checking if it is NULL. Filesystems such as 9P do not set the prepare_write operation, so stream->prepare_write remains NULL. When get_user_pages() fails with -EFAULT and the subrequest is flagged for retry, this results in a NULL pointer dereference at fs/netfs/direct_write.c:189. Fix this by mirroring the pattern already used in write_retry.c: if stream->prepare_write is NULL, skip renegotiation and directly reissue the subrequest via netfs_reissue_write(), which handles iterator reset, IN_PROGRESS flag, stats update and reissue internally.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/netfs/direct_write.c
Default Status
unaffected
Versions
Affected
  • From 72d08d2839649d1c5efbe375751f4473fa4486af before a4d1b4ba9754bac3efebd06f583a44a7af52c0ab (git)
  • From 0c29f6d63122a0168d67cb8ecde5b4cf7fe4acb0 before 7a5482f5ce891decbf36f2e6fab1e9fc4a76a684 (git)
  • From a0b4c7a49137ed21279f354eb59f49ddae8dffc2 before e9075e420a1eb3b52c60f3b95893a55e77419ce8 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/netfs/direct_write.c
Default Status
unaffected
Versions
Affected
  • From 6.18.17 before 6.18.21 (semver)
  • From 6.19.7 before 6.19.11 (semver)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/a4d1b4ba9754bac3efebd06f583a44a7af52c0ab
N/A
https://git.kernel.org/stable/c/7a5482f5ce891decbf36f2e6fab1e9fc4a76a684
N/A
https://git.kernel.org/stable/c/e9075e420a1eb3b52c60f3b95893a55e77419ce8
N/A
Hyperlink: https://git.kernel.org/stable/c/a4d1b4ba9754bac3efebd06f583a44a7af52c0ab
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7a5482f5ce891decbf36f2e6fab1e9fc4a76a684
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/e9075e420a1eb3b52c60f3b95893a55e77419ce8
Resource: N/A
Details not found