Lucene search
+L

365197 matches found

Cvelist
Cvelist
added 2 days ago22 views

CVE-2026-72162 ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_rec

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2sumrightmostrec BUG On-disk corruption setting lnextfreerec to 0 in an inode's embedded extent list triggers a UBSAN panic on the next write to that file. CAUSE...

7.8CVSS0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2 days ago22 views

CVE-2026-72162

CVE-2026-72162 — In the Linux kernel OCFS2 code, a UBSAN array-index-out-of-bounds flaw occurs in ocfs2_sum_rightmost_rec when l_next_free_rec is 0 or exceeds l_count, indexing l_recs[] out of bounds. The root cause is computing i = le16_to_cpu(el->l_next_free_rec) - 1 without validating i. Th...

7.8CVSS5.5AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-58920

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2sumrightmostrec BUG On-disk corruption setting lnextfreerec to 0 in an inode's embedded extent list triggers a UBSAN panic on the next write to that file. CAUSE...

5.5AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2 days ago21 views

CVE-2026-72161 ocfs2: add journal NULL check in ocfs2_checkpoint_inode()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add journal NULL check in ocfs2checkpointinode During unmount, ocfs2journalshutdown frees the journal and sets osb-journal to NULL. Later, when VFS evicts remaining cached inodes, ocfs2evictinode - ocfs2clearinode -...

0.00205EPSS
SaveExploits0References6
CVE
CVE
added 2 days ago17 views

CVE-2026-72161

The CVE describes a NULL dereference in OCFS2 during inode eviction after unmount, caused by osb->journal being freed but later dereferenced in ocfs2_checkpoint_inode(). The fix adds a NULL check for osb->journal in ocfs2_checkpoint_inode(), so if the journal is NULL (already flushed/destro...

5.4AI score0.00205EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-72161

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add journal NULL check in ocfs2checkpointinode During unmount, ocfs2journalshutdown frees the journal and sets osb-journal to NULL. Later, when VFS evicts remaining cached inodes, ocfs2evictinode - ocfs2clearinode -...

5.4AI score0.00205EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-58919

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add journal NULL check in ocfs2checkpointinode During unmount, ocfs2journalshutdown frees the journal and sets osb-journal to NULL. Later, when VFS evicts remaining cached inodes, ocfs2evictinode - ocfs2clearinode -...

5.4AI score0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2 days ago20 views

CVE-2026-72160 ocfs2: reject dinodes with non-canonical i_mode type

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject dinodes with non-canonical imode type Patch series "ocfs2: harden inode validators against forged metadata", v2. This series adds three structural checks to OCFS2 dinode validation so malformed on-disk fields are...

8.8CVSS0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago13 views

CVE-2026-72159

CVE-2026-72159 concerns the Linux kernel OCFS2 filesystem: non-inline dinodes with non-zero i_size and zero i_clusters on volumes without OCFS2_FEATURE_INCOMPAT_SPARSE_ALLOC are rejected due to a malformed extent/size descriptor mismatch. The issue affects regular files and non-inline directories...

5.3AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago25 views

CVE-2026-72159 ocfs2: reject non-inline dinodes with i_size and zero i_clusters

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject non-inline dinodes with isize and zero iclusters On a volume mounted without OCFS2FEATUREINCOMPATSPARSEALLOC, a non-inline regular file with non-zero isize and zero iclusters is structurally malformed: the extent ma...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-72159

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject non-inline dinodes with isize and zero iclusters On a volume mounted without OCFS2FEATUREINCOMPATSPARSEALLOC, a non-inline regular file with non-zero isize and zero iclusters is structurally malformed: the extent ma...

5.3AI score0.0021EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-58917

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject non-inline dinodes with isize and zero iclusters On a volume mounted without OCFS2FEATUREINCOMPATSPARSEALLOC, a non-inline regular file with non-zero isize and zero iclusters is structurally malformed: the extent ma...

5.4AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-58918

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject dinodes with non-canonical imode type Patch series "ocfs2: harden inode validators against forged metadata", v2. This series adds three structural checks to OCFS2 dinode validation so malformed on-disk fields are...

5.5AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-72160

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject dinodes with non-canonical imode type Patch series "ocfs2: harden inode validators against forged metadata", v2. This series adds three structural checks to OCFS2 dinode validation so malformed on-disk fields are...

8.8CVSS5.4AI score0.0021EPSS
SaveExploits0
CVE
CVE
added 2 days ago13 views

CVE-2026-72160

CVE-2026-72160 affects the Linux kernel OCFS2 filesystem: it fixes validation of dinode i_mode to reject non-canonical POSIX file types. The patch series “ocfs2: harden inode validators against forged metadata” adds structural checks in ocfs2_validate_inode_block() and mirrors them in the online ...

8.8CVSS5.4AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago21 views

CVE-2026-72158 fpga: dfl: add bounds check in dfh_get_param_size()

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl: add bounds check in dfhgetparamsize dfhgetparamsize can return a parameter size larger than the feature region because the loop bounds check is evaluated before incrementing size. If the EOP End of Parameters bit is se...

0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-72158

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl: add bounds check in dfhgetparamsize dfhgetparamsize can return a parameter size larger than the feature region because the loop bounds check is evaluated before incrementing size. If the EOP End of Parameters bit is se...

5.3AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2 days ago13 views

CVE-2026-72158

CVE-2026-72158 concerns the Linux kernel’s FPGA DFH handling in the dfl driver. The flaw: dfh_get_param_size() could report a parameter size larger than the feature region because the loop bounds check ran before incrementing size, and if EOP was set in the same iteration, an inflated size bypass...

5.3AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-58916

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl: add bounds check in dfhgetparamsize dfhgetparamsize can return a parameter size larger than the feature region because the loop bounds check is evaluated before incrementing size. If the EOP End of Parameters bit is se...

5.4AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-58915

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Fix frags overflow by bounding framecount tbnetpoll assembles a multi-frame ThunderboltIP packet into one skb. The first frame goes into the skb linear area and every further frame is added as a page fragment...

5.5AI score0.002EPSS
SaveExploits0References5
Rows per page
Query Builder