Lucene search
+L

1803 matches found

OSV
OSV
added 2025/01/11 1:15 p.m.3 views

DEBIAN-CVE-2024-49573

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix NEXTBUDDY Adam reports that enabling NEXTBUDDY insta triggers a WARN in picknextentity. Moving clearbuddies up before the delayed dequeue bits ensures no -next buddy becomes delayed. Further ensure no new -next...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.2 views

DEBIAN-CVE-2024-46896

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: don't access invalid sched Since 2320c9e6a768 "drm/sched: memset 'job' in drmschedjobinit" accessing job-base.sched can produce unexpected results as the initialisation of job-base.sched done in amdgpujoballoc is...

5.5CVSS5.7AI score0.00218EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.10 views

AZL-62645 CVE-2024-41932 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: sched: fix warning in schedsetaffinity Commit 8f9ea86fdf99b added some logic to schedsetaffinity that included a WARN when a per-task affinity assignment races with a cpuset update. Specifically, we can have a race where a cpuset...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.22 views

UBUNTU-CVE-2024-41932

In the Linux kernel, the following vulnerability has been resolved: sched: fix warning in schedsetaffinity Commit 8f9ea86fdf99b added some logic to schedsetaffinity that included a WARN when a per-task affinity assignment races with a cpuset update. Specifically, we can have a race where a cpuset...

5.5CVSS6.2AI score0.00193EPSS
SaveExploits0References19
Debian CVE
Debian CVE
added 2025/01/11 12:25 p.m.14 views

CVE-2024-41932

In the Linux kernel, the following vulnerability has been resolved: sched: fix warning in schedsetaffinity Commit 8f9ea86fdf99b added some logic to schedsetaffinity that included a WARN when a per-task affinity assignment races with a cpuset update. Specifically, we can have a race where a cpuset...

5.5CVSS5.6AI score0.00193EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.7 views

PT-2025-49782

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the drm/sched subsystem related to a potential deadlock within the drm sched entity kill jobs cb function. The issue arises when handling dependencies...

4.4CVSS5.6AI score0.00218EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.8 views

PT-2025-30810

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue where a fence leak could occur in the submit error path within the drm/msm subsystem. In error scenarios, a submit operation might be unreferenced...

5.5CVSS6.7AI score0.00161EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.7 views

SUSE CVE-2024-53189

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix bounds checker error in nl80211parseschedscan The channels array in the cfg80211scanrequest has a countedby attribute attached to it, which points to the nchannels variable. This attribute is used in bounds...

7.6AI score0.00226EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 3:15 p.m.1 views

DEBIAN-CVE-2024-56613

In the Linux kernel, the following vulnerability has been resolved: sched/numa: fix memory leak due to the overwritten vma-numabstate Problem Description When running the hackbench program of LTP, the following memory leak is reported by kmemleak. /opt/ltp/testcases/bin/hackbench 20 thread 1000...

5.5CVSS5.7AI score0.00201EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/12/27 2:51 p.m.8 views

CVE-2024-56613

In the Linux kernel, the following vulnerability has been resolved: sched/numa: fix memory leak due to the overwritten vma-numabstate Problem Description When running the hackbench program of LTP, the following memory leak is reported by kmemleak. /opt/ltp/testcases/bin/hackbench 20 thread 1000...

5.5CVSS5.7AI score0.00201EPSS
SaveExploits0
OSV
OSV
added 2024/12/27 2:15 p.m.6 views

DEBIAN-CVE-2024-53189

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix bounds checker error in nl80211parseschedscan The channels array in the cfg80211scanrequest has a countedby attribute attached to it, which points to the nchannels variable. This attribute is used in bounds...

5.5CVSS5.7AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.8 views

UBUNTU-CVE-2024-53189

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix bounds checker error in nl80211parseschedscan The channels array in the cfg80211scanrequest has a countedby attribute attached to it, which points to the nchannels variable. This attribute is used in bounds...

5.5CVSS6.5AI score0.00226EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2024/12/11 12:00 a.m.4 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
Positive Technologies
Positive Technologies
added 2024/12/06 12:00 a.m.11 views

PT-2025-8783

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.10.0 Description A vulnerability has been identified in the Linux kernel, specifically in the net sched module, where the sch sfq implementation does not work correctly with a limit of 1 packet. This issue can...

5.5CVSS6.9AI score0.0027EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/12/05 12:16 a.m.7 views

SUSE CVE-2024-53128

In the Linux kernel, the following vulnerability has been resolved: sched/taskstack: fix objectisonstack for KASAN tagged pointers When CONFIGKASANSWTAGS and CONFIGKASANSTACK are enabled, the objectisonstack function may produce incorrect results due to the presence of tags in the obj pointer,...

5.5CVSS7.7AI score0.00207EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/12/04 2:20 p.m.7 views

CVE-2024-53128

In the Linux kernel, the following vulnerability has been resolved: sched/taskstack: fix objectisonstack for KASAN tagged pointers When CONFIGKASANSWTAGS and CONFIGKASANSTACK are enabled, the objectisonstack function may produce incorrect results due to the presence of tags in the obj pointer,...

5.5CVSS5.7AI score0.00207EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/04 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from the objectisonstack function of the KASAN marker pointer in the sched/taskstack module that may produce incorrec...

5.5CVSS6.6AI score0.00207EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2024/12/04 12:00 a.m.9 views

The vulnerabilities of Linux kernel’s sched/scs components, which allow a hacker to trigger a service failure

The vulnerability of the sched/scs components in Linux operating systems is related to the lack of memory release after the effective lifespan of these components has ended. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.0026EPSS
SaveExploits0References7Affected Software3
AstraLinux
AstraLinux
added 2024/11/23 3:04 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Do not access invalid sched. Since 2320c9e6a768 “drm/sched: memset ‘job’ in drmschedjobinit”, accessing job-base.sched can produce unexpected results, as the initialization of job-base.sched during amdgpujoballoc is...

5.5CVSS6.2AI score0.00218EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/11/22 12:00 a.m.10 views

The vulnerability of the taprio_change() function in the net/sched component of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the tapriochange function in the net/sched/schtaprio.c module of the net/sched component of the Linux operating system is related to the reutilization of previously released memory due to competitive access to resources race condition. Exploiting this vulnerability could allo...

7.8CVSS7.2AI score0.00247EPSS
SaveExploits0References24Affected Software6
Rows per page
Query Builder