Lucene search
+L

356 matches found

SUSE Linux
SUSE Linux
added 2026/07/28 3:40 p.m.6 views

Security update for apache-commons-lang3, google-guice, maven, maven-resolver, xmvn

This update for apache-commons-lang3, google-guice, maven, maven-resolver, xmvn fixes the following issues: apache-commons-lang3 was updated to 3.20.0: New features: Add SystemProperties.getPathString, Supplier Add JavaVersion.JAVA25 Add JavaVersion.JAVA26 Add SystemUtils.ISJAVA25 Add...

5.7CVSS6.9AI score0.02164EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 4:17 p.m.6 views

CVE-2026-64062

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential deadlock in write-through mode Fix netfsadvancewritethrough to always unlock the supplied folio and to mark it dirty if it isn't yet written to the end. Unfortunately, it can't be marked for writeback until t...

0.00168EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:41 p.m.13 views

CVE-2026-64178

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: Fix UAF read of dev-name bnepaddconnection needs to keep holding the bnepsessionsem while reading dev-name just like bnepgetconnlist does; otherwise the bnepsession thread can concurrently free the netdevice, whi...

5.2AI score0.00249EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/19 3:41 p.m.6 views

CVE-2026-64178 Bluetooth: bnep: Fix UAF read of dev->name

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: Fix UAF read of dev-name bnepaddconnection needs to keep holding the bnepsessionsem while reading dev-name just like bnepgetconnlist does; otherwise the bnepsession thread can concurrently free the netdevice, whi...

8.8CVSS5.3AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 3:41 p.m.13 views

EUVD-2026-45863

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: Fix UAF read of dev-name bnepaddconnection needs to keep holding the bnepsessionsem while reading dev-name just like bnepgetconnlist does; otherwise the bnepsession thread can concurrently free the netdevice, whi...

5.3AI score0.00249EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 12:2 p.m.6 views

CVE-2026-63823 keys: Pin request_key_auth payload in instantiate paths

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

7.8CVSS5.3AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.10 views

PT-2026-61495

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF read occurs in the Bluetooth BNEP Bluetooth Network Encapsulation Protocol component. The bnep add connection function fails to maintain the bnep session sem semapho...

8.8CVSS5.2AI score0.00249EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/07/01 8:45 a.m.10 views

GHSA-F9XV-Q969-PQX4 vulnerabilities

Vulnerabilities for packages: semaphore...

5.8AI score
SaveExploits0
Chainguard
Chainguard
added 2026/07/01 8:45 a.m.13 views

CVE-2023-2251 vulnerabilities

Vulnerabilities for packages: semaphore...

7.5CVSS5.8AI score0.01093EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/06/29 11:11 a.m.14 views

CVE-2026-53293

A flaw was found in the Linux kernel's AMDGPU graphics driver. Multiple issues exist within the AMDGPUINFOREADMMRREG function, including an incorrect order of operations between the reset semaphore and the memory management lock, and memory allocation while holding the reset semaphore. These issu...

5.5CVSS5.8AI score0.00098EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/06/28 4:4 a.m.9 views

CVE-2026-10646 Use-after-return in `zsock_getaddrinfo()` when a timed-out DNS query is retried without cancellation

Zephyr's BSD-sockets getaddrinfo implementation subsys/net/lib/sockets/getaddrinfo.c passes a pointer to a stack-allocated state object struct getaddrinfostate aistate as the userdata of an asynchronous DNS resolver query. The socket layer waits on a semaphore with a timeout deliberately set...

7.4CVSS6.1AI score0.0032EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2026/06/28 1:9 a.m.16 views

SUSE CVE-2026-53293

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPUINFOREADMMRREG There were multiple issues in that code. First of all the order between the reset semaphore and the mmlock was wrong e.g. copytouser was called while holding the lock. Then we allocated memory...

5.5CVSS5.8AI score0.00098EPSS
SaveExploits0References5
OSV
OSV
added 2026/06/26 8:17 p.m.11 views

DEBIAN-CVE-2026-53293

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPUINFOREADMMRREG There were multiple issues in that code. First of all the order between the reset semaphore and the mmlock was wrong e.g. copytouser was called while holding the lock. Then we allocated memory...

5.5CVSS5.7AI score0.00098EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/26 8:17 p.m.11 views

CVE-2026-53293

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPUINFOREADMMRREG There were multiple issues in that code. First of all the order between the reset semaphore and the mmlock was wrong e.g. copytouser was called while holding the lock. Then we allocated memory...

5.5CVSS0.00098EPSS
SaveExploits0References5
OSV
OSV
added 2026/06/26 8:17 p.m.10 views

UBUNTU-CVE-2026-53293

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPUINFOREADMMRREG There were multiple issues in that code. First of all the order between the reset semaphore and the mmlock was wrong e.g. copytouser was called while holding the lock. Then we allocated memory...

5.5CVSS5.7AI score0.00098EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2026/06/26 8:17 p.m.8 views

CVE-2026-53293

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPUINFOREADMMRREG There were multiple issues in that code. First of all the order between the reset semaphore and the mmlock was wrong e.g. copytouser was called while holding the lock. Then we allocated memory...

5.5CVSS5.3AI score0.00098EPSS
SaveExploits0References12
ATTACKERKB
ATTACKERKB
added 2026/06/26 7:40 p.m.10 views

CVE-2026-53293

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPUINFOREADMMRREG There were multiple issues in that code. First of all the order between the reset semaphore and the mmlock was wrong e.g. copytouser was called while holding the lock. Then we allocated memory...

5.8AI score0.00098EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/06/26 7:40 p.m.32 views

CVE-2026-53293 drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPUINFOREADMMRREG There were multiple issues in that code. First of all the order between the reset semaphore and the mmlock was wrong e.g. copytouser was called while holding the lock. Then we allocated memory...

0.00098EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/06/26 7:40 p.m.15 views

EUVD-2026-39898

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPUINFOREADMMRREG There were multiple issues in that code. First of all the order between the reset semaphore and the mmlock was wrong e.g. copytouser was called while holding the lock. Then we allocated memory...

5.8AI score0.00098EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/06/26 7:40 p.m.16 views

CVE-2026-53293

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPUINFOREADMMRREG There were multiple issues in that code. First of all the order between the reset semaphore and the mmlock was wrong e.g. copytouser was called while holding the lock. Then we allocated memory...

5.5CVSS5.7AI score0.00098EPSS
SaveExploits0
Rows per page
Query Builder