Lucene search
+L

13163 matches found

Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.10 views

CVE-2022-49076 RDMA/hfi1: Fix use-after-free bug for mm struct

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix use-after-free bug for mm struct Under certain conditions, such as MPIAbort, the hfi1 cleanup code may represent the last reference held on the task mm. hfi1mmurbunregister then drops the last reference and the mm ...

7.8CVSS7.7AI score0.00254EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 1:54 a.m.17 views

CVE-2022-49076 RDMA/hfi1: Fix use-after-free bug for mm struct

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix use-after-free bug for mm struct Under certain conditions, such as MPIAbort, the hfi1 cleanup code may represent the last reference held on the task mm. hfi1mmurbunregister then drops the last reference and the mm ...

7.8CVSS5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.23 views

CVE-2022-49073 ata: sata_dwc_460ex: Fix crash due to OOB write

In the Linux kernel, the following vulnerability has been resolved: ata: satadwc460ex: Fix crash due to OOB write the driver uses libata's "tag" values from in various arrays. Since the mentioned patch bumped the ATATAGINTERNAL to 32, the value of the SATADWCQCMDMAX needs to account for that...

7.8CVSS0.00271EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 1:54 a.m.14 views

CVE-2022-49072 gpio: Restrict usage of GPIO chip irq members before initialization

In the Linux kernel, the following vulnerability has been resolved: gpio: Restrict usage of GPIO chip irq members before initialization GPIO chip irq members are exposed before they could be completely initialized and this leads to race conditions. One such issue was observed for the gc-irq.domai...

5.5AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.23 views

CVE-2022-49069

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix by adding FPU protection for dcn30internalvalidatebw Why Below general protection fault observed when WebGL Aquarium is run for longer duration. If drm debug logs are enabled and set to 0x1f then the issue is...

5.5CVSS5.4AI score0.00255EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.13 views

CVE-2022-49066

In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with actmirred, skbheadlen may be 0. But vethxmit calls devforwardskb, which expects at least ETHHLEN byte of linear data as...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.38 views

CVE-2022-49067

In the Linux kernel, the following vulnerability has been resolved: powerpc: Fix virtaddrvalid for 64-bit Book3E & 32-bit mpe: On 64-bit Book3E vmalloc space starts at 0x8000000000000000. Because of the way pa works we have: pa0x8000000000000000 == 0, and therefore virttopfn0x8000000000000000 == ...

5.5CVSS5.4AI score0.00257EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.11 views

CVE-2022-49063 ice: arfs: fix use-after-free when freeing @rx_cpu_rmap

In the Linux kernel, the following vulnerability has been resolved: ice: arfs: fix use-after-free when freeing @rxcpurmap The CI testing bots triggered the following splat: 718.203054 BUG: KASAN: use-after-free in freeirqcpurmap+0x53/0x80 718.206349 Read of size 4 at addr ffff8881bd127e00 by task...

7.4AI score0.00282EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.15 views

CVE-2022-49060

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix NULL pointer dereference in smcpnetfindib devname was called with dev.parent as argument but without to NULL-check it before. Solve this by checking the pointer before the call to devname...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.20 views

CVE-2022-49056

...

SaveExploits0
CVE
CVE
added 2025/02/26 1:54 a.m.83 views

CVE-2022-49056

CVE-2022-49056 entry is rejected/not used per the Initial Description.

5.4AI score
SaveExploits0
CVE
CVE
added 2025/02/26 1:54 a.m.149 views

CVE-2022-49057

The CVE-2022-49057 issue occurs in the Linux kernel’s block/null_blk path where a timed-out poll request is removed from the poll list but not completed, causing a leak and preventing completion. The vulnerability is triggered when a poll request times out and is not finalized, leaving it in an i...

5.5CVSS5.4AI score0.00218EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.15 views

CVE-2022-49054

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Deactivate sysctlrecordpanicmsg by default in isolated guests hvpanicpage might contain guest-sensitive information, do not dump it over to Hyper-V by default in isolated guests. While at it, update some...

7.1CVSS5.6AI score0.00294EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.12 views

CVE-2022-49053 scsi: target: tcmu: Fix possible page UAF

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmutrygetdatapage looks up pages under cmdrlock, but it does not take refcount properly and just returns page pointer. When tcmutrygetdatapage returns, the returned page may have been...

7.8CVSS5.9AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.19 views

CVE-2022-49053 scsi: target: tcmu: Fix possible page UAF

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmutrygetdatapage looks up pages under cmdrlock, but it does not take refcount properly and just returns page pointer. When tcmutrygetdatapage returns, the returned page may have been...

7.8CVSS0.00277EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.15 views

CVE-2022-49051

In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: Fix out-of-bounds accesses in RX fixup aqc111rxfixup contains several out-of-bounds accesses that can be triggered by a malicious or defective USB device, in particular: - The metadata array...

6.8CVSS5.6AI score0.00428EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.15 views

CVE-2022-49049 mm/secretmem: fix panic when growing a memfd_secret

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix panic when growing a memfdsecret When one tries to grow an existing memfdsecret with ftruncate, one gets a panic 1. For example, doing the following reliably induces the panic: fd = memfdsecret; ftruncatefd, 10;...

5.7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.10 views

CVE-2022-49048

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix panic when forwarding a pkt with no in6 dev kongweibin reported a kernel panic in ip6forward when input interface has no in6 dev associated. The following tc commands were used to reproduce this panic: tc qdisc del dev...

7.5CVSS5.3AI score0.00679EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.11 views

CVE-2022-49048 ipv6: fix panic when forwarding a pkt with no in6 dev

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix panic when forwarding a pkt with no in6 dev kongweibin reported a kernel panic in ip6forward when input interface has no in6 dev associated. The following tc commands were used to reproduce this panic: tc qdisc del dev...

7.5CVSS5AI score
SaveExploits0References9
CVE
CVE
added 2025/02/26 1:54 a.m.149 views

CVE-2022-49046

CVE-2022-49046 affects the Linux kernel i2c subsystem, specifically the dev: how the device name is set. The root cause is a missing check of the return value from dev_set_name(); if dev_set_name() fails, dev_name() may be null, leading to a potential null pointer dereference. The connected advis...

5.5CVSS5.4AI score0.00261EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder