Lucene search
+L

2529 matches found

Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.3 views

PT-2025-18886

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the fixed version Description The issue is related to the RISC-V architecture in the Linux kernel, where a mutex lock is taken twice during SiFive errata patching, resulting in errors such as kernel NULL pointer...

5.8AI score
SaveExploits0References16
NVD
NVD
added 2025/05/01 3:16 p.m.15 views

CVE-2022-49930

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

5.5CVSS0.00138EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 3:16 p.m.16 views

DEBIAN-CVE-2022-49930

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

5.5CVSS5.4AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.4 views

UBUNTU-CVE-2022-49930

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

5.5CVSS5.7AI score0.00138EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/05/01 2:11 p.m.1 views

CVE-2022-49930 RDMA/hns: Fix NULL pointer problem in free_mr_init()

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

6AI score0.00138EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/05/01 2:11 p.m.18 views

CVE-2022-49930 RDMA/hns: Fix NULL pointer problem in free_mr_init()

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

0.00138EPSS
SaveExploits0References2
CVE
CVE
added 2025/05/01 2:11 p.m.110 views

CVE-2022-49930

CVE-2022-49930 affects the Linux kernel in the RDMA/hns path (free_mr_init) where a race can cause a NULL pointer dereference when a lock is grabbed concurrently without proper initialization. The vulnerability leads to an in-kernel NULL dereference (call trace beginning at __mutex_lock.constprop...

5.5CVSS6.4AI score0.00138EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/05/01 2:11 p.m.15 views

CVE-2022-49930 RDMA/hns: Fix NULL pointer problem in free_mr_init()

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

5.5CVSS4.8AI score0.00138EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 1:15 p.m.2 views

DEBIAN-CVE-2025-37746

In the Linux kernel, the following vulnerability has been resolved: perf/dwcpcie: fix duplicate pcidev devices During platformdeviceregister, wrongly using struct device pcidev as platformdata caused a kmemdup copy of pcidev. Worse still, accessing the duplicated device leads to list corruption a...

5.5CVSS5.5AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.5 views

DEBIAN-CVE-2025-37745

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

5.5CVSS5.6AI score0.00128EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 1:15 p.m.12 views

CVE-2025-37745

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

5.5CVSS0.00128EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/01 1:15 p.m.8 views

AZL-62690 CVE-2025-37745 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

5.5CVSS5.6AI score0.00128EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.4 views

UBUNTU-CVE-2025-37745

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

5.5CVSS6.2AI score0.00128EPSS
SaveExploits0References26
OSV
OSV
added 2025/05/01 12:55 p.m.5 views

CVE-2025-37745 PM: hibernate: Avoid deadlock in hibernate_compressor_param_set()

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

5.5CVSS6AI score0.00128EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.6 views

PT-2025-18647 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A NULL pointer problem in the free mr init function has been resolved. The issue occurs in a concurrent scenario, resulting in a NULL pointer dereference at virtual address...

5.5CVSS5.1AI score0.00138EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2025/04/24 12:0 a.m.2 views

PT-2025-22228

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock scenario in the Linux kernel has been resolved. The issue occurred when the ucsi displayport remove partner function held con-mutex waiting for dp altmode work to complete,...

5.5CVSS6.7AI score0.00122EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2025/04/18 7:15 a.m.7 views

CVE-2025-38104

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV RLCG Register Access is a way for virtual functions to safely access GPU registers in a virtualized environment., including TLB...

4.7CVSS5.2AI score0.00173EPSS
SaveExploits0References7Affected Software1
NVD
NVD
added 2025/04/18 7:15 a.m.8 views

CVE-2025-38104

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV RLCG Register Access is a way for virtual functions to safely access GPU registers in a virtualized environment., including TLB...

4.7CVSS0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2025/04/18 7:15 a.m.3 views

UBUNTU-CVE-2025-38104

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV RLCG Register Access is a way for virtual functions to safely access GPU registers in a virtualized environment., including TLB...

4.7CVSS6AI score0.00173EPSS
SaveExploits0References25
CVE
CVE
added 2025/04/18 7:1 a.m.129 views

CVE-2025-38104

Technical details about CVE-2025-38104 (affected products, versions, exploit information, or fixes) are not provided in the supplied documents; monitor for updates.

4.7CVSS6.7AI score0.00173EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder