Lucene search
+L

95 matches found

Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/09/11 12:00 a.m.•0 views

CVE-2025-39780: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: sched/ext: Fix invalid task state transitions on class switch When enabling a schedext scheduler, we may trigger invalid task state transitions, resulting in warnings like the following which can be easily reproduced by running t...

7.8CVSS5.8AI score0.00151EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2025/09/11 12:00 a.m.•9 views

PT-2025-37237

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to invalid task state transitions when using the sched ext scheduler. This issue occurs because initialization is skipped for tasks that are...

6AI score0.00151EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/08/16 12:00 a.m.•1 views

CVE-2025-38522: NULL Pointer Dereference

In the Linux kernel, the following vulnerability has been resolved: sched/ext: Prevent updatelockedrq calls with NULL rq Avoid invoking updatelockedrq when the runqueue rq pointer is NULL in the SCXCALLOP and SCXCALLOPRET macros. Previously, calling updatelockedrqNULL with preemption enabled coul...

5.5CVSS5.7AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
•added 2025/06/18 10:15 a.m.•10 views

UBUNTU-CVE-2025-38012

In the Linux kernel, the following vulnerability has been resolved: schedext: bpfiterscxdsqnew should always initialize iterator BPF programs may call next and destroy on BPF iterators even after new returns an error value e.g. bpfforeach macro ignores error returns from new. bpfiterscxdsqnew cou...

8.4CVSS6.5AI score0.00198EPSS
SaveExploits0References9
AstraLinux
AstraLinux
•added 2025/06/16 11:28 a.m.•10 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: schedext: Corrected incorrect autogroup migration detection. The function scxmovetask is called from schedmovetask, and it informs the BPF scheduler that cgroup migration is being performed. schedmovetask is used for both cgroup...

5.5CVSS6.1AI score0.00205EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2025/06/16 11:28 a.m.•9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: schedext: Fixed an issue where picktaskscx picks non-queued tasks when it is called without balance being performed first. a6250aa251ea “schedext”: Added a workaround for cases where picktaskscx is called without preceding...

5.5CVSS6.2AI score0.00151EPSS
SaveExploits0References3
OSV
OSV
•added 2025/04/01 4:15 p.m.•7 views

DEBIAN-CVE-2025-21897

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix picktaskscx picking non-queued tasks when it's called without balance a6250aa251ea "schedext: Handle cases where picktaskscx is called without preceding balancescx" added a workaround to handle the cases where...

5.5CVSS5.7AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
•added 2025/04/01 4:15 p.m.•18 views

UBUNTU-CVE-2025-21897

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix picktaskscx picking non-queued tasks when it's called without balance a6250aa251ea "schedext: Handle cases where picktaskscx is called without preceding balancescx" added a workaround to handle the cases where...

5.5CVSS6.5AI score0.00151EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2025/01/22 3:48 a.m.•7 views

SUSE CVE-2025-21657

In the Linux kernel, the following vulnerability has been resolved: schedext: Replace rqlock to rawspinrqlock in scxopsbypass scxopsbypass iterates all CPUs to re-enqueue all the scx tasks. For each CPU, it acquires a lock using rqlock regardless of whether a CPU is offline or the CPU is currentl...

5.5CVSS6.4AI score0.00176EPSS
SaveExploits0References3
OSV
OSV
•added 2025/01/21 1:15 p.m.•6 views

DEBIAN-CVE-2025-21657

In the Linux kernel, the following vulnerability has been resolved: schedext: Replace rqlock to rawspinrqlock in scxopsbypass scxopsbypass iterates all CPUs to re-enqueue all the scx tasks. For each CPU, it acquires a lock using rqlock regardless of whether a CPU is offline or the CPU is currentl...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
•added 2025/01/21 1:15 p.m.•15 views

UBUNTU-CVE-2025-21657

In the Linux kernel, the following vulnerability has been resolved: schedext: Replace rqlock to rawspinrqlock in scxopsbypass scxopsbypass iterates all CPUs to re-enqueue all the scx tasks. For each CPU, it acquires a lock using rqlock regardless of whether a CPU is offline or the CPU is currentl...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References5
CNNVD
CNNVD
•added 2025/01/21 12:00 a.m.•22 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from the use of an inappropriate lock in the scxopsbypass function in the schedext module. This could lead to unwanted...

5.5CVSS5.8AI score0.00176EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/01/16 3:49 a.m.•8 views

SUSE CVE-2024-57891

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix invalid irq restore in scxopsbypass While adding outer irqsave/restore locking, 0e7ffff1b811 "scx: Fix raciness in scxopsbypass" forgot to convert an inner rqunlockirqrestore to rqunlock which could re-enable IRQ...

5.5CVSS6.4AI score0.00179EPSS
SaveExploits0References9
OSV
OSV
•added 2025/01/15 1:15 p.m.•4 views

DEBIAN-CVE-2024-57891

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix invalid irq restore in scxopsbypass While adding outer irqsave/restore locking, 0e7ffff1b811 "scx: Fix raciness in scxopsbypass" forgot to convert an inner rqunlockirqrestore to rqunlock which could re-enable IRQ...

5.5CVSS5.6AI score0.00179EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2024/12/11 12:00 a.m.•5 views

PT-2025-3616 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel related to the sched ext component, specifically in the scx ops bypass function. The issue arises from the addition of outer...

4.6CVSS7.4AI score0.00179EPSS
SaveExploits0References16
Rows per page
Query Builder