Lucene search
+L

98874 matches found

CVE
CVE
added 2026/08/26 2:37 p.m.25 views

CVE-2026-80528

CVE-2026-80528 is a Linux kernel bug in the Ceph filesystem driver . The function handle_reply() stores a ceph_mds_request pointer in current->journal_info while populating inode and dentry caches from an MDS reply. If a memory allocation during this window triggers direct reclaim on a differe...

9.8CVSS5.4AI score0.00521EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.30 views

CVE-2026-80528 ceph: avoid fs reclaim while using current->journal_info

In the Linux kernel, the following vulnerability has been resolved: ceph: avoid fs reclaim while using current-journalinfo handlereply stores a cephmdsrequest pointer in current-journalinfo while filling the inode and dentry cache from an MDS reply. An allocation in this section can enter direct...

9.8CVSS0.00521EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 2:37 p.m.3 views

CVE-2026-80528 ceph: avoid fs reclaim while using current->journal_info

In the Linux kernel, the following vulnerability has been resolved: ceph: avoid fs reclaim while using current-journalinfo handlereply stores a cephmdsrequest pointer in current-journalinfo while filling the inode and dentry cache from an MDS reply. An allocation in this section can enter direct...

9.8CVSS5.7AI score
SaveExploits0References11
OSV
OSV
added 2026/08/26 2:37 p.m.3 views

CVE-2026-80525 ASoC: SOF: ipc4-topology: Refresh copier IPC payload before widget setup

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Refresh copier IPC payload before widget setup The ipcconfigdata buffer for copier widgets is built once during ipcprepare called from sofpcmsetupconnectedwidgets and cached for reuse. For host copiers...

6AI score
SaveExploits0References7
CVE
CVE
added 2026/08/26 2:37 p.m.9 views

CVE-2026-80525

CVE-2026-80525 affects the Linux kernel ASoC SOF ipc4-topology component. The ipc_config_data buffer for copier widgets is built once during ipc_prepare and cached for reuse. On suspend/resume , host and link DMA streams are re-allocated with potentially different stream tags, but the widget list...

5.8AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:37 p.m.3 views

CVE-2026-80522 crypto: tegra - fix rctx->cryptlen calculation in tegra_gcm_do_one_req()

In the Linux kernel, the following vulnerability has been resolved: crypto: tegra - fix rctx-cryptlen calculation in tegragcmdoonereq Perform rctx-cryptlen calculation in tegragcmdoonereq the same way it is done in tegraccmcryptinit. The current formulae may lead to a crash if a caller does not...

7.8CVSS5.6AI score
SaveExploits0References7
CVE
CVE
added 2026/08/26 2:36 p.m.24 views

CVE-2026-74743

CVE-2026-74743 affects the Linux kernel's macvlan network driver. Macvlan devices inherit hard_header_len from the underlying device during initialization but leave needed_headroom and needed_tailroom set to zero. When the lower device requires extra headroom or tailroom (e.g., macsec , ipsec , w...

9.8CVSS5.3AI score0.00519EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/26 2:36 p.m.4 views

CVE-2026-74744 ipvlan: inherit needed_headroom and needed_tailroom from phy_dev

In the Linux kernel, the following vulnerability has been resolved: ipvlan: inherit neededheadroom and neededtailroom from phydev ipvlan devices inherit hardheaderlen from phydev during ipvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying phydev or stacked lower...

9.8CVSS5.6AI score
SaveExploits0References9
CVE
CVE
added 2026/08/26 2:36 p.m.11 views

CVE-2026-74741

CVE-2026-74741 is a NULL pointer dereference in the Linux kernel's ngbe network driver, occurring in the non-MSI-X interrupt enabling path. When the driver operates in legacy INTx or single MSI mode, the wx->msix_entry pointer is not allocated or initialized, so calling NGBE_INTR_MISC(wx) dere...

