Tools / CVE Explorer
Which vulnerabilities actually matter?
Every CVE with its CVSS severity, EPSS probability of exploitation and CISA KEV status side by side, refreshed daily from NVD, FIRST and CISA — plus a plain-English verdict on whether it needs an emergency change or the normal patch cycle.
395,669 CVEs1,716 in CISA KEV17,392 with EPSS ≥ 10%25,049 with a public exploitUpdated 21 September 2026
39,246 results · page 44 of 785
| CVE | Summary | Priority | Published |
|---|---|---|---|
| CVE-2026-74350 | In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2_validate_inode_block() already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the… | CRITICAL 9.8EPSS 0.38% | 15 August 2026 |
| CVE-2026-74345 | In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siw_socket_disassoc() may release the last reference on that endpoint and free it. | CRITICAL 9.8EPSS 0.44% | 15 August 2026 |
| CVE-2026-74315 | In the Linux kernel, the following vulnerability has been resolved: lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file() file_hash() digests the first LOCKD_FH_HASH_SIZE bytes of nfs_fh.data when bucketing nlm_files[], independent of fh.size. | CRITICAL 9.8EPSS 0.38% | 15 August 2026 |
| CVE-2026-74310 | 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. | CRITICAL 9.3EPSS 0.14% | 15 August 2026 |
| CVE-2026-74309 | In the Linux kernel, the following vulnerability has been resolved: vdpa/octeon_ep: fix IRQ-to-ring mapping in interrupt handler Look up the IRQ index in oct_hw->irqs instead of assuming irq - irqs[0]. | CRITICAL 10.0EPSS 0.44% | 15 August 2026 |
| CVE-2026-74287 | In the Linux kernel, the following vulnerability has been resolved: sctp: validate embedded address parameter length sctp_verify_asconf() and sctp_verify_param() only validate ADD_IP, DEL_IP, and SET_PRIMARY parameters against a fixed minimum size of… | CRITICAL 9.1EPSS 0.51% | 15 August 2026 |
| CVE-2026-74280 | In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/octeontx - fix DMA cleanup using wrong loop index The sg_cleanup path used list[i] instead of list[j] when unmapping DMA buffers, leaking successfully mapped entries and… | CRITICAL 10.0EPSS 0.69% | 15 August 2026 |
| CVE-2026-74279 | In the Linux kernel, the following vulnerability has been resolved: crypto: cavium/cpt - fix DMA cleanup using wrong loop index The sg_cleanup error path used list[i] instead of list[j] when unmapping DMA buffers, leaking successfully mapped entries and… | CRITICAL 10.0EPSS 0.51% | 15 August 2026 |
| CVE-2026-74269 | In the Linux kernel, the following vulnerability has been resolved: bnxt: fix head underflow on XDP head-grow The xdp.py test test_xdp_native_adjst_head_grow_data crashes when run on a bnxt machine (and also crashes in NIPA). | CRITICAL 9.8EPSS 0.38% | 15 August 2026 |
| CVE-2026-74268 | 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(). | CRITICAL 9.8EPSS 0.69% | 15 August 2026 |
| CVE-2026-74267 | In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen Whenever codel drops packets during peek, it calls qdisc_tree_reduce_backlog. | CRITICAL 9.8EPSS 0.71% | 15 August 2026 |
| CVE-2026-74255 | In the Linux kernel, the following vulnerability has been resolved: tipc: fix UAF in tipc_l2_send_msg() Syzbot reported a slab-use-after-free in ipvlan_hard_header() when called from tipc_l2_send_msg(). | CRITICAL 9.8EPSS 0.51% | 15 August 2026 |
| CVE-2026-72496 | In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Proper rollback if the ioremap fails bnxt_qplib_alloc_dpi returns success even if ioremap fails. | CRITICAL 9.2EPSS 0.12% | 15 August 2026 |
| CVE-2026-72495 | In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Avoid repeated requests to allocate WC pages Applications can request multiple WC pages for the same ucontext. | CRITICAL 9.3EPSS 0.18% | 15 August 2026 |
| CVE-2026-72494 | In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Replace waitqueue and flag with completion The driver previously used a waitqueue along with an explicit request_done flag, but without proper barriers around request_done. | CRITICAL 9.8EPSS 0.41% | 15 August 2026 |
| CVE-2026-72493 | In the Linux kernel, the following vulnerability has been resolved: net: serialize netif_running() check in enqueue_to_backlog() Syzbot reported a KASAN slab-use-after-free in fib_rules_lookup(). | CRITICAL 9.9EPSS 0.35% | 15 August 2026 |
| CVE-2026-72491 | In the Linux kernel, the following vulnerability has been resolved: net/9p: fix race condition on rdma->state in trans_rdma.c The rdma->state field is modified without holding req_lock in both recv_done() and p9_cm_event_handler(), while rdma_request()… | CRITICAL 9.8EPSS 0.72% | 15 August 2026 |
| CVE-2026-72477 | In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: call _ntfs_bad_inode() when failing to rename It is safe to call _ntfs_bad_inode on live inodes since: commit 519b078998ce ("fs/ntfs3: Exclude call make_bad_inode for live… | CRITICAL 9.8EPSS 0.52% | 15 August 2026 |
| CVE-2026-72473 | In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Decouple req recycling from RPC completion rl_kref formerly served two distinct lifetimes through a single refcount: it gated when a Reply could wake its RPC task, and it… | CRITICAL 9.8EPSS 0.66% | 15 August 2026 |
| CVE-2026-72472 | In the Linux kernel, the following vulnerability has been resolved: nfs: use nfsi->rwsem to protect traversal of the file lock list Lingfeng identified a bug and suggested two solutions, but both appear to have issues. | CRITICAL 9.8EPSS 0.64% | 15 August 2026 |
| CVE-2026-72466 | In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix bcall rep leak and unbounded peek rpcrdma_is_bcall() decodes a reply's first words to decide whether the frame is a backchannel call. | CRITICAL 9.8EPSS 0.73% | 15 August 2026 |
| CVE-2026-72463 | In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb->dev refcnt until after transport_finish. | CRITICAL 9.8EPSS 0.38% | 15 August 2026 |
| CVE-2026-72451 | In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrm_state_lock. | CRITICAL 9.8EPSS 0.66% | 15 August 2026 |
| CVE-2026-72442 | In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: fix and simplify IP6IP6 tunnel handling Fix nf_flow_ip6_tunnel_proto() to use pskb_may_pull() instead of skb_header_pointer() to ensure the outer IPv6 header is in… | CRITICAL 9.8EPSS 0.55% | 15 August 2026 |
| CVE-2026-72436 | In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash types Sashiko pointed out that there are a few lockless RCU readers using test_bit() which is a relaxed atomic… | CRITICAL 9.8EPSS 0.71% | 15 August 2026 |
| CVE-2026-72429 | In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: fix type confusion of dst_entry IOAM uses a dummy dst_entry(null_dst) to mark that the destination should not be changed after the transformation. | CRITICAL 9.8EPSS 0.60% | 15 August 2026 |
| CVE-2026-72422 | In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE conn->preauth_info is shared connection state (struct preauth_integrity_info, kmalloc-96) that is allocated… | CRITICAL 9.8EPSS 0.66% | 15 August 2026 |
| CVE-2026-72421 | In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't ignore error route in local/main tables. | CRITICAL 10.0EPSS 0.57% | 15 August 2026 |
| CVE-2026-72417 | In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto() Add sanity check for iph->ihl field in nf_flow_ip4_tunnel_proto() before using it to compute the header size,… | CRITICAL 9.8EPSS 0.55% | 15 August 2026 |
| CVE-2026-72412 | In the Linux kernel, the following vulnerability has been resolved: s390/mm: Fix handling of _PAGE_UNUSED pte bit The _PAGE_UNUSED softbit should not really be lying around. | CRITICAL 9.3EPSS 0.18% | 15 August 2026 |
| CVE-2026-72408 | In the Linux kernel, the following vulnerability has been resolved: geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint geneve_gro_receive() reads the GRO hint through geneve_sk_gro_hint_off(), which honours it only when the socket enabled… | CRITICAL 10.0EPSS 0.38% | 15 August 2026 |
| CVE-2026-72407 | In the Linux kernel, the following vulnerability has been resolved: geneve: validate inner network offset in geneve_gro_complete() Even with both paths gated on gs->gro_hint, geneve_gro_complete() re-derives the inner dispatch type and length from the… | CRITICAL 10.0EPSS 0.52% | 15 August 2026 |
| CVE-2026-72399 | In the Linux kernel, the following vulnerability has been resolved: net: enetc: check the number of BDs needed for xdp_frame The size of xdp_redirect_arr array is ENETC_MAX_SKB_FRAGS. | CRITICAL 9.8EPSS 0.67% | 15 August 2026 |
| CVE-2026-72398 | In the Linux kernel, the following vulnerability has been resolved: sctp: add INIT verification after cookie unpacking In SCTP handshake, the INIT chunk is initially processed by the server and embedded into the cookie carried in INIT-ACK. | CRITICAL 9.8EPSS 0.70% | 15 August 2026 |
| CVE-2026-72393 | In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: don't cache shinfo across skb realloc fbnic_tx_lso() calls skb_cow_head() which may reallocate the skb including the shared info. | CRITICAL 9.8EPSS 0.58% | 15 August 2026 |
| CVE-2026-72381 | In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of fp->owner.name in durable handle owner check Two concurrent SMB2 durable reconnects (DH2C/DHnC) on the same persistent_id race the fp->owner.name… | CRITICAL 9.8EPSS 0.64% | 15 August 2026 |
| CVE-2026-72366 | In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfs_create_write_req() to handle async cache object creation netfs_create_write_req() will skip caching if the fscache cookie is disabled, but this is a problem because… | CRITICAL 9.8EPSS 0.64% | 15 August 2026 |
| CVE-2026-72355 | In the Linux kernel, the following vulnerability has been resolved: netfs: Fix barriering when walking subrequest list Fix the barriering used when walking the subrequest list in retry as there's a possibility of seeing a subreq that's just been added… | CRITICAL 9.8EPSS 0.55% | 15 August 2026 |
| CVE-2026-72351 | In the Linux kernel, the following vulnerability has been resolved: gue: validate REMCSUM private option length GUE private flags can indicate that remote checksum offload metadata is present. | CRITICAL 9.8EPSS 0.74% | 15 August 2026 |
| CVE-2026-72348 | In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6tables: mark malformed IPv6 extension headers for hotdrop The ah, hbh and rt matches check that the fixed extension header is present, then use the header length field to… | CRITICAL 9.1EPSS 0.63% | 15 August 2026 |
| CVE-2026-72339 | In the Linux kernel, the following vulnerability has been resolved: qede: fix off-by-one in BD ring consumption on build_skb failure qede_rx_build_skb() and qede_tpa_rx_build_skb() do not check for a NULL return from qede_build_skb(). | CRITICAL 9.8EPSS 0.74% | 15 August 2026 |
| CVE-2026-72329 | In the Linux kernel, the following vulnerability has been resolved: net/liquidio: drop cached VF pci_dev LUT The PF SR-IOV enable path caches VF pci_dev pointers in dpiring_to_vfpcidev_lut[] by iterating with pci_get_device(). | CRITICAL 9.3EPSS 0.18% | 15 August 2026 |
| CVE-2026-72323 | In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: Fix potential UAF in igmp_gq_start_timer() A race condition exists between device teardown (inetdev_destroy) and incoming IGMP query processing (igmp_rcv), leading to a… | CRITICAL 9.8EPSS 0.72% | 15 August 2026 |
| CVE-2026-72322 | In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Fix potential UAF in MLD delayed work A race condition exists between device teardown and incoming MLD query processing, leading to a Use-After-Free in the MLD delayed work. | CRITICAL 9.8EPSS 0.72% | 15 August 2026 |
| CVE-2026-72320 | In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_lookup: fix catchall element handling with inverted lookups nft_lookup_eval() decides whether a lookup matched (`found`) from the direct set lookup and priv->invert… | CRITICAL 9.1EPSS 0.52% | 15 August 2026 |
| CVE-2026-72319 | In the Linux kernel, the following vulnerability has been resolved: ipvs: ensure inner headers in ICMP errors are in headroom Sashiko points out that after stripping the outer headers with pskb_pull() we should ensure the inner IP headers in ICMP errors… | CRITICAL 9.8EPSS 0.74% | 15 August 2026 |
| CVE-2026-72318 | In the Linux kernel, the following vulnerability has been resolved: cifs: validate DFS referral string offsets parse_dfs_referrals() validates that the response header and referral array fit in the received buffer, but each referral also contains string… | CRITICAL 9.4EPSS 0.59% | 15 August 2026 |
| CVE-2026-72317 | In the Linux kernel, the following vulnerability has been resolved: SUNRPC: pin upper rpc_clnt across the TLS connect_worker The TLS connect path has a use-after-free: nothing pins the upper rpc_clnt across the delayed connect_worker. xs_connect()… | CRITICAL 9.8EPSS 0.64% | 15 August 2026 |
| CVE-2026-72299 | In the Linux kernel, the following vulnerability has been resolved: tipc: restrict socket queue dumps in enqueue tracepoints tipc_sk_enqueue() runs with sk->sk_lock.slock held while the socket is owned by user context. | CRITICAL 9.8EPSS 0.74% | 15 August 2026 |
| CVE-2026-72296 | In the Linux kernel, the following vulnerability has been resolved: net: ife: require ETH_HLEN to be pullable in ife_decode() ife decode may return after making only the outer IFE header and metadata pullable. | CRITICAL 9.1EPSS 0.71% | 15 August 2026 |
How to read this
CVSS measures how bad a vulnerability could be if exploited. EPSS (from FIRST) estimates the probability it will actually be exploited in the next thirty days. KEV is CISA’s list of vulnerabilities that are being exploited right now. EXPLOIT means a working exploit is published in Exploit-DB, so the technical barrier is gone. Patch KEV entries first, then anything with a public exploit or an EPSS above 10 per cent, then work down by CVSS in your normal cycle.
Data is refreshed daily from the NVD, FIRST EPSS, the CISA KEV catalogue and the Exploit-DB repository. Every record can be downloaded as JSON from its page. Our SOC uses the same table to prioritise patching for clients; the verdict on each page is the rule of thumb our analysts apply.