Lucene search
+L

10108 matches found

UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.9 views

CVE-2025-68815

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Remove drr class from the active list if it changes to strict Whenever a user issues an ets qdisc change command, transforming a drr class into a strict one, the ets code isn't checking whether that class was in t...

6.1AI score0.00173EPSS
SaveExploits0References38
Cvelist
Cvelist
added 2026/01/13 3:31 p.m.27 views

CVE-2025-71074 functionfs: fix the open/removal races

In the Linux kernel, the following vulnerability has been resolved: functionfs: fix the open/removal races ffsepfileopen can race with removal, ending up with file-privatedata pointing to freed object. There is a total count of opened files on functionfs both ep0 and dynamic ones and when it hits...

0.00094EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/01/13 3:31 p.m.26 views

CVE-2025-71066 net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Always remove class from active list before deleting in etsqdiscchange [email protected] says: The vulnerability is a race condition between etsqdiscdequeue and etsqdiscchange. It leads to UAF on stru...

0.00151EPSS
SaveExploits0References7
CVE
CVE
added 2026/01/13 3:31 p.m.107 views

CVE-2025-71066

Summary of CVE-2025-71066 (Linux kernel, net/sched ETS): A race condition between ets_qdisc_dequeue and ets_qdisc_change can cause use-after-free on a Qdisc object. The underlying issue is that some classes with qdiscs set to NULL remain in the active list, allowing a concurrent dequeue to access...

7.5CVSS5.9AI score0.00151EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:31 p.m.4 views

CVE-2025-71066

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Always remove class from active list before deleting in etsqdiscchange [email protected] says: The vulnerability is a race condition between etsqdiscdequeue and etsqdiscchange. It leads to UAF on stru...

5.2AI score0.00151EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/13 3:31 p.m.6 views

CVE-2025-71066 net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Always remove class from active list before deleting in etsqdiscchange [email protected] says: The vulnerability is a race condition between etsqdiscdequeue and etsqdiscchange. It leads to UAF on stru...

5.8AI score0.00151EPSS
SaveExploits0References7
CVE
CVE
added 2026/01/13 3:29 p.m.24 views

CVE-2025-68815

CVE-2025-68815 concerns the Linux kernel, specifically the net/sched/ets implementation. The vulnerability arises when an ETS qdisc changes a class from “drr” to “strict”: the active list is not checked/updated, allowing a class to be added twice to the active list, which can lead to list corrupt...

6.3AI score0.00173EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/01/13 3:29 p.m.8 views

CVE-2025-68815

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Remove drr class from the active list if it changes to strict Whenever a user issues an ets qdisc change command, transforming a drr class into a strict one, the ets code isn't checking whether that class was in t...

5.4AI score0.00173EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/01/13 3:29 p.m.25 views

CVE-2025-68815 net/sched: ets: Remove drr class from the active list if it changes to strict

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Remove drr class from the active list if it changes to strict Whenever a user issues an ets qdisc change command, transforming a drr class into a strict one, the ets code isn't checking whether that class was in t...

0.00173EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:29 p.m.7 views

CVE-2025-68815

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Remove drr class from the active list if it changes to strict Whenever a user issues an ets qdisc change command, transforming a drr class into a strict one, the ets code isn't checking whether that class was in t...

5.3AI score0.00173EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/01/13 3:29 p.m.6 views

CVE-2025-68815 net/sched: ets: Remove drr class from the active list if it changes to strict

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Remove drr class from the active list if it changes to strict Whenever a user issues an ets qdisc change command, transforming a drr class into a strict one, the ets code isn't checking whether that class was in t...

6.6AI score0.00173EPSS
SaveExploits0References10
hivepro
hivepro
added 2026/01/13 1:20 p.m.7 views

Proactive Malware Threat Management: A How-To Guide

Trying to defend against every potential malware attack is like trying to boil the ocean. You can’t be everywhere at once, and treating every vulnerability as a top priority is a surefire way to burn out your team. The old way of reacting to every alert simply doesn't scale. A modern defense...

7.1AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/01/13 9:1 a.m.5 views

mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_fastclose().

...

5.5CVSS5.3AI score0.00187EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/01/13 12:0 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 the Linux kernel that stems from not removing the drr class from the active list when changing it to the strict class, which could result in ...

6.1AI score0.00173EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/01/13 12:0 a.m.11 views

PT-2026-2547

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.18.0-rc7-00105-g7e9f13163c13-dirty Description The Linux kernel contains an issue within the ets scheduling class. When a user changes a drr class to a strict one, the code fails to check if that class is prese...

5.5AI score0.00173EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68815

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Remove drr class from the active list if it changes to strict Whenever a use...

5.5AI score0.00173EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:0 a.m.4 views

MiracleLinux 7 : sssd-1.16.5-10.16.0.2.el7.AXS7 (AXSA:2025-11497:09)

The remote MiracleLinux 7 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2025-11497:09 advisory. CVE-2025-11561: prevent unexpected Kerberos principal-to-account mappings when SSSD's localauth plugin cannot resolve a principal CVEs: CVE-2025-11561 A fla...

8.8CVSS5.6AI score0.00756EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:0 a.m.4 views

MiracleLinux 8 : sssd-2.9.4-5.el8_10.3 (AXSA:2025-11068:06)

The remote MiracleLinux 8 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2025-11068:06 advisory. sssd: SSSD default Kerberos configuration allows privilege escalation on AD-joined Linux systems CVE-2025-11561 Tenable has extracted the preceding...

8.8CVSS5.5AI score0.00756EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/01/12 10:9 p.m.22 views

CVE-2026-22800 PILOS affected by a CSRF via GET request allows unintentional termination of all active video conferences

PILOS Platform for Interactive Live-Online Seminars is a frontend for BigBlueButton. Prior to 4.10.0, Cross-Site Request Forgery CSRF vulnerability exists in an administrative API endpoint responsible for terminating all active video conferences on a single server. The affected endpoint performs ...

2.4CVSS0.00126EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/01/09 12:36 p.m.10 views

CVE-2023-49262

The authentication mechanism can be bypassed by overflowing the value of the Cookie "authentication" field, provided there is an active user session...

9.8CVSS7.2AI score0.00666EPSS
SaveExploits0References1
Rows per page
Query Builder