Lucene search
+L

475105 matches found

Tenable Nessus
Tenable Nessus
added 2 days ago6 views

Linux Distros Unpatched Vulnerability : CVE-2026-74464

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: openvswitch: fix skb leak on flow key update failure during ct ovsctexecute always steals or frees the skb on failure while ovsflowkeyupdate does not. So, ...

5.6AI score0.00168EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2 days ago8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74455

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - can: peakusb: validate uCAN receive record lengths pcanusbfddecodebuf walks uCAN records packed in one USB receive buffer. Require each record to contain the...

5.5AI score0.00168EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-74529

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: hcisync: hold conn in hciconnectpasync callback There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avo...

5.5AI score0.00155EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-74546

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hwmon: adt7470 Fix divide-by-zero TOCTOU crash in fan speed read If the fan data becomes 0 between the FANDATAVALID check and the FANPERIODTORPM conversion, it...

5.5AI score0.00168EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2 days ago11 views

PT-2026-72477

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Check the interrupt is still ours before migrating it vgic prune ap list drops both ap list lock and irq lock while migrating an interrupt to another vCPU. After reacquiring the locks it only checks that the...

5.4AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago11 views

PT-2026-72627

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writes pending leak on write request failures raid10 make request acquires a writes pending reference with md write start before dispatching write requests. Several failure paths in raid10 write request complete th...

5.3AI score0.00162EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago11 views

PT-2026-72461

In the Linux kernel, the following vulnerability has been resolved: fbdev: efifb: fix memory leak in efifb probe Since commit 73ce73c30ba9 "fbdev: Transfer video= option strings to caller; clarify ownership" the string returned from fb get options is expected to be freed by the caller, but the...

5.3AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago14 views

PT-2026-72383

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound attr off in UpdateResidentValue against data off In do action's UpdateResidentValue case fslog.c:3307, lrh-attr off and lrh-redo len come from the on-disk LRH. When they satisfy aoff + dlen res.data off, the...

5.4AI score0.00205EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2 days ago11 views

PT-2026-72188

In the Linux kernel, the following vulnerability has been resolved: ipvs: reload ip header after head reallocation ip vs get out rt calls skb ensure writable which may reallocate skb-head...

5.3AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72209

In the Linux kernel, the following vulnerability has been resolved: ipvs: reset full ip vs seq structs in ip vs conn new Commit 9a05475cebdd "ipvs: avoid kmem cache zalloc in ip vs conn new" changed ip vs conn new to allocate an ip vs conn object with kmem cache alloc. The function then initializ...

5.4AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72222

In the Linux kernel, the following vulnerability has been resolved: orangefs: keep the readdir entry size 64-bit in fill from part fill from part computes the size of a directory entry in size t but stores it in a u32. An entry length near U32 MAX wraps it to a small value, bypasses the bounds...

5.4AI score0.00221EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago5 views

PT-2026-72230

In the Linux kernel, the following vulnerability has been resolved: espintcp: use sk msg free partial to fix partial send sk msg free partial ensures consistency of the skmsg at every iteration, without having to manually handle uncharges and offsets. This simplifies the code, and fixes some bugs...

5.3AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72258

In the Linux kernel, the following vulnerability has been resolved: locking/rt: Fix the incorrect RCU protection in rt spin unlock rt spin unlock releases the RCU protection before unlocking the lock. That opens the door for the following UAF scenario: T1 T2 spin lock&p-lock; rcu read lock;...

5.3AI score0.00209EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago4 views

PT-2026-72274

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Free unsubmitted command instead of double-putting it scsiback get pend req obtains a command tag and returns a vscsibk pend whose embedded se cmd has only been memset to 0, so its cmd kref is 0; the se cmd i...

5.5AI score0.00205EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72550

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: Fix NULL pointer dereference in xe pt zap ptes entry The page-table walk framework may pass a NULL child pointer for unpopulated entries. xe pt zap ptes entry called container ofchild before checking for NULL, then...

5.3AI score0.002EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72439

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf nat sip: reload possible stale data pointer quoting sashiko: ------------------------------------------------------------------------ .. noticed a potential memory bug and header corruption involving the SIP NAT...

5.8AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-72464

In the Linux kernel, the following vulnerability has been resolved: fbdev: metronomefb: fix potential memory leak in metronomefb probe The memory allocated for pagerefs in fb deferred io init is not freed on the error path. Fix it by calling fb deferred io cleanup...

5.3AI score0.00215EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2 days ago9 views

PT-2026-72430

In the Linux kernel, the following vulnerability has been resolved: selinux: avoid sk socket dereference in selinux sctp bind connect selinux sctp bind connect dereferences sk-sk socket to pass a struct socket to selinux socket bind and selinux socket connect helper. However, when the hook is...

5.4AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72205

In the Linux kernel, the following vulnerability has been resolved: cpu/hotplug: Fix NULL kobject warning in cpuhp smt enable On arm64, when booting with maxcpus greater than the number of present CPUs e.g., QEMU -smp cpus=4,maxcpus=8, some CPUs are marked as 'present' but have not yet been...

5.6AI score0.00198EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72765

In the Linux kernel, the following vulnerability has been resolved: watchdog: unregister PM notifier on watchdog unregister watchdog register device registers wdd-pm nb when WDOG NO PING ON SUSPEND is set, but watchdog unregister device does not remove it. This leaves an embedded notifier block o...

5.3AI score0.00172EPSS
SaveExploits0References8
Rows per page
Query Builder