Lucene search
+L

11163 matches found

Debian CVE
Debian CVE
added 2024/03/25 9:07 a.m.30 views

CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS7AI score0.00269EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/25 9:07 a.m.15 views

CVE-2021-47142 drm/amdgpu: Fix a use-after-free

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a use-after-free looks like we forget to set ttm-sg to NULL. Hit panic below 1235.844104 general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b7b4b: 0000 1 SMP DEBUGPAGEALLOC NOPTI 1235.989074...

7.8CVSS6.7AI score0.00241EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.44 views

CVE-2021-47176

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: add missing discipline function Fix crash with illegal operation exception in dasddevicetasklet. Commit b72949328869 "s390/dasd: Prepare for additional path event handling" renamed the verifypath function for ECKD but...

5.5CVSS6.3AI score0.00222EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.29 views

CVE-2021-47146

In the Linux kernel, the following vulnerability has been resolved: mld: fix panic in mldnewpack mldnewpack doesn't allow to allocate high order page, only order-0 allocation is allowed. If headroom size is too large, a kernel panic could occur in skbput. Test commands: ip netns del A ip netns de...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/03/25 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from a possible kernel panic...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.38 views

CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS6.4AI score0.00269EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/03/25 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. The Linux kernel suffers from a security vulnerability that stems from a kernel panic caused during injection testing...

5.5CVSS6.5AI score0.00269EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2024/03/25 12:00 a.m.7 views

PT-2024-21589 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A NULL dereference bug was introduced in the at803x driver when it was reworked and split. This bug causes the priv variable to be referenced before it is allocated, leading to a kerne...

9.1CVSS6.5AI score0.01635EPSS
SaveExploits0References660
Tenable Nessus
Tenable Nessus
added 2024/03/25 12:00 a.m.37 views

Ubuntu 20.04 LTS / 22.04 LTS : Linux kernel (Oracle) vulnerabilities (USN-6704-3)

The remote Ubuntu 20.04 LTS / 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6704-3 advisory. It was discovered that the NVIDIA Tegra XUSB pad controller driver in the Linux kernel did not properly handle return values in certain error...

7.8CVSS7.8AI score0.28058EPSS
SaveExploits16References6
SUSE CVE
SUSE CVE
added 2024/03/20 3:48 a.m.6 views

SUSE CVE-2024-26640

In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to canmapfrag these additional checks: - Page must not be a compound one....

5.5CVSS6.7AI score0.0024EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/03/19 3:50 a.m.8 views

SUSE CVE-2021-47134

In the Linux kernel, the following vulnerability has been resolved: efi/fdt: fix panic when no valid fdt found setuparch would invoke efiinit-efigetfdtparams. If no valid fdt found then initialbootparams will be null. So we should stop further fdt processing here. I encountered this issue on risc...

5.5CVSS7.8AI score0.00232EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/03/19 3:37 a.m.7 views

SUSE CVE-2023-52611

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: sdio: Honor the host maxreqsize in the RX path Lukas reports skboverpanic errors on his Banana Pi BPI-CM4 which comes with an Amlogic A311D G12B SoC and a RTL8822CS SDIO wifi/Bluetooth combo card. The error he observ...

4.4CVSS7AI score0.00224EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/03/18 2:23 p.m.27 views

CVE-2024-26640

A vulnerability was found in Linux Kernel where rx zerocopy feature allowed mapping of pages owned by the filesystem, leading to potential system panic which is caused by the lack of sanity checks to rx zerocopy. A local authenticated attacker could exploit this vulnerability to cause a denial of...

5.5CVSS7.1AI score0.0024EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/18 11:15 a.m.26 views

CVE-2024-26640

In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to canmapfrag these additional checks: - Page must not be a compound one....

7.8CVSS7.4AI score0.0024EPSS
SaveExploits0References7
OSV
OSV
added 2024/03/18 11:15 a.m.18 views

DEBIAN-CVE-2023-52611

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: sdio: Honor the host maxreqsize in the RX path Lukas reports skboverpanic errors on his Banana Pi BPI-CM4 which comes with an Amlogic A311D G12B SoC and a RTL8822CS SDIO wifi/Bluetooth combo card. The error he observ...

5.5CVSS5.7AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/18 10:19 a.m.9 views

CVE-2024-26640 tcp: add sanity checks to rx zerocopy

In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to canmapfrag these additional checks: - Page must not be a compound one....

7.8CVSS5.9AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/03/18 10:19 a.m.17 views

CVE-2024-26640 tcp: add sanity checks to rx zerocopy

In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to canmapfrag these additional checks: - Page must not be a compound one....

7.8CVSS6.6AI score0.0024EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/03/18 10:19 a.m.39 views

CVE-2024-26640 tcp: add sanity checks to rx zerocopy

In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to canmapfrag these additional checks: - Page must not be a compound one....

7.8CVSS7.6AI score0.0024EPSS
SaveExploits0References6
CVE
CVE
added 2024/03/18 10:19 a.m.227 views

CVE-2024-26640

CVE-2024-26640 — Linux kernel TCP rx zerocopy sanity checks (Mode C) Affects: Linux kernel TCP rx zerocopy path. Root cause: can_map_frag() lacked validation when mapping NIC-allocated pages, risking misuse of pages owned by filesystems. The patch adds two checks: (1) the page must not be a compo...

7.8CVSS6.1AI score0.0024EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2024/03/18 12:00 a.m.7 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from a security flaw in skboverpanic...

5.5CVSS6.4AI score0.00224EPSS
SaveExploits0References6
Rows per page
Query Builder