Lucene search
+L

1386 matches found

RedhatCVE
RedhatCVE
added 2026/08/19 5:39 p.m.5 views

CVE-2026-72358

A flaw was found in the Linux kernel's drm/xe/pt component. During page table walks for binding, specific functions xepthugeptepossible and xeptscan64K do not properly check if a Buffer Object BO has been purged. This oversight can lead to invalid access of an uninitialized cursor, potentially...

7.8CVSS5.3AI score0.00165EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:52 a.m.5 views

BIT-POSTGRESQL-2026-16239 PostgreSQL type confusion in cursor CLOSE + DECLARE executes arbitrary code

Type confusion in PostgreSQL "portal"/cursor lifecycle allows a user to execute arbitrary code as the operating system user running the database, via re-creation of a cursor or other portal with different types. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS6AI score0.00604EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 7:33 p.m.27 views

CVE-2026-75935

Amazon ion-java before 1.12.0 has uncontrolled heap preallocation in its binary Ion stream cursor. A crafted binary Ion document with a malicious declared-length field triggers excessive memory allocation, enabling remote denial of service. CVSS 7.5 HIGH; no in-the-wild exploitation reported. Upg...

8.7CVSS5.5AI score0.00441EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:33 p.m.9 views

CVE-2026-75935 Memory-amplification denial of service via declared-length preallocation in Amazon ion-java

Uncontrolled memory allocation in the binary Ion stream cursor in Amazon ion-java before 1.12.0 might allow remote actors to cause a denial of service via a crafted Ion binary document containing a declared-length field that causes excessive heap preallocation. To remediate this issue, users shou...

8.7CVSS5.5AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-72358

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding...

7.8CVSS5.4AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 5:49 a.m.6 views

BIT-MONGODB-2026-13068 MongoDB mongos Improper Authorization Check in Cursor Termination Allowing Cross-Database Privilege Misuse

An authenticated user holding cursor termination privileges on one database may incorrectly be permitted to terminate active cursors on a separate database, disrupting ongoing query operations for other users. The behavior stems from an authorization check that does not correctly scope privileges...

4.3CVSS5.4AI score0.00148EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.8 views

CVE-2026-72358

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xeptstagebind explicitly skips initializing the xerescursor for purged BOs, treating them similarly to NULL VMAs by only setting the...

7.8CVSS0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

UBUNTU-CVE-2026-72358

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xeptstagebind explicitly skips initializing the xerescursor for purged BOs, treating them similarly to NULL VMAs by only setting the...

7.8CVSS5.4AI score0.00165EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.30 views

CVE-2026-74330 configfs: fix lockless traversals of ->s_children

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

7.8CVSS0.00129EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59477

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -schildren Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

5.4AI score0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:58 a.m.28 views

CVE-2026-74330

The CVE-2026-74330 entry specifies a Linux kernel fix for configfs lockless traversals of ->s_children. The issue allowed cursor movement or freeing under lock protection of the parent directory, potentially enabling invalid cursor states via lseek() despite entry protection from removal. The ...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.35 views

CVE-2026-72358 drm/xe/pt: prevent invalid cursor access for purged BOs

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xeptstagebind explicitly skips initializing the xerescursor for purged BOs, treating them similarly to NULL VMAs by only setting the...

7.8CVSS0.00165EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:55 a.m.26 views

CVE-2026-72358

CVE-2026-72358 relates to the Linux kernel drm/xe/pt code, where cursor handling for purged BOs could be left uninitialized during page-table walks in xe_pt_hugepte_possible() and xe_pt_scan_64K(), leading to invalid cursor accesses and warnings. The fix adds an explicit purged-BO check (like NUL...

7.8CVSS5.4AI score0.00165EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.11 views

PT-2026-72766

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of -s children Having the parent directory locked protects entries from removal by another thread, but it does not protect cursors from being moved around by lseek - or freed, for that matter...

5.3AI score0.00129EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.9 views

PT-2026-72546

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xe pt stage bind explicitly skips initializing the xe res cursor for purged BOs, treating them similarly to NULL VMAs by only setting t...

5.4AI score0.00165EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/14 11:58 p.m.7 views

SUSE CVE-2026-16239

Type confusion in PostgreSQL "portal"/cursor lifecycle allows a user to execute arbitrary code as the operating system user running the database, via re-creation of a cursor or other portal with different types. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS6AI score0.00604EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/13 1:17 p.m.6 views

ALPINE-CVE-2026-16239

Type confusion in PostgreSQL "portal"/cursor lifecycle allows a user to execute arbitrary code as the operating system user running the database, via re-creation of a cursor or other portal with different types. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS6AI score0.00604EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 1:17 p.m.7 views

UBUNTU-CVE-2026-16239

Type confusion in PostgreSQL "portal"/cursor lifecycle allows a user to execute arbitrary code as the operating system user running the database, via re-creation of a cursor or other portal with different types. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS6AI score0.00604EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.10 views

CVE-2026-16239

Type confusion in PostgreSQL "portal"/cursor lifecycle allows a user to execute arbitrary code as the operating system user running the database, via re-creation of a cursor or other portal with different types. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS5.6AI score0.00604EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/13 1:00 p.m.6 views

EUVD-2026-57849

Type confusion in PostgreSQL "portal"/cursor lifecycle allows a user to execute arbitrary code as the operating system user running the database, via re-creation of a cursor or other portal with different types. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS5.8AI score0.00604EPSS
SaveExploits0References1
Rows per page
Query Builder