Lucene search
K

26 matches found

AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.5 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: tick/nohz: unexport init-annotated ticknohzfullsetup EXPORTSYMBOL and init are a bad combination because the .init.text section is freed after initialization. As a result, modules cannot use symbols annotated with init. Accessing...

5.5CVSS6.2AI score0.00266EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2026/05/26 1:54 a.m.11 views

SUSE CVE-2026-23074

In the Linux kernel, the following vulnerability has been resolved: net/sched: Enforce that teql can only be used as root qdisc Design intent of teql is that it is only supposed to be used as root qdisc. We need to check for that constraint. Although not important, I will describe the scenario th...

7CVSS5.2AI score0.0013EPSS
Exploits0References138
EUVD
EUVD
added 2026/05/08 3:31 p.m.8 views

EUVD-2026-28610

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix SCXKICKWAIT deadlock by deferring wait to balance callback SCXKICKWAIT busy-waits in kickcpusirqworkfn using smpcondloadacquire until the target CPU's kicksync advances. Because the irqwork runs in hardirq context,...

5.8AI score0.00083EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/04/13 1:40 p.m.28 views

CVE-2026-31422 net/sched: cls_flow: fix NULL pointer dereference on shared blocks

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsflow: fix NULL pointer dereference on shared blocks flowchange calls tcfblockq and dereferences q-handle to derive a default baseclass. Shared blocks leave block-q NULL, causing a NULL deref when a flow filter witho...

0.00117EPSS
Exploits0References8
OSV
OSV
added 2026/02/13 10:52 a.m.5 views

SUSE-SU-2026:0495-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 RT kernel was updated to fix various security issues The following security issues were fixed: - CVE-2022-50697: mrp: introduce active flags to prevent UAF when applicant uninit bsc1255594. - CVE-2025-38129: pagepool: fix inconsistency for pagepoolringlock...

7.8CVSS6.7AI score0.08906EPSS
Exploits0References52
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.2 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993220)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993220 advisory. In the Linux kernel, the following vulnerability has been resolved: sched/core: Prevent rescheduling when interrupts are disabled David reported a warning observed...

5.5CVSS6.3AI score0.00187EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2025/12/22 5:4 p.m.4 views

kernel: net: sched: sfb: fix null pointer access issue when sfb_init() fails

A null pointer dereference exists in the linux kernel, such that when sfbinit fails qdisc is NULL, and it will cause gpf issue, leading to damage to the availability of the system...

5.5CVSS7.3AI score0.00191EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2025/11/12 1:2 a.m.3 views

dm-bufio: don't schedule in atomic context

...

7.8CVSS8.8AI score0.00618EPSS
Exploits1
OSV
OSV
added 2025/10/07 3:45 p.m.3 views

SUSE-SU-2025:20820-1 Security update for kernel-livepatch-MICRO-6-0-RT_Update_10

This update for kernel-livepatch-MICRO-6-0-RTUpdate10 fixes the following issues: - CVE-2025-38477: net/sched: schqfq: Fix race condition on qfqaggregate bsc1247315...

4.7CVSS6.5AI score0.00111EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-31966

Malicious code in bioql PyPI...

6.5AI score0.00147EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2025/09/30 12:37 a.m.5 views

kernel: net/sched: sch_qfq: Fix race condition on qfq_aggregate

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fix race condition on qfqaggregate A race condition can occur when 'agg' is modified in qfqchangeagg called during qfqenqueue while other threads access it concurrently. For example, qfqdumpclass may trigger a...

4.7CVSS6.8AI score0.00111EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/09/24 1:6 p.m.9 views

kernel: sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()

A flaw was found in the HFSC queueing discipline implementation in the Linux kernel. When a packet is enqueued and the child qdisc's peek function is called before properly updating the HFSC queue's length and backlog counters, a race condition can occur. In some cases, the peek operation may...

7.8CVSS7.2AI score0.00179EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/08/27 3:33 p.m.0 views

kernel: sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()

A flaw was found in the HFSC queueing discipline implementation in the Linux kernel. When a packet is enqueued and the child qdisc's peek function is called before properly updating the HFSC queue's length and backlog counters, a race condition can occur. In some cases, the peek operation may...

7.8CVSS7.2AI score0.00179EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/08/27 8:27 a.m.9 views

kernel: sch_hfsc: make hfsc_qlen_notify() idempotent

In the Linux kernel, the following vulnerability has been resolved: schhfsc: make hfscqlennotify idempotent hfscqlennotify is not idempotent either and not friendly to its callers, like fqcodeldequeue. Let's make it idempotent to ease qdisctreereducebacklog callers' life: 1. updatevf decreases...

5.5CVSS6.8AI score0.00151EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.7 views

CVE-2025-38522 sched/ext: Prevent update_locked_rq() calls with NULL rq

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...

0.00128EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:0 a.m.4 views

sch_htb: make htb_qlen_notify() idempotent

...

5.5CVSS7.2AI score0.00174EPSS
Exploits0
OSV
OSV
added 2025/06/15 12:6 p.m.3 views

SUSE-SU-2025:20419-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-52888: media: mediatek: vcodec: Only free buffer VA that is not NULL bsc1228557. - CVE-2024-46713: kabi fix for perf/aux: Fix AUX buffer...

7.8CVSS6.8AI score0.00618EPSS
Exploits3References381
BDU FSTEC
BDU FSTEC
added 2025/05/23 12:0 a.m.3 views

The vulnerability of the sched_setaffinity() function in the kernel module/sched/syscalls.c file of the Linux operating system allows a attacker to cause a service failure.

The vulnerability of the schedsetaffinity function in the kernel module/sched/syscalls.c file of the Linux operating system is related to synchronization errors when using shared resources “Race Conditions”. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00189EPSS
Exploits0References8Affected Software3
BDU FSTEC
BDU FSTEC
added 2025/02/18 12:0 a.m.6 views

The vulnerability of the Linux operating system’s kernel scheduling component, which allows a hacker to trigger a service failure

The vulnerability of the Linux operating system’s kernel scheduling component is related to reading data beyond the allowed range in memory. Exploiting this vulnerability can allow an attacker to cause a service failure...

7.8CVSS6.5AI score0.00249EPSS
Exploits0References41Affected Software6
BDU FSTEC
BDU FSTEC
added 2025/02/12 12:0 a.m.4 views

The vulnerability of the Linux operating system’s kernel scheduling component, which allows a hacker to trigger a service failure

The vulnerability of the Linux operating system’s kernel scheduling component is related to the use of an uninitialized resource. Exploiting this vulnerability can allow a perpetrator to cause a service failure...

5.5CVSS6.5AI score0.00274EPSS
Exploits0References47Affected Software5
Rows per page
Query Builder