Lucene search
+L

6908 matches found

CVE
CVE
added 2026/08/10 8:49 p.m.40 views

CVE-2026-72907

ERPNext contains a broken access control vulnerability in add_ac in erpnext/accounts/utils.py prior to versions 15.111.0 and 16.22.0, where ignore_permissions is not enforcing Account create permission, allowing an authenticated limited user to create unauthorized accounting master records and co...

6.5CVSS5.2AI score0.00246EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/10 1:20 p.m.16 views

CVE-2026-72690

An improper authorization vulnerability in Attendize through commit 9289acb allows an authenticated remote attacker to inject persistent mandatory survey questions into another organizer's events via the POST /event/eventid/question/create endpoint. The postCreateEventQuestion method loads the...

7.1CVSS0.00254EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68418

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided req.userwqebufs field was non-zero. The problem is that iwqp-iwpbl is...

5.5AI score0.00155EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.10 views

UBUNTU-CVE-2026-68418

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided req.userwqebufs field was non-zero. The problem is that iwqp-iwpbl is...

5.2AI score0.00155EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:19 p.m.11 views

CVE-2026-68117

In the Linux kernel, the following vulnerability has been resolved: tipc: clear sock-sk on the failed-insert path in tipcskcreate When tipcskcreate fails to insert the new socket tipcskinsert returns non-zero, its error path frees the sk with skfree but leaves sock-sk pointing at the freed object...

9.8CVSS0.00531EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:04 p.m.18 views

EUVD-2026-55604

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided req.userwqebufs field was non-zero. The problem is that iwqp-iwpbl is...

5.3AI score0.00155EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 12:04 p.m.50 views

CVE-2026-68418 RDMA/irdma: Prevent user-triggered null deref on QP create

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided req.userwqebufs field was non-zero. The problem is that iwqp-iwpbl is...

5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.42 views

CVE-2026-68298 drm/xe/vm: Fix SVM leak on resv obj alloc failure in xe_vm_create()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix SVM leak on resv obj alloc failure in xevmcreate Commit 9e9787414882 "drm/xe/userptr: replace xehmm with gpusvm" made xesvminit unconditional in xevmcreate and extended it to also initialize a "simple" gpusvm state...

7.8CVSS0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:01 p.m.43 views

CVE-2026-68263 drm/imagination: Fix double call to drm_sched_entity_fini()

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix double call to drmschedentityfini Call sequence of double call: pvrcontextdestroy pvrcontextkillqueues pvrqueuekill drmschedentitydestroy drmschedentityfini // here pvrcontextput...

7.8CVSS0.00125EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 12:01 p.m.42 views

CVE-2026-68261 drm/imagination: fix error checking of pvr_vm_context_lookup()

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: fix error checking of pvrvmcontextlookup Since pvrvmcontextlookup returns either NULL or a pointer, then stop using ISERR for checking the return value. Using ISERR leads to the kernel oops reported below. It can...

0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 11:58 a.m.78 views

CVE-2026-68117

The CVE-2026-68117 issue affects the Linux kernel’s Transparent Inter-Process Communication (TIPC) socket path. When tipc_sk_create() fails to insert a new socket during accept(), sock->sk can point to a freed object, enabling a use-after-free write in lock_sock_nested and potentially crashing...

9.8CVSS5.4AI score0.00531EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.49 views

CVE-2026-68117 tipc: clear sock->sk on the failed-insert path in tipc_sk_create()

In the Linux kernel, the following vulnerability has been resolved: tipc: clear sock-sk on the failed-insert path in tipcskcreate When tipcskcreate fails to insert the new socket tipcskinsert returns non-zero, its error path frees the sk with skfree but leaves sock-sk pointing at the freed object...

9.8CVSS0.00531EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 11:41 a.m.124 views

CVE-2026-68083

CVE-2026-68083 affects ksmbd (Linux kernel in-kernel SMB server). The issue is a path-resolution bug in ksmbd_vfs_kern_path_create() where an SMB2 create/mkdir/hardlink path can leverage a ".." component to escape the share, because the rooted open lookup uses LOOKUP_BENEATH for the SMB2 path but...

9.1CVSS5.2AI score0.00446EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 11:41 a.m.46 views

CVE-2026-68083 ksmbd: fix path resolution in ksmbd_vfs_kern_path_create

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix path resolution in ksmbdvfskernpathcreate The SMB2 open lookup is rooted at the share with LOOKUPBENEATH, but the create/mkdir/hardlink sink is not: ksmbdvfskernpathcreate builds an absolute path with converttounixname...

9.1CVSS0.00446EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.9 views

PT-2026-69988

Name of the Vulnerable Software and Affected Versions Rocket.Chat versions prior to 7.10.14 Rocket.Chat versions prior to 8.0.8 Rocket.Chat versions prior to 8.1.7 Rocket.Chat versions prior to 8.2.7 Rocket.Chat versions prior to 8.3.7 Rocket.Chat versions prior to 8.4.5 Rocket.Chat versions prio...

4.3CVSS5.2AI score0.00238EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-68418

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided...

5.9AI score0.00155EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/09 6:18 a.m.24 views

CVE-2026-18037

The Create WordPress plugin before 2.5.4 does not perform an authorization check before rendering content over one of its public REST API routes, and that route additionally publishes the requested content as a side effect, allowing unauthenticated attackers to read unpublished content and to mak...

6.5CVSS0.00164EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/09 6:00 a.m.16 views

EUVD-2026-54876

The Create WordPress plugin before 2.5.4 does not perform an authorization check before rendering content over one of its public REST API routes, and that route additionally publishes the requested content as a side effect, allowing unauthenticated attackers to read unpublished content and to mak...

5.3AI score0.00164EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/09 6:00 a.m.7 views

CVE-2026-18037 Create by Mediavine < 2.5.4 - Unauthenticated Unpublished Content Disclosure and Publication

The Create WordPress plugin before 2.5.4 does not perform an authorization check before rendering content over one of its public REST API routes, and that route additionally publishes the requested content as a side effect, allowing unauthenticated attackers to read unpublished content and to mak...

5.3AI score0.00164EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/09 6:00 a.m.53 views

CVE-2026-18037

The Create WordPress plugin before 2.5.4 does not perform an authorization check before rendering content over one of its public REST API routes, and that route additionally publishes the requested content as a side effect, allowing unauthenticated attackers to read unpublished content and to mak...

5.3AI score0.00164EPSS
SaveExploits0References1
Rows per page
Query Builder