Lucene search
K

121 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2018-17849

Malware in sbrugna...

8.8CVSS9.1AI score0.02399EPSS
Exploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2018-17881

Malware in sbrugna...

8.8CVSS9.1AI score0.01033EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2024-45139

Malicious code in bioql PyPI...

7.8CVSS7.8AI score0.00021EPSS
Exploits0References5
CVE
CVE
added 2025/04/16 2:13 p.m.138 views

CVE-2025-22126

CVE-2025-22126 affects the Linux kernel md subsystem: a use-after-free can occur when iterating the mddev list during reboot/exit due to racing with deletions. The fix switches to list_for_each_entry and introduces a mddev_put_locked helper to prevent freeing the active mddev under the lock. Affe...

7.8CVSS6.6AI score0.00034EPSS
Exploits0References6Affected Software1
NVD
NVD
added 2024/10/29 1:15 a.m.13 views

CVE-2024-50086

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add sessionlock when setting SMB2SESSIONEXPIRED and...

7.8CVSS0.00021EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/10/29 12:50 a.m.3 views

CVE-2024-50086 ksmbd: fix user-after-free from session log off

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add sessionlock when setting SMB2SESSIONEXPIRED and...

7AI score0.00021EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/10/29 12:50 a.m.24 views

CVE-2024-50086 ksmbd: fix user-after-free from session log off

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add sessionlock when setting SMB2SESSIONEXPIRED and...

0.00021EPSS
Exploits0References5
CVE
CVE
added 2024/10/29 12:50 a.m.147 views

CVE-2024-50086

Summary of findings (CVE-2024-50086): In the Linux kernel, the ksmbd component had a race between SMB2 session log off and SMB2 session setup that could lead to a user-after-free. The patch introduces a session_lock when SMB2_SESSION_EXPIRED is set and makes the session’s reference count apply to...

7.8CVSS6.7AI score0.00021EPSS
Exploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/10/29 12:50 a.m.13 views

CVE-2024-50086

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add sessionlock when setting SMB2SESSIONEXPIRED and...

7.8CVSS6.1AI score0.00021EPSS
Exploits0
OSV
OSV
added 2024/10/29 12:50 a.m.12 views

CVE-2024-50086 ksmbd: fix user-after-free from session log off

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add sessionlock when setting SMB2SESSIONEXPIRED and...

7.8CVSS6.5AI score0.00021EPSS
Exploits0References9
OSV
OSV
added 2024/10/21 12:14 p.m.7 views

CVE-2024-47741 btrfs: fix race setting file private on concurrent lseek using same fd

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race setting file private on concurrent lseek using same fd When doing concurrent lseek2 system calls against the same file descriptor, using multiple threads belonging to the same process, we have a short time window...

7CVSS6.7AI score0.00016EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.13 views

CVE-2023-52913

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential context UAFs gemcontextregister makes the context visible to userspace, and which point a separate thread can trigger the I915GEMCONTEXTDESTROY ioctl. So we need to ensure that nothing uses the ctx ptr aft...

5.5CVSS5.2AI score0.00015EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/08/07 12:14 a.m.32 views

Moderate: Red Hat Security Advisory: kernel-rt security update

An update for kernel-rt is now available for Red Hat Enterprise Linux 9.2 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available fo...

8.4CVSS7AI score0.00266EPSS
Exploits0References23
RedhatCVE
RedhatCVE
added 2024/06/20 11:27 a.m.14 views

CVE-2021-47614

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a user-after-free in addpbleprm When irdmahmcsdone fails, 'chunk' is freed while its still on the PBLE info list. Add the chunk entry to the PBLE info list only after successful setting of the SD in irdmahmcsdone...

6.7CVSS8.2AI score0.00068EPSS
Exploits0References4
NVD
NVD
added 2024/06/19 3:15 p.m.18 views

CVE-2021-47614

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a user-after-free in addpbleprm When irdmahmcsdone fails, 'chunk' is freed while its still on the PBLE info list. Add the chunk entry to the PBLE info list only after successful setting of the SD in irdmahmcsdone...

7.8CVSS0.00068EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/06/19 2:58 p.m.21 views

CVE-2021-47614 RDMA/irdma: Fix a user-after-free in add_pble_prm

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a user-after-free in addpbleprm When irdmahmcsdone fails, 'chunk' is freed while its still on the PBLE info list. Add the chunk entry to the PBLE info list only after successful setting of the SD in irdmahmcsdone...

0.00068EPSS
Exploits0References2
CVE
CVE
added 2024/06/19 2:58 p.m.93 views

CVE-2021-47614

CVE-2021-47614 affects the Linux kernel RDMA/irdma subsystem. The issue is a use-after-free in add_pble_prm where the ‘chunk’ was freed while it remained on the PBLE info list if irdma_hmc_sd_one failed. The fix defers adding the PBLE entry until after successful SD setting in irdma_hmc_sd_one, p...

7.8CVSS8.3AI score0.00068EPSS
Exploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/19 2:58 p.m.7 views

CVE-2021-47614 RDMA/irdma: Fix a user-after-free in add_pble_prm

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a user-after-free in addpbleprm When irdmahmcsdone fails, 'chunk' is freed while its still on the PBLE info list. Add the chunk entry to the PBLE info list only after successful setting of the SD in irdmahmcsdone...

6.9AI score0.00068EPSS
Exploits0References2
Oracle linux
Oracle linux
added 2024/05/29 12:0 a.m.28 views

tigervnc security update

1.13.1-10 - Drop patches that are already part of xorg-x11-server Resolves: RHEL-30755 Resolves: RHEL-30767 Resolves: RHEL-30761 1.13.1-9 - Fix CVE-2024-31080 tigervnc: xorg-x11-server: Heap buffer overread/data leakage in ProcXIGetSelectedEvents Resolves: RHEL-30755 - Fix CVE-2024-31083 tigervnc...

7.8CVSS7.4AI score0.00123EPSS
Exploits0
OSV
OSV
added 2024/05/10 2:32 p.m.22 views

RLSA-2024:2616 Important: tigervnc security update

Virtual Network Computing VNC is a remote display system which allows users to view a computing desktop environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures. TigerVNC is a suite of VNC servers and clients...

7.8CVSS7.8AI score0.00123EPSS
Exploits0References4
Rows per page
Query Builder