Vulnerabilities exploitable today
366,836in 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,685
New KEV · 24H0
Exploit Today ≥ 701,629
Distribution · last window
- Critical2,366
- High9,639
- Medium5,434
- Low526
Window
Severity
Flags
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-36396.4 MED16.0%
——5The PPWP – Password Protect Pages plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's `ppwp` shortcode attributes in all versions up to, and including, 1.9.21 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.15hCVE-2023-48051—16.0%
——5——CVE-2023-52861—16.0%
——5——CVE-2024-9368—16.0%
——5——CVE-2022-31254—16.0%
——5——CVE-2023-25991—16.0%
——5——CVE-2021-47596—16.0%
——5——CVE-2024-21684—16.0%
——5——CVE-2023-35096—16.0%
——5——CVE-2021-0092—16.0%
——5——CVE-2023-52906—16.0%
——5——CVE-2023-37968—16.0%
——5——CVE-2022-49087—16.0%
——5——CVE-2026-90623.4 LOW16.0%
——5The Store Locator WordPress plugin before 1.6.9 does not validate a parameter before using it in a file path, allowing high-privileged users such as administrators to read arbitrary `.php` files from the server, including configuration files that contain database credentials and authentication keys.39dCVE-2021-47503—16.0%
——5——CVE-2022-41166—16.0%
——5——CVE-2023-529137.8 HIG16.0%
——5In the Linux kernel, the following vulnerability has been resolved:
drm/i915: Fix potential context UAFs
gem_context_register() makes the context visible to userspace, and which
point a separate thread can trigger the I915_GEM_CONTEXT_DESTROY ioctl.
So we need to ensure that nothing uses the ctx ptr after this. And we
need to ensure that adding the ctx to the xarray is the *last* thing
that gem_context_register() does with the ctx pointer.
[tursulin: Stable and fixes tags add/tidy.]
(cherry picked from commit bed4b455cf5374e68879be56971c1da563bcd90c)25dCVE-2023-33316—16.0%
——5——CVE-2026-52800—16.0%
——5——CVE-2024-52349—16.0%
——5——CVE-2024-410607.8 HIG16.0%
——5In the Linux kernel, the following vulnerability has been resolved:
drm/radeon: check bo_va->bo is non-NULL before using it
The call to radeon_vm_clear_freed might clear bo_va->bo, so
we have to check it before dereferencing it.25dCVE-2023-25473—16.0%
——5——CVE-2022-46793—16.0%
——5——CVE-2026-537388.1 HIG16.0%
——5Copy & Delete Posts through 1.5.4 lets any plugin-enabled non-admin role invoke every operation in the cdp_action_handling AJAX handler. Attackers with an enabled role can delete posts or overwrite plugin settings via the f parameter, bypassing per-function capability checks.37dCVE-2023-33926—16.0%
——5——CVE-2023-25973—16.0%
——5——CVE-2026-346786.2 MED16.0%
——5CAI Content Credentials versions c2pa-web@0.7.0, c2pa-v0.78.2 and earlier are affected by an Uncontrolled Resource Consumption vulnerability that could lead to application denial-of-service. An attacker could exploit this vulnerability to exhaust system resources, resulting in an application denial-of-service condition. Exploitation of this issue does not require user interaction.2dCVE-2023-5921—16.0%
——5——CVE-2025-47221—16.0%
——5——CVE-2024-25031—16.0%
——5——CVE-2026-41239—16.0%
——5——CVE-2023-27606—16.0%
——5——CVE-2023-35038—16.0%
——5——CVE-2023-44212—16.0%
——5——CVE-2024-9372—16.0%
——5——CVE-2024-368807.8 HIG16.0%
——5In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: qca: add missing firmware sanity checks
Add the missing sanity checks when parsing the firmware files before
downloading them to avoid accessing and corrupting memory beyond the
vmalloced buffer.25dCVE-2024-53163—16.0%
——5——CVE-2024-266647.8 HIG16.0%
——5In the Linux kernel, the following vulnerability has been resolved:
hwmon: (coretemp) Fix out-of-bounds memory access
Fix a bug that pdata->cpu_map[] is set before out-of-bounds check.
The problem might be triggered on systems with more than 128 cores per
package.25dCVE-2025-66378—16.0%
——5——CVE-2024-268127.8 HIG16.0%
——5In the Linux kernel, the following vulnerability has been resolved:
vfio/pci: Create persistent INTx handler
A vulnerability exists where the eventfd for INTx signaling can be
deconfigured, which unregisters the IRQ handler but still allows
eventfds to be signaled with a NULL context through the SET_IRQS ioctl
or through unmask irqfd if the device interrupt is pending.
Ideally this could be solved with some additional locking; the igate
mutex serializes the ioctl and config space accesses, and the interrupt
handler is unregistered relative to the trigger, but the irqfd path
runs asynchronous to those. The igate mutex cannot be acquired from the
atomic context of the eventfd wake function. Disabling the irqfd
relative to the eventfd registration is potentially incompatible with
existing userspace.
As a result, the solution implemented here moves configuration of the
INTx interrupt handler to track the lifetime of the INTx context object
and irq_type configuration, rather than registration of a particular
trigger eventfd. Synchronization is added between the ioctl path and
eventfd_signal() wrapper such that the eventfd trigger can be
dynamically updated relative to in-flight interrupts or irqfd callbacks.25d