Vulnerabilities exploitable today
369,308in 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,695
New KEV · 24H0
Exploit Today ≥ 701,636
Distribution · last window
- Critical2,136
- High7,601
- Medium5,619
- Low541
Window
Severity
Flags
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2024-12334—20.5%
——6——CVE-2022-3126—20.5%
——6——CVE-2017-18845—20.5%
——6——CVE-2026-444014.8 MED20.5%
——6Typemill CMS version 2.x contains a persistent cross-site scripting vulnerability in the Markdown parser extension that allows authenticated users with theme-configuration access to inject malicious JavaScript URIs by supplying unsanitized href values in Markdown links. Attackers can craft Markdown links using the javascript: scheme through ParsedownExtension.php or TwigMarkdownExtension.php, storing a persistent payload that executes in the browser of every visitor who clicks the link, enabling session cookie theft, authenticated request forgery, and credential harvesting.26dCVE-2025-12149—20.5%
——6——CVE-2026-2153—20.5%
——6——CVE-2026-107735.4 MED20.5%
——6The DHCPv4 client helper net_dhcpv4_msg_type_name() in subsys/net/lib/dhcpv4/dhcpv4.c indexes a static 8-element const char * name table after a faulty bounds check. The guard used msg_type <= sizeof(name) instead of msg_type <= ARRAY_SIZE(name); sizeof returns the byte size of the pointer array (32 on 32-bit, 64 on 64-bit targets) rather than the element count of 8, so message-type values from 9 up to that byte size pass the check and cause name[msg_type - 1] to read past the end of the array.
The msg_type value originates from the DHCP MESSAGE TYPE option, which is read as an unchecked raw byte from a received packet (net_pkt_read_u8) and passed unmodified into the lookup. A DHCP server, or any host able to inject a spoofed DHCP reply onto the client's link, can therefore drive the index out of bounds. The out-of-range slot yields a garbage const char * that is then dereferenced by a %s log conversion.
The lookup is reached only from a debug log statement (NET_DBG / LOG_DBG), so the out-of-bounds read is triggerable only when the DHCPv4 log module is built at DEBUG level (CONFIG_NET_DHCPV4_LOG_LEVEL_DBG), which is not the default configuration. When that condition holds, the result is an out-of-bounds read and a wild-pointer dereference: most likely a crash of the DHCP client (denial of service) and potentially disclosure of an adjacent pointer's contents through the log output. The fix replaces sizeof with ARRAY_SIZE, restoring the correct 1..8 acceptance window.6dCVE-2013-5506—20.5%
——6——CVE-2026-247528.2 HIG20.5%
——6Kiteworks is a private data network (PDN). Prior to version 9.3.0, a reflected XSS vulnerability in Kiteworks Secure Data Forms could allow an external attacker to trick a user into executing arbitrary JavaScript code. Upgrade Kiteworks to version 9.3.0 or later to receive a patch.46dCVE-2026-506317.4 HIG20.5%
——6A race condition in AbstractOAuthDataProvider allows concurrent requests using the same Refresh Token to bypass single-use semantics and generate multiple valid Access Tokens, when 'recycleRefreshTokens' is set to false. A leaked refresh token can be replayed concurrently by multiple attackers or threads. Users are recommended to upgrade to versions 4.2.2 or 4.1.7 or 3.6.12, which fixes this issue.30dCVE-2026-204615.3 MED20.5%
——6In Modem, there is a possible out of bounds write due to a missing bounds check. This could lead to remote denial of service, if a UE has connected to a rogue base station controlled by the attacker, with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: MOLY01267281 / MOLY01318201; Issue ID: MSV-6486.67dCVE-2026-33599—20.5%
——6——CVE-2024-41583—20.5%
——6——CVE-2025-64431—20.5%
——6——CVE-2023-42658—20.5%
——6——CVE-2020-27290—20.5%
——6——CVE-2026-749569.1 CRI20.5%
——6Same-origin policy bypass in the DOM: Service Workers component. This vulnerability was fixed in Firefox 154, Firefox ESR 153.1, Thunderbird 154, and Thunderbird 153.1.19dCVE-2025-27830—20.5%
——6——CVE-2019-8692—20.5%
——6——CVE-2014-1515—20.5%
——6——CVE-2022-42825—20.5%
——6——CVE-2011-2178—20.5%
——6——CVE-2024-32792—20.5%
——6——CVE-2022-43308—20.5%
——6——CVE-2024-39837—20.5%
——6——CVE-2026-31266—20.5%
——6——CVE-2012-5628—20.5%
——6——CVE-2023-46310—20.5%
——6——CVE-2022-3151—20.5%
——6——CVE-2024-41828—20.5%
——6——CVE-2024-13731—20.5%
——6——CVE-2025-47471—20.5%
——6——CVE-2022-495637.8 HIG20.5%
——6In the Linux kernel, the following vulnerability has been resolved:
crypto: qat - add param check for RSA
Reject requests with a source buffer that is bigger than the size of the
key. This is to prevent a possible integer underflow that might happen
when copying the source scatterlist into a linear buffer.33dCVE-2025-14889—20.5%
——6——CVE-2025-1878—20.5%
——6——CVE-2026-30841—20.5%
——6——CVE-2025-47534—20.5%
——6——CVE-2023-50550—20.5%
——6——CVE-2024-50561—20.5%
——6——CVE-2024-10665—20.5%
——6——