GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2024-56583 (GCVE-0-2024-56583)

Vulnerability from cvelistv5 – Published: 2024-12-27 14:50 – Updated: 2026-05-23 15:55
VLAI
Title
sched/deadline: Fix warning in migrate_enable for boosted tasks
Summary
In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix warning in migrate_enable for boosted tasks When running the following command: while true; do stress-ng --cyclic 30 --timeout 30s --minimize --quiet done a warning is eventually triggered: WARNING: CPU: 43 PID: 2848 at kernel/sched/deadline.c:794 setup_new_dl_entity+0x13e/0x180 ... Call Trace: <TASK> ? show_trace_log_lvl+0x1c4/0x2df ? enqueue_dl_entity+0x631/0x6e0 ? setup_new_dl_entity+0x13e/0x180 ? __warn+0x7e/0xd0 ? report_bug+0x11a/0x1a0 ? handle_bug+0x3c/0x70 ? exc_invalid_op+0x14/0x70 ? asm_exc_invalid_op+0x16/0x20 enqueue_dl_entity+0x631/0x6e0 enqueue_task_dl+0x7d/0x120 __do_set_cpus_allowed+0xe3/0x280 __set_cpus_allowed_ptr_locked+0x140/0x1d0 __set_cpus_allowed_ptr+0x54/0xa0 migrate_enable+0x7e/0x150 rt_spin_unlock+0x1c/0x90 group_send_sig_info+0xf7/0x1a0 ? kill_pid_info+0x1f/0x1d0 kill_pid_info+0x78/0x1d0 kill_proc_info+0x5b/0x110 __x64_sys_kill+0x93/0xc0 do_syscall_64+0x5c/0xf0 entry_SYSCALL_64_after_hwframe+0x6e/0x76 RIP: 0033:0x7f0dab31f92b This warning occurs because set_cpus_allowed dequeues and enqueues tasks with the ENQUEUE_RESTORE flag set. If the task is boosted, the warning is triggered. A boosted task already had its parameters set by rt_mutex_setprio, and a new call to setup_new_dl_entity is unnecessary, hence the WARN_ON call. Check if we are requeueing a boosted task and avoid calling setup_new_dl_entity if that's the case.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 295d6d5e373607729bcc8182c25afe964655714f , < b600d30402854415aa57548a6b53dc6478f65517 (git)
Affected: 295d6d5e373607729bcc8182c25afe964655714f , < e41074904d9ed3fe582d6e544c77b40c22043c82 (git)
Affected: 295d6d5e373607729bcc8182c25afe964655714f , < 0664e2c311b9fa43b33e3e81429cd0c2d7f9c638 (git)
Affected: fd8cb2e71cdd8e814cbdadddd0d0e6e3d49eaa2c (git)
Affected: 4.14.70 , < 4.15 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 4.15
Unaffected: 0 , < 4.15 (semver)
Unaffected: 6.6.66 , ≤ 6.6.* (semver)
Unaffected: 6.12.5 , ≤ 6.12.* (semver)
Unaffected: 6.13 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "kernel/sched/deadline.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b600d30402854415aa57548a6b53dc6478f65517",
              "status": "affected",
              "version": "295d6d5e373607729bcc8182c25afe964655714f",
              "versionType": "git"
            },
            {
              "lessThan": "e41074904d9ed3fe582d6e544c77b40c22043c82",
              "status": "affected",
              "version": "295d6d5e373607729bcc8182c25afe964655714f",
              "versionType": "git"
            },
            {
              "lessThan": "0664e2c311b9fa43b33e3e81429cd0c2d7f9c638",
              "status": "affected",
              "version": "295d6d5e373607729bcc8182c25afe964655714f",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "fd8cb2e71cdd8e814cbdadddd0d0e6e3d49eaa2c",
              "versionType": "git"
            },
            {
              "lessThan": "4.15",
              "status": "affected",
              "version": "4.14.70",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "kernel/sched/deadline.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.15"
            },
            {
              "lessThan": "4.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.66",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.13",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.66",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.5",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.13",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.14.70",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nsched/deadline: Fix warning in migrate_enable for boosted tasks\n\nWhen running the following command:\n\nwhile true; do\n    stress-ng --cyclic 30 --timeout 30s --minimize --quiet\ndone\n\na warning is eventually triggered:\n\nWARNING: CPU: 43 PID: 2848 at kernel/sched/deadline.c:794\nsetup_new_dl_entity+0x13e/0x180\n...\nCall Trace:\n \u003cTASK\u003e\n ? show_trace_log_lvl+0x1c4/0x2df\n ? enqueue_dl_entity+0x631/0x6e0\n ? setup_new_dl_entity+0x13e/0x180\n ? __warn+0x7e/0xd0\n ? report_bug+0x11a/0x1a0\n ? handle_bug+0x3c/0x70\n ? exc_invalid_op+0x14/0x70\n ? asm_exc_invalid_op+0x16/0x20\n enqueue_dl_entity+0x631/0x6e0\n enqueue_task_dl+0x7d/0x120\n __do_set_cpus_allowed+0xe3/0x280\n __set_cpus_allowed_ptr_locked+0x140/0x1d0\n __set_cpus_allowed_ptr+0x54/0xa0\n migrate_enable+0x7e/0x150\n rt_spin_unlock+0x1c/0x90\n group_send_sig_info+0xf7/0x1a0\n ? kill_pid_info+0x1f/0x1d0\n kill_pid_info+0x78/0x1d0\n kill_proc_info+0x5b/0x110\n __x64_sys_kill+0x93/0xc0\n do_syscall_64+0x5c/0xf0\n entry_SYSCALL_64_after_hwframe+0x6e/0x76\n RIP: 0033:0x7f0dab31f92b\n\nThis warning occurs because set_cpus_allowed dequeues and enqueues tasks\nwith the ENQUEUE_RESTORE flag set. If the task is boosted, the warning\nis triggered. A boosted task already had its parameters set by\nrt_mutex_setprio, and a new call to setup_new_dl_entity is unnecessary,\nhence the WARN_ON call.\n\nCheck if we are requeueing a boosted task and avoid calling\nsetup_new_dl_entity if that\u0027s the case."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-23T15:55:40.637Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b600d30402854415aa57548a6b53dc6478f65517"
        },
        {
          "url": "https://git.kernel.org/stable/c/e41074904d9ed3fe582d6e544c77b40c22043c82"
        },
        {
          "url": "https://git.kernel.org/stable/c/0664e2c311b9fa43b33e3e81429cd0c2d7f9c638"
        }
      ],
      "title": "sched/deadline: Fix warning in migrate_enable for boosted tasks",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-56583",
    "datePublished": "2024-12-27T14:50:51.781Z",
    "dateReserved": "2024-12-27T14:03:06.001Z",
    "dateUpdated": "2026-05-23T15:55:40.637Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-56583",
      "date": "2026-09-16",
      "epss": "0.00231",
      "percentile": "0.14085"
    },
    "fkie_nvd": {
      "descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nsched/deadline: Fix warning in migrate_enable for boosted tasks\\n\\nWhen running the following command:\\n\\nwhile true; do\\n    stress-ng --cyclic 30 --timeout 30s --minimize --quiet\\ndone\\n\\na warning is eventually triggered:\\n\\nWARNING: CPU: 43 PID: 2848 at kernel/sched/deadline.c:794\\nsetup_new_dl_entity+0x13e/0x180\\n...\\nCall Trace:\\n \u003cTASK\u003e\\n ? show_trace_log_lvl+0x1c4/0x2df\\n ? enqueue_dl_entity+0x631/0x6e0\\n ? setup_new_dl_entity+0x13e/0x180\\n ? __warn+0x7e/0xd0\\n ? report_bug+0x11a/0x1a0\\n ? handle_bug+0x3c/0x70\\n ? exc_invalid_op+0x14/0x70\\n ? asm_exc_invalid_op+0x16/0x20\\n enqueue_dl_entity+0x631/0x6e0\\n enqueue_task_dl+0x7d/0x120\\n __do_set_cpus_allowed+0xe3/0x280\\n __set_cpus_allowed_ptr_locked+0x140/0x1d0\\n __set_cpus_allowed_ptr+0x54/0xa0\\n migrate_enable+0x7e/0x150\\n rt_spin_unlock+0x1c/0x90\\n group_send_sig_info+0xf7/0x1a0\\n ? kill_pid_info+0x1f/0x1d0\\n kill_pid_info+0x78/0x1d0\\n kill_proc_info+0x5b/0x110\\n __x64_sys_kill+0x93/0xc0\\n do_syscall_64+0x5c/0xf0\\n entry_SYSCALL_64_after_hwframe+0x6e/0x76\\n RIP: 0033:0x7f0dab31f92b\\n\\nThis warning occurs because set_cpus_allowed dequeues and enqueues tasks\\nwith the ENQUEUE_RESTORE flag set. If the task is boosted, the warning\\nis triggered. A boosted task already had its parameters set by\\nrt_mutex_setprio, and a new call to setup_new_dl_entity is unnecessary,\\nhence the WARN_ON call.\\n\\nCheck if we are requeueing a boosted task and avoid calling\\nsetup_new_dl_entity if that\u0027s the case.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: sched/deadline: Se corrige la advertencia en migrants_enable para tareas impulsadas Al ejecutar el siguiente comando: while true; do stress-ng --cyclic 30 --timeout 30s --minimize --quiet done, finalmente se activa una advertencia: ADVERTENCIA: CPU: 43 PID: 2848 en kernel/sched/deadline.c:794 setup_new_dl_entity+0x13e/0x180 ... Seguimiento de llamadas:  ? show_trace_log_lvl+0x1c4/0x2df ? enqueue_dl_entity+0x631/0x6e0 ? setup_new_dl_entity+0x13e/0x180 ? __warn+0x7e/0xd0 ? report_bug+0x11a/0x1a0 ? asm_exc_invalid_op+0x16/0x20 entidad_desactivada_en_cola+0x631/0x6e0 tarea_desactivada_en_cola+0x7d/0x120 __establecer_cpus_permitidas+0xe3/0x280 __establecer_cpus_permitidas_ptr_bloqueado+0x140/0x1d0 __establecer_cpus_permitidas_ptr+0x54/0xa0 habilitar_migrar+0x7e/0x150 desbloqueo_rt_spin+0x1c/0x90 informaci\\u00f3n_sig_enviar_grupo+0xf7/0x1a0 ? kill_pid_info+0x1f/0x1d0 kill_pid_info+0x78/0x1d0 kill_proc_info+0x5b/0x110 __x64_sys_kill+0x93/0xc0 do_syscall_64+0x5c/0xf0 entry_SYSCALL_64_after_hwframe+0x6e/0x76 RIP: 0033:0x7f0dab31f92b Esta advertencia se produce porque set_cpus_allowed quita y pone en cola las tareas con el indicador ENQUEUE_RESTORE establecido. Si se impulsa la tarea, se activa la advertencia. Una tarea impulsada ya ten\\u00eda sus par\\u00e1metros establecidos por rt_mutex_setprio y no es necesaria una nueva llamada a setup_new_dl_entity, de ah\\u00ed la llamada WARN_ON. Verifique si estamos volviendo a poner en cola una tarea impulsada y evite llamar a setup_new_dl_entity si ese es el caso.\"}]",
      "id": "CVE-2024-56583",
      "lastModified": "2024-12-27T15:15:17.453",
      "published": "2024-12-27T15:15:17.453",
      "references": "[{\"url\": \"https://git.kernel.org/stable/c/0664e2c311b9fa43b33e3e81429cd0c2d7f9c638\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/b600d30402854415aa57548a6b53dc6478f65517\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/e41074904d9ed3fe582d6e544c77b40c22043c82\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]",
      "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "vulnStatus": "Awaiting Analysis"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-56583\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-27T15:15:17.453\",\"lastModified\":\"2026-06-17T08:12:28.360\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nsched/deadline: Fix warning in migrate_enable for boosted tasks\\n\\nWhen running the following command:\\n\\nwhile true; do\\n    stress-ng --cyclic 30 --timeout 30s --minimize --quiet\\ndone\\n\\na warning is eventually triggered:\\n\\nWARNING: CPU: 43 PID: 2848 at kernel/sched/deadline.c:794\\nsetup_new_dl_entity+0x13e/0x180\\n...\\nCall Trace:\\n \u003cTASK\u003e\\n ? show_trace_log_lvl+0x1c4/0x2df\\n ? enqueue_dl_entity+0x631/0x6e0\\n ? setup_new_dl_entity+0x13e/0x180\\n ? __warn+0x7e/0xd0\\n ? report_bug+0x11a/0x1a0\\n ? handle_bug+0x3c/0x70\\n ? exc_invalid_op+0x14/0x70\\n ? asm_exc_invalid_op+0x16/0x20\\n enqueue_dl_entity+0x631/0x6e0\\n enqueue_task_dl+0x7d/0x120\\n __do_set_cpus_allowed+0xe3/0x280\\n __set_cpus_allowed_ptr_locked+0x140/0x1d0\\n __set_cpus_allowed_ptr+0x54/0xa0\\n migrate_enable+0x7e/0x150\\n rt_spin_unlock+0x1c/0x90\\n group_send_sig_info+0xf7/0x1a0\\n ? kill_pid_info+0x1f/0x1d0\\n kill_pid_info+0x78/0x1d0\\n kill_proc_info+0x5b/0x110\\n __x64_sys_kill+0x93/0xc0\\n do_syscall_64+0x5c/0xf0\\n entry_SYSCALL_64_after_hwframe+0x6e/0x76\\n RIP: 0033:0x7f0dab31f92b\\n\\nThis warning occurs because set_cpus_allowed dequeues and enqueues tasks\\nwith the ENQUEUE_RESTORE flag set. If the task is boosted, the warning\\nis triggered. A boosted task already had its parameters set by\\nrt_mutex_setprio, and a new call to setup_new_dl_entity is unnecessary,\\nhence the WARN_ON call.\\n\\nCheck if we are requeueing a boosted task and avoid calling\\nsetup_new_dl_entity if that\u0027s the case.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: sched/deadline: Se corrige la advertencia en migrants_enable para tareas impulsadas Al ejecutar el siguiente comando: while true; do stress-ng --cyclic 30 --timeout 30s --minimize --quiet done, finalmente se activa una advertencia: ADVERTENCIA: CPU: 43 PID: 2848 en kernel/sched/deadline.c:794 setup_new_dl_entity+0x13e/0x180 ... Seguimiento de llamadas:  ? show_trace_log_lvl+0x1c4/0x2df ? enqueue_dl_entity+0x631/0x6e0 ? setup_new_dl_entity+0x13e/0x180 ? __warn+0x7e/0xd0 ? report_bug+0x11a/0x1a0 ? asm_exc_invalid_op+0x16/0x20 entidad_desactivada_en_cola+0x631/0x6e0 tarea_desactivada_en_cola+0x7d/0x120 __establecer_cpus_permitidas+0xe3/0x280 __establecer_cpus_permitidas_ptr_bloqueado+0x140/0x1d0 __establecer_cpus_permitidas_ptr+0x54/0xa0 habilitar_migrar+0x7e/0x150 desbloqueo_rt_spin+0x1c/0x90 informaci\u00f3n_sig_enviar_grupo+0xf7/0x1a0 ? kill_pid_info+0x1f/0x1d0 kill_pid_info+0x78/0x1d0 kill_proc_info+0x5b/0x110 __x64_sys_kill+0x93/0xc0 do_syscall_64+0x5c/0xf0 entry_SYSCALL_64_after_hwframe+0x6e/0x76 RIP: 0033:0x7f0dab31f92b Esta advertencia se produce porque set_cpus_allowed quita y pone en cola las tareas con el indicador ENQUEUE_RESTORE establecido. Si se impulsa la tarea, se activa la advertencia. Una tarea impulsada ya ten\u00eda sus par\u00e1metros establecidos por rt_mutex_setprio y no es necesaria una nueva llamada a setup_new_dl_entity, de ah\u00ed la llamada WARN_ON. Verifique si estamos volviendo a poner en cola una tarea impulsada y evite llamar a setup_new_dl_entity si ese es el caso.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"kernel/sched/deadline.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"295d6d5e373607729bcc8182c25afe964655714f\",\"lessThan\":\"b600d30402854415aa57548a6b53dc6478f65517\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"295d6d5e373607729bcc8182c25afe964655714f\",\"lessThan\":\"e41074904d9ed3fe582d6e544c77b40c22043c82\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"295d6d5e373607729bcc8182c25afe964655714f\",\"lessThan\":\"0664e2c311b9fa43b33e3e81429cd0c2d7f9c638\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"fd8cb2e71cdd8e814cbdadddd0d0e6e3d49eaa2c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"4.14.70\",\"lessThan\":\"4.15\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"kernel/sched/deadline.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.15\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.15\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.66\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.5\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.13\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.14.70\",\"versionEndExcluding\":\"6.6.66\",\"matchCriteriaId\":\"25E6524E-955F-4C74-80FE-23634AAD7E1B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.5\",\"matchCriteriaId\":\"9501D045-7A94-42CA-8B03-821BE94A65B7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"62567B3C-6CEE-46D0-BC2E-B3717FBF7D13\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"5A073481-106D-4B15-B4C7-FB0213B8E1D4\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0664e2c311b9fa43b33e3e81429cd0c2d7f9c638\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b600d30402854415aa57548a6b53dc6478f65517\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e41074904d9ed3fe582d6e544c77b40c22043c82\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-06-30T10:39:33+00:00",
      "cve": "CVE-2024-56583",
      "id": "CVE-2024-56583",
      "initial_release_date": "2024-12-27T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: sched/deadline: Fix warning in migrate_enable for boosted tasks",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-56583.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-30T02:15:10Z",
      "cve": "CVE-2024-56583",
      "id": "CVE-2024-56583",
      "initial_release_date": "2025-01-07T03:49:17Z",
      "product_status:known_affected": "262",
      "product_status:known_not_affected": "205",
      "product_status:recommended": "78",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2024-56583",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-56583.json",
      "version": "31"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…