Lucene search
+L

90487 matches found

Positive Technologies
Positive Technologies
added yesterday4 views

PT-2026-72504

In the Linux kernel, the following vulnerability has been resolved: dm era: fix NULL pointer dereference in metadata open metadata open returns NULL when kzalloc obj fails, but the caller era ctr only checks IS ERRmd. Since IS ERRNULL returns false, the NULL pointer is treated as a valid result a...

5.4AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-72699

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: check skb clone in control TX t7xx port ctrl tx clones each skb fragment before passing it to the port transmit path. The clone is used immediately to set cloned-len, so an skb clone failure results in a NULL...

5.4AI score0.00168EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-72704

In the Linux kernel, the following vulnerability has been resolved: tcp: clear sock ops cb flags before force-closing a child socket A child socket inherits the listener's bpf sock ops cb flags via sk clone lock. If its setup fails in tcp v4 syn recv sock / tcp v6 syn recv sock, the child is free...

5.3AI score0.00198EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added yesterday2 views

CVE-2026-72071

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Fix use-after-free in usereventmmdup usereventmmdup walks the parent mm's enabler list locklessly under rcureadlock during fork from copyprocess; it does not take eventmutex: rcureadlock;...

5.5AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74477

In the Linux kernel, the following vulnerability has been resolved: uprobes: Fix NULL pointer dereference in hprobeexpire Forking a task that has a pending uretprobe can oops the kernel with a NULL pointer dereference in the clone path: BUG: kernel NULL pointer dereference, address:...

5.4AI score
SaveExploits0
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72746

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubuf info per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb...

5.4AI score0.00172EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72043

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix missing dirty page tracking in pte,pmdwrprotect When hardware page table walker PTW is enabled on LoongArch, the CPU may set PAGEDIRTY directly in the page table entry during a write TLB miss, without going through...

5.4AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-72252

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: don't leak bad clone into future transaction On memory allocation failure the cloned nftpipapomatch can enter a bad state: - some fields can have their lookup tables resized while others did not - bits...

5.4AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74310

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

5.4AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74392

In the Linux kernel, the following vulnerability has been resolved: dm: limit target bio polling to one shot dmpollbio is the -pollbio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide to do a spinning poll if it thinks a single queue is being polled...

5.4AI score0.00156EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added yesterday4 views

PT-2026-72260

In the Linux kernel, the following vulnerability has been resolved: tracing/user events: Fix use-after-free in user event mm dup user event mm dup walks the parent mm's enabler list locklessly under rcu read lock during fork from copy process; it does not take event mutex: rcu read lock; list for...

5.5AI score0.00209EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72223

In the Linux kernel, the following vulnerability has been resolved: fhandle: reject detached mounts in capable wrt mount The recent fhandle RCU fix moved the mount namespace capability check into capable wrt mount, so a non-NULL mnt namespace survives the ns capable dereference. The helper still...

5.3AI score0.002EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added yesterday9 views

PT-2026-72828

In the Linux kernel, the following vulnerability has been resolved: dm: limit target bio polling to one shot dm poll bio is the -poll bio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide to do a spinning poll if it thinks a single queue is being polled...

5.5AI score0.00156EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72232

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix missing dirty page tracking in pte,pmd wrprotect When hardware page table walker PTW is enabled on LoongArch, the CPU may set PAGE DIRTY directly in the page table entry during a write TLB miss, without going throu...

5.4AI score0.00205EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added yesterday8 views

PT-2026-72936

In the Linux kernel, the following vulnerability has been resolved: binfmt misc: don't let an 'F' entry pin its own instance An entry registered with 'F' opens its interpreter at registration time and holds that file until the entry is freed. Any entry nobody removes by hand only gets closed once...

5.3AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added yesterday2 views

Linux Distros Unpatched Vulnerability : CVE-2026-74310

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The...

5.6AI score0.00172EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added yesterday3 views

Linux Distros Unpatched Vulnerability : CVE-2026-74486

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - binfmtmisc: use exefiledenywriteaccess for the interpreter clone For MISCFMTOPENFILE entries loadmiscbinary clones the registered interpreter file and denies...

5.5AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72929

In the Linux kernel, the following vulnerability has been resolved: uprobes: Fix NULL pointer dereference in hprobe expire Forking a task that has a pending uretprobe can oops the kernel with a NULL pointer dereference in the clone path: BUG: kernel NULL pointer dereference, address:...

5.4AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-72440

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft set pipapo: don't leak bad clone into future transaction On memory allocation failure the cloned nft pipapo match can enter a bad state: - some fields can have their lookup tables resized while others did not - bit...

5.3AI score0.00209EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74263

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: check skbclone in control TX t7xxportctrltx clones each skb fragment before passing it to the port transmit path. The clone is used immediately to set cloned-len, so an skbclone failure results in a NULL pointer...

5.4AI score0.00168EPSS
SaveExploits0
Rows per page
Query Builder