Lucene search
+L
CvelistRecent

381867 matches found

Cvelist
Cvelist
•added 2026/08/15 5:55 a.m.•22 views

CVE-2026-72281 KVM: arm64: account pKVM reclaim against the VM mm

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: account pKVM reclaim against the VM mm Protected guest faults charge long term pins to the VM's mm. Teardown can run later from file release, where current-mm may be unrelated. Drop the charge from kvm-mm instead...

0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/15 5:55 a.m.•21 views

CVE-2026-72279 KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCR

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCR KVM currently maps the L1 VNCR into the host stage-1 by relying entirely on the permissions of the guest stage-1. At the same time, it is entirely possible that the backi...

9CVSS0.00189EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/15 5:55 a.m.•23 views

CVE-2026-72280 KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Drop bogus WARN for write to ZCREL2 It is entirely possible for a guest to write to the ZCREL2 sysreg alias while in a nested context, as it is expected if FEATNV2 is advertised to the L1 hypervisor. Get rid of th...

7.1CVSS0.00186EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•22 views

CVE-2026-72278 KVM: arm64: nv: Re-translate VNCR before injecting abort

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Re-translate VNCR before injecting abort KVM faults in the VNCR page with FOLLWRITE whenever the guest aborts for a write, similar to how a regular stage-2 mapping is handled. It is entirely possible that the gues...

9.3CVSS0.00194EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72277 KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memory

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memory When constructing an L1 VNCR mapping, KVM unconditionally uses cacheable memory attributes, even if the underlying PFN isn't memory. This gets particularly hairy if the...

9.3CVSS0.00194EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72276 fbdev: metronomefb: fix potential memory leak in metronomefb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: metronomefb: fix potential memory leak in metronomefbprobe The memory allocated for pagerefs in fbdeferredioinit is not freed on the error path. Fix it by calling fbdeferrediocleanup...

0.00215EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•24 views

CVE-2026-72274 fbdev: hecubafb: fix potential memory leak in hecubafb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: hecubafb: fix potential memory leak in hecubafbprobe The memory allocated for pagerefs in fbdeferredioinit is not freed on the error path. Fix it by calling fbdeferrediocleanup...

0.00205EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•20 views

CVE-2026-72275 fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: broadsheetfb: fix potential memory leak in broadsheetfbprobe The memory allocated for pagerefs in fbdeferredioinit is not freed on the error path. Fix it by calling fbdeferrediocleanup...

0.00205EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•23 views

CVE-2026-72273 fbdev: efifb: fix memory leak in efifb_probe()

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

0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•19 views

CVE-2026-72271 fbdev: i740fb: fix potential memory leak in i740fb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: i740fb: fix potential memory leak in i740fbprobe In i740fbprobe, the memory allocated in fbvideomodetomodelist for modelist is not freed in the error paths. Fix that by calling fbdestroymodelist...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72272 fbdev: radeon: fix potential memory leak in radeonfb_pci_register()

In the Linux kernel, the following vulnerability has been resolved: fbdev: radeon: fix potential memory leak in radeonfbpciregister The function radeonfbpciregister allocates memory for modelist by calling radeoncheckmodes which calls fbaddvideomode. The memory is appended to info-modelist, but i...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•24 views

CVE-2026-72270 fbdev: s3fb: fix potential memory leak in s3_pci_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: s3fb: fix potential memory leak in s3pciprobe In s3pciprobe, the memory allocated for modelist using fbvideomodetomodelist is not freed in subsequent error paths. Fix that by calling fbdestroymodelist...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72268 fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: tdfxfb: fix potential memory leak in tdfxfbprobe In tdfxfbprobe, the memory allocated for modelist using fbvideomodetomodelist when CONFIGFB3DFXI2C is defined, is not freed in the subsequent error paths. Fix that by callin...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72269 fbdev: uvesafb: fix potential memory leak in uvesafb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: uvesafb: fix potential memory leak in uvesafbprobe Due to an incorrect goto label, memory allocated for modedb and modelist in uvesafbvbeinit is not freed in some error paths. Fix this by updating the goto label...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•19 views

CVE-2026-72267 fbdev: carminefb: fix potential memory leak in alloc_carmine_fb()

In the Linux kernel, the following vulnerability has been resolved: fbdev: carminefb: fix potential memory leak in alloccarminefb The memory allocated for modelist in fbvideomodetomodelist is not freed in the subsequent error path. Fix that by calling fbdestroymodelist...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•20 views

CVE-2026-72266 fbdev: vesafb: fix memory leak in vesafb_probe()

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

0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•25 views

CVE-2026-72265 fbdev: nvidia: fix potential memory leak in nvidiafb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: nvidia: fix potential memory leak in nvidiafbprobe In nvidiafbprobe, the memory allocated for modelist in nvidiasetfbinfo is not freed in the subsequent error paths. Fix that by calling fbdestroymodelist...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•18 views

