Lucene search
+L

9627 matches found

Cvelist
Cvelist
added 2024/07/12 12:32 p.m.41 views

CVE-2024-40958 netns: Make get_net_ns() handle zero refcount net

In the Linux kernel, the following vulnerability has been resolved: netns: Make getnetns handle zero refcount net Syzkaller hit a warning: refcountt: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcountwarnsaturate+0xdf/0x1d0 Modules linked in: CPU: 3 PID: 7890...

7.8CVSS0.00269EPSS
SaveExploits0References7
CVE
CVE
added 2024/07/12 12:32 p.m.192 views

CVE-2024-40958

CVE-2024-40958 relates to the Linux kernel: get_net_ns() may perform a refcount increment on a net namespace with zero refcount, triggering a use-after-free warning and potential kernel panic. The root cause is an addition on 0 refcount via get_net_ns(), surfaced during operations like netns swit...

7.8CVSS8AI score0.00269EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/07/12 12:32 p.m.27 views

CVE-2024-40958 netns: Make get_net_ns() handle zero refcount net

In the Linux kernel, the following vulnerability has been resolved: netns: Make getnetns handle zero refcount net Syzkaller hit a warning: refcountt: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcountwarnsaturate+0xdf/0x1d0 Modules linked in: CPU: 3 PID: 7890...

7.8CVSS5.9AI score
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2024/07/12 12:32 p.m.18 views

CVE-2024-40958 netns: Make get_net_ns() handle zero refcount net

In the Linux kernel, the following vulnerability has been resolved: netns: Make getnetns handle zero refcount net Syzkaller hit a warning: refcountt: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcountwarnsaturate+0xdf/0x1d0 Modules linked in: CPU: 3 PID: 7890...

6.5AI score0.00269EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/07/12 12:32 p.m.40 views

CVE-2024-40958

In the Linux kernel, the following vulnerability has been resolved: netns: Make getnetns handle zero refcount net Syzkaller hit a warning: refcountt: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcountwarnsaturate+0xdf/0x1d0 Modules linked in: CPU: 3 PID: 7890...

7.8CVSS5.6AI score0.00269EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/12 12:31 p.m.9 views

CVE-2024-40950 mm: huge_memory: fix misused mapping_large_folio_support() for anon folios

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: fix misused mappinglargefoliosupport for anon folios When I did a large folios split test, a WARNING " 5059.122759 T166 Cannot split file folio to non-0 order" was triggered. But the test cases are only for anonmo...

6.7AI score0.00208EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/07/12 12:25 p.m.41 views

CVE-2024-40922 io_uring/rsrc: don't lock while !TASK_RUNNING

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

0.00212EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/12 12:25 p.m.38 views

CVE-2024-40920 net: bridge: mst: fix suspicious rcu usage in br_mst_set_state

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix suspicious rcu usage in brmstsetstate I converted brmstsetstate to RCU to avoid a vlan use-after-free but forgot to change the vlan group dereference helper. Switch to vlan group RCU deref helper to fix the...

7.1CVSS0.00417EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/12 12:25 p.m.119 views

CVE-2024-40920

CVE-2024-40920 affects the Linux kernel net: bridge: mst component. Root cause: br_mst_set_state was converted to RCU to avoid a VLAN use-after-free, but the vlan group dereference helper was not updated, triggering suspicious RCU usage. The fix switches to the vlan group RCU deref helper to addr...

7.8CVSS6.5AI score0.00417EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/07/12 12:25 p.m.122 views

CVE-2024-40917

CVE-2024-40917 affects the Linux kernel memory management (memblock) related to NUMA/node handling. The issue stems from memblock_validate_numa_coverage() allowing a NUMA_NO_NODE condition and memblock_alloc_range_nid() warning about MAX_NUMNODES, leading to a NULL dereference in memmap_init() wh...

5.5CVSS6.4AI score0.00267EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.61 views

CVE-2024-40917

In the Linux kernel, the following vulnerability has been resolved: memblock: make memblocksetnode also warn about use of MAXNUMNODES On an old x86 system with SRAT just covering space above 4Gb: ACPI: SRAT: Node 0 PXM 0 mem 0x100000000-0xfffffffff hotplug the commit referenced below leads to thi...

5.5CVSS5.5AI score0.00267EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.28 views

CVE-2024-39509 HID: core: remove unnecessary WARN_ON() in implement()

In the Linux kernel, the following vulnerability has been resolved: HID: core: remove unnecessary WARNON in implement Syzkaller hit a warning 1 in a call to implement when trying to write a value into a field of smaller size in an output report. Since implement already has a warn message printed...

0.00302EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.26 views

CVE-2024-39509 HID: core: remove unnecessary WARN_ON() in implement()

In the Linux kernel, the following vulnerability has been resolved: HID: core: remove unnecessary WARNON in implement Syzkaller hit a warning 1 in a call to implement when trying to write a value into a field of smaller size in an output report. Since implement already has a warn message printed...

6.7AI score0.00302EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.13 views

CVE-2024-39500

In the Linux kernel, the following vulnerability has been resolved: sockmap: avoid race between sockmapclose and skpsockput skpsockget will return NULL if the refcount of psock has gone to 0, which will happen when the last call of skpsockput is done. However, skpsockdrop may not have finished ye...

7.8CVSS5.5AI score0.00221EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.5 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel due to an unnecessary warning in the implement function of the HID:core component...

5.5CVSS8.2AI score0.00302EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/07/12 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. A security vulnerability exists in the Linux kernel, which stems from a UBSAN warning in the drm/amdgpu component in kvdpm.c. The vulnerability is caused by the presence of a...

5.5CVSS8.1AI score0.00279EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/07/10 11:21 a.m.28 views

CVE-2024-39492

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

5.5CVSS6.8AI score0.00191EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/10 8:15 a.m.35 views

CVE-2024-39492

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

7CVSS0.00191EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/10 8:15 a.m.2 views

DEBIAN-CVE-2024-39492

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

7CVSS5.3AI score0.00191EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/10 8:15 a.m.23 views

CVE-2024-39492

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

7CVSS5.9AI score0.00191EPSS
SaveExploits0References11
Rows per page
Query Builder