Lucene search
+L

29182 matches found

Cvelist
Cvelist
added 6 days ago30 views

CVE-2026-68159 libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZE

In the Linux kernel, the following vulnerability has been resolved: libceph: bound pgtemp,upmap,upmapitems length to CEPHPGMAXSIZE decodepgtemp decodes an user-controlled length but only rejects values large enough to overflow the allocation; it does not bound it to CEPHPGMAXSIZE. The helper back...

9.8CVSS0.00553EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago30 views

CVE-2026-68159

CVE-2026-68159 (Linux kernel libceph bound check) : The issue occurs when decoding pg_temp/pg_upmap entries in libceph within the kernel. __decode_pg_temp() may accept a user-controlled length that overflows the allocation, and the same applies to __decode_pg_upmap_items(); decoded data is later ...

9.8CVSS5.4AI score0.00553EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago26 views

CVE-2026-68156

The CVE-2026-68156 issue affects the Linux kernel libceph path: during an authorizer update, ceph_x_update_authorizer() may rebuild the authorizer and, if the new authorizer won’t fit in the existing buffer, it frees the old buffer while auth->authorizer_buf still points to the freed memory. A...

9.8CVSS5.4AI score0.00608EPSS
SaveExploits0References5
CVE
CVE
added 6 days ago35 views

CVE-2026-68154

The CVE-2026-68154 vulnerability affects the Linux kernel’s libceph component, where CRUSH map decoding accepts bucket type 0 (reserved for devices) can let a malformed map cause a negative bucket ID to index the OSD weight array, leading to denial of service. The issue is fixed by rejecting zero...

9.8CVSS5.3AI score0.00626EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 6 days ago7 views

CVE-2026-68134

In the Linux kernel, the following vulnerability has been resolved: ptp: ptps390: Add missing facility check Only register the physical clock when facility 28 is installed and PTFF QAF returns that PTFF QPT is available...

7.3CVSS5.1AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 6 days ago5 views

CVE-2026-68133

In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP Call Trace during PTP release If a PF reset occurs when the PTP state is ICEPTPUNINIT, then iceptprebuild will update the state to ICEPTPERROR. This will result in the following PTP release call trace during driver...

5.3AI score0.00175EPSS
SaveExploits0
Debian CVE
Debian CVE
added 6 days ago5 views

CVE-2026-68132

In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices dothawallcallback calls bdevthaw while holding sb-sumount exclusively. If the block device was frozen via bdevfreeze dropping the last block layer freeze reference calls...

5.2AI score0.00173EPSS
SaveExploits0
Cvelist
Cvelist
added 6 days ago31 views

CVE-2026-68131 rbd: Reset positive result codes to zero in object map update path

In the Linux kernel, the following vulnerability has been resolved: rbd: Reset positive result codes to zero in object map update path In a reply message to an RBD request, a positive result code indicates a data payload, which is not allowed for writes. While rbdosdreqcallback already resets a...

7.5CVSS0.00466EPSS
SaveExploits0References5
CVE
CVE
added 6 days ago35 views

CVE-2026-68130

CVE-2026-68130 (ksmbd, Linux kernel) : The vulnerability arises in ntlm_authenticate() where destroy_previous_session() is invoked using a pre-authentication user pointer derived from the client NTLM blob, before NTLMv2 response validation. An attacker could set the NTLM blob username to a victim...

5.3AI score0.0021EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 6 days ago8 views

CVE-2026-68127

In the Linux kernel, the following vulnerability has been resolved: ila: reload IPv6 header after pskbmaypull in checksum adjust ilacsumadjusttransport caches ip6h = ipv6hdrskb before calling pskbmaypull. On a non-linear skb whose transport header sits in a page fragment, pskbmaypull can call...

9.8CVSS5.3AI score0.00483EPSS
SaveExploits0
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-55507

In the Linux kernel, the following vulnerability has been resolved: mac802154: hold an interface reference across the scan worker mac802154scanworker captures the scanning sub-interface under RCU and then keeps dereferencing sdata-dev after rcureadunlock and outside the rtnl -- in the failure...

5.3AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago5 views

CVE-2026-68120 rtase: Workaround for TX hang caused by hardware packet parsing

In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser...

7.5CVSS5.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 6 days ago6 views

CVE-2026-68116

In the Linux kernel, the following vulnerability has been resolved: vxlan: mdb: Fix source list corruption on a failed replace When replacing the source list of an MDB remote entry, all existing sources are first marked for deletion and vxlanmdbremotesrcsadd is then called to add the new source...

7.9CVSS5.6AI score0.00121EPSS
SaveExploits0
CVE
CVE
added 6 days ago27 views

CVE-2026-68109

CVE-2026-68109 : In the Linux kernel’s drm/amdgpu/sdma7.1 path, the vulnerability was resolved by replacing a failing assertion: replace BUG_ON() with WARN_ON() so the kernel no longer crashes in these cases. The commit cherry-picks the fix (c4f230b51cf2d3e7e8b1c800331f3dbed2a9e3f5). Affected com...

5.3AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago43 views

CVE-2026-68108

In CVE-2026-68108, the Linux kernel component drm/amdgpu/vce is vulnerable to a 32-bit integer overflow when processing VCE command streams with oversized dimensions (e.g., 65536×65536), allowing out-of-bounds memory access by the GPU firmware. The issue is addressed by using 64-bit arithmetic to...

8.8CVSS5.5AI score0.00135EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago9 views

CVE-2026-68101 drm/amdgpu: fix check in amdgpu_hmm_invalidate_gfx

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix check in amdgpuhmminvalidategfx For a short moment during alloc/free the userptr BO is not part of his VM, so bo-vmbo can be NULL. Keep a reference to the VM root PD as parent of the userptr BO so that we can alwa...

5.4AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 6 days ago14 views

CVE-2026-68100

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate numsubauth when copying ACE in setntacldacl setntacldacl copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.numsubauth. The ACE bytes...

8.1CVSS5.2AI score0.00403EPSS
SaveExploits0
CVE
CVE
added 6 days ago29 views

CVE-2026-68098

CVE-2026-68098 affects ksmbd in the Linux kernel. The root cause is in set_ntacl_dacl(), which can stop copying ACEs when DACL size accounting overflows. As a result, the dedup walk may inspect a tail beyond the copied ACEs, potentially enabling an out-of-bounds read with possible denial of servi...

8.8CVSS5.4AI score0.00414EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 6 days ago3 views

CVE-2026-68098

In the Linux kernel, the following vulnerability has been resolved: ksmbd: bound DACL dedup walk to copied ACEs setntacldacl can stop copying ACEs before consuming the full input DACL when size accounting overflows. When that happens, numaces reflects only the ACEs that were actually copied into...

8.8CVSS5.3AI score0.00414EPSS
SaveExploits0References6Affected Software1
AstraLinux
AstraLinux
added 6 days ago10 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: sched/rt: Fixed a race condition in the pushrttask function Overview ======== When a CPU decides to call the pushrttask function and selects a task to be pushed onto another CPU’s runqueue, it will invoke the findlocklowestrq...

7.8CVSS5.7AI score0.00142EPSS
SaveExploits0References3
Rows per page
Query Builder