Lucene search
+L

59 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•7 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: cgroup: Use separate source/destination nodes when preloading csssets for migration. Each cssset is associated with its corresponding tasks. When moving tasks between csssets during a migration, we need to keep the source and...

7.8CVSS6.6AI score0.00289EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•5 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: sched/core: Do not requeue tasks on CPUs excluded from cpusmask. The following warning was triggered on a large machine during boot time in a distribution kernel; the same issue should also affect the mainline version of the...

5.5CVSS6AI score0.00246EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: cgroup: Fixed a race condition between task migration and iteration. When a task is migrated out of a cssset, the cgroupmigrateaddtask function first moves the task from cset-tasks to cset-mgtasks using: listmovetail&task-cglist,...

4.7CVSS5.6AI score0.00089EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/08/17 12:00 a.m.•15 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-100722)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100722 advisory. In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a cssset,...

4.7CVSS5.3AI score0.00089EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/07/29 1:53 p.m.•15 views

CVE-2026-64374

A flaw was found in the Linux kernel's real-time RT scheduler. In non-real-time configurations, the RTPUSHIPI mechanism, designed to improve task migration, can lead to a live lock. This occurs when a CPU handling heavy network traffic is repeatedly interrupted by other CPUs attempting to schedul...

7.5CVSS5.8AI score0.00387EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/07/25 4:00 p.m.•9 views

SUSE CVE-2026-64374

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

5.5CVSS5.9AI score0.00387EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/25 10:17 a.m.•10 views

AZL-93500 CVE-2026-64374 affecting package kernel for versions less than 6.6.145.2-1

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

7.5CVSS5.9AI score0.00387EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•17 views

CVE-2026-64374

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

7.5CVSS5.6AI score0.00387EPSS
SaveExploits0References20
RedhatCVE
RedhatCVE
•added 2026/07/01 7:51 p.m.•17 views

CVE-2026-53328

A flaw was found in the Linux kernel's schedext component. When systemd's user manager interacts with subtreecontrol while schedext is loaded, a warning can be triggered. This occurs due to a mismatch in how cgroup and css identities are handled during task migration, potentially leading to syste...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0References4
CVE
CVE
•added 2026/07/01 1:32 p.m.•81 views

CVE-2026-53328

CVE-2026-53328 relates to the Linux kernel sched_ext path, where a WARN was triggered during cgroup migration when scx_cgroup_move_task() encountered a NULL cgrp_moving_from. The root cause was a mismatch between cgroup identity used for migration (css) and identity used for migration triggering,...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References4Affected Software1
AstraLinux
AstraLinux
•added 2026/06/24 3:11 p.m.•14 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: sched/rt: Fixed a race condition in the pushrttask function. Overview ======== When a CPU decides to call the pushrttask function and selects a task to be pushed onto another CPU’s runqueue, it will invoke the findlocklowestrq...

7.8CVSS5.6AI score0.00156EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/13 3:33 a.m.•14 views

SUSE CVE-2026-43439

In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a cssset, cgroupmigrateaddtask first moves it from cset-tasks to cset-mgtasks via: listmovetail&task-cglist, &cset-mgtasks; If a csstaskiter...

5.5CVSS5.8AI score0.00089EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
•added 2026/05/09 12:12 a.m.•24 views

CVE-2026-43439

A flaw was found in the Linux kernel's cgroup functionality, which manages and allocates system resources. A race condition, a situation where multiple operations occur simultaneously and interfere with each other, exists during task migration and iteration. This can lead to an incomplete display...

4.7CVSS5.8AI score0.00089EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/05/08 3:31 p.m.•18 views

EUVD-2026-28745

In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a cssset, cgroupmigrateaddtask first moves it from cset-tasks to cset-mgtasks via: listmovetail&task-cglist, &cset-mgtasks; If a csstaskiter...

5.8AI score0.00089EPSS
SaveExploits0References9
NVD
NVD
•added 2026/05/08 3:16 p.m.•28 views

CVE-2026-43439

In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a cssset, cgroupmigrateaddtask first moves it from cset-tasks to cset-mgtasks via: listmovetail&task-cglist, &cset-mgtasks; If a csstaskiter...

4.7CVSS0.00089EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/05/08 3:16 p.m.•15 views

CVE-2026-43439

In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a cssset, cgroupmigrateaddtask first moves it from cset-tasks to cset-mgtasks via: listmovetail&task-cglist, &cset-mgtasks; If a csstaskiter...

4.7CVSS5.4AI score0.00089EPSS
SaveExploits0References37
OSV
OSV
•added 2026/05/08 3:16 p.m.•21 views

UBUNTU-CVE-2026-43439

In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a cssset, cgroupmigrateaddtask first moves it from cset-tasks to cset-mgtasks via: listmovetail&task-cglist, &cset-mgtasks; If a csstaskiter...

4.7CVSS5.6AI score0.00089EPSS
SaveExploits0References38
OSV
OSV
•added 2026/05/08 2:22 p.m.•15 views

CVE-2026-43439 cgroup: fix race between task migration and iteration

In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a cssset, cgroupmigrateaddtask first moves it from cset-tasks to cset-mgtasks via: listmovetail&task-cglist, &cset-mgtasks; If a csstaskiter...

5.8AI score
SaveExploits0References11
CVE
CVE
•added 2026/05/08 2:22 p.m.•67 views

CVE-2026-43439

CVE-2026-43439 : In the Linux kernel, a race between task migration and iteration in cgroup can cause iterators to skip tasks when a task migrates from cset->tasks to cset->mg_tasks. The patch adds a call to css_set_skip_task_iters() before unlinking the task from cset->tasks, advancing ...

4.7CVSS5.8AI score0.00089EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
•added 2026/05/08 2:22 p.m.•78 views

CVE-2026-43439 cgroup: fix race between task migration and iteration

In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a cssset, cgroupmigrateaddtask first moves it from cset-tasks to cset-mgtasks via: listmovetail&task-cglist, &cset-mgtasks; If a csstaskiter...

0.00089EPSS
SaveExploits0References8
Rows per page
Query Builder