Lucene search
+L

3775 matches found

OSV
OSV
added 2024/04/03 5:15 p.m.9 views

DEBIAN-CVE-2024-26737

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpftimercancelandfree and bpftimercancel The following race is possible between bpftimercancelandfree and bpftimercancel. It will lead a UAF on the timer-timer. bpftimercancel; spinlock; t = timer-time;...

7.8CVSS5.5AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/03 5:15 p.m.17 views

UBUNTU-CVE-2024-26737

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpftimercancelandfree and bpftimercancel The following race is possible between bpftimercancelandfree and bpftimercancel. It will lead a UAF on the timer-timer. bpftimercancel; spinlock; t = timer-time;...

7.8CVSS6.1AI score0.00251EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.55 views

CVE-2024-26737

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpftimercancelandfree and bpftimercancel The following race is possible between bpftimercancelandfree and bpftimercancel. It will lead a UAF on the timer-timer. bpftimercancel; spinlock; t = timer-time;...

7.8CVSS6AI score0.00251EPSS
SaveExploits0References17
OSV
OSV
added 2024/04/03 5:00 p.m.22 views

CVE-2024-26737 bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpftimercancelandfree and bpftimercancel The following race is possible between bpftimercancelandfree and bpftimercancel. It will lead a UAF on the timer-timer. bpftimercancel; spinlock; t = timer-time;...

7.8CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2024/04/03 5:00 p.m.161 views

CVE-2024-26737

CVE-2024-26737 refers to a race in the Linux kernel’s BPF timers where a race between bpf_timer_cancel_and_free and bpf_timer_cancel could produce a use-after-free of timer->timer. The fix adds freeing of timer->timer after an RC U grace period and introduces an rcu_head in struct bpf_hrtim...

7.8CVSS7AI score0.00251EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 5:00 p.m.25 views

CVE-2024-26737 bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpftimercancelandfree and bpftimercancel The following race is possible between bpftimercancelandfree and bpftimercancel. It will lead a UAF on the timer-timer. bpftimercancel; spinlock; t = timer-time;...

7.8CVSS6.7AI score0.00251EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 3:15 p.m.7 views

DEBIAN-CVE-2024-26724

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers I managed to hit following use after free warning recently: 2169.711665 ================================================================== 2169.714009...

7.8CVSS5AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/03 3:15 p.m.13 views

UBUNTU-CVE-2024-26724

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers I managed to hit following use after free warning recently: 2169.711665 ================================================================== 2169.714009...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.29 views

CVE-2024-26724

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers I managed to hit following use after free warning recently: 2169.711665 ================================================================== 2169.714009...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.19 views

CVE-2024-26724 net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers I managed to hit following use after free warning recently: 2169.711665 ================================================================== 2169.714009...

6.7AI score0.00231EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/03 2:55 p.m.15 views

CVE-2024-26724 net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers I managed to hit following use after free warning recently: 2169.711665 ================================================================== 2169.714009...

5.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.38 views

CVE-2024-26724 net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers I managed to hit following use after free warning recently: 2169.711665 ================================================================== 2169.714009...

6.6AI score0.00231EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.52 views

CVE-2024-26724

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers I managed to hit following use after free warning recently: 2169.711665 ================================================================== 2169.714009...

7.8CVSS5.4AI score0.00231EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.34 views

CVE-2024-26707 net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()

In the Linux kernel, the following vulnerability has been resolved: net: hsr: remove WARNONCE in sendhsrsupervisionframe Syzkaller reported 1 hitting a warning after failing to allocate resources for skb in hsrinitskb. Since a WARNONCE call will not help much in this case, it might be prudent to...

6.5AI score0.00226EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/04/03 1:55 a.m.4 views

SUSE CVE-2023-52629

In the Linux kernel, the following vulnerability has been resolved: sh: push-switch: Reorder cleanup operations to avoid use-after-free bug The original code puts flushwork before timershutdownsync in switchdrvremove. Although we use flushwork to stop the worker, it could be rescheduled in...

8.4CVSS6.8AI score0.00242EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/04/03 12:02 a.m.33 views

CVE-2023-52635

A flaw was found in the Linux kernel resulting from race conditions and a lack of synchronization in handling the delayed work timers in the devfreq component. This issue can lead to inconsistencies and a corruption of the timer list...

4.4CVSS7AI score0.00229EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/02 7:15 a.m.38 views

CVE-2023-52635

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreqmonitorstart/stop There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from canceldelayedworksync...

5.5CVSS7.5AI score0.00229EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/02 7:15 a.m.3 views

DEBIAN-CVE-2023-52635

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreqmonitorstart/stop There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from canceldelayedworksync...

5.5CVSS5.8AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/02 7:15 a.m.10 views

UBUNTU-CVE-2023-52635

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreqmonitorstart/stop There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from canceldelayedworksync...

5.5CVSS6.3AI score0.00229EPSS
SaveExploits0References22
OSV
OSV
added 2024/04/02 6:49 a.m.22 views

CVE-2023-52635 PM / devfreq: Synchronize devfreq_monitor_[start/stop]

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreqmonitorstart/stop There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from canceldelayedworksync...

6AI score
SaveExploits0References10
Rows per page
Query Builder