Lucene search
+L

540729 matches found

CVE
CVE
•added 2026/09/25 10:24 a.m.•14 views

CVE-2026-98087

The Linux kernel contains a vulnerability where the RT balancer enters a retry loop when handling migrate_disable() 'd Real-Time (RT) tasks. Because these tasks remain on the pushable list while being pinned, the scheduler repeatedly attempts to push them, fails, and falls back to pushing the cur...

5.8AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/25 10:24 a.m.•34 views

CVE-2026-98085 bpf: backtrack_insn(): Handle ld_{abs,ind} subprog exit edge

In the Linux kernel, the following vulnerability has been resolved: bpf: backtrackinsn: Handle ldabs,ind subprog exit edge Nicholas Carlini reported a bug in precision backtracking mechanism for BPFLD | BPFIND,ABS instructions. These instructions are modelled as two branches: - fallthrough; -...

0.00155EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/25 10:24 a.m.•3 views

CVE-2026-98085 bpf: backtrack_insn(): Handle ld_{abs,ind} subprog exit edge

In the Linux kernel, the following vulnerability has been resolved: bpf: backtrackinsn: Handle ldabs,ind subprog exit edge Nicholas Carlini reported a bug in precision backtracking mechanism for BPFLD | BPFIND,ABS instructions. These instructions are modelled as two branches: - fallthrough; -...

5.8AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•6 views

EUVD-2026-86915

In the Linux kernel, the following vulnerability has been resolved: bpf: backtrackinsn: Handle ldabs,ind subprog exit edge Nicholas Carlini reported a bug in precision backtracking mechanism for BPFLD | BPFIND,ABS instructions. These instructions are modelled as two branches: - fallthrough; -...

5.8AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/25 10:24 a.m.•12 views

CVE-2026-98085

The Linux kernel contains a vulnerability in the BPF precision backtracking mechanism affecting BPF_LD | BPF_{IND,ABS} instructions. The root cause is that the backtrack_insn() function fails to handle the implicit exit case from a subprogram. Specifically, it does not call bt_subprog_enter() whe...

5.8AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/25 10:24 a.m.•36 views

CVE-2026-98083 btrfs: fix transaction use-after-free in raid stripe insertion

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction use-after-free in raid stripe insertion If allocation of a RAID stripe extent fails, btrfsinsertoneraidextent aborts and ends the transaction before returning -ENOMEM. btrfsfinishoneordered, the production...

7CVSS0.00118EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•9 views

EUVD-2026-86914

In the Linux kernel, the following vulnerability has been resolved: bpf: backtracking shouldn't clear outer frame R1-R5 for callbacks When processing calls to bpfloop verifier marks R1 and R4 as precise. R1 tracks loop iterations number and because of the 'callbackdepth R1' mechanics in...

5.8AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/25 10:24 a.m.•15 views

CVE-2026-98084

The Linux kernel contains a vulnerability in the BPF verifier related to bpf_loop(). When processing callbacks, the verifier is intended to mark register R1 (which tracks loop iterations) as precise to satisfy callback_depth

5.8AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/25 10:24 a.m.•5 views

CVE-2026-98084 bpf: backtracking shouldn't clear outer frame R1-R5 for callbacks

In the Linux kernel, the following vulnerability has been resolved: bpf: backtracking shouldn't clear outer frame R1-R5 for callbacks When processing calls to bpfloop verifier marks R1 and R4 as precise. R1 tracks loop iterations number and because of the 'callbackdepth R1' mechanics in...

5.8AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/25 10:24 a.m.•19 views

CVE-2026-98083

The Linux kernel contains a use-after-free vulnerability within the btrfs filesystem during RAID stripe insertion. The root cause occurs when the allocation of a RAID stripe extent fails; the function btrfs_insert_one_raid_extent() aborts and ends the transaction before returning -ENOMEM. However...

7CVSS6.4AI score0.00118EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•7 views

EUVD-2026-86913

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction use-after-free in raid stripe insertion If allocation of a RAID stripe extent fails, btrfsinsertoneraidextent aborts and ends the transaction before returning -ENOMEM. btrfsfinishoneordered, the production...

7CVSS6.4AI score0.00118EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:24 a.m.•5 views

CVE-2026-98083 btrfs: fix transaction use-after-free in raid stripe insertion

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction use-after-free in raid stripe insertion If allocation of a RAID stripe extent fails, btrfsinsertoneraidextent aborts and ends the transaction before returning -ENOMEM. btrfsfinishoneordered, the production...

7CVSS6.4AI score
SaveExploits0References7
CVE
CVE
•added 2026/09/25 10:24 a.m.•14 views

CVE-2026-98081

A vulnerability exists in the Linux kernel 's btrfs filesystem involving the zoned feature. The root cause is that do_zone_finish() clears the BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE flag but returns early if call_zone_finish() fails. This results in a reference leak for inactive block groups on fs_info-...

5.8AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•5 views

EUVD-2026-86912

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix the possible bioclist memory leak during error There are two possible ways to leak bioc memory on btrfsorderedextent::bioclist: - An error occurred for btrfsinsertoneraidextent Then the function btrfsinsertraidextent...

5.6AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•12 views

CVE-2026-98082

The Linux kernel contains a memory leak vulnerability in the btrfs filesystem within btrfs_ordered_extent::bioc_list. The root cause involves bioc_list memory leaking during error conditions, specifically when btrfs_insert_one_raid_extent() fails or when an ordered extent encounters an IO error (...

5.6AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•6 views

EUVD-2026-86911

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: finish active block group cleanup if callzonefinish fails dozonefinish clears BLOCKGROUPFLAGZONEISACTIVE before finishing the zones. If callzonefinish then fails it returned early, leaving the now inactive block gro...

5.8AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:24 a.m.•4 views

CVE-2026-98082 btrfs: fix the possible bioc_list memory leak during error

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix the possible bioclist memory leak during error There are two possible ways to leak bioc memory on btrfsorderedextent::bioclist: - An error occurred for btrfsinsertoneraidextent Then the function btrfsinsertraidextent...

5.6AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/25 10:24 a.m.•31 views

CVE-2026-98082 btrfs: fix the possible bioc_list memory leak during error

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix the possible bioclist memory leak during error There are two possible ways to leak bioc memory on btrfsorderedextent::bioclist: - An error occurred for btrfsinsertoneraidextent Then the function btrfsinsertraidextent...

0.00168EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:24 a.m.•3 views

CVE-2026-98081 btrfs: zoned: finish active block group cleanup if call_zone_finish() fails

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: finish active block group cleanup if callzonefinish fails dozonefinish clears BLOCKGROUPFLAGZONEISACTIVE before finishing the zones. If callzonefinish then fails it returned early, leaving the now inactive block gro...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:24 a.m.•4 views

CVE-2026-98080 btrfs: do not force reloc root creation during qgroup_account_snapshot()

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not force reloc root creation during qgroupaccountsnapshot BUG When running btrfs/252 with quota enabled through MKFSOPTIONS="-O quota", it has a high chance to trigger the following kernel warning and flips the fs RO:...

5.8AI score
SaveExploits0References7
Rows per page
Query Builder