Lucene search
K

271 matches found

UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.23 views

CVE-2021-47337

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Commit 66a834d09293 "scsi: core: Fix error handling of scsihostalloc" changed the allocation logic to call putdevice to perform host cleanup with the...

5.5CVSS6AI score0.00014EPSS
Exploits0References10
OSV
OSV
added 2024/05/21 3:15 p.m.0 views

UBUNTU-CVE-2021-47337

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Commit 66a834d09293 "scsi: core: Fix error handling of scsihostalloc" changed the allocation logic to call putdevice to perform host cleanup with the...

5.5CVSS5.9AI score0.00014EPSS
Exploits0References11
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.19 views

CVE-2021-47337 scsi: core: Fix bad pointer dereference when ehandler kthread is invalid

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Commit 66a834d09293 "scsi: core: Fix error handling of scsihostalloc" changed the allocation logic to call putdevice to perform host cleanup with the...

6.4AI score0.00014EPSS
Exploits0References8
CVE
CVE
added 2024/05/21 2:35 p.m.84 views

CVE-2021-47337

The CVE-2021-47337 issue is in the Linux kernel SCSI core path: when an error arises during scsi_host_alloc() and the error-handling ehandler thread fails to spawn, shost->ehandler may be set to ERR_PTR(-ENOMEM) and scsi_host_dev_release() would call kthread_stop() on a NULL/invalid pointer, r...

5.5CVSS6.7AI score0.00014EPSS
Exploits0References8Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/18 1:40 a.m.25 views

CVE-2023-52688

A vulnerability was found in the ath12k Wi-Fi driver within the Linux kernel. This issue involves an error handler issue in the rfkill configuration, which could potentially disrupt Wi-Fi functionality and error handling processes. Mitigation Mitigation for this issue is either not available or t...

5.5CVSS7.5AI score0.00015EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.17 views

CVE-2023-52688

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix the error handler of rfkill config When the core rfkill config throws error, it should free the allocated resources. Currently it is not freeing the core pdev create resources. Avoid this issue by calling the co...

7.8CVSS6AI score0.00015EPSS
Exploits0References4
OSV
OSV
added 2024/05/17 2:24 p.m.8 views

CVE-2023-52688 wifi: ath12k: fix the error handler of rfkill config

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix the error handler of rfkill config When the core rfkill config throws error, it should free the allocated resources. Currently it is not freeing the core pdev create resources. Avoid this issue by calling the co...

7.8CVSS6.3AI score0.00015EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/05/17 2:24 p.m.12 views

CVE-2023-52688 wifi: ath12k: fix the error handler of rfkill config

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix the error handler of rfkill config When the core rfkill config throws error, it should free the allocated resources. Currently it is not freeing the core pdev create resources. Avoid this issue by calling the co...

7.1AI score0.00015EPSS
Exploits0References2
CVE
CVE
added 2024/05/17 2:24 p.m.70 views

CVE-2023-52688

CVE-2023-52688 affects the Linux kernel wifi driver ath12k, where an error path in the core rfkill config fail path did not free allocated resources. The issue could cause resource leaks by not destroying the core pdev when rfkill config initialization fails. The accompanying fix adds a call to c...

7.8CVSS7AI score0.00015EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2024/04/17 10:10 a.m.107 views

CVE-2024-26842

The CVE-2024-26842 issue is a Linux kernel vulnerability in the SCSI UFS host controller code (ufshcd_clear_cmd). In MCQ mode, when task_tag >= 32 and sizeof(unsigned int) == 4, 1U <

7.8CVSS6.6AI score0.00019EPSS
Exploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/04/11 7:57 p.m.22 views

CVE-2021-47212

A vulnerability was found in the Linux kernel, affecting the Mellanox MLX5 driver. This issue involves improper error handling in the UCTX user context and UMEM user memory operations. When the system executes a destroy command during a fast unload flow, it should return a success code...

4.4CVSS7.4AI score0.0001EPSS
Exploits0References4
NVD
NVD
added 2024/04/10 7:15 p.m.13 views

CVE-2021-47212

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Update error handler for UCTX and UMEM In the fast unload flow, the device state is set to internal error, which indicates that the driver started the destroy process. In this case, when a destroy command is being...

5.5CVSS7.4AI score0.0001EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.15 views

CVE-2021-47212

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Update error handler for UCTX and UMEM In the fast unload flow, the device state is set to internal error, which indicates that the driver started the destroy process. In this case, when a destroy command is being...

5.5CVSS5.9AI score0.0001EPSS
Exploits0References10
Debian CVE
Debian CVE
added 2024/04/10 7:1 p.m.17 views

CVE-2021-47212

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Update error handler for UCTX and UMEM In the fast unload flow, the device state is set to internal error, which indicates that the driver started the destroy process. In this case, when a destroy command is being...

5.5CVSS7AI score0.0001EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/04/10 7:1 p.m.12 views

CVE-2021-47212 net/mlx5: Update error handler for UCTX and UMEM

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Update error handler for UCTX and UMEM In the fast unload flow, the device state is set to internal error, which indicates that the driver started the destroy process. In this case, when a destroy command is being...

6.8AI score0.0001EPSS
Exploits0References2
CVE
CVE
added 2024/04/10 7:1 p.m.90 views

CVE-2021-47212

CVE-2021-47212 affects the Linux kernel in the mlx5/ib stack. The issue arises in the fast unload flow where the device state enters internal error during a destroy command, causing a call path that would return EIO. The fix updates MLX5_CMD_OP_DESTROY_UCTX and MLX5_CMD_OP_DESTROY_UMEM to return ...

5.5CVSS6.5AI score0.0001EPSS
Exploits0References2Affected Software1
CNNVD
CNNVD
added 2024/04/10 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 the Linux kernel that stems from an error handler problem in UCTX and UMEM...

5.5CVSS6.4AI score0.0001EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/03/28 4:16 a.m.1 views

SUSE CVE-2023-45925

GNU Midnight Commander 4.8.29-146-g299d9a2fb was discovered to contain a NULL pointer dereference via the function xerrorhandler at tty/x11conn.c. NOTE: this is disputed because it should be categorized as a usability problem an X operation silently fails...

7.3AI score0.00058EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2024/03/26 12:0 a.m.2 views

PT-2024-13307 · Gnu +1 · Midnight Commander +1

Name of the Vulnerable Software and Affected Versions: GNU Midnight Commander version 4.8.29-146-g299d9a2fb Description: A NULL pointer dereference was discovered via the function x error handler at tty/x11conn.c. This issue is disputed as it may be categorized as a usability problem, where an X...

6.5AI score0.00058EPSS
Exploits0References13
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/03/13 1:50 a.m.3 views

Malicious code in wm-lib-api-error-handler (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 9c48e2ab0480956dd0db4c0bc2e946be8a52112fb31f959900edb9a914f02367 The OpenSSF Package Analysis project identified 'wm-lib-api-error-handler' @ 1.0.2 npm as malicious. It is considered malicious because: - The...

7.1AI score
Exploits0
Rows per page
Query Builder