Lucene search
+L

919 matches found

NVD
NVD
added 2 days ago7 views

CVE-2026-64038

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Stop work before releasing hwmon device Sashiko reports: In lm90probe, the devm action to cancel the alertwork and reportwork lm90restoreconf is registered in lm90initclient before devmhwmondeviceregisterwithinfo is...

0.00166EPSS
Exploits0References3
NVD
NVD
added 2 days ago5 views

CVE-2026-63986

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

0.00166EPSS
Exploits0References3
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-64112 rbd: eliminate a race in lock_dwork draining on unmap

In the Linux kernel, the following vulnerability has been resolved: rbd: eliminate a race in lockdwork draining on unmap Given how rbdlockaddrequest and rbdimgexclusivelock are written, lockdwork may be requeued more than it's actually needed: for example in case a new I/O request comes in while ...

7.8CVSS0.00168EPSS
Exploits0References4
Cvelist
Cvelist
added 2 days ago26 views

CVE-2026-64064 netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfsinvalidatefolio to clear dirty bit if all changes gone If a streaming write is made, this will leave the relevant modified folio in a not-uptodate, but dirty state with a netfsfolio struct hung off of folio-privat...

0.00168EPSS
Exploits0References4
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-45637

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfsinvalidatefolio to clear dirty bit if all changes gone If a streaming write is made, this will leave the relevant modified folio in a not-uptodate, but dirty state with a netfsfolio struct hung off of folio-privat...

5.3AI score0.00168EPSS
Exploits0References4
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-45759

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

5.4AI score0.00166EPSS
Exploits0References3
CVE
CVE
added 2 days ago5 views

CVE-2026-63986

CVE-2026-63986 concerns the Linux kernel ethtool tsinfo handling. When ethnl_tsinfo_prepare_dump() fails, the code path incorrectly calls genlmsg_cancel(skb, ehdr) via a goto err, even though no genlmsg was started, risking a crash by passing an error pointer to genlmsg_cancel. The connected reco...

5.4AI score0.00166EPSS
Exploits0References3
CVE
CVE
added 2 days ago7 views

CVE-2026-63894

Summary (CVE-2026-63894): A race in Linux kernel’s FunctionFS DMABUF handling allows a freed usb_request to be dequeued via an obsolete priv->req pointer when cancelling a DMABUF attachment. The root cause is that ffs_epfile_dmabuf_io_complete() frees the request but leaves priv->req pointi...

7.8CVSS5.2AI score0.002EPSS
Exploits0References4
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-45559

In the Linux kernel, the following vulnerability has been resolved: net: mctp: usb: fix race between urb completion and rxretry cancellation It's possible that sequencing between setting -stopped and cancelling the rxretry work in ndostop could leave us with an urb queued: T1: ndostop T2:...

5.4AI score0.00155EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-61381

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfs invalidate folio to clear dirty bit if all changes gone If a streaming write is made, this will leave the relevant modified folio in a not-uptodate, but dirty state with a netfs folio struct hung off of...

5.3AI score0.00168EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-61303

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERR PTR to genlmsg cancel on prepare failure The goto err label leads to: genlmsg cancelskb, ehdr; return ret; If ethnl tsinfo prepare dump failed, it has not started a genlmsg. There's nothing to...

5.3AI score0.00166EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-61297

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spin lock bh for hn lock nvmet tcp state change, a socket callback that runs in BH context, can reach handshake req cancel via nvmet tcp schedule release queue and tls handshake cancel. handshake req cancel...

5.3AI score0.00168EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-61296

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to accept doit handshake req next removes the request from the per-net pending list and drops hn lock before handshake nl accept doit reads req-hr sk-sk socket and dereferences...

5.4AI score0.00189EPSS
Exploits0References3
NVD
NVD
added 3 days ago10 views

CVE-2026-57857

The Flow Payment plugin for WordPress flow.cl version 3.0.8 is vulnerable to reflected cross-site scripting on the WooCommerce checkout page. When the plugin handles an order cancellation, the errormessage GET parameter is passed directly to wcaddnotice in flowpayment-fl.php lines 57-58 without...

5.1CVSS0.00224EPSS
Exploits0References2
Cvelist
Cvelist
added 6 days ago42 views

CVE-2026-52870 MCP Python SDK: Experimental task handlers allow any client to access and cancel other clients' tasks

The MCP Python SDK, called mcp on PyPI, is a Python implementation of the Model Context Protocol MCP. From 1.23.0 until 1.27.2, default handlers installed by server.experimental.enabletasks for tasks/list, tasks/get, tasks/result, and tasks/cancel operate only on task identifiers without recordin...

7.6CVSS0.00223EPSS
Exploits0References4
OSV
OSV
added 6 days ago7 views

CVE-2026-52870 MCP Python SDK: Experimental task handlers allow any client to access and cancel other clients' tasks

The MCP Python SDK, called mcp on PyPI, is a Python implementation of the Model Context Protocol MCP. From 1.23.0 until 1.27.2, default handlers installed by server.experimental.enabletasks for tasks/list, tasks/get, tasks/result, and tasks/cancel operate only on task identifiers without recordin...

7.6CVSS6.1AI score0.00223EPSS
Exploits0References6
Cvelist
Cvelist
added 2026/07/12 4:16 p.m.34 views

CVE-2026-10668 Host-triggerable control-endpoint wedge (DoS) in Nuvoton NuMaker HSUSBD UDC driver

The Nuvoton NuMaker HSUSBD USB device-controller driver drivers/usb/udc/udcnumaker.c armed the control Data IN stage unconditionally base-CEPTXCNT = len in numakerhsusbdeptrigger. Because the HSUSBD hardware cannot disarm a control Data IN already armed for a previous transfer, a USB host that...

2.4CVSS0.00159EPSS
Exploits0References2
NVD
NVD
added 2026/07/10 7:17 p.m.9 views

CVE-2026-55476

Snipe-IT is an IT asset/license management system. Prior to 8.6.0, POST /account/request/itemType/itemId/cancelbyadmin?/requestingUser? accepts cancelbyadmin as a URL path segment without sufficient authorization, allowing an authenticated user to supply a victim user ID and silently cancel that...

5.3CVSS0.002EPSS
Exploits0References4
CVE
CVE
added 2026/07/10 6:35 p.m.13 views

CVE-2026-55476

Snipe-IT (asset/license management) prior to v8.6.0 is vulnerable: POST /account/request/{itemType}/{itemId}/{cancel_by_admin}/{requestingUser} accepts cancel_by_admin as a URL path segment, enabling an authenticated user to silently cancel another user’s pending asset requests. Affects versions ...

5.3CVSS6.1AI score0.002EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/10 6:35 p.m.36 views

CVE-2026-55476 Snipe-IT: Unauthorized Asset Request Cancellation via Unguarded cancel_by_admin Parameter

Snipe-IT is an IT asset/license management system. Prior to 8.6.0, POST /account/request/itemType/itemId/cancelbyadmin?/requestingUser? accepts cancelbyadmin as a URL path segment without sufficient authorization, allowing an authenticated user to supply a victim user ID and silently cancel that...

5.3CVSS0.002EPSS
Exploits0References4
Rows per page
Query Builder