Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2024-58090 | First vendor Publication | 2025-03-27 |
Vendor | Cve | Last vendor Modification | 2025-03-27 |
Security-Database Scoring CVSS v3
Cvss vector : N/A | |||
---|---|---|---|
Overall CVSS Score | NA | ||
Base Score | NA | Environmental Score | NA |
impact SubScore | NA | Temporal Score | NA |
Exploitabality Sub Score | NA | ||
Calculate full CVSS 3.0 Vectors scores |
Security-Database Scoring CVSS v2
Cvss vector : | |||
---|---|---|---|
Cvss Base Score | N/A | Attack Range | N/A |
Cvss Impact Score | N/A | Attack Complexity | N/A |
Cvss Expoit Score | N/A | Authentication | N/A |
Calculate full CVSS 2.0 Vectors scores |
Detail
In the Linux kernel, the following vulnerability has been resolved: sched/core: Prevent rescheduling when interrupts are disabled David reported a warning observed while loop testing kexec jump: Interrupts enabled after irqrouter_resume+0x0/0x50 The corresponding interrupt flag trace: hardirqs last enabled at (15573): [ That means __up_console_sem() was invoked with interrupts enabled. Further instrumentation revealed that in the interrupt disabled section of kexec jump one of the syscore_suspend() callbacks woke up a task, which set the NEED_RESCHED flag. A later callback in the resume path invoked cond_resched() which in turn led to the invocation of the scheduler: __cond_resched+0x21/0x60 This is a long standing problem, which probably got more visible with the recent printk changes. Something does a task wakeup and the scheduler sets the NEED_RESCHED flag. cond_resched() sees it set and invokes schedule() from a completely bogus context. The scheduler enables interrupts after context switching, which causes the above warning at the end. Quite some of the code paths in syscore_suspend()/resume() can result in triggering a wakeup with the exactly same consequences. They might not have done so yet, but as they share a lot of code with normal operations it's just a question of time. The problem only affects the PREEMPT_NONE and PREEMPT_VOLUNTARY scheduling models. Full preemption is not affected as cond_resched() is disabled and the preemption check preemptible() takes the interrupt disabled flag into account. Cure the problem by adding a corresponding check into cond_resched(). |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-58090 |
Sources (Detail)
Alert History
Date | Informations |
---|---|
2025-04-21 05:53:06 |
|
2025-04-21 05:51:23 |
|
2025-04-20 14:17:25 |
|
2025-04-20 14:16:00 |
|
2025-04-20 07:31:08 |
|
2025-04-20 07:29:26 |
|
2025-04-19 14:17:42 |
|
2025-04-19 14:16:16 |
|
2025-04-19 06:17:29 |
|
2025-04-19 06:16:03 |
|
2025-04-18 16:36:05 |
|
2025-04-18 16:34:42 |
|
2025-04-18 03:17:54 |
|
2025-04-18 03:16:25 |
|
2025-04-17 14:17:17 |
|
2025-04-17 14:15:53 |
|
2025-04-17 06:47:43 |
|
2025-04-17 06:46:10 |
|
2025-04-16 14:22:57 |
|
2025-04-16 14:21:32 |
|
2025-04-16 07:05:38 |
|
2025-04-16 07:04:12 |
|
2025-04-15 14:18:48 |
|
2025-04-15 14:17:21 |
|
2025-04-15 05:10:11 |
|
2025-04-15 05:08:47 |
|
2025-04-14 15:57:27 |
|
2025-04-14 15:56:04 |
|
2025-04-14 04:56:53 |
|
2025-04-14 04:52:01 |
|
2025-04-13 15:25:10 |
|
2025-04-13 15:23:45 |
|
2025-04-13 03:26:21 |
|
2025-04-13 03:24:39 |
|
2025-04-12 14:17:25 |
|
2025-04-12 14:16:00 |
|
2025-04-12 04:33:23 |
|
2025-04-12 04:30:37 |
|
2025-04-11 14:45:03 |
|
2025-04-11 14:43:35 |
|
2025-04-11 03:25:15 |
|
2025-04-11 03:23:51 |
|
2025-04-10 14:19:48 |
|
2025-04-10 14:18:24 |
|
2025-04-10 03:35:25 |
|
2025-04-10 03:33:52 |
|
2025-04-09 14:19:35 |
|
2025-04-09 14:18:10 |
|
2025-04-09 03:20:46 |
|
2025-04-09 03:19:20 |
|
2025-04-08 14:16:11 |
|
2025-04-08 14:14:46 |
|
2025-04-08 03:22:08 |
|
2025-04-08 03:20:34 |
|
2025-04-07 14:15:29 |
|
2025-04-07 14:14:05 |
|
2025-04-07 03:16:16 |
|
2025-04-07 03:14:52 |
|
2025-04-06 14:15:20 |
|
2025-04-06 14:13:57 |
|
2025-04-06 03:17:39 |
|
2025-04-06 03:16:12 |
|
2025-04-05 14:18:49 |
|
2025-04-05 14:17:24 |
|
2025-04-05 03:22:35 |
|
2025-04-05 03:21:10 |
|
2025-04-04 14:16:56 |
|
2025-04-04 14:15:31 |
|
2025-04-04 03:15:49 |
|
2025-04-04 03:14:18 |
|
2025-04-03 15:09:52 |
|
2025-04-03 15:07:29 |
|
2025-04-03 03:14:52 |
|
2025-04-03 03:13:27 |
|
2025-04-02 14:15:32 |
|
2025-04-02 14:14:09 |
|
2025-04-02 03:15:44 |
|
2025-04-02 03:14:18 |
|
2025-04-01 14:15:21 |
|
2025-04-01 14:13:57 |
|
2025-03-31 17:20:34 |
|
2025-03-27 17:20:57 |
|