Vulnerabilities exploitable today
374,209in current view
Single score combining CVSS, KEV membership and EPSS. Every CVE with its own record — timeline from publication to active exploitation.
In KEV catalog1,710
New KEV · 24H0
Exploit Today ≥ 701,646
Distribution · last window
- Critical2,224
- High7,928
- Medium6,431
- Low714
Window
Severity
Flags
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-721578.8 HIG27.7%
——8In the Linux kernel, the following vulnerability has been resolved:
net: thunderbolt: Fix frags[] overflow by bounding frame_count
tbnet_poll() assembles a multi-frame ThunderboltIP packet into one skb. The
first frame goes into the skb linear area and every further frame is added as
a page fragment.
skb_add_rx_frag(skb, skb_shinfo(skb)->nr_frags,
page, hdr_size, frame_size,
TBNET_RX_PAGE_SIZE - hdr_size);
A packet of frame_count frames therefore ends up with frame_count - 1
fragments. tbnet_check_frame() only bounds the peer supplied frame_count to
TBNET_RING_SIZE / 4 (64), which is far above MAX_SKB_FRAGS (17 by default). A
peer that sends a packet of 19 or more small frames pushes nr_frags past
MAX_SKB_FRAGS, so skb_add_rx_frag() writes past skb_shinfo()->frags[] and
corrupts memory after the shared info.
Tighten the start of packet bound to MAX_SKB_FRAGS + 1 so a packet can never
produce more fragments than frags[] can hold. This matches the recent skb
frags overflow fixes in other receive paths, for example f0813bcd2d9d ("net:
wwan: t7xx: fix potential skb->frags overflow in RX path") and 600dc40554dc
("net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()").24dCVE-2013-5875—27.7%
——8——CVE-2026-3736—27.7%
——8——CVE-2016-5412—27.7%
——8——CVE-2026-688135.5 MED27.7%
——8Out-of-bounds read in Microsoft Office Excel allows an unauthorized attacker to disclose information locally.35dCVE-2024-55599—27.7%
——8——CVE-2026-56306—27.7%
——8——CVE-2026-581495.3 MED27.7%
——8Joomla Extension - joomdonation.com - User enumeration in Events Booking < 5.8.0 - The Joomla extension Events Booking is vulnerable to an unauthenticated user enumeration that allows to retrieve account usernames and email addresses.55dCVE-2024-11408—27.7%
——8——CVE-2024-12507—27.7%
——8——CVE-2024-21824—27.7%
——8——CVE-2023-31407—27.7%
——8——CVE-2021-29672—27.7%
——8——CVE-2023-4688—27.7%
——8——CVE-2026-635245.5 MED27.7%
——8Out-of-bounds read in Microsoft Office allows an unauthorized attacker to disclose information locally.33dCVE-2026-719658.8 HIG27.7%
——8CyberPanel 2.4.3, fixed in commit eca0c3c, contains an authenticated remote code execution vulnerability in the remote backup feature that allows authenticated attackers to gain root-level SSH access by supplying a malicious remote server address. Attackers can exploit the unverified SSH public key retrieval process to write an attacker-controlled public key directly to /root/.ssh/authorized_keys, granting persistent root access to the host system.8dCVE-2024-23228—27.7%
——8——CVE-2007-6328—27.7%
——8——CVE-2024-11889—27.7%
——8——CVE-2023-38348—27.7%
——8——CVE-2025-51308—27.7%
——8——CVE-2011-2289—27.7%
——8——CVE-2001-1333—27.7%
——8——CVE-2024-39807—27.7%
——8——CVE-2025-61653—27.7%
——8——CVE-2024-11439—27.7%
——8——CVE-2026-635285.5 MED27.7%
——8Out-of-bounds read in Microsoft Office Word allows an unauthorized attacker to disclose information locally.33dCVE-2026-33508—27.7%
——8——CVE-2026-454828.4 HIG27.7%
——8Improper limitation of a pathname to a restricted directory ('path traversal') in GitHub Copilot and Visual Studio Code allows an unauthorized attacker to bypass a security feature locally.55dCVE-2024-35212—27.7%
——8——CVE-2026-4850—27.7%
——8——CVE-2026-3758—27.7%
——8——CVE-2024-51901—27.7%
——8——CVE-2024-11411—27.7%
——8——CVE-2026-3735—27.7%
——8——CVE-2026-27395—27.7%
——8——CVE-2024-35682—27.7%
——8——CVE-2024-51907—27.7%
——8——CVE-2026-30968—27.7%
——8——CVE-2020-12024—27.7%
——8——