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-43075
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-06 May, 2026 | 07:40
Updated At-08 May, 2026 | 12:40
Rejected At-
▼CVE Numbering Authority (CNA)
ocfs2: fix out-of-bounds write in ocfs2_write_end_inline

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix out-of-bounds write in ocfs2_write_end_inline KASAN reports a use-after-free write of 4086 bytes in ocfs2_write_end_inline, called from ocfs2_write_end_nolock during a copy_file_range splice fallback on a corrupted ocfs2 filesystem mounted on a loop device. The actual bug is an out-of-bounds write past the inode block buffer, not a true use-after-free. The write overflows into an adjacent freed page, which KASAN reports as UAF. The root cause is that ocfs2_try_to_write_inline_data trusts the on-disk id_count field to determine whether a write fits in inline data. On a corrupted filesystem, id_count can exceed the physical maximum inline data capacity, causing writes to overflow the inode block buffer. Call trace (crash path): vfs_copy_file_range (fs/read_write.c:1634) do_splice_direct splice_direct_to_actor iter_file_splice_write ocfs2_file_write_iter generic_perform_write ocfs2_write_end ocfs2_write_end_nolock (fs/ocfs2/aops.c:1949) ocfs2_write_end_inline (fs/ocfs2/aops.c:1915) memcpy_from_folio <-- KASAN: write OOB So add id_count upper bound check in ocfs2_validate_inode_block() to alongside the existing i_size check to fix it.

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/ocfs2/inode.c
Default Status
unaffected
Versions
Affected
  • From 1afc32b952335f665327a1a9001ba1b44bb76fd9 before e2c9dc6b6e96f3585f2a1062ca3374a52db0938f (git)
  • From 1afc32b952335f665327a1a9001ba1b44bb76fd9 before 947f953978b0d9463498d548d0f054f5a75be2e9 (git)
  • From 1afc32b952335f665327a1a9001ba1b44bb76fd9 before 0c1af902223b6fcedb60904ca0b551254686c7b9 (git)
  • From 1afc32b952335f665327a1a9001ba1b44bb76fd9 before 69d3c69ade1e4285ab4ca48fe7acee0767e65604 (git)
  • From 1afc32b952335f665327a1a9001ba1b44bb76fd9 before 7bc5da4842bed3252d26e742213741a4d0ac1b14 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/ocfs2/inode.c
Default Status
affected
Versions
Affected
  • 2.6.24
Unaffected
  • From 0 before 2.6.24 (semver)
  • From 6.6.136 through 6.6.* (semver)
  • From 6.12.83 through 6.12.* (semver)
  • From 6.18.24 through 6.18.* (semver)
  • From 6.19.14 through 6.19.* (semver)
  • From 7.0 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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/e2c9dc6b6e96f3585f2a1062ca3374a52db0938f
N/A
https://git.kernel.org/stable/c/947f953978b0d9463498d548d0f054f5a75be2e9
N/A
https://git.kernel.org/stable/c/0c1af902223b6fcedb60904ca0b551254686c7b9
N/A
https://git.kernel.org/stable/c/69d3c69ade1e4285ab4ca48fe7acee0767e65604
N/A
https://git.kernel.org/stable/c/7bc5da4842bed3252d26e742213741a4d0ac1b14
N/A
Hyperlink: https://git.kernel.org/stable/c/e2c9dc6b6e96f3585f2a1062ca3374a52db0938f
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/947f953978b0d9463498d548d0f054f5a75be2e9
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/0c1af902223b6fcedb60904ca0b551254686c7b9
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/69d3c69ade1e4285ab4ca48fe7acee0767e65604
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7bc5da4842bed3252d26e742213741a4d0ac1b14
Resource: N/A
Details not found