PULSE
LIVE22signals / 24h
FEED
ransomqilin reclama a Mera Metal · PL · Manufacturingransomglobal secret group reclama a Pavillon · US · Otherransomdragonforce reclama a P. A. Inc. (Performance Alloys) · US · Manufacturingransomdragonforce reclama a Mike Graham Heating And Air Conditioning · US · Otherransomqilin reclama a STADLER Sensorik CNC-Technik · AT · Manufacturingransomchaos reclama a tomorrowsoffice.com · GB · Professional Servicesransomdark project reclama a Long-Lewis Automotive Group · US · Not Foundransomtriple x reclama a Henshaw Law · GB · Professional Servicesransomqilin reclama a Stade Francais · FR · Hospitalityransompayoutsking reclama a H****r · US · Not Foundransomdark project reclama a Mayco International · US · Manufacturingransomdark project reclama a Brainhunter Companies LLC. and Brainhunter Systems Ltd. · US · Professional Servicesransomdark project reclama a Leviton · US · Manufacturingransomdark project reclama a The Miller Group · GB · Otherransomqilin reclama a Mera Metal · PL · Manufacturingransomglobal secret group reclama a Pavillon · US · Otherransomdragonforce reclama a P. A. Inc. (Performance Alloys) · US · Manufacturingransomdragonforce reclama a Mike Graham Heating And Air Conditioning · US · Otherransomqilin reclama a STADLER Sensorik CNC-Technik · AT · Manufacturingransomchaos reclama a tomorrowsoffice.com · GB · Professional Servicesransomdark project reclama a Long-Lewis Automotive Group · US · Not Foundransomtriple x reclama a Henshaw Law · GB · Professional Servicesransomqilin reclama a Stade Francais · FR · Hospitalityransompayoutsking reclama a H****r · US · Not Foundransomdark project reclama a Mayco International · US · Manufacturingransomdark project reclama a Brainhunter Companies LLC. and Brainhunter Systems Ltd. · US · Professional Servicesransomdark project reclama a Leviton · US · Manufacturingransomdark project reclama a The Miller Group · GB · Other
CVE Watch355,789 in full archive

Vulnerabilities exploitable today

355,789in 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,660
New KEV · 24H0
Exploit Today ≥ 701,604

Distribution · last window

  • Critical
    2,763
  • High
    11,081
  • Medium
    7,340
  • Low
    709
Filters

Window

Severity

Flags

