8 matches found
EUVD-2025-15915
Malicious code in bioql PyPI...
EUVD-2025-20019
Malicious code in bioql PyPI...
CVE-2025-38177
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...
UBUNTU-CVE-2025-38177
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...
CVE-2025-38177
CVE-2025-38177 (Linux kernel) : The issue affects the sch_hfsc qdisc; hfsc_qlen_notify() was not idempotent and could misbehave for callers such as fq_codel_dequeue(). The linked EulerOS advisories confirm a kernel patch that makes hfsc_qlen_notify() idempotent. The patch makes two changes: (1) i...
CVE-2025-37953 sch_htb: make htb_deactivate() idempotent
In the Linux kernel, the following vulnerability has been resolved: schhtb: make htbdeactivate idempotent Alan reported a NULL pointer dereference in htbnextrbnode after we made htbqlennotify idempotent. It turns out in the following case it introduced some regression: htbdequeuetree: |-...
CVE-2025-37932
The CVE-2025-37932 issue affects the Linux kernel’s HTB qdisc: htb_qlen_notify() was not idempotent and could deactivate an HTB class or trigger a warning if called when already deactivated. The fix ports the function to be idempotent, easing callers such as fq_codel_dequeue() and qdisc_tree_redu...
CVE-2025-37932 sch_htb: make htb_qlen_notify() idempotent
In the Linux kernel, the following vulnerability has been resolved: schhtb: make htbqlennotify idempotent htbqlennotify always deactivates the HTB class and in fact could trigger a warning if it is already deactivated. Therefore, it is not idempotent and not friendly to its callers, like...