CVE-2026-72264 fbdev: tridentfb: fix potential memory leak in trident_pci_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: tridentfb: fix potential memory leak in tridentpciprobe In tridentpciprobe, the memory allocated for modelist using fbvideomodetomodelist is not freed in subsequent error paths. Fix that by calling fbdestroymodelist...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•20 views

CVE-2026-72263 ASoC: SOF: topology: fix memory leak in snd_sof_load_topology

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: fix memory leak in sndsofloadtopology When the topology filename contains "dummy" and tplgcnt is 0, the function returns -EINVAL directly without freeing the tplgfiles allocated by kcalloc at line 2497. This...

0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•20 views

CVE-2026-72261 ASoC: SOF: ipc3-control: Validate size in snd_sof_update_control

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Validate size in sndsofupdatecontrol In sndsofupdatecontrol, firmware-provided cdata-numelems is checked against localcdata-data-size but never against the actual allocation size. If localcdata-data-size...

7.8CVSS0.00164EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•18 views

CVE-2026-72262 ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix heap overflow in bytesext put/get The ipccontroldata buffer is allocated as kzallocmaxsize, where maxsize covers the entire struct sofipcctrldata including its flexible array payload. However, the...

7.8CVSS0.00177EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72260 ASoC: mediatek: mt8192: Check runtime resume during probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192: Check runtime resume during probe The MT8192 AFE probe enables runtime PM temporarily while reinitializing the regmap cache from hardware, but it uses pmruntimegetsync without checking the return value. If...

0.0021EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72259 ASoC: mediatek: mt8192: Release reserved memory on cleanup

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192: Release reserved memory on cleanup The MT8192 AFE probe calls ofreservedmemdeviceinit and falls back to preallocated buffers when no reserved memory region is available. When the reserved memory assignment...

0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•24 views

CVE-2026-72258 ASoC: mediatek: mt8183: Release reserved memory on cleanup

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: Release reserved memory on cleanup The MT8183 AFE probe can assign reserved memory with ofreservedmemdeviceinit, but the assignment is never released on driver removal or later probe failures. Register a...

0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•19 views

CVE-2026-72257 ASoC: qcom: q6apm: fix NULL pointer dereference in graph_callback

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm: fix NULL pointer dereference in graphcallback When q6apmfreefragments is called it frees rxdata.buf/txdata.buf and sets them to NULL under graph-lock. A late DSP buffer-done response can race with this:...

0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•19 views

CVE-2026-72256 netfilter: xt_cluster: reject template conntracks in hash match

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtcluster: reject template conntracks in hash match xtclustermt treats any non-NULL nfctget result as a fully initialized conntrack and passes it to xtclusterhash. This causes a state confusion bug when the raw table C...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•23 views

CVE-2026-72254 netfilter: nft_fib: reject fib expression on the netdev egress hook

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftfib: reject fib expression on the netdev egress hook A fib expression in a netdev egress base chain dereferences nftinpkt, NULL on the transmit path, causing a NULL pointer dereference at eval. nftfibvalidate masks...

7.5CVSS0.00595EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•22 views

CVE-2026-72255 netfilter: nf_queue: pin bridge device while NFQUEUE holds fake dst

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfqueue: pin bridge device while NFQUEUE holds fake dst The brnetfilter fake rtable is embedded in struct netbridge and is attached to bridged packets with skbdstsetnoref. If such a packet is queued to NFQUEUE, nfqueue...

7.8CVSS0.00164EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•26 views

CVE-2026-72253 netfilter: nf_conntrack_sip: validate skb_dst() before accessing it

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntracksip: validate skbdst before accessing it tc ingress and openvswitch do not guarantee routing information to be available. These subsystems use the conntrack helper infrastructure, and the SIP helper relies o...

7.5CVSS0.00595EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•24 views

CVE-2026-72252 netfilter: nft_set_pipapo: don't leak bad clone into future transaction

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...

7.8CVSS0.00163EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72251 netfilter: nf_nat_sip: reload possible stale data pointer

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

9.8CVSS0.00704EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•22 views

CVE-2026-72250 netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackreasm: guard macheader adjustment after IPv6 defrag nfctfrag6reasm slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb-macheader: skb-macheader += sizeofstru...

7.8CVSS0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72249 netfilter: flowtable: use dst in this direction when pushing IPIP header

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: use dst in this direction when pushing IPIP header When pushing the IPIP header, the route of the other direction is used to calculate the headroom, use the route in this direction. Accessing the other tuple...

9.8CVSS0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•23 views

CVE-2026-72248 netfilter: flowtable: support IPIP tunnel with direct xmit

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 dstentry is provided to check the skb headroom and to set the iph-fragoff field. Thi...

9.8CVSS0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•22 views

CVE-2026-72247 netfilter: nf_conncount: fix zone comparison in tuple dedup

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: fix zone comparison in tuple dedup The "already exists" dedup logic in nfconncountadd decides whether a connection has already been counted and can be skipped instead of incrementing the connlimit count. I...

