Lucene search
+L

5227 matches found

EUVD
EUVD
added 2026/08/12 6:00 a.m.11 views

EUVD-2026-57107

The Order Sync with Zendesk for WooCommerce WordPress plugin before 2.2.3 does not perform any capability check on one of its REST API endpoints, and does not verify that the requester owns the account being queried, allowing unauthenticated attackers to retrieve the order history and purchase...

5.3CVSS5.3AI score0.00206EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/12 6:00 a.m.35 views

CVE-2026-19073 Order Sync with Zendesk for WooCommerce < 2.2.3 - Unauthenticated Customer Order Data Disclosure

The Order Sync with Zendesk for WooCommerce WordPress plugin before 2.2.3 does not perform any capability check on one of its REST API endpoints, and does not verify that the requester owns the account being queried, allowing unauthenticated attackers to retrieve the order history and purchase...

0.00206EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.10 views

PT-2026-71032

The Order Sync with Zendesk for WooCommerce WordPress plugin before 2.2.3 does not perform any capability check on one of its REST API endpoints, and does not verify that the requester owns the account being queried, allowing unauthenticated attackers to retrieve the order history and purchase...

5.3CVSS5.3AI score0.00206EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.11 views

PT-2026-71095

Vulnerability-Lookup contains a server-side request forgery SSRF vulnerability in the remote-instance synchronization functionality. Remote instance addresses were validated only for basic URL syntax before being stored, while the synchronization worker later dereferenced these addresses using...

5.1CVSS5.7AI score0.00242EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.17 views

PT-2026-70970

Name of the Vulnerable Software and Affected Versions multicloud-integrations affected versions not specified Description A flaw exists in the multicloud-integrations component where the Application propagation controller fails to properly validate the ocm-managed-cluster annotation within an...

9.9CVSS6.1AI score0.00417EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2026/08/11 6:27 p.m.35 views

CVE-2026-48802 python-engineio has unbound thread allocation that can cause denial of service

python-engineio is a Python implementation of the Engine.IO realtime client and server. Prior to version 4.13.2, an attacker can cause the creation of unnecessary background threads in the python-engineio server by exploiting the heartbeat mechanism, which launches a thread when a new connection ...

7.5CVSS0.00318EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 4:06 p.m.5 views

OPENSUSE-SU-2026:21560-1 Security update for kak-lsp

This update for kak-lsp fixes the following issues: Changes in kak-lsp: - Update to version 21.0.2: Fix a regression that broke compatibility with Kakoune versions older than 2026.05.21 Add a default configuration for Hare, using hare-lsp Fix hangs after editing a file without a trailing newline,...

7.5CVSS5.8AI score0.00558EPSS
SaveExploits1References6
NVD
NVD
added 2026/08/10 1:20 p.m.16 views

CVE-2026-68392

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix locking in unpairdevice/disconnectsync Dereferencing RCU-protected pointers outside critical sections is invalid and may lead to UAF. Take hdev-lock for hciconn lookup and hciabortconn. Don't use RCU to ensur...

7.8CVSS0.00129EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/10 1:20 p.m.15 views

CVE-2026-68393

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: extend connhash lookup critical sections Using RCU-protected pointers outside the critical sections without refcount is incorrect and may result to UAF. Extend critical section to cover both hciconnhash lookup...

8.8CVSS0.00242EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.18 views

CVE-2026-68390

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold hdev-lock for hciconnparams lookups hciconnparamslookup requires hdev-lock be held, otherwise the list iteration or param access is not safe. Hold hdev-lock for params lookups in hcisync...

8.8CVSS0.00218EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 1:20 p.m.16 views

CVE-2026-68378

In the Linux kernel, the following vulnerability has been resolved: dpll: fix NULL pointer dereference in dpllmsgaddpinrefsync When a dpllpin is shared across multiple dplldevice instances and those devices are being unregistered e.g. during driver module removal, a NULL pointer dereference can...

0.002EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68329

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Wait for completion instead of returning early in iommucompletionwait needsync is a per-IOMMU flag shared by all domains and devices behind that IOMMU. It is set whenever a command is queued with sync == true and clear...

8.8CVSS0.00159EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:20 p.m.11 views

CVE-2026-68233

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Shut down BO cache timer before teardown The BO cache timer callback schedules timework, and timework can rearm the timer through vc4bocachefreeold. vc4bocachedestroy deletes the timer and then cancels the work, which do...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.11 views

CVE-2026-68198

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix use-after-free in aggrresetstate The aggrresetstate function uses timerdelete non-synchronous for the aggregation timer before proceeding to delete TID state and before the structure is freed by callers like...

8.8CVSS0.00274EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68189

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

7.8CVSS0.00159EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68301

In the Linux kernel, the following vulnerability has been resolved: net: hsr: fix memory leak on slave unregistration by removing synced VLANs When an HSR master device is brought UP, it auto-adds VLAN 0 via vlanvid0add, which propagates VID 0 to its slave devices slave A and B. If a slave device...

5.6AI score0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/10 12:04 p.m.44 views

CVE-2026-68393

The CVE-2026-68393 entry concerns the Linux kernel Bluetooth hci_sync component. The root cause is the use of RCU-protected pointers outside their critical sections without proper reference counting, which could lead to a Use-After-Free (UAF). The fix extends the critical section to cover both th...

8.8CVSS5.3AI score0.00242EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.38 views

CVE-2026-68392 Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix locking in unpairdevice/disconnectsync Dereferencing RCU-protected pointers outside critical sections is invalid and may lead to UAF. Take hdev-lock for hciconn lookup and hciabortconn. Don't use RCU to ensur...

7.8CVSS0.00129EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/10 12:04 p.m.52 views

CVE-2026-68392

Summary: CVE-2026-68392 affects the Linux kernel Bluetooth management path. The vulnerability arises from dereferencing RCU-protected pointers outside critical sections during unpair_device/disconnect_sync, enabling a Use-After-Free (UAF) scenario. The fix targets the critical section handling fo...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/10 12:03 p.m.41 views

CVE-2026-68378

The CVE-2026-68378 issue affects the Linux kernel dpll code where a NULL pointer dereference can occur during unregistration of pins shared across multiple dpll_device instances. Root cause: during unregistration, if a ref_sync partner pin remains registered with another device, dpll_pin_on_dpll_...

5.3AI score0.002EPSS
SaveExploits0References4
Rows per page
Query Builder