Lucene search
+L

5625 matches found

CVE
CVE
•added 2026/08/10 6:00 a.m.•53 views

CVE-2026-13600

The AutoNetTV Relay WordPress plugin before 3.0.14 does not perform any capability or authentication check before setting a WordPress administrator authentication cookie during its scheduled content-synchronization task. On server configurations where the scheduled task executes before the HTTP...

8.1CVSS5.3AI score0.00468EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•10 views

PT-2026-69792

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Bluetooth management component where RCU-protected pointers are dereferenced outside of critical sections. This behavior is invalid and can lead to a Use-After-Fre...

7.8CVSS5.5AI score0.00176EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•8 views

PT-2026-69589

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the Bluetooth component due to improper synchronization during UUID list traversal. The hci sync conversion moved class-of-device and EIR generation to...

7.8CVSS6AI score0.00171EPSS
SaveExploits0
NVD
NVD
•added 2026/08/09 11:16 p.m.•13 views

CVE-2026-19372

A security flaw has been discovered in Handwriting-OCR handwriting-ocr-mcp-server 0.1.0. Affected by this vulnerability is the function fs.readFileSync of the file src/index.ts of the component uploaddocument. Performing a manipulation of the argument File results in path traversal. Attacking...

5.3CVSS0.00172EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/09 10:30 p.m.•49 views

CVE-2026-19372 Handwriting-OCR handwriting-ocr-mcp-server upload_document index.ts fs.readFileSync path traversal

A security flaw has been discovered in Handwriting-OCR handwriting-ocr-mcp-server 0.1.0. Affected by this vulnerability is the function fs.readFileSync of the file src/index.ts of the component uploaddocument. Performing a manipulation of the argument File results in path traversal. Attacking...

5.3CVSS0.00172EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
•added 2026/08/07 10:18 p.m.•8 views

CVE-2026-49343 Klever-Go KVM: Throttler slot leak in trie account-data sync causes epoch bootstrap / state sync DoS

Klever-Go is the Go implementation of the Klever blockchain protocol. In versions prior to 1.7.18, the account-data trie syncers are vulnerable to a resource-exhaustion flaw that leaks bounded throttler slots on error paths. In syncDataTrie in both userAccountsSyncer.go and kappAccountsSyncer.go,...

5.9CVSS8.5AI score0.00412EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/07 10:18 p.m.•74 views

CVE-2026-49343

Summary of CVE-2026-49343 (Klever-Go KVM) In versions prior to 1.7.18 of Klever-Go, the account-data trie syncers leak bounded throttler slots on error paths in syncDataTrie(): StartProcessing() is called but EndProcessing() is only reached on success or a duplicate-root early return. As a result...

5.9CVSS8.5AI score0.00412EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/07 10:18 p.m.•41 views

CVE-2026-49343 Klever-Go KVM: Throttler slot leak in trie account-data sync causes epoch bootstrap / state sync DoS

Klever-Go is the Go implementation of the Klever blockchain protocol. In versions prior to 1.7.18, the account-data trie syncers are vulnerable to a resource-exhaustion flaw that leaks bounded throttler slots on error paths. In syncDataTrie in both userAccountsSyncer.go and kappAccountsSyncer.go,...

5.9CVSS0.00412EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/07 12:31 a.m.•22 views

EUVD-2026-54279

Ground Station prior to 0.6.0 contains an unauthenticated blind server-side request forgery vulnerability in the orbital-source configuration path that allows any unauthenticated Socket.IO client to cause the ground-station process to issue outbound HTTP requests to attacker-chosen destinations...

9.2CVSS5.5AI score0.00574EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/08/06 11:55 p.m.•13 views

SUSE CVE-2026-64594

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: initialize resetwork at allocation time ffsfskillsb unconditionally calls cancelworksync on ffs-resetwork when a functionfs instance is unmounted: ffsdataresetffs; cancelworksync&ffs-resetwork; However...

2.3CVSS5.4AI score0.0022EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/06 8:16 a.m.•17 views

