Lucene search
+L

245037 matches found

Positive Technologies
Positive Technologies
added yesterday8 views

PT-2026-72730

In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: aiu: Validate written enum values The AIU HDMI and internal codec mux put callbacks use the written enum value with snd soc enum item to val before checking whether the value is valid for the enumeration. Reject...

5.3AI score0.00155EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-72778

In the Linux kernel, the following vulnerability has been resolved: kernfs: link kn to its parent before the LSM init hook After commit 12e9e3cd03b5 "simpe xattr: use per-sb cache", kernfs xattr set and kernfs xattr get compute the cache via kernfs rootkn before any other check. kernfs rootkn wal...

5.4AI score0.00155EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72801

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Handle preemption in BTT lane acquisition BTT lanes serialize access to per-lane metadata and workspace state during BTT I/O. The btt-check unit test reports data mismatches during BTT writes due to a race in lane...

5.4AI score0.00181EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-72804

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12k wifi7 dp rx h verify tkip mic In ath12k wifi7 dp rx h verify tkip mic, the call to ath12k dp rx check nwifi hdr len valid may return false when the NWIFI header length is invalid, causing t...

5.3AI score0.00155EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-72842

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix potential null-ptr-deref in vxlan gro prepare receive. udp tunnel sock release could set sk-sk user data to NULL while vxlan gro prepare receive is running. Let's check if rcu dereference sk user data is NULL after skb...

5.3AI score0.00172EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-72822

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix page fragment cache leak in error path In nvmet tcp alloc queue, when a connection is closed during the allocation process e.g., nvmet tcp set queue sock returns -ENOTCONN, the error handling jumps to out destroy s...

5.4AI score0.00168EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added yesterday9 views

PT-2026-72827

In the Linux kernel, the following vulnerability has been resolved: tracing: Bound synthetic-field strings with seq buf The synthetic field helpers build a prefixed synthetic variable name and a generated hist command in fixed MAX FILTER STR VAL buffers. The current code appends those strings wit...

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

PT-2026-72874

In the Linux kernel, the following vulnerability has been resolved: crypto: sun4i-ss - Remove insecure and unused rng alg Remove sun4i ss rng, as it is insecure and unused: - It has multiple vulnerabilities. sun4i ss prng seed is missing locking and has a buffer overflow. sun4i ss prng generate...

6.2AI score0.00177EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added yesterday3 views

PT-2026-72193

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix memory leak in ieee80211 register hw If kmemdup fails while copying supported band structures, the error path jumps to fail rate. This skips rate control deinitialize and leaks the initialized local-rate ctrl...

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

PT-2026-72384

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound copy lcns dp-page lcns index in analysis pass In log replay's analysis pass, after find dp returns a valid DIR PAGE ENTRY for the target attr, target vcn tuple, the copy lcns block walks lrh-lcns follow further...

5.5AI score0.00215EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-72452

In the Linux kernel, the following vulnerability has been resolved: fbdev: tridentfb: fix potential memory leak in trident pci probe In trident pci probe, the memory allocated for modelist using fb videomode to modelist is not freed in subsequent error paths. Fix that by calling fb destroy modeli...

5.3AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72638

In the Linux kernel, the following vulnerability has been resolved: xfrm: validate selector family and prefixlen during match syzbot reported a shift-out-of-bounds in xfrm selector match due to AF UNSPEC selector with large prefixlen e.g. 128 matched against IPv4 flow when XFRM STATE AF UNSPEC is...

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

PT-2026-72436

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: support IPIP tunnel with direct xmit The combination of IPIP tunnel with direct xmit, eg. bridge device, breaks because no dst entry is provided to check the skb headroom and to set the iph-frag off field...

5.4AI score0.00198EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added yesterday9 views

PT-2026-72490

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Use overflow checks in control update size calc In sof ipc3 control update, the expected size calculation uses firmware-provided cdata-num elems in arithmetic that could overflow on 32-bit platforms,...

5.4AI score0.00232EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added yesterday10 views

PT-2026-72371

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix LANDLOCK SCOPE SIGNAL bypass on the SIGIO path LANDLOCK SCOPE SIGNAL must prevent a sandboxed process from signaling processes outside its Landlock domain. It can be bypassed through the asynchronous SIGIO delivery...

5.5AI score0.00219EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72418

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: free unfragmentable packet The caller of batadv frag send packet assume that the skb provided to the function are always consumed. But the pre-check for an empty payload or the zero fragment size returned an err...

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

PT-2026-72856

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Reject VMAs with VM IO or VM PFNMAP when creating SVM ranges VMAs marked with VM IO or VM PFNMAP are not backed by struct page objects, which GPUSVM requires in order to operate correctly. In particular, get pages...

5.4AI score0.00155EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-72834

In the Linux kernel, the following vulnerability has been resolved: ipv6: addrconf: bail out of dad failure when state is no longer POSTDAD addrconf dad failure transitions ifp-state from DAD to POSTDAD via addrconf dad end, which drops ifp-lock on return. The lock is re-acquired after net info...

5.5AI score0.00177EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added yesterday5 views

PT-2026-72820

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix flex array size in struct nvme ns head struct nvme ns head contains a flexible array member, current path, which is indexed using the NUMA node ID: head-current pathnuma node id The structure is currently...

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

PT-2026-72789

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: always resume all after suspend all Need to restore any good queues even if the suspend all failed for some. Always run remove queue as that will schedule a GPU reset is removing the queue fails. v2: move resume all...

5.3AI score0.00168EPSS
SaveExploits0References5
Rows per page
Query Builder