Lucene search
+L

6339 matches found

Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.11 views

CVE-2022-49014

In the Linux kernel, the following vulnerability has been resolved: net: tun: Fix use-after-free in tundetach syzbot reported use-after-free in tundetach 1. This causes call trace like below: ================================================================== BUG: KASAN: use-after-free in...

7.8CVSS5.7AI score0.00263EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.9 views

CVE-2022-49015

In the Linux kernel, the following vulnerability has been resolved: net: hsr: Fix potential use-after-free The skb is delivered to netifrx which may free it, after calling this, dereferencing skb may trigger use-after-free...

8.8CVSS5.5AI score0.00348EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.12 views

CVE-2022-49013

In the Linux kernel, the following vulnerability has been resolved: sctp: fix memory leak in sctpstreamoutqmigrate When sctpstreamoutqmigrate is called to release stream out resources, the memory pointed to by priohead in stream out is not released. The memory leak information is as follows:...

5.5CVSS5.5AI score0.00242EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.14 views

CVE-2022-49012

In the Linux kernel, the following vulnerability has been resolved: afs: Fix server-active leak in afsputserver The atomicread was accidentally replaced with atomicincreturn, which prevents the server from getting cleaned up and causes rmmod to hang with a warning: Can't purge s=00000001...

5.5CVSS4.6AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.25 views

CVE-2022-49010

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

5.5CVSS5.4AI score0.00236EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.34 views

CVE-2022-49010 hwmon: (coretemp) Check for null before removing sysfs attrs

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

0.00236EPSS
SaveExploits0References8
CVE
CVE
added 2024/10/21 8:6 p.m.74 views

CVE-2022-49009

The CVE-2022-49009 issue affects the Linux kernel component hwmon:asus-ec-sensors, where devm_kcalloc may return NULL and the return value must be checked to avoid NULL pointer dereference. The provided documents confirm a resolved vulnerability with a fix implementing checks for the NULL return ...

5.5CVSS5.3AI score0.00202EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.17 views

CVE-2022-49009

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

5.5CVSS5.3AI score0.00202EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.14 views

CVE-2022-49006

In the Linux kernel, the following vulnerability has been resolved: tracing: Free buffers when a used dynamic event is removed After 65536 dynamic events have been added and removed, the "type" field of the event then uses the first type number that is available not currently used by other events...

7.8CVSS5.8AI score0.00255EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.34 views

CVE-2022-49005 ASoC: ops: Fix bounds check for _sx controls

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolswsx needs to jus...

0.00236EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.15 views

CVE-2022-49005

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolswsx needs to jus...

5.5CVSS5.5AI score0.00236EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.28 views

CVE-2022-49004 riscv: Sync efi page table's kernel mappings before switching

In the Linux kernel, the following vulnerability has been resolved: riscv: Sync efi page table's kernel mappings before switching The EFI page table is initially created as a copy of the kernel page table. With VMAPSTACK enabled, kernel stacks are allocated in the vmalloc area: if the stack is...

0.00245EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.16 views

CVE-2022-49004

In the Linux kernel, the following vulnerability has been resolved: riscv: Sync efi page table's kernel mappings before switching The EFI page table is initially created as a copy of the kernel page table. With VMAPSTACK enabled, kernel stacks are allocated in the vmalloc area: if the stack is...

5.5CVSS5.1AI score0.00245EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.14 views

CVE-2022-49002

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmardevscopeinit foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

5.5CVSS5.5AI score0.00249EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.15 views

CVE-2022-49003

In the Linux kernel, the following vulnerability has been resolved: nvme: fix SRCU protection of nvmenshead list Walking the nvmenshead siblings list is protected by the head's srcu in nvmensheadsubmitbio but not nvmempathrevalidatepaths. Removing namespaces from the list also fails to synchroniz...

9.8CVSS4.8AI score0.00618EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.15 views

CVE-2022-49001

In the Linux kernel, the following vulnerability has been resolved: riscv: fix race when vmap stack overflow Currently, when detecting vmap stack overflow, riscv firstly switches to the so called shadow stack, then use this shadow stack to call the getoverflowstack to get the overflow stack...

7CVSS6.1AI score0.0019EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.12 views

CVE-2022-48999

In the Linux kernel, the following vulnerability has been resolved: ipv4: Handle attempt to delete multipath route when fibinfo contains an nh reference Gwangun Jung reported a slab-out-of-bounds access in fibnhmatch: fibnhmatch+0xf98/0x1130 linux-6.0-rc7/net/ipv4/fibsemantics.c:961...

7.1CVSS5.4AI score0.00255EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.33 views

CVE-2022-48999 ipv4: Handle attempt to delete multipath route when fib_info contains an nh reference

In the Linux kernel, the following vulnerability has been resolved: ipv4: Handle attempt to delete multipath route when fibinfo contains an nh reference Gwangun Jung reported a slab-out-of-bounds access in fibnhmatch: fibnhmatch+0xf98/0x1130 linux-6.0-rc7/net/ipv4/fibsemantics.c:961...

7.1CVSS7.2AI score0.00255EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.25 views

CVE-2022-49000 iommu/vt-d: Fix PCI device refcount leak in has_external_pci()

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in hasexternalpci foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

0.00245EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 8:6 p.m.112 views

CVE-2022-49000

CVE-2022-49000 – Linux kernel (iommu/vt-d) refcount leak fix . The issue stems from for_each_pci_dev() implemented via pci_get_device(); the returned pci_dev’s reference count is incremented, but input dev is not always decremented, leading to a potential refcount leak. The patch adds a pci_dev_p...

5.5CVSS5.2AI score0.00245EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder