Lucene search
+L

2672 matches found

NVD
NVD
added yesterday8 views

CVE-2026-63816

In the Linux kernel, the following vulnerability has been resolved: f2fs: atomic: fix UAF issue on f2fsinodeinfo.atomicinode - ioctlF2FSIOCGARBAGECOLLECTRANGE - shrink - f2fsgc - gcdatasegment - radatablockcowinode - mapping = F2FSIinode-atomicinode-imapping : f2fsiscowfilecowinode is true -...

7.8CVSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added yesterday4 views

CVE-2026-63816

In the Linux kernel, the following vulnerability has been resolved: f2fs: atomic: fix UAF issue on f2fsinodeinfo.atomicinode - ioctlF2FSIOCGARBAGECOLLECTRANGE - shrink - f2fsgc - gcdatasegment - radatablockcowinode - mapping = F2FSIinode-atomicinode-imapping : f2fsiscowfilecowinode is true -...

5.2AI score
Exploits0References5Affected Software1
EUVD
EUVD
added yesterday5 views

EUVD-2026-45482

In the Linux kernel, the following vulnerability has been resolved: f2fs: atomic: fix UAF issue on f2fsinodeinfo.atomicinode - ioctlF2FSIOCGARBAGECOLLECTRANGE - shrink - f2fsgc - gcdatasegment - radatablockcowinode - mapping = F2FSIinode-atomicinode-imapping : f2fsiscowfilecowinode is true -...

5.3AI score
Exploits0References4
Cvelist
Cvelist
added yesterday20 views

CVE-2026-63816 f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode

In the Linux kernel, the following vulnerability has been resolved: f2fs: atomic: fix UAF issue on f2fsinodeinfo.atomicinode - ioctlF2FSIOCGARBAGECOLLECTRANGE - shrink - f2fsgc - gcdatasegment - radatablockcowinode - mapping = F2FSIinode-atomicinode-imapping : f2fsiscowfilecowinode is true -...

7.8CVSS
Exploits0References4
OSV
OSV
added yesterday3 views

CVE-2026-63816 f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode

In the Linux kernel, the following vulnerability has been resolved: f2fs: atomic: fix UAF issue on f2fsinodeinfo.atomicinode - ioctlF2FSIOCGARBAGECOLLECTRANGE - shrink - f2fsgc - gcdatasegment - radatablockcowinode - mapping = F2FSIinode-atomicinode-imapping : f2fsiscowfilecowinode is true -...

7.8CVSS5.3AI score
Exploits0References7
CVE
CVE
added yesterday5 views

CVE-2026-63816

CVE-2026-63816 describes a Linux kernel issue in F2FS where the UAF can occur during garbage collection when handling f2fs_inode_info.atomic_inode. The public descriptions across NVD, SUSE, OSVs, Debian/OSV indicate the code path: gc_data_segment → ra_data_block(cow_inode) → mapping = F2FS_I(inod...

7.8CVSS5.4AI score
Exploits0References4
ATTACKERKB
ATTACKERKB
added yesterday4 views

CVE-2026-53374

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: zero-initialize GART table on allocation GART TLB is flushed after unmapping but not after mapping. Since amdgpubocreatekernel does not zero-initialize the buffer, when a single PTE is written the TLB may speculativel...

5.3AI score
Exploits0References7Affected Software1
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-61132

In the Linux kernel, the following vulnerability has been resolved: f2fs: atomic: fix UAF issue on f2fs inode info.atomic inode - ioctlF2FS IOC GARBAGE COLLECT RANGE - shrink - f2fs gc - gc data segment - ra data blockcow inode - mapping = F2FS Iinode-atomic inode-i mapping : f2fs is cow filecow...

5.4AI score
Exploits0References5
RedHat Linux
RedHat Linux
added 4 days ago7 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS7.1AI score0.00728EPSS
Exploits0References8
RedHat Linux
RedHat Linux
added 2026/07/07 6:15 p.m.7 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS6AI score0.00728EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2026/07/05 2:59 p.m.16 views

CVE-2026-53361

A flaw was found in the Linux kernel's afunix component. A race condition exists within the unixgc garbage collection function where the gcinprogress flag may not be correctly set. This could lead to unixpeekfpl misinterpreting garbage collection status when handling MSGPEEK operations, potential...

7.1CVSS5.9AI score0.0012EPSS
Exploits0References4
OSV
OSV
added 2026/07/04 12:17 p.m.5 views

UBUNTU-CVE-2026-53361

In the Linux kernel, the following vulnerability has been resolved: afunix: Set gcinprogress to true in unixgc. Igor Ushakov reported that unixgc could run with gcinprogress being false if the work is scheduled while running: Thread 1 Thread 2 Thread 3 -------- -------- -------- unixschedulegc...

7.1CVSS5.8AI score0.0012EPSS
Exploits0References7
CVE
CVE
added 2026/07/04 11:54 a.m.31 views

CVE-2026-53361

The CVE-2026-53361 vulnerability affects the Linux kernel, specifically af_unix code in unix_gc() where gc_in_progress could be observed as false during scheduling, potentially allowing a sequence where gc_in_progress is not reliably set. The root cause is the race between unix_schedule_gc() and ...

7.1CVSS5.8AI score0.0012EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/04 11:54 a.m.22 views

CVE-2026-53361

In the Linux kernel, the following vulnerability has been resolved: afunix: Set gcinprogress to true in unixgc. Igor Ushakov reported that unixgc could run with gcinprogress being false if the work is scheduled while running: Thread 1 Thread 2 Thread 3 -------- -------- -------- unixschedulegc...

5.8AI score0.0012EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2026/07/04 11:54 a.m.3 views

CVE-2026-53361 af_unix: Set gc_in_progress to true in unix_gc().

In the Linux kernel, the following vulnerability has been resolved: afunix: Set gcinprogress to true in unixgc. Igor Ushakov reported that unixgc could run with gcinprogress being false if the work is scheduled while running: Thread 1 Thread 2 Thread 3 -------- -------- -------- unixschedulegc...

7.1CVSS5.8AI score0.0012EPSS
Exploits0References7
Positive Technologies
Positive Technologies
added 2026/07/04 12:0 a.m.25 views

PT-2026-55699

In the Linux kernel, the following vulnerability has been resolved: af unix: Set gc in progress to true in unix gc. Igor Ushakov reported that unix gc could run with gc in progress being false if the work is scheduled while running: Thread 1 Thread 2 Thread 3 -------- -------- -------- unix...

5.8AI score0.0012EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/02 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-54901

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, Oj::Parser in usual mode does not mark arrayclass...

6.3CVSS5.9AI score0.00253EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2026/07/01 11:30 a.m.7 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS7.2AI score0.00728EPSS
Exploits0References8
NVD
NVD
added 2026/07/01 12:16 a.m.10 views

CVE-2026-54901

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, Oj::Parser in usual mode does not mark arrayclass and hashclass references during garbage collection, leading to Use-After-Free. If GC runs after the class is assigned but before a parse,...

6.3CVSS0.00253EPSS
Exploits0References1
OSV
OSV
added 2026/07/01 12:16 a.m.9 views

DEBIAN-CVE-2026-54901

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, Oj::Parser in usual mode does not mark arrayclass and hashclass references during garbage collection, leading to Use-After-Free. If GC runs after the class is assigned but before a parse,...

6.3CVSS5.7AI score0.00253EPSS
Exploits0References1
Rows per page
Query Builder