Lucene search
+L

965 matches found

Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.13 views

PT-2026-69497

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A recursive locking deadlock occurs in the audit subsystem when duplicating executable-related rules. When a file is moved, the VFS layer locks the parent directory, which triggers an...

7.5CVSS5.3AI score0.0054EPSS
SaveExploits0References21
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:13 a.m.21 views

CVE-2026-64598

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

5.5AI score0.00278EPSS
SaveExploits0References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-64570

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: mac80211: fix filsdiscovery double free on alloc failure ieee80211setfilsdiscovery calls kfreercu on the old template before allocating the replacement. I...

7.8CVSS5.9AI score0.00157EPSS
SaveExploits0References3
Amazon
Amazon
added 2026/08/04 12:00 a.m.11 views

Important: freerdp

Issue Overview: Heap-buffer-overflow write in TS Gateway RPC fragment receive due to uncapped bindack maxxmitfrag On TS Gateway connections, rpc-maxrecvfrag is initialized to 0x0FF8 4088 and ReceiveFragment is allocated to that size. In rpcbind.c, the client assigns rpc-maxrecvfrag =...

9.1CVSS5.8AI score0.00489EPSS
SaveExploits3
Tenable Nessus
Tenable Nessus
added 2026/08/01 12:00 a.m.15 views

Oracle Linux 9 : kernel (ELSA-2026-47040)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-47040 advisory. - blk-mq: reinsert cached request to the list CKI Backport Bot RHEL-213163 CVE-2026-64017 - blk-mq: pop cached request if it is usable CKI Backport Bo...

8.8CVSS5.7AI score0.00157EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/07/30 5:21 a.m.16 views

kernel: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path

A flaw was found in the Linux kernel, specifically within the RDMA Remote Direct Memory Access vmwpvrdma module. This vulnerability is a double free, which means the system attempts to release the same memory resource twice. This can occur in an error handling path within the pvrdmaallocucontext...

7.8CVSS5.8AI score0.00143EPSS
SaveExploits0References5
Rockylinux
Rockylinux
added 2026/07/27 12:07 p.m.14 views

kernel security update

An update is available for kernel. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux operating...

8.8CVSS6AI score0.00347EPSS
SaveExploits4
OSV
OSV
added 2026/07/27 12:07 p.m.12 views

RLSA-2026:45114 Important: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: fs/notify: call exportfsencodefid with sumount CVE-2025-40237 kernel: scsi: core: Wake up the error handler when final completions race against each other CVE-2026-23110 kernel: rtnetlink...

7.1CVSS6AI score0.00288EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/25 1:23 p.m.11 views

CVE-2026-10681 SMP race in `thread_idx_alloc()` lets concurrent `k_object_alloc(K_OBJ_THREAD)` callers share a kernel-object permission slot

In Zephyr's userspace dynamic-objects subsystem, threadidxalloc in kernel/userspace/userspace.c allocated a new thread permission index from the global threadidxmap bitmap without holding listslock. On SMP systems, two user-mode threads invoking the kobjectallocKOBJTHREAD syscall concurrently can...

6.5CVSS5.8AI score0.00119EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.19 views

CVE-2026-64350

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: fix stream context array leak in cdnspallocstreaminfo cdnspallocstreaminfo allocates streaminfo-streamctxarray with cdnspallocstreamctx. If a later stream ring allocation or stream mapping update fails, the error path...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0
CVE
CVE
added 2026/07/24 3:27 p.m.40 views

CVE-2026-64234

The CVE-2026-64234 entry concerns the Linux kernel tty/serial driver pch_uart. The root cause is a missing check of the return value from dma_alloc_coherent(), which could yield a NULL pointer, triggering a crash in dma_handle_rx(). The fix adds a guard for dma_alloc_coherent() failure and ensure...

5.5CVSS5.7AI score0.00115EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/24 12:00 a.m.13 views

ALSA-2026:45114 Important: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: fs/notify: call exportfsencodefid with sumount CVE-2025-40237 kernel: scsi: core: Wake up the error handler when final completions race against each other CVE-2026-23110 kernel: rtnetlink...

8.1CVSS5.6AI score0.00288EPSS
SaveExploits0References15
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.62 views

PT-2026-63375

Name of the Vulnerable Software and Affected Versions NLnet Labs Unbound versions prior to 1.25.2 Description Applications using libunbound configured with the unwanted-reply-threshold parameter may be abruptly terminated. This occurs when the threshold is reached and libunbound attempts to call...

5.9CVSS5.8AI score0.00248EPSS
SaveExploits0References30
RedHat Linux
RedHat Linux
added 2026/07/16 7:24 a.m.18 views

kernel: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path

A flaw was found in the Linux kernel, specifically within the RDMA Remote Direct Memory Access vmwpvrdma module. This vulnerability is a double free, which means the system attempts to release the same memory resource twice. This can occur in an error handling path within the pvrdmaallocucontext...

7.8CVSS6AI score0.00143EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/09 12:00 a.m.12 views

UBUNTU-CVE-2026-55194

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, rpcclientrecvfragment in libfreerdp/core/gateway/rpcclient.c ensures the response reassembly stream capacity using only the server-declared allochint rather than the actual StubLength about to be written. A maliciou...

8.7CVSS7.9AI score0.00459EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/07 5:55 a.m.28 views

kernel: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path

A flaw was found in the Linux kernel, specifically within the RDMA Remote Direct Memory Access vmwpvrdma module. This vulnerability is a double free, which means the system attempts to release the same memory resource twice. This can occur in an error handling path within the pvrdmaallocucontext...

7.8CVSS5.9AI score0.00143EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2026/07/03 12:00 a.m.17 views

The vulnerability of the `alloc_event_waiters()` function in the `drivers/gpu/drm/amd/amdkfd/kfd_events.c` file of the Direct Rendering Infrastructure (DRI) driver for AMD graphics cards in the Linux operating system allows a malicious actor to trigger a service failure.

The vulnerability of the alloceventwaiters function in the drivers/gpu/drm/amd/amdkfd/kfdevents.c file of the Direct Rendering Infrastructure DRI driver for AMD graphics cards in Linux operating systems is related to improper initialization. Exploiting this vulnerability could allow an attacker t...

7.1CVSS6.7AI score0.00204EPSS
SaveExploits0References19Affected Software6
SUSE CVE
SUSE CVE
added 2026/07/01 3:19 a.m.13 views

SUSE CVE-2026-53065

In the Linux kernel, the following vulnerability has been resolved: ASoC: sti: use managed regmapfield allocations The regmapfield objects allocated at player init are never freed and may leak resources if the driver is removed. Switch to devmregmapfieldalloc to automatically limit the lifetime o...

1.9CVSS5.8AI score0.00119EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2026/07/01 3:19 a.m.18 views

SUSE CVE-2026-53085

In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded taskvma iterator The open-coded taskvma iterator reads task-mm locklessly and acquires mmapreadtrylock but never calls mmget. If the task exits concurrently, the mmstruct can be freed as it is...

7CVSS5.8AI score0.00119EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2026/06/27 1:55 a.m.18 views

SUSE CVE-2026-52973

In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONETHREAD requirement for private default hash alloc Currently needfutexhashallocatedefault depends on strict pthread semantics, abusing CLONETHREAD. This breaks the non-concurrency assumptions when doing the...

7.8CVSS5.8AI score0.00151EPSS
SaveExploits0References5
Rows per page
Query Builder