Lucene search
+L

79 matches found

Microsoft CVE
Microsoft CVE
added 2025/08/06 7:00 a.m.10 views

net_sched: hfsc: Address reentrant enqueue adding class to eltree twice

...

7.8CVSS7.4AI score0.00414EPSS
SaveExploits3
SUSE CVE
SUSE CVE
added 2025/05/21 12:47 a.m.7 views

SUSE CVE-2025-37915

In the Linux kernel, the following vulnerability has been resolved: netsched: drr: Fix double list add in class with netem as child qdisc As described in Gerrard's report 1, there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of drr,...

5.5CVSS7.7AI score0.00198EPSS
SaveExploits0References16
NVD
NVD
added 2025/05/20 4:15 p.m.9 views

CVE-2025-37914

In the Linux kernel, the following vulnerability has been resolved: netsched: ets: Fix double list add in class with netem as child qdisc As described in Gerrard's report 1, there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of ets,...

7.8CVSS0.00204EPSS
SaveExploits0References9
CVE
CVE
added 2025/05/20 3:21 p.m.134 views

CVE-2025-37914

CVE-2025-37914 is a Linux kernel network scheduler vulnerability in net_sched: ets where a netem child qdisc can trigger reentrant enqueue, causing the same classifier to be added twice to the active_list and potentially memory corruption. The patch adds an active check (cl_is_active) and guards ...

7.8CVSS6.7AI score0.00204EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.24 views

CVE-2025-37913 net_sched: qfq: Fix double list add in class with netem as child qdisc

In the Linux kernel, the following vulnerability has been resolved: netsched: qfq: Fix double list add in class with netem as child qdisc As described in Gerrard's report 1, there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of qfq,...

7.8CVSS0.00207EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/16 1:15 p.m.4 views

DEBIAN-CVE-2025-37890

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

7.8CVSS5.7AI score0.00208EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/05/16 1:01 p.m.23 views

CVE-2025-37890 net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report 1, we have a UAF case when an hfsc class has a netem child qdisc. The crux of the issue is that hfsc is assuming that...

7.8CVSS0.00208EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/04/28 12:00 a.m.8 views

PT-2025-22175

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the net sched component, specifically the qfq queueing discipline. The issue arises when a netem child qdisc causes the...

7.8CVSS6.8AI score0.00207EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/28 12:00 a.m.20 views

PT-2025-22177

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the net sched component, specifically the drr class with netem as a child qdisc. The issue arises when the parent qdisc'...

7CVSS6.8AI score0.00198EPSS
SaveExploits0
Redos
Redos
added 2024/10/09 12:00 a.m.31 views

ROS-20241009-02

A vulnerability exists in Firefox ESR and Firefox due to a type error when searching for a property name in the "with" block. Exploitation of the vulnerability could allow an attacker acting remotely to execute arbitrary code Firefox browser vulnerability, Firefox ESR vulnerability is related to...

9.8CVSS8AI score0.04395EPSS
SaveExploits1
OSV
OSV
added 2024/07/11 1:04 a.m.22 views

MGASA-2024-0262 Updated php packages fix security vulnerability

This update ships the latest version of php 8.2. It brings fixed security issues and the usual bug fixes. Vulnerability: A code logic error, filtering functions such as filtervar when validating URLs FILTERVALIDATEURL for certain types of URLs the function will result in invalid user information...

5.3CVSS5.9AI score0.12117EPSS
SaveExploits1References5
OSV
OSV
added 2024/03/06 11:16 a.m.36 views

BIT-TENSORFLOW-2021-41213 Deadlock in mutually recursive `tf.function` objects

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS5.5AI score0.00235EPSS
SaveExploits0References3
OSV
OSV
added 2023/09/20 9:15 p.m.8 views

CVE-2023-22024

In the Unbreakable Enterprise Kernel UEK, the RDS module in UEK has two setsockopt2 options, RDSCONNRESET and RDS6CONNRESET, that are not re-entrant. A malicious local user with CAPNETADMIN can use this to crash the kernel. CVSS 3.1 Base Score 5.5 Availability impacts. CVSS Vector:...

5.5CVSS7.1AI score0.00177EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/08/07 12:00 a.m.15 views

Vyper Security Vulnerability

Vyper is the Pythonic smart contract language for EVM. A security vulnerability exists in Vyper that stems from the presence of an improperly assigned named reentrant lock. Affected products and versions: Vyper version 0.2.15, 0.2.16, 0.3.0...

9.1CVSS6.8AI score0.00821EPSS
SaveExploits1References6
Code423n4
Code423n4
added 2023/07/31 12:00 a.m.22 views

Reentrancy Vulnerability in MErc20Delegate.sol

Lines of code Vulnerability details Impact The fallback function delegates calls to the implementation contract using delegatecall. This allows the implementation contract to call back into MErc20Delegate before the original delegatecall completes. An attacker could exploit this vulnerability to...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/31 12:00 a.m.7 views

exitMarket was missing reentrancy protection.

Lines of code Vulnerability details Impact exitMarket function in Comptroller.sol function was missing checks to prevent reentrancy exploitation. This allowed an attacker to call exitMarket multiple times before the newly borrowed amount was recorded. Since the borrowed amount was not actually...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/21 12:00 a.m.11 views

Reentrant Call Vulnerability in ExpressCallHandler Contract

Lines of code Vulnerability details DISCRIPTION The ExpressCallHandler contract contains a potential bug related to handling the express calls. The issue lies in the setExpressReceiveToken and setExpressReceiveTokenWithData functions. Specifically, these functions don't properly handle reentrant...

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/14 12:00 a.m.30 views

Unintended or Malicious Use of Prize Winners' Hooks

Lines of code Vulnerability details Impact The setHooks function in Vault.sol allows users to set arbitrary hooks, potentially enabling them to make external calls with unintended consequences. This vulnerability could lead to various unexpected behaviors, such as unauthorized side transactions...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/07 12:00 a.m.21 views

ActivePool.sol – Re-entrancy risk on _rebalance function

Lines of code Vulnerability details The rebalance function is vulnerable to a reentrancy attack. Specifically, an external callee can take over the control flow of the function by calling back into the ActivePool contract via a method that triggers the rebalance function again before it completes...

7.1AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:37 a.m.28 views

SUSE CVE-2021-41213

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS5.5AI score0.00235EPSS
SaveExploits0References3
Rows per page
Query Builder