Lucene search
K

18 matches found

RedHat Linux
RedHat Linux
added 2025/01/08 12:20 a.m.20 views

Important: Red Hat Security Advisory: kernel-rt security update

An update for kernel-rt is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

5.5CVSS7AI score0.00006EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2024/08/30 8:15 a.m.9 views

CVE-2024-41054

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdclearcmd racing issue When ufshcdclearcmd is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by the ISR. And ufshcdclearcmd's call to...

5.5CVSS5.1AI score0.00018EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:14 a.m.16 views

CVE-2024-41053

A flaw was found in the ufshcd-core module in the Linux kernel. A race condition between the ufshcdabortone function and the completion ISR can cause a NULL pointer dereference, resulting in a denial of service...

5.5CVSS5.3AI score0.00018EPSS
Exploits0References4
NVD
NVD
added 2024/07/29 3:15 p.m.13 views

CVE-2024-41053

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdabortone racing issue When ufshcdabortone is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by ISR. Return success when request is completed by ISR...

5.5CVSS0.00018EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/07/29 2:32 p.m.21 views

CVE-2024-41054 scsi: ufs: core: Fix ufshcd_clear_cmd racing issue

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdclearcmd racing issue When ufshcdclearcmd is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by the ISR. And ufshcdclearcmd's call to...

0.00018EPSS
Exploits0References3
OSV
OSV
added 2024/07/29 2:32 p.m.12 views

CVE-2024-41054 scsi: ufs: core: Fix ufshcd_clear_cmd racing issue

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdclearcmd racing issue When ufshcdclearcmd is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by the ISR. And ufshcdclearcmd's call to...

5.5CVSS6AI score0.00018EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/07/29 2:32 p.m.11 views

CVE-2024-41054 scsi: ufs: core: Fix ufshcd_clear_cmd racing issue

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdclearcmd racing issue When ufshcdclearcmd is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by the ISR. And ufshcdclearcmd's call to...

6.7AI score0.00018EPSS
Exploits0References3
CVE
CVE
added 2024/07/29 2:32 p.m.69 views

CVE-2024-41054

CVE-2024-41054 is a Linux kernel vulnerability in the SCSI/UFS subsystem (ufshcd_clear_cmd racing with the completion ISR). The race can lead to a NULL pointer dereference when the ISR completes a request, with a backtrace showing blk_mq_unique_tag and ufshcd_clear_cmd paths in the ufshc_mediatek...

5.5CVSS6.5AI score0.00018EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/29 2:32 p.m.13 views

CVE-2024-41053 scsi: ufs: core: Fix ufshcd_abort_one racing issue

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdabortone racing issue When ufshcdabortone is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by ISR. Return success when request is completed by ISR...

6.6AI score0.00018EPSS
Exploits0References3
OSV
OSV
added 2024/07/29 2:32 p.m.16 views

CVE-2024-41053 scsi: ufs: core: Fix ufshcd_abort_one racing issue

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdabortone racing issue When ufshcdabortone is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by ISR. Return success when request is completed by ISR...

5.5CVSS6AI score0.00018EPSS
Exploits0References6
CVE
CVE
added 2024/07/29 2:32 p.m.68 views

CVE-2024-41053

The CVE-2024-41053 issue affects the Linux kernel’s SCSI/ufs path. It concerns ufshcd_abort_one racing with the completion ISR, which can cause the request’s mq_hctx pointer to be NULL at ISR completion and may lead to a kernel NULL pointer dereference (as shown in the backtrace). The description...

5.5CVSS6.4AI score0.00018EPSS
Exploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/23 11:10 a.m.15 views

CVE-2023-52785

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix racing issue between ufshcdmcqabort and ISR If command timeout happens and cq complete IRQ is raised at the same time, ufshcdmcqabort clears lprb-cmd and a NULL pointer deref happens in the ISR. Error log:...

4.4CVSS6.5AI score0.00094EPSS
Exploits0References4
NVD
NVD
added 2024/05/21 4:15 p.m.14 views

CVE-2023-52785

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix racing issue between ufshcdmcqabort and ISR If command timeout happens and cq complete IRQ is raised at the same time, ufshcdmcqabort clears lprb-cmd and a NULL pointer deref happens in the ISR. Error log:...

4.7CVSS6.5AI score0.00094EPSS
Exploits0References3
OSV
OSV
added 2024/05/21 3:31 p.m.14 views

CVE-2023-52785 scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix racing issue between ufshcdmcqabort and ISR If command timeout happens and cq complete IRQ is raised at the same time, ufshcdmcqabort clears lprb-cmd and a NULL pointer deref happens in the ISR. Error log:...

4.7CVSS4.3AI score0.00094EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.15 views

CVE-2023-52785 scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix racing issue between ufshcdmcqabort and ISR If command timeout happens and cq complete IRQ is raised at the same time, ufshcdmcqabort clears lprb-cmd and a NULL pointer deref happens in the ISR. Error log:...

6.8AI score0.00094EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.25 views

CVE-2023-52785 scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix racing issue between ufshcdmcqabort and ISR If command timeout happens and cq complete IRQ is raised at the same time, ufshcdmcqabort clears lprb-cmd and a NULL pointer deref happens in the ISR. Error log:...

6.4AI score0.00094EPSS
Exploits0References3
CVE
CVE
added 2024/04/03 5:0 p.m.126 views

CVE-2024-26737

CVE-2024-26737 is a Linux kernel vulnerability resolved by a patch that fixes a race between bpf_timer_cancel_and_free and bpf_timer_cancel, which could cause a use-after-free (UAF) of timer structures. The fix frees timer->timer after an RCU grace period (RCU head added to struct bpf_hrtimer)...

5.5CVSS7AI score0.00016EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2022/04/24 8:45 p.m.12 views

GSD-2022-1001107 rxrpc: Fix call timer start racing with call destruction

rxrpc: Fix call timer start racing with call destruction This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.17.2 by commit...

7.2AI score
Exploits0
Rows per page
Query Builder