CVE-2026-64594

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: initialize resetwork at allocation time ffsfskillsb unconditionally calls cancelworksync on ffs-resetwork when a functionfs instance is unmounted: ffsdataresetffs; cancelworksync&ffs-resetwork; However...

0.0022EPSS
SaveExploits0References8
NVD
NVD
•added 2026/08/06 8:16 a.m.•27 views

CVE-2026-64584

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmidi: cancel pending IN work before freeing the midi object The fmidi driver embeds a work item midi-work whose handler, fmidiinwork, dereferences the enclosing struct fmidi through containerof. This work is armed...

7.8CVSS0.00171EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/06 8:16 a.m.•12 views

UBUNTU-CVE-2026-64590

In the Linux kernel, the following vulnerability has been resolved: dma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warning When CONFIGDMAAPIDEBUGSG is enabled, importing a udmabuf into a DRM driver e.g. amdgpu for video playback in GNOME Videos / Showtime triggers a spurious...

5.2AI score0.0022EPSS
SaveExploits0References18
CVE
CVE
•added 2026/08/06 7:13 a.m.•104 views

CVE-2026-64594

The CVE affects the Linux kernel USB gadget subsystem (functionfs) and specifically f_fs. The bug occurs because ffs->reset_work is not initialized on all code paths; it is only initialized via INIT_WORK() in ffs_func_set_alt() and ffs_func_disable() under FFS_DEACTIVATED, and only after ffs_d...

5.4AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/06 7:13 a.m.•13 views

CVE-2026-64594 usb: gadget: f_fs: initialize reset_work at allocation time

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: initialize resetwork at allocation time ffsfskillsb unconditionally calls cancelworksync on ffs-resetwork when a functionfs instance is unmounted: ffsdataresetffs; cancelworksync&ffs-resetwork; However...

5.4AI score
SaveExploits0References11
CVE
CVE
•added 2026/08/06 7:13 a.m.•84 views

CVE-2026-64590

The CVE-2026-64590 entry concerns the Linux kernel dma-buf/udmabuf path where, with CONFIG_DMA_API_DEBUG_SG enabled, importing udmabuf into a DRM driver (e.g., amdgpu) could emit a spurious cacheline EEXIST warning due to overlapping per-page SG mappings. The fix is to pass DMA_ATTR_SKIP_CPU_SYNC...

5.3AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/06 7:06 a.m.•27 views

CVE-2026-64584 usb: gadget: f_midi: cancel pending IN work before freeing the midi object

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmidi: cancel pending IN work before freeing the midi object The fmidi driver embeds a work item midi-work whose handler, fmidiinwork, dereferences the enclosing struct fmidi through containerof. This work is armed...

7.8CVSS5.2AI score
SaveExploits0References11
OSV
OSV
•added 2026/08/06 12:07 a.m.•11 views

RLSA-2026:49871 Moderate: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: Linux kernel: Denial of Service due to NULL function pointer race in timer shutdown CVE-2025-68214 kernel: procfs: avoid fetching build ID while holding VMA lock CVE-2026-23199 Bug Fixes...

5.5CVSS5.5AI score0.00128EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/06 12:00 a.m.•13 views

Oracle Linux 9 : kernel (ELSA-2026-49870)

The remote Oracle Linux 9 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2026-49870 advisory. - timers: Fix NULL function pointer race in timershutdownsync CKI Backport Bot RHEL-189940 CVE-2025-68214 Tenable has extracted the preceding description block...

4.7CVSS5.6AI score0.00128EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/05 6:37 a.m.•49 views

CVE-2026-7726 Layouts for WPBakery <= 1.1.3 - Missing Authorization to Unauthenticated Template Cache Manipulation via 'handle_sync' AJAX Action

The Layouts for WPBakery plugin for WordPress is vulnerable to unauthorized actions due to a missing capability check on the LayoutsWPBRemote::templatesync callback registered via wpajaxnoprivhandlesync in all versions up to, and including, 1.1.3. This makes it possible for unauthenticated...

6.5CVSS0.0047EPSS
SaveExploits0References6
Rows per page
Query Builder