Lucene search
+L

1603 matches found

CNNVD
CNNVD
added 2026/01/14 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the use of freed requested memory after an asynchronous cryptographic operation, which could result in inval...

5.5CVSS6.2AI score0.00248EPSS
SaveExploits0References5
Redos
Redos
added 2026/01/14 12:00 a.m.8 views

ROS-20260114-7306

A vulnerability in the cleanupnet function of the include/net/netnamespace.c module of the Linux kernel is related to the reuse of previously freed memory. Exploitation of the vulnerability may allow an intruder to affect confidentiality, integrity and availability of protected information...

7.8CVSS8.8AI score0.00238EPSS
SaveExploits0
Redos
Redos
added 2026/01/14 12:00 a.m.12 views

ROS-20260114-7316

A vulnerability in the adv7511probe function of the drivers/gpu/drm/bridge/adv7511/adv7511drv.c module of the Linux kernel is related to the reuse of previously freed memory. Exploitation of the vulnerability may allow an intruder to affect confidentiality, integrity and availability of protected...

7.8CVSS8.8AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/01/13 3:29 p.m.38 views

CVE-2025-68787 netrom: Fix memory leak in nr_sendmsg()

In the Linux kernel, the following vulnerability has been resolved: netrom: Fix memory leak in nrsendmsg syzbot reported a memory leak 1. When function sockallocsendskb return NULL in nroutput, the original skb is not freed, which was allocated in nrsendmsg. Fix this by freeing it before return. ...

0.00184EPSS
SaveExploits0References7
Redos
Redos
added 2026/01/13 12:00 a.m.14 views

ROS-20260113-7396

A vulnerability in the amdgpudevicefinisw function of the drivers/gpu/drm/amd/amdgpu/amdgpudevice.c module of the Linux kernel is related to the reuse of previously freed memory. Exploitation of the vulnerability may allow an intruder to affect confidentiality, integrity and availability of...

7.8CVSS6.4AI score0.00237EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.10 views

ROS-20260113-7358

A vulnerability in the gsmcleanupmux function in the drivers/tty/ngsm.c module of the Linux kernel is related to the reuse of previously freed memory. Exploitation of the vulnerability may allow an intruder to affect confidentiality, integrity and availability of protected information...

7.8CVSS6.6AI score0.00261EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.17 views

ROS-20260113-7347

A vulnerability in the linkdestruct function in the drivers/gpu/drm/amd/display/dc/link/linkfactory.c module of the amdgpu driver of the Linux kernel is related to the re-release of previously freed memory. Exploitation of the vulnerability could allow an attacker to affect the confidentiality,...

7.8CVSS6.5AI score0.00249EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.13 views

ROS-20260113-7361

A vulnerability in the scosocktimeout function in the net/bluetooth/sco.c module of the Bluetooth protocol implementation of the Linux kernel is related to the reuse of previously freed memory. Exploitation of the vulnerability may allow an intruder to affect confidentiality, integrity and...

8CVSS6.4AI score0.00337EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.9 views

ROS-20260113-7387

A vulnerability in the bfqchoosereq function of the block/bfq-iosched.c module of the Linux kernel is related to the reuse of previously freed memory. Exploitation of the vulnerability may allow an intruder to affect confidentiality, integrity and availability of protected information...

7.8CVSS6.4AI score0.00259EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/01/12 1:52 p.m.27 views

kernel: Linux kernel: SCTP use-after-free due to race condition in sendmsg

A flaw was found in the Linux kernel's SCTP implementation. This vulnerability allows a use-after-free read via a race condition during SCTP message sending...

7.8CVSS6.7AI score0.0021EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.13 views

EUVD-2022-55850

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

6AI score0.0028EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/30 1:16 p.m.15 views

CVE-2023-54326

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Free IRQs before removing the device In pciendpointtestremove, freeing the IRQs after removing the device creates a small race window for IRQs to be received with the test device memory already released,...

7.8CVSS0.0014EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/30 1:16 p.m.21 views

UBUNTU-CVE-2022-50872

In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: Fix memory leak in realtimecounterinit The "sysclk" resource is malloced by clkget, it is not released when the function return...

5.7AI score0.00205EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.5 views

CVE-2022-50857

In the Linux kernel, the following vulnerability has been resolved: rapidio: rio: fix possible name leak in rioregistermport If deviceregister returns error, the name allocated by devsetname need be freed. It should use putdevice to give up the reference in the error path, so that the name can be...

5.7AI score0.00237EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.14 views

CVE-2022-50852

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix use after free in mt7921acpiread Don't dereference "sarroot" after it has been freed...

5.7AI score0.00182EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/30 12:15 p.m.24 views

CVE-2022-50852

The CVE-2022-50852 entry concerns the Linux kernel WiFi driver for mt76/mt7921. A use-after-free in mt7921_acpi_read() could occur by dereferencing sar_root after it has been freed. The connected documents confirm the vulnerability was resolved in the kernel code path described as: "wifi: mt76: m...

6.3AI score0.00182EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/30 12:08 p.m.9 views

CVE-2023-54188

In the Linux kernel, the following vulnerability has been resolved: dmaengine: apple-admac: Fix 'currenttx' not getting freed In terminateall we should queue up all submitted descriptors to be freed. We do that for the content of the 'issued' and 'submitted' lists, but the 'currenttx' descriptor...

5.2AI score0.00193EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:03 p.m.38 views

CVE-2023-54162 ksmbd: fix possible memory leak in smb2_lock()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible memory leak in smb2lock argv needs to be free when setupasyncwork fails or when the current process is woken up...

8.8CVSS0.00378EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 12:56 a.m.15 views

SUSE CVE-2023-54053

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: fix possible NULL pointer dereference It is possible that iwlpciprobe will fail and free the trans, then afterwards iwlpciremove will be called and crash by trying to access trans which is already freed, fix...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 3:30 p.m.10 views

EUVD-2023-60273

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: fix possible NULL pointer dereference It is possible that iwlpciprobe will fail and free the trans, then afterwards iwlpciremove will be called and crash by trying to access trans which is already freed, fix...

5.9AI score0.00245EPSS
SaveExploits0References7
Rows per page
Query Builder