Lucene search
K

517 matches found

Vulnrichment
Vulnrichment
added 2024/05/03 2:51 p.m.20 views

CVE-2022-48673 net/smc: Fix possible access to freed memory in link clear

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible access to freed memory in link clear After modifying the QP to the Error state, all RX WR would be completed with WC in IBWCWRFLUSHERR status. Current implementation does not wait for it is done, but destroy...

6.7AI score0.00009EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2024/04/17 9:0 p.m.17 views

CVE-2024-26920

In the Linux kernel, the following vulnerability has been resolved: tracing/trigger: Fix to return error if failed to alloc snapshot Fix registersnapshottrigger to return error code if it failed to allocate a snapshot instead of 0 success. Unless that, it will register snapshot trigger without an...

5.5CVSS7.1AI score0.00008EPSS
Exploits0References4
NVD
NVD
added 2024/04/17 4:15 p.m.17 views

CVE-2024-26920

In the Linux kernel, the following vulnerability has been resolved: tracing/trigger: Fix to return error if failed to alloc snapshot Fix registersnapshottrigger to return error code if it failed to allocate a snapshot instead of 0 success. Unless that, it will register snapshot trigger without an...

5.5CVSS7.5AI score0.00008EPSS
Exploits0References13
Vulnrichment
Vulnrichment
added 2024/04/17 3:59 p.m.16 views

CVE-2024-26920 tracing/trigger: Fix to return error if failed to alloc snapshot

In the Linux kernel, the following vulnerability has been resolved: tracing/trigger: Fix to return error if failed to alloc snapshot Fix registersnapshottrigger to return error code if it failed to allocate a snapshot instead of 0 success. Unless that, it will register snapshot trigger without an...

6.8AI score0.00008EPSS
Exploits0References4
CNNVD
CNNVD
added 2024/04/17 12:0 a.m.1 views

Linux kernel 安全漏洞

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 Linux kernel that stems from registersnapshottrigger returning an error code instead of 0 when allocating a snapshot fails...

5.5CVSS6.6AI score0.00008EPSS
Exploits0References10
OSV
OSV
added 2024/04/03 3:15 p.m.3 views

AZL-58711 CVE-2024-26706 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix random data corruption from exception handler The current exception handler implementation, which assists when accessing user space memory, may exhibit random data corruption if the compiler decides to use a different...

5.5CVSS5.8AI score0.00041EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.16 views

CVE-2024-26706

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix random data corruption from exception handler The current exception handler implementation, which assists when accessing user space memory, may exhibit random data corruption if the compiler decides to use a different...

5.5CVSS5.9AI score0.00041EPSS
Exploits0References6
OSV
OSV
added 2024/04/03 2:55 p.m.2 views

CVE-2024-26706 parisc: Fix random data corruption from exception handler

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix random data corruption from exception handler The current exception handler implementation, which assists when accessing user space memory, may exhibit random data corruption if the compiler decides to use a different...

5.5CVSS5.6AI score0.00041EPSS
Exploits0References7
CVE
CVE
added 2024/04/03 2:55 p.m.102 views

CVE-2024-26706

The CVE-2024-26706 entry documents a parisc Linux kernel vulnerability where random data corruption could occur in the exception handler when accessing user space memory if the compiler reuses a different register than the one defined for the error code. The fix extends the __ex_table by three wo...

5.5CVSS6.7AI score0.00041EPSS
Exploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2024/04/03 12:0 a.m.2 views

PT-2024-21480 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the exception handler implementation in the Linux kernel, which may cause random data corruption when accessing user space memory. This occurs when the compiler...

8CVSS6.6AI score0.00346EPSS
Exploits3References346
Cvelist
Cvelist
added 2024/03/25 9:16 a.m.14 views

CVE-2021-47159 net: dsa: fix a crash if ->get_sset_count() fails

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix a crash if -getssetcount fails If ds-ops-getssetcount fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative error code is type promoted to a very high value...

7.6AI score0.00022EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/03/25 9:16 a.m.19 views

CVE-2021-47159 net: dsa: fix a crash if ->get_sset_count() fails

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix a crash if -getssetcount fails If ds-ops-getssetcount fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative error code is type promoted to a very high value...

7AI score0.00022EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2024/03/25 9:16 a.m.15 views

CVE-2021-47159

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix a crash if -getssetcount fails If ds-ops-getssetcount fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative error code is type promoted to a very high value...

5.5CVSS6.2AI score0.00022EPSS
Exploits0
CNNVD
CNNVD
added 2024/03/25 12:0 a.m.0 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from an error code loop that can lead to memory corruption until the system crashes...

5.5CVSS6.6AI score0.00022EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/03/06 10:39 p.m.24 views

CVE-2023-52593

In the Linux kernel, the following vulnerability has been resolved: wifi: wfx: fix possible NULL pointer dereference in wfxsetmfpap Since 'ieee80211beaconget' can return NULL, 'wfxsetmfpap' should check the return value before examining skb data. So convert the latter to return an appropriate err...

4.4CVSS7.4AI score0.00014EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 7:15 a.m.1 views

DEBIAN-CVE-2023-52585

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible NULL dereference in amdgpurasqueryerrorstatushelper Return invalid error code -EINVAL for invalid block id. Fixes the below: drivers/gpu/drm/amd/amdgpu/amdgpuras.c:1183 amdgpurasqueryerrorstatushelper...

5.5CVSS5.3AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2024/03/06 7:15 a.m.2 views

AZL-58611 CVE-2023-52585 affecting package kernel for versions less than 6.6.79.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible NULL dereference in amdgpurasqueryerrorstatushelper Return invalid error code -EINVAL for invalid block id. Fixes the below: drivers/gpu/drm/amd/amdgpu/amdgpuras.c:1183 amdgpurasqueryerrorstatushelper...

5.5CVSS6.1AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2024/03/06 7:15 a.m.0 views

UBUNTU-CVE-2023-52585

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible NULL dereference in amdgpurasqueryerrorstatushelper Return invalid error code -EINVAL for invalid block id. Fixes the below: drivers/gpu/drm/amd/amdgpu/amdgpuras.c:1183 amdgpurasqueryerrorstatushelper...

5.5CVSS6.1AI score0.00013EPSS
Exploits0References18
Vulnrichment
Vulnrichment
added 2024/03/06 6:45 a.m.16 views

CVE-2024-26626 ipmr: fix kernel panic when forwarding mcast packets

In the Linux kernel, the following vulnerability has been resolved: ipmr: fix kernel panic when forwarding mcast packets The stacktrace was: 86.305548 BUG: kernel NULL pointer dereference, address: 0000000000000092 86.306815 PF: supervisor read access in kernel mode 86.307717 PF: errorcode0x0000 ...

6.4AI score0.00028EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 6:45 a.m.1 views

CVE-2023-52593 wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap()

In the Linux kernel, the following vulnerability has been resolved: wifi: wfx: fix possible NULL pointer dereference in wfxsetmfpap Since 'ieee80211beaconget' can return NULL, 'wfxsetmfpap' should check the return value before examining skb data. So convert the latter to return an appropriate err...

5.5CVSS5.9AI score0.00014EPSS
Exploits0References7
Rows per page
Query Builder