Vulnerabilities329,561–329,600 · 355,789
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2025-691557.1 HIG
7.2%
2Unauthenticated Cross Site Scripting (XSS) in Fitness Zone WordPress Theme <= 5.7 versions.34d
CVE-2026-346944.8 MED
7.2%
2Adobe Experience Manager Forms JEE versions LTS SP1, 6.5.24.0 and earlier are affected by a stored Cross-Site Scripting (XSS) vulnerability that could be abused by a high-privileged attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be executed in a victim's browser when they browse to the page containing the vulnerable field. Scope is changed.13d
CVE-2026-574097.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in RealMag777 Active Products Tables for WooCommerce profit-products-tables-for-woocommerce allows DOM-Based XSS.This issue affects Active Products Tables for WooCommerce: from n/a through <= 1.1.0.23d
CVE-2026-577187.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Unlimited Elements Unlimited Elements For Elementor (Free Widgets, Addons, Templates) unlimited-elements-for-elementor allows Reflected XSS.This issue affects Unlimited Elements For Elementor (Free Widgets, Addons, Templates): from n/a through <= 2.0.12.23d
CVE-2025-27512
7.2%
2
CVE-2025-69317
7.2%
2
CVE-2026-83474.3 MED
7.2%
2Concrete CMS 9.5.0 and below is vulnerable to IDOR + wrong-authorization-level in the Express association Reorder dialog.  This can cause Cross-entity state tampering with view-only permission on one entry. To be affected, a website has to be using express and relying on express entity ordering. The Concrete CMS security team gave this vulnerability a CVSS v.4.0 score of 2.3 with vector CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N. Thanks Winston Crooker for reporting.13d
CVE-2025-69318
7.2%
2
CVE-2025-3144
7.2%
2
CVE-2025-14154
7.2%
2
CVE-2026-574117.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Aman CF7 Views &#8211; Complete Entry Management for Contact Form 7 cf7-views allows DOM-Based XSS.This issue affects CF7 Views &#8211; Complete Entry Management for Contact Form 7: from n/a through <= 3.2.2.23d
CVE-2020-5200
7.2%
2
CVE-2018-12332
7.2%
2
CVE-2025-53179
7.2%
2
CVE-2019-9277
7.2%
2
CVE-2026-39597
7.2%
2
CVE-2026-48867
7.2%
2
CVE-2025-0069
7.2%
2
CVE-2026-22524
7.2%
2
CVE-2024-580998.6 HIG
7.2%
2In the Linux kernel, the following vulnerability has been resolved: vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame Andrew and Nikolay reported connectivity issues with Cilium's service load-balancing in case of vmxnet3. If a BPF program for native XDP adds an encapsulation header such as IPIP and transmits the packet out the same interface, then in case of vmxnet3 a corrupted packet is being sent and subsequently dropped on the path. vmxnet3_xdp_xmit_frame() which is called e.g. via vmxnet3_run_xdp() through vmxnet3_xdp_xmit_back() calculates an incorrect DMA address: page = virt_to_page(xdpf->data); tbi->dma_addr = page_pool_get_dma_addr(page) + VMXNET3_XDP_HEADROOM; dma_sync_single_for_device(&adapter->pdev->dev, tbi->dma_addr, buf_size, DMA_TO_DEVICE); The above assumes a fixed offset (VMXNET3_XDP_HEADROOM), but the XDP BPF program could have moved xdp->data. While the passed buf_size is correct (xdpf->len), the dma_addr needs to have a dynamic offset which can be calculated as xdpf->data - (void *)xdpf, that is, xdp->data - xdp->data_hard_start.1d
CVE-2026-574037.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Milan Petrovic GD Security Headers gd-security-headers allows Reflected XSS.This issue affects GD Security Headers: from n/a through <= 1.8.23d
CVE-2026-573967.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Flintop Free Gifts for WooCommerce free-gifts-for-woocommerce allows Stored XSS.This issue affects Free Gifts for WooCommerce: from n/a through <= 13.1.0.23d
CVE-2026-48876
7.2%
2
CVE-2025-38275
7.2%
2
CVE-2026-39507
7.2%
2
CVE-2026-574157.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Codemenschen Gift Vouchers gift-voucher allows Stored XSS.This issue affects Gift Vouchers: from n/a through <= 4.7.0.23d
CVE-2026-573877.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in picu picu picu allows Stored XSS.This issue affects picu: from n/a through <= 3.5.1.23d
CVE-2026-111436.5 MED
7.2%
2Out of bounds read in Extensions in Google Chrome on Linux prior to 149.0.7827.53 allowed an attacker who convinced a user to install a malicious extension to obtain potentially sensitive information from process memory via a crafted Chrome Extension. (Chromium security severity: Medium)14d
CVE-2023-45219
7.2%
2
CVE-2026-573987.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WebCodingPlace Real Estate Manager Pro real-estate-manager-pro allows Reflected XSS.This issue affects Real Estate Manager Pro: from n/a through <= 12.8.3.23d
CVE-2026-577287.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in UX-themes Flatsome flatsome allows Reflected XSS.This issue affects Flatsome: from n/a through <= 3.20.5.23d
CVE-2026-02338.8 HIG
7.2%
2A certificate validation vulnerability in Palo Alto Networks Autonomous Digital Experience Manager on Windows allows an unauthenticated attacker with adjacent network access to execute arbitrary code with NT AUTHORITY\SYSTEM privileges.29d
CVE-2026-40306
7.2%
2
CVE-2025-53180
7.2%
2
CVE-2026-147575.3 MED
7.2%
2A vulnerability was determined in radareorg radare2 up to 6.1.6. This affects the function core_anal_bytes of the file libr/core/cmd_anal.inc. This manipulation causes integer overflow. The attack needs to be launched locally. The exploit has been publicly disclosed and may be utilized. It is suggested to install a patch to address this issue.29d
CVE-2025-38729
7.2%
2
CVE-2026-640417.8 HIG
7.2%
2In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210x_effect_scene_info(), a string was copied like this: strscpy(DST, SRC, strlen(SRC) + 1); A buffer overflow would happen if strlen(SRC) >= sizeof(DST). Actually, strscpy() must be used this way: strscpy(DST, SRC, sizeof(DST)); strscpy(DST, SRC); // defaults to sizeof(DST)6d
CVE-2023-542508.2 HIG
7.2%
2In the Linux kernel, the following vulnerability has been resolved: ksmbd: avoid out of bounds access in decode_preauth_ctxt() Confirm that the accessed pneg_ctxt->HashAlgorithms address sits within the SMB request boundary; deassemble_neg_contexts() only checks that the eight byte smb2_neg_context header + (client controlled) DataLength are within the packet boundary, which is insufficient. Checking for sizeof(struct smb2_preauth_neg_context) is overkill given that the type currently assumes SMB311_SALT_SIZE bytes of trailing Salt.1d
CVE-2026-574177.1 HIG
7.2%
2Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in RexTheme Cart Lift cart-lift allows Stored XSS.This issue affects Cart Lift: from n/a through <= 3.1.57.23d
CVE-2025-691567.1 HIG
7.2%
2Unauthenticated Cross Site Scripting (XSS) in Kids Zone - Children WordPress Theme <= 5.4 versions.34d