Vulnerabilities exploitable today
352,969in 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,653
New KEV · 24H0
Exploit Today ≥ 701,600
Distribution · last window
- Critical2,334
- High8,050
- Medium7,230
- Low682
Window
Severity
Flags
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2025-67807—3.9%
——1——CVE-2025-24308—3.9%
——1——CVE-2026-234745.5 MED3.9%
——1In the Linux kernel, the following vulnerability has been resolved:
mtd: Avoid boot crash in RedBoot partition table parser
Given CONFIG_FORTIFY_SOURCE=y and a recent compiler,
commit 439a1bcac648 ("fortify: Use __builtin_dynamic_object_size() when
available") produces the warning below and an oops.
Searching for RedBoot partition table in 50000000.flash at offset 0x7e0000
------------[ cut here ]------------
WARNING: lib/string_helpers.c:1035 at 0xc029e04c, CPU#0: swapper/0/1
memcmp: detected buffer overflow: 15 byte read of buffer size 14
Modules linked in:
CPU: 0 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.19.0 #1 NONE
As Kees said, "'names' is pointing to the final 'namelen' many bytes
of the allocation ... 'namelen' could be basically any length at all.
This fortify warning looks legit to me -- this code used to be reading
beyond the end of the allocation."
Since the size of the dynamic allocation is calculated with strlen()
we can use strcmp() instead of memcmp() and remain within bounds.3dCVE-2026-121937.8 HIG3.9%
——1A vulnerability was identified in VS Revo RevoUninstaller 2.5.x/2.6.x. The affected element is the function IOCtl_Handler in the library RevoDetector.sys of the component IOCTL Handler. Such manipulation leads to heap-based buffer overflow. The attack must be carried out locally. The exploit is publicly available and might be used. Upgrading to version 2.7.0 is sufficient to fix this issue. It is recommended to upgrade the affected component.3dCVE-2026-7958—3.9%
——1——CVE-2024-45672—3.9%
——1——CVE-2026-42762—3.9%
——1——CVE-2026-6245—3.9%
——1——CVE-2025-381625.5 MED3.9%
——1In the Linux kernel, the following vulnerability has been resolved:
netfilter: nft_set_pipapo: prevent overflow in lookup table allocation
When calculating the lookup table size, ensure the following
multiplication does not overflow:
- desc->field_len[] maximum value is U8_MAX multiplied by
NFT_PIPAPO_GROUPS_PER_BYTE(f) that can be 2, worst case.
- NFT_PIPAPO_BUCKETS(f->bb) is 2^8, worst case.
- sizeof(unsigned long), from sizeof(*f->lt), lt in
struct nft_pipapo_field.
Then, use check_mul_overflow() to multiply by bucket size and then use
check_add_overflow() to the alignment for avx2 (if needed). Finally, add
lt_size_check_overflow() helper and use it to consolidate this.
While at it, replace leftover allocation using the GFP_KERNEL to
GFP_KERNEL_ACCOUNT for consistency, in pipapo_resize().13dCVE-2022-20141—3.9%
——1——CVE-2024-8766—3.9%
——1——CVE-2026-27275—3.9%
——1——CVE-2026-46848—3.9%
——1——CVE-2026-27273—3.9%
——1——CVE-2018-25152—3.9%
——1——CVE-2026-22817—3.9%
——1——CVE-2024-46941—3.9%
——1——CVE-2024-34670—3.9%
——1——CVE-2024-22385—3.9%
——1——CVE-2020-27027—3.9%
——1——CVE-2022-28751—3.9%
——1——CVE-2016-3853—3.9%
——1——CVE-2021-1897—3.9%
——1——CVE-2023-53013—3.9%
——1——CVE-2025-22098—3.9%
——1——CVE-2025-62761—3.9%
——1——CVE-2026-30983—3.9%
——1——CVE-2026-46062—3.9%
——1——CVE-2017-2399—3.9%
——1——CVE-2025-64995—3.9%
——1——CVE-2026-426817.1 HIG3.9%
——1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in E2Pdf.Com e2pdf allows Reflected XSS.
This issue affects e2pdf: from n/a through 1.32.14.6dCVE-2021-1898—3.9%
——1——CVE-2020-36906—3.9%
——1——CVE-2020-0390—3.9%
——1——CVE-2025-69082—3.9%
——1——CVE-2022-50549—3.9%
——1——CVE-2026-29126—3.9%
——1——CVE-2026-578167.1 HIG3.9%
——1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in FunnelKit Funnel Builder by FunnelKit funnel-builder allows Reflected XSS.This issue affects Funnel Builder by FunnelKit: from n/a through <= 3.15.0.8.14dCVE-2023-20926—3.9%
——1——CVE-2026-22186—3.9%
——1——