Lucene search
K

676 matches found

Cvelist
Cvelist
added 2024/12/29 11:30 a.m.20 views

CVE-2024-56739 rtc: check if __rtc_read_time was successful in rtc_timer_do_work()

In the Linux kernel, the following vulnerability has been resolved: rtc: check if rtcreadtime was successful in rtctimerdowork If the rtcreadtime call fails,, the struct rtctime tm; may contain uninitialized data, or an illegal date/time read from the RTC hardware. When calling rtctmtoktime later...

0.00222EPSS
Exploits0References9
CVE
CVE
added 2024/12/29 11:30 a.m.181 views

CVE-2024-56739

CVE-2024-56739 affects the Linux kernel where a failed __rtc_read_time in rtc_timer_do_work() can leave struct rtc_time tm with uninitialized data, causing rtc_tm_to_ktime to yield a very large value and potentially trigger kernel softlockup via periodic timers. The published fix adds a check on ...

5.5CVSS6.3AI score0.00222EPSS
Exploits0References11Affected Software1
Debian CVE
Debian CVE
added 2024/12/29 11:30 a.m.22 views

CVE-2024-56739

In the Linux kernel, the following vulnerability has been resolved: rtc: check if rtcreadtime was successful in rtctimerdowork If the rtcreadtime call fails,, the struct rtctime tm; may contain uninitialized data, or an illegal date/time read from the RTC hardware. When calling rtctmtoktime later...

5.5CVSS5.6AI score0.00222EPSS
Exploits0
CNNVD
CNNVD
added 2024/12/29 12:0 a.m.3 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 rtctime structure that may contain uninitialized data or an illegal date/time when the rtcreadtime functi...

5.5CVSS6.6AI score0.00222EPSS
Exploits0References9
OSV
OSV
added 2024/12/27 3:15 p.m.2 views

DEBIAN-CVE-2024-56621

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Cancel RTC work during ufshcdremove Currently, RTC work is only cancelled during ufshcdwlsuspend. When ufshcd is removed in ufshcdremove, RTC work is not cancelled. Due to this, any further trigger of the RTC wor...

5.5CVSS5.6AI score0.00195EPSS
Exploits0References1
NVD
NVD
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56621

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Cancel RTC work during ufshcdremove Currently, RTC work is only cancelled during ufshcdwlsuspend. When ufshcd is removed in ufshcdremove, RTC work is not cancelled. Due to this, any further trigger of the RTC wor...

5.5CVSS0.00195EPSS
Exploits0References3
CVE
CVE
added 2024/12/27 2:51 p.m.124 views

CVE-2024-56621

CVE-2024-56621 affects the Linux kernel SCSI/UFS subsystem. The root cause was that RTC work was cancelled only during __ufshcd_wl_suspend(), not when ufshcd is removed, allowing RTC work to run on removed internal ufshcd structures and potentially dereference NULL. The fix cancels RTC work durin...

5.5CVSS6.3AI score0.00195EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.13 views

CVE-2024-56621 scsi: ufs: core: Cancel RTC work during ufshcd_remove()

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Cancel RTC work during ufshcdremove Currently, RTC work is only cancelled during ufshcdwlsuspend. When ufshcd is removed in ufshcdremove, RTC work is not cancelled. Due to this, any further trigger of the RTC wor...

0.00195EPSS
Exploits0References3
OSV
OSV
added 2024/12/27 2:51 p.m.7 views

CVE-2024-56621 scsi: ufs: core: Cancel RTC work during ufshcd_remove()

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Cancel RTC work during ufshcdremove Currently, RTC work is only cancelled during ufshcdwlsuspend. When ufshcd is removed in ufshcdremove, RTC work is not cancelled. Due to this, any further trigger of the RTC wor...

5.5CVSS5.9AI score0.00195EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/12/27 2:51 p.m.8 views

CVE-2024-56621

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Cancel RTC work during ufshcdremove Currently, RTC work is only cancelled during ufshcdwlsuspend. When ufshcd is removed in ufshcdremove, RTC work is not cancelled. Due to this, any further trigger of the RTC wor...

5.5CVSS5.6AI score0.00195EPSS
Exploits0
CNNVD
CNNVD
added 2024/12/27 12:0 a.m.3 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 originates from a failure of the rtcreadtime function in the rtc module in the rtctime structure may contain...

5.5CVSS6.6AI score0.00216EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.7 views

CVE-2024-53067

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Start the RTC update work later The RTC update work involves runtime resuming the UFS controller. Hence, only start the RTC update work after runtime power management in the UFS driver has been fully initialized...

5.5CVSS6.7AI score0.00214EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/11/20 3:49 a.m.1 views

SUSE CVE-2024-53053

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix another deadlock during RTC update If ufshcdrtcwork calls ufshcdrpmputsync and the pm's usagecount is 0, we will enter the runtime suspend callback. However, the runtime suspend callback will wait to flush...

5.5CVSS7.6AI score0.00174EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/11/20 3:48 a.m.2 views

SUSE CVE-2024-53067

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Start the RTC update work later The RTC update work involves runtime resuming the UFS controller. Hence, only start the RTC update work after runtime power management in the UFS driver has been fully initialized...

5.5CVSS7.8AI score0.00214EPSS
Exploits0References3
NVD
NVD
added 2024/11/19 6:15 p.m.10 views

CVE-2024-53067

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Start the RTC update work later The RTC update work involves runtime resuming the UFS controller. Hence, only start the RTC update work after runtime power management in the UFS driver has been fully initialized...

5.5CVSS0.00214EPSS
Exploits0References3
NVD
NVD
added 2024/11/19 6:15 p.m.13 views

CVE-2024-53053

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix another deadlock during RTC update If ufshcdrtcwork calls ufshcdrpmputsync and the pm's usagecount is 0, we will enter the runtime suspend callback. However, the runtime suspend callback will wait to flush...

5.5CVSS0.00174EPSS
Exploits0References3
OSV
OSV
added 2024/11/19 6:15 p.m.4 views

UBUNTU-CVE-2024-53067

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Start the RTC update work later The RTC update work involves runtime resuming the UFS controller. Hence, only start the RTC update work after runtime power management in the UFS driver has been fully initialized...

5.5CVSS6.6AI score0.00214EPSS
Exploits0References17
Cvelist
Cvelist
added 2024/11/19 5:22 p.m.16 views

CVE-2024-53067 scsi: ufs: core: Start the RTC update work later

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Start the RTC update work later The RTC update work involves runtime resuming the UFS controller. Hence, only start the RTC update work after runtime power management in the UFS driver has been fully initialized...

0.00214EPSS
Exploits0References3
OSV
OSV
added 2024/11/19 5:22 p.m.9 views

CVE-2024-53067 scsi: ufs: core: Start the RTC update work later

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Start the RTC update work later The RTC update work involves runtime resuming the UFS controller. Hence, only start the RTC update work after runtime power management in the UFS driver has been fully initialized...

5.5CVSS6.3AI score0.00214EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/11/19 5:19 p.m.22 views

CVE-2024-53053 scsi: ufs: core: Fix another deadlock during RTC update

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix another deadlock during RTC update If ufshcdrtcwork calls ufshcdrpmputsync and the pm's usagecount is 0, we will enter the runtime suspend callback. However, the runtime suspend callback will wait to flush...

0.00174EPSS
Exploits0References3
Rows per page
Query Builder