PULSE
LIVE64signals / 24h
FEED
CVE Watch355,887 in full archive

Vulnerabilities exploitable today

355,887in 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,768
  • High
    11,102
  • Medium
    7,324
  • Low
    702
Filters

Window

Severity

Flags

Vulnerabilities329,081–329,120 · 355,887
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-3215
7.3%
2
CVE-2026-35346
7.3%
2
CVE-2024-54103
7.3%
2
CVE-2026-112006.5 MED
7.3%
2Inappropriate implementation in WebRTC in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)14d
CVE-2024-36482
7.3%
2
CVE-2025-62757
7.3%
2
CVE-2025-12711
7.3%
2
CVE-2025-20206
7.3%
2
CVE-2025-66144
7.3%
2
CVE-2025-62135
7.3%
2
CVE-2024-531869.8 CRI
7.3%
2In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in SMB request handling A race condition exists between SMB request handling in `ksmbd_conn_handler_loop()` and the freeing of `ksmbd_conn` in the workqueue handler `handle_ksmbd_work()`. This leads to a UAF. - KASAN: slab-use-after-free Read in handle_ksmbd_work - KASAN: slab-use-after-free in rtlock_slowlock_locked This race condition arises as follows: - `ksmbd_conn_handler_loop()` waits for `conn->r_count` to reach zero: `wait_event(conn->r_count_q, atomic_read(&conn->r_count) == 0);` - Meanwhile, `handle_ksmbd_work()` decrements `conn->r_count` using `atomic_dec_return(&conn->r_count)`, and if it reaches zero, calls `ksmbd_conn_free()`, which frees `conn`. - However, after `handle_ksmbd_work()` decrements `conn->r_count`, it may still access `conn->r_count_q` in the following line: `waitqueue_active(&conn->r_count_q)` or `wake_up(&conn->r_count_q)` This results in a UAF, as `conn` has already been freed. The discovery of this UAF can be referenced in the following PR for syzkaller's support for SMB requests.2d
CVE-2026-349745.4 MED
7.3%
2phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the regex-based SVG sanitizer in phpMyFAQ (SvgSanitizer.php) can be bypassed using HTML entity encoding in javascript: URLs within SVG <a href> attributes. Any user with edit_faq permission can upload a malicious SVG that executes arbitrary JavaScript when viewed, enabling privilege escalation from editor to full admin takeover. This issue has been patched in version 4.1.1.12d
CVE-2026-492165.4 MED
7.3%
2Symfony UX is a JavaScript ecosystem for Symfony. From 2.2.0 until 2.36.0 and 3.1.0, the Stimulus controller in symfony/ux-autocomplete renders AJAX response items in _createAutocompleteWithRemoteData() by interpolating the text field into HTML template literals (<div>${item[labelField]}</div>) rather than text, allowing attacker-controlled markup from user-supplied dropdown values to execute in the browser of any user who opens an autocomplete widget backed by the same data. This issue is fixed in versions 2.36.0 and 3.1.0.16d
CVE-2024-28862
7.3%
2
CVE-2025-62991
7.3%
2
CVE-2025-10295
7.3%
2
CVE-2026-112236.5 MED
7.3%
2Insufficient validation of untrusted input in Network in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to bypass same origin policy via a crafted HTML page. (Chromium security severity: Low)14d
CVE-2026-27946
7.3%
2
CVE-2026-110836.5 MED
7.3%
2Inappropriate implementation in Password Manager in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)14d
CVE-2025-11869
7.3%
2
CVE-2026-108544.3 MED
7.3%
2A visibility control issue in the event template creation workflow allowed non-site-admin users to access private galaxies belonging to other organisations. The event template builder loaded all enabled galaxies without applying organisation or distribution-based access restrictions, potentially exposing private galaxy metadata such as galaxy type and description to users who should not have visibility. The issue has been fixed by restricting galaxy queries for non-site-admin users to galaxies owned by the user’s organisation or galaxies with a non-private distribution setting. Site administrators retain visibility of all enabled galaxies.14d
CVE-2025-66151
7.3%
2
CVE-2026-108644.3 MED
7.3%
2A vulnerability in the MISP dashboard widgets allowed an authenticated user to manipulate the fields option and influence which fields were returned by the New Users and New Organisations widgets. In some cases, requesting a field set that became empty after validation or redaction could cause the underlying query to fall back to returning unintended model fields. For the New Users widget, this could allow a non-site-admin user to obtain user e-mail addresses even when user e-mail disclosure was disabled by configuration. For the New Organisations widget, crafted field selection could similarly result in unintended organisation fields being included in the dashboard response. The issue was caused by applying field filtering and redaction in a way that could leave the selected field list empty. The patch ensures that the allowed field list is built safely, that restricted fields such as user e-mail addresses are removed before user-supplied field selection is processed, and that an empty field selection falls back only to the permitted default fields. Impact: An authenticated low-privileged user with access to the affected dashboard widgets may be able to disclose restricted user or organisation metadata, including user e-mail addresses depending on configuration.14d
CVE-2025-66152
7.3%
2
CVE-2025-14809
7.3%
2
CVE-2026-139994.3 MED
7.3%
2Insufficient validation of untrusted input in Extensions in Google Chrome prior to 150.0.7871.47 allowed an attacker who convinced a user to install a malicious extension to perform UI spoofing via a crafted Chrome Extension. (Chromium security severity: Medium)35d
CVE-2021-37659
7.3%
2
CVE-2022-20805
7.3%
2
CVE-2026-584504.3 MED
7.3%
2Invoice Ninja through 5.13.26 contains an open redirect vulnerability in the client portal login that allows unauthenticated attackers to redirect authenticated victims to attacker-controlled external URLs by injecting a malicious value into the intended query parameter. Attackers can craft a client login link with an external URL in the intended parameter, which is stored in the session without host validation and emitted verbatim via a bare redirect in the ContactLoginController authenticated() handler after the victim completes a legitimate login, enabling phishing attacks.22d
CVE-2025-63021
7.3%
2
CVE-2022-49926
7.3%
2
CVE-2025-10018
7.3%
2
CVE-2025-62756
7.3%
2
CVE-2026-111924.3 MED
7.3%
2Insufficient validation of untrusted input in Password Manager in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to perform UI spoofing via malicious network traffic. (Chromium security severity: Medium)14d
CVE-2026-24847
7.3%
2
CVE-2025-23050
7.3%
2
CVE-2025-15469
7.3%
2
CVE-2025-66146
7.3%
2
CVE-2021-47128
7.3%
2
CVE-2025-62960
7.3%
2