Lucene search
+L

993 matches found

Positive Technologies
Positive Technologies
added 2025/03/04 12:0 a.m.16 views

PT-2025-14320 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the drm/xe/hmm component. The issue involves dereferencing struct page pointers without holding the notifier lock, whi...

7.8CVSS5AI score0.65736EPSS
SaveExploits3References434
OSV
OSV
added 2025/02/27 3:15 a.m.1 views

DEBIAN-CVE-2024-58007

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: socinfo: Avoid out of bounds read of serial number On MSM8916 devices, the serial number exposed in sysfs is constant and does not change across individual devices. It's always: db410c:/sys/devices/soc0$ cat serialnumb...

7.1CVSS6.2AI score0.0024EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.15 views

SUSE CVE-2022-49116

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use memset avoid memory leaks Use memset to initialize structs to prevent memory leaks in l2capecredconnect...

5.5CVSS6.5AI score0.00252EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.17 views

CVE-2024-58007

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: socinfo: Avoid out of bounds read of serial number On MSM8916 devices, the serial number exposed in sysfs is constant and does not change across individual devices. It's always: db410c:/sys/devices/soc0$ cat serialnumb...

7.1CVSS6.2AI score0.0024EPSS
SaveExploits0
OSV
OSV
added 2025/02/27 2:12 a.m.12 views

CVE-2024-58007 soc: qcom: socinfo: Avoid out of bounds read of serial number

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: socinfo: Avoid out of bounds read of serial number On MSM8916 devices, the serial number exposed in sysfs is constant and does not change across individual devices. It's always: db410c:/sys/devices/soc0$ cat serialnumb...

6.6AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.18 views

CVE-2024-58007 soc: qcom: socinfo: Avoid out of bounds read of serial number

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: socinfo: Avoid out of bounds read of serial number On MSM8916 devices, the serial number exposed in sysfs is constant and does not change across individual devices. It's always: db410c:/sys/devices/soc0$ cat serialnumb...

0.0024EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

UBUNTU-CVE-2022-49651

In the Linux kernel, the following vulnerability has been resolved: srcu: Tighten cleanupsrcustruct GP checks Currently, cleanupsrcustruct checks for a grace period in progress, but it does not check for a grace period that has not yet started but which might start at any time. Such a situation...

7.8CVSS6.1AI score0.00251EPSS
SaveExploits0References5
NVD
NVD
added 2025/02/26 7:0 a.m.12 views

CVE-2022-49149

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix call timer start racing with call destruction The rxrpccall struct has a timer used to handle various timed events relating to a call. This timer can get started from the packet input routines that are run in softirq...

9.8CVSS0.00172EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 7:0 a.m.1 views

DEBIAN-CVE-2022-49119

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix memory leak in pm8001chipfwflashupdatereq In pm8001chipfwflashupdatebuild, if pm8001chipfwflashupdatebuild fails, the struct fwcontrolex allocated must be freed...

5.5CVSS5.6AI score0.00265EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/26 2:23 a.m.159 views

CVE-2022-49651

CVE-2022-49651 affects the Linux kernel. The advisory states that cleanup_srcu_struct() now checks for a grace period that is started but not yet started, addressing a potential use-after-free (UAF). It is resolved by a commit tightening GP checks in cleanup_srcu_struct(), with references to kern...

7.8CVSS5.3AI score0.00251EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49651

In the Linux kernel, the following vulnerability has been resolved: srcu: Tighten cleanupsrcustruct GP checks Currently, cleanupsrcustruct checks for a grace period in progress, but it does not check for a grace period that has not yet started but which might start at any time. Such a situation...

7.8CVSS5.4AI score0.00251EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49622 netfilter: nf_tables: avoid skb access on nf_stolen

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid skb access on nfstolen When verdict is NFSTOLEN, the skb might have been freed. When tracing is enabled, this can result in a use-after-free: 1. access to skb-nftrace 2. access to skb-mark 3. computatio...

7.8CVSS6AI score
SaveExploits0References5
CVE
CVE
added 2025/02/26 2:23 a.m.66 views

CVE-2022-49614

This CVE entry documents a Linux kernel vulnerability in the nvme subsystem (CVE-2022-49614) where the root cause involves using a struct group for generic command dwords. The consequence described is that this could let a trace event know the full size of data intended to be copied and could sil...

6.9AI score
SaveExploits0
CVE
CVE
added 2025/02/26 2:12 a.m.124 views

CVE-2022-49407

In the Linux kernel, the following vulnerability has been resolved: dlm: fix plock invalid read This patch fixes an invalid read showed by KASAN. A unlock will allocate a "struct plockop" and a followed sendop will append it to a global sendlist data structure. In some cases a followed devread...

9.8CVSS5.3AI score0.00297EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.22 views

CVE-2022-49407 dlm: fix plock invalid read

In the Linux kernel, the following vulnerability has been resolved: dlm: fix plock invalid read This patch fixes an invalid read showed by KASAN. A unlock will allocate a "struct plockop" and a followed sendop will append it to a global sendlist data structure. In some cases a followed devread...

9.8CVSS0.00297EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.9 views

CVE-2022-49407

In the Linux kernel, the following vulnerability has been resolved: dlm: fix plock invalid read This patch fixes an invalid read showed by KASAN. A unlock will allocate a "struct plockop" and a followed sendop will append it to a global sendlist data structure. In some cases a followed devread...

7.1CVSS5.6AI score0.00297EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:11 a.m.14 views

CVE-2022-49397

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix struct clk leak on probe errors Make sure to release the pipe clock reference in case of a late probe error e.g. probe deferral...

5.5CVSS5.5AI score0.00264EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:11 a.m.18 views

CVE-2022-49397 phy: qcom-qmp: fix struct clk leak on probe errors

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix struct clk leak on probe errors Make sure to release the pipe clock reference in case of a late probe error e.g. probe deferral...

5.2AI score
SaveExploits0References11
CVE
CVE
added 2025/02/26 2:10 a.m.106 views

CVE-2022-49320

The CVE-2022-49320 entry concerns the Linux kernel dmaengine for ZynqMP DMA. The root cause is an overflow risk in zynqmp_dma_alloc/free_chan_resources where 32-bit operands are used in size calculations (2 * chan->desc_size * ZYNQMP_DMA_NUM_DESCS). The fix changes the desc_size data type to s...

5.5CVSS5.6AI score0.00266EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.9 views

CVE-2022-49221

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: populate connector of struct dppanel DP CTS test case 4.2.2.6 has valid edid with bad checksum on purpose and expect DP source return correct checksum. During drm edid read, correct edid checksum is calculated and...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0
Rows per page
Query Builder