Lucene search
+L

6943 matches found

Tenable Nessus
Tenable Nessus
added 4 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-64550

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: qualcomm: rmnet: validate MAP frame length before ingress parsing When ingress deaggregation is disabled, rmnetmapingresshandler passes the skb straight to...

7.3CVSS5.9AI score0.00126EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 4 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-64223

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: wifi: mac80211: consume only present negotiated TTLM maps ieee80211tidtolinkmapsizeok...

8.1CVSS5.7AI score0.00256EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 4 days ago6 views

RHEL 7 : tigervnc (RHSA-2026:46473)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:46473 advisory. Virtual Network Computing VNC is a remote display system which allows users to view a computing desktop environment not only on the machine...

7.8CVSS6.2AI score0.00165EPSS
SaveExploits0References20
Tenable Nessus
Tenable Nessus
added 4 days ago5 views

RHEL 9 : tigervnc (RHSA-2026:46392)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:46392 advisory. Virtual Network Computing VNC is a remote display system which allows users to view a computing desktop environment not only on the machine...

7.8CVSS6.2AI score0.00165EPSS
SaveExploits0References20
OSV
OSV
added 4 days ago5 views

UBUNTU-CVE-2026-64517

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gsc: Fix double-free of managed BO in error path The error path in xegscinitposthwconfig explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup...

5.7AI score0.00168EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 4 days ago9 views

nginx 1.30.x < 1.30.4 / 1.31.2 < 1.31.3 Multiple Vulnerabilities

According to its Server response header, the installed version of nginx is 1.30.0 prior to 1.30.4, or 1.31.2 prior to 1.31.3. It is, therefore, affected by multiple vulnerabilities: - A vulnerability exists in NGINX Plus and NGINX Open Source when a map directive uses regex matching and a string...

9.2CVSS7.5AI score0.03596EPSS
SaveExploits4References7
RedHat Linux
RedHat Linux
added 5 days ago10 views

nginx: NGINX: Arbitrary code execution via crafted HTTP requests

A flaw was found in NGINX. An unauthenticated attacker can exploit this vulnerability by sending specially crafted HTTP requests when the map directive uses regular expression regex matching and references regex capture variables before referencing the map output variable. This can lead to a heap...

9.2CVSS7.9AI score0.03596EPSS
SaveExploits4References5
SUSE CVE
SUSE CVE
added 6 days ago5 views

SUSE CVE-2026-64280

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl-afu: validate DMA mapping length in afudmamapregion afuioctldmamap accepts a 64-bit length from userspace via DFLFPGAPORTDMAMAP ioctl without an upper bound check. The value is passed to afudmapinpages where npages is...

8.8CVSS5.7AI score0.00162EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 6 days ago5 views

SUSE CVE-2026-64300

In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix page UAF in maprange maprange reads rb-auxpages, rb-auxnrpages and rb-auxpgoff via perfmmaptopage while holding only event-mmapmutex. Those fields are serialized by rb-auxmutex, and mmapmutex is per event. Thus, two...

7.8CVSS5.8AI score0.00162EPSS
SaveExploits0References2
OSV
OSV
added 6 days ago5 views

UBUNTU-CVE-2026-64353

In the Linux kernel, the following vulnerability has been resolved: bpf: Keep dynamic inner array lookups nullable An ARRAYOFMAPS can use an array created with BPFFINNERMAP as its inner map template. A concrete inner array with a different maxentries value can then replace the template. After a...

5.6AI score0.00166EPSS
SaveExploits0References6
CVE
CVE
added 6 days ago18 views

CVE-2026-64517

The CVE-2026-64517 entry describes a Linux kernel issue in the DRM/xe/gsc path where the error handling in xe_gsc_init_post_hwconfig() explicitly frees a managed BO with xe_bo_unpin_map_no_vm(), causing a double-free because a devm cleanup action is already registered. The fix is to remove the ex...

5.8AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 6 days ago6 views

CVE-2026-64517 drm/xe/gsc: Fix double-free of managed BO in error path

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gsc: Fix double-free of managed BO in error path The error path in xegscinitposthwconfig explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup...

5.8AI score0.00168EPSS
SaveExploits0References7
EUVD
EUVD
added 6 days ago10 views

EUVD-2026-48861

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gsc: Fix double-free of managed BO in error path The error path in xegscinitposthwconfig explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup...

5.8AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 6 days ago10 views

CVE-2026-64371

The CVE-2026-64371 entry concerns a Linux kernel procfs issue where ptrace_may_access() was called without exec_update_lock. The vulnerability has been resolved by ensuring proper locking or using mm_access(): affected paths include do_task_stat(), proc_pid_wchan(), proc_map_files_lookup(), proc_...

5.7AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-48915

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock part 1 Fix the easy cases where procfs currently calls ptracemayaccess without execupdatelock protection, where the fix is to simply add the extra lock or use mmaccess: -...

5.7AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-48897

In the Linux kernel, the following vulnerability has been resolved: bpf: Keep dynamic inner array lookups nullable An ARRAYOFMAPS can use an array created with BPFFINNERMAP as its inner map template. A concrete inner array with a different maxentries value can then replace the template. After a...

5.7AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 6 days ago10 views

CVE-2026-64353

CVE-2026-64353 affects the Linux kernel BPF subsystem. The issue arises when an ARRAY_OF_MAPS uses an inner map template created with BPF_F_INNER_MAP; a concrete inner array with a different max_entries can replace the template, causing the verifier to mis-handle nullness of lookup results. The k...

5.7AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago6 views

CVE-2026-64353 bpf: Keep dynamic inner array lookups nullable

In the Linux kernel, the following vulnerability has been resolved: bpf: Keep dynamic inner array lookups nullable An ARRAYOFMAPS can use an array created with BPFFINNERMAP as its inner map template. A concrete inner array with a different maxentries value can then replace the template. After a...

5.7AI score0.00166EPSS
SaveExploits0References6
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-48896

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow LPM map access from sleepable BPF programs trielookupelem annotates its rcudereferencecheck walks with only rcureadlockbhheld. Because rcudereferencecheckp, c resolves to "c || rcureadlockheld", this passes for XDP/NAP...

5.8AI score0.00173EPSS
SaveExploits0References7
EUVD
EUVD
added 6 days ago9 views

EUVD-2026-49014

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix freeing of PMD-sized vmemmap pages Commit bf9e4e30f353 "x86/mm: use pagetablefree", switched from freeing non-boot page tables through freepages to pagetablefree. However, the function is also called to free vmemmap...

5.8AI score0.00198EPSS
SaveExploits0References3
Rows per page
Query Builder