Lucene search
+L

1803 matches found

RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.25 views

CVE-2024-53057

A flaw was found in the packet scheduler API in the Linux kernel. An invalid assumption about qdiscs with major handle ffff allows qdiscs, such as DRR, that maintain an active class list to cause a use-after-free with a dangling class pointer. Mitigation Mitigation for this issue is either not...

6.7CVSS7.1AI score0.00292EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.9 views

CVE-2024-53047

In the Linux kernel, the following vulnerability has been resolved: mptcp: init: protect sched with rcureadlock Enabling CONFIGPROVERCULIST with its dependence CONFIGRCUEXPERT creates this splat when an MPTCP socket is created: ============================= WARNING: suspicious RCU usage 6.12.0-rc...

3.3CVSS6.8AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.31 views

CVE-2024-53044

In the Linux kernel, the following vulnerability has been resolved: net/sched: schapi: fix xainsert error path in tcfblockgetext This command: $ tc qdisc replace dev eth0 ingressblock 1 egressblock 1 clsact Error: block dev insert failed: -EBUSY. fails because user space requests the same block...

5.5CVSS6.7AI score0.00213EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2024/11/21 12:00 a.m.13 views

Vulnerability of components of Linux operating system’s kernel’s net/sched module, allowing a hacker to cause a service failure

The vulnerability of the net/sched component of the Linux operating system’s kernel is related to improper locking of resources in the qdisctreereducebacklog function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.2AI score0.00171EPSS
SaveExploits0References20Affected Software5
BDU FSTEC
BDU FSTEC
added 2024/11/21 12:00 a.m.11 views

Vulnerability of components of Linux operating system’s kernel’s net/sched module, allowing a hacker to cause a service failure

The vulnerability of the net/sched components in Linux operating systems stems from synchronization errors when using shared resources. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.2AI score0.00232EPSS
SaveExploits0References18Affected Software4
SUSE CVE
SUSE CVE
added 2024/11/20 3:49 a.m.4 views

SUSE CVE-2024-53057

In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisctreereducebacklog on TCHROOT In qdisctreereducebacklog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus since it's valid to create egress qdiscs with major...

7.8CVSS6.3AI score0.00292EPSS
SaveExploits0References28
OSV
OSV
added 2024/11/19 6:15 p.m.17 views

DEBIAN-CVE-2024-53057

In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisctreereducebacklog on TCHROOT In qdisctreereducebacklog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus since it's valid to create egress qdiscs with major...

7.8CVSS5.5AI score0.00292EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/19 6:15 p.m.24 views

CVE-2024-53044

In the Linux kernel, the following vulnerability has been resolved: net/sched: schapi: fix xainsert error path in tcfblockgetext This command: $ tc qdisc replace dev eth0 ingressblock 1 egressblock 1 clsact Error: block dev insert failed: -EBUSY. fails because user space requests the same block...

7.8CVSS0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 6:15 p.m.6 views

UBUNTU-CVE-2024-53057

In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisctreereducebacklog on TCHROOT In qdisctreereducebacklog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus since it's valid to create egress qdiscs with major...

7.8CVSS6.1AI score0.00292EPSS
SaveExploits0References38
OSV
OSV
added 2024/11/19 6:15 p.m.5 views

UBUNTU-CVE-2024-53044

In the Linux kernel, the following vulnerability has been resolved: net/sched: schapi: fix xainsert error path in tcfblockgetext This command: $ tc qdisc replace dev eth0 ingressblock 1 egressblock 1 clsact Error: block dev insert failed: -EBUSY. fails because user space requests the same block...

7.8CVSS6.6AI score0.00213EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2024/11/19 5:19 p.m.42 views

CVE-2024-53057 net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT

In the Linux kernel, the following vulnerability has been resolved: net/sched: stop qdisctreereducebacklog on TCHROOT In qdisctreereducebacklog, Qdiscs with major handle ffff: are assumed to be either root or ingress. This assumption is bogus since it's valid to create egress qdiscs with major...

7.8CVSS0.00292EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/11/19 5:19 p.m.109 views

CVE-2024-53047 mptcp: init: protect sched with rcu_read_lock

In the Linux kernel, the following vulnerability has been resolved: mptcp: init: protect sched with rcureadlock Enabling CONFIGPROVERCULIST with its dependence CONFIGRCUEXPERT creates this splat when an MPTCP socket is created: ============================= WARNING: suspicious RCU usage 6.12.0-rc...

0.00176EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/19 5:19 p.m.166 views

CVE-2024-53044

CVE-2024-53044 affects the Linux kernel net/sched component (sch_api) and is tied to the tcf_block_get_ext() path. The root cause is an xa_insert() error handling route, which can mis-handle a failure when the same block index is requested for ingress and egress, leading to a busy block condition...

7.8CVSS6.6AI score0.00213EPSS
SaveExploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/11/19 12:00 a.m.12 views

Vulnerability of components of Linux operating system’s kernel’s net/sched module, allowing a hacker to cause a service failure

The vulnerability of the net/sched component of the Linux operating system’s kernel is related to the lack of memory release after the effective service life in the tcfskbmoddump function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00232EPSS
SaveExploits0References44Affected Software7
BDU FSTEC
BDU FSTEC
added 2024/11/18 12:00 a.m.12 views

Vulnerability of the sched/debug components of the Linux operating system’s kernel, allowing attackers to access confidential information

The vulnerability of the sched/debug components in the Linux operating system’s kernel is related to the disclosure of information through the updatescheddomain Debugfs function. Exploiting this vulnerability can allow an attacker to gain access to confidential information...

3.3CVSS6.2AI score0.00237EPSS
SaveExploits0References12Affected Software3
Redos
Redos
added 2024/11/14 12:00 a.m.43 views

ROS-20241114-01

Vulnerability of net/rds components of Linux operating system kernel is related to dereferencing of NULL pointer in the rdsrdmamap function in net/rds/rdma.c. Exploitation of the vulnerability could allow an attacker to cause a denial of service A vulnerability in the nftables component of the...

8.8CVSS7.4AI score0.00966EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.10 views

kernel: Revert "sched/fair: Make sure to try to detach at least one movable task"

In the Linux kernel, the following vulnerability has been resolved: Revert "sched/fair: Make sure to try to detach at least one movable task" This reverts commit b0defa7ae03ecf91b8bfd10ede430cff12fcbd06. b0defa7ae03ec changed the load balancing logic to ignore env.maxloop if all tasks examined to...

5.5CVSS6.4AI score0.00166EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/11/09 10:14 a.m.22 views

CVE-2024-50223

In the Linux kernel, the following vulnerability has been resolved: sched/numa: Fix the potential null pointer dereference in tasknumawork When running stress-ng-vm-segv test, we found a null pointer dereference error in tasknumawork. Here is the backtrace: 323676.066985 Unable to handle kernel...

5.5CVSS5.6AI score0.00237EPSS
SaveExploits0
Rockylinux
Rockylinux
added 2024/11/08 3:57 p.m.44 views

kernel security update

An update is available for kernel. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux operating...

7.8CVSS9.8AI score0.08555EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.8 views

Vulnerability of components of Linux operating system’s sched/fair kernel, allowing attackers to increase their privileges within the system

The vulnerability of the sched/fair components in the Linux operating system’s kernel is related to errors that occur after deallocation. Exploiting this vulnerability can allow an attacker to increase their privileges within the system...

8.8CVSS5.8AI score0.00206EPSS
SaveExploits0References10Affected Software2
Rows per page
Query Builder