7.5CVSS0.00686EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•25 views

CVE-2026-72246

...

0.00189EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•26 views

CVE-2026-72245 gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error path

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix device reference leak in host1xdeviceparsedt error path After deviceinitialize, the embedded struct device in struct host1xdevice should be released through the device core with putdevice. In host1xdeviceadd, if...

0.00221EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•22 views

CVE-2026-72244 gpu/buddy: bail out of try_harder when alignment cannot be honoured

In the Linux kernel, the following vulnerability has been resolved: gpu/buddy: bail out of tryharder when alignment cannot be honoured The tryharder contiguous fallback could return a range whose start offset did not match the caller's minblocksize. When a candidate's start is misaligned, realign...

7.8CVSS0.00163EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•22 views

CVE-2026-72243 selinux: check connect-related permissions on TCP Fast Open

In the Linux kernel, the following vulnerability has been resolved: selinux: check connect-related permissions on TCP Fast Open Similar to Landlock, SELinux was not updated when TCP Fast Open support was introduced to ensure connect-related permissions are checked when using TCP Fast Open. Update...

8.4CVSS0.00161EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•22 views

CVE-2026-72242 selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()

In the Linux kernel, the following vulnerability has been resolved: selinux: avoid sksocket dereference in selinuxsctpbindconnect selinuxsctpbindconnect dereferences sk-sksocket to pass a struct socket to selinuxsocketbind and selinuxsocketconnecthelper. However, when the hook is invoked from the...

7.5CVSS0.00595EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72241 leds: uleds: Fix potential buffer overread

In the Linux kernel, the following vulnerability has been resolved: leds: uleds: Fix potential buffer overread The name string supplied by userspace is not guaranteed to be null-terminated, so using strchr on it might result in a buffer overread. The same thing will happen when said string is use...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•25 views

CVE-2026-72240 mfd: sm501: Fix reference leak on failed device registration

In the Linux kernel, the following vulnerability has been resolved: mfd: sm501: Fix reference leak on failed device registration When platformdeviceregister fails in sm501registerdevice, the embedded struct device in pdev has already been initialized by deviceinitialize, but the failure path only...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•20 views

CVE-2026-72239 x86/virt/sev: Revert "Drop WBINVD before setting MSR_AMD64_SYSCFG_SNP_EN"

In the Linux kernel, the following vulnerability has been resolved: x86/virt/sev: Revert "Drop WBINVD before setting MSRAMD64SYSCFGSNPEN" Revert 99cf1fb58e68 "x86/virt/sev: Drop WBINVD before setting MSRAMD64SYSCFGSNPEN". Section 8.8 of the SNP spec says: Before invoking SNPINITEX with INITRMP se...

9.3CVSS0.00168EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•18 views

CVE-2026-72238 x86/boot: Validate console=uart8250 baud rate to fix early boot hang

In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 when stored as an int, the system will hang during early boot because of a division by zero in...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•26 views

CVE-2026-72237 perf/x86/amd/brs: Fix kernel address leakage

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/brs: Fix kernel address leakage A user-only branch stack can contain branches that originate from the kernel. As a result, kernel addresses are exposed to user space even when PERFSAMPLEBRANCHUSER is requested. On AM...

0.00206EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72236 s390/perf_cpum_cf: Add missing array_index_nospec() to __hw_perf_event_init()

In the Linux kernel, the following vulnerability has been resolved: s390/perfcpumcf: Add missing arrayindexnospec to hwperfeventinit ev variable is userspace controlled via event-attr.config and used as an array index after bounds checking, but without speculation barriers. Add the missing...

0.00215EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•25 views

CVE-2026-72235 batman-adv: retrieve ethhdr after potential skb realloc on RX

In the Linux kernel, the following vulnerability has been resolved: batman-adv: retrieve ethhdr after potential skb realloc on RX pskbmaypull in batadvinterfacerx could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

8.8CVSS0.00339EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•23 views

CVE-2026-72234 batman-adv: access unicast_ttvn skb->data only after skb realloc

In the Linux kernel, the following vulnerability has been resolved: batman-adv: access unicastttvn skb-data only after skb realloc The pskbmaypull called by batadvgetvid could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

9.8CVSS0.00684EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•22 views

CVE-2026-72233 batman-adv: bla: reacquire gw address after skb realloc

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: reacquire gw address after skb realloc The pskbmaypull called by batadvblaisbackbonegw could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

8.8CVSS0.00339EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/15 5:54 a.m.•21 views

CVE-2026-72231 batman-adv: tt: avoid request storms during pending request

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: avoid request storms during pending request batadvsendttrequest allocates a ttreqnode when none exists for the destination originator node. This should prevent that a multiple TT requests are send at the same time...

7.5CVSS0.00686EPSS
SaveExploits0References8
Total number of security vulnerabilities381867