7.5CVSS5.3AI score0.00451EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/26 2:36 p.m.6 views

CVE-2026-74738 regmap: sdw-mbq: don't call an unset readable_reg callback

In the Linux kernel, the following vulnerability has been resolved: regmap: sdw-mbq: don't call an unset readablereg callback regmapsdwmbqpollbusy decides whether to poll the Function Busy bit by calling ctx-readablereg, which is a straight copy of config-readablereg. That callback is optional:...

5.6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/26 2:36 p.m.14 views

CVE-2026-74737

CVE-2026-74737 affects the TI AM65 CPSW Network Subsystem (Nuss) driver in the Linux kernel. On the packet reception path, the helper function cppi5_desc_get_tags_ids() fills the full 16-bit Source Tag into the port_id variable, but only the lower 8-bits represent the valid MAC Port ID; the upper...

9.8CVSS5.8AI score0.00559EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 2:36 p.m.3 views

CVE-2026-74737 net: ethernet: ti: am65-cpsw-nuss: Fix port_id extraction from SRC TAG

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix portid extraction from SRC TAG On the packet reception path, the ID of the MAC Port on which the packet was received, is embedded in the RX DMA Descriptor's metadata. The ID is extracted usi...

9.8CVSS6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.30 views

CVE-2026-74737 net: ethernet: ti: am65-cpsw-nuss: Fix port_id extraction from SRC TAG

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix portid extraction from SRC TAG On the packet reception path, the ID of the MAC Port on which the packet was received, is embedded in the RX DMA Descriptor's metadata. The ID is extracted usi...

9.8CVSS0.00559EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 2:36 p.m.5 views

CVE-2026-74734 firewire: ohci: fix NULL pointer dereference in ar_context_release

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: fix NULL pointer dereference in arcontextrelease During the error handling path of the driver's probe function, a NULL pointer dereference can occur in arcontextrelease. When pciprobe fails early e.g., if...

5.6AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/26 12:02 p.m.6 views

CVE-2026-18916

A flaw was found in NSD. A remote attacker can exploit this vulnerability by continuously throttling the TCP receive window after a TCP query, causing an NSD serve child to crash. This repeated crashing can lead to a complete denial of TCP service for the affected NSD instance. Mitigation To...

6.9CVSS5.5AI score0.00332EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/26 9:16 a.m.6 views

CVE-2026-18916

Any remote client can crash a NSD serve child, by throttling the TCP receive window after a TCP query. By continuously crashing the serve childs, the remote client can denial all TCP service to this NSD instance...

6.9CVSS0.00332EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/26 9:16 a.m.5 views

CVE-2026-19401

Any remote client can crash a debugging/non-release build type NSD serve child by sending it a special crafted message with a specially tuned number of DNS Cookie options 17 when UDP payload size is 512. By continuously crashing the serve childs, the remote client can severely hamper or, when...

8.2CVSS0.00332EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/26 8:55 a.m.3 views

CVE-2025-20260

CVE-2025-20260 EXPLOIT Questo repository contiene sia lo script Python per generare il file PDF dannoso sia un'analisi del core dump...

9.8CVSS8.9AI score0.0159EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/26 8:44 a.m.5 views

EUVD-2026-66349

Any remote client can crash a debugging/non-release build type NSD serve child by sending it a special crafted message with a specially tuned number of DNS Cookie options 17 when UDP payload size is 512. By continuously crashing the serve childs, the remote client can severely hamper or, when...

8.2CVSS5.2AI score0.00332EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 8:44 a.m.12 views

CVE-2026-19401

NSD (Name Server Daemon) is vulnerable to a remote UDP denial-of-service targeting its serve child process. An unauthenticated remote attacker can crash the serve child by sending a crafted UDP message containing a specially tuned number of DNS Cookie options (17 when the UDP payload size is 512)...

8.2CVSS5.2AI score0.00332EPSS
SaveExploits0References1
Rows per page
Query Builder