Lucene search
+L

6533 matches found

CVE
CVE
added 2021/11/23 7:58 p.m.27 views

CVE-2015-9082

CVE-2015-9082 is rejected/not used; this CVE entry does not represent an active vulnerability.

7.3AI score
SaveExploits0
OSV
OSV
added 2021/11/19 8:13 p.m.15 views

GHSA-V585-23HC-C647 Unsafe Deserialization in jackson-databind

FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource...

8.1CVSS6.9AI score0.05218EPSS
SaveExploits1References13
Tenable Nessus
Tenable Nessus
added 2021/11/17 12:0 a.m.47 views

EulerOS Virtualization 2.9.0 : curl (EulerOS-SA-2021-2769)

According to the versions of the curl packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the...

7.5CVSS6.3AI score0.0982EPSS
SaveExploits5References6
Tenable Nessus
Tenable Nessus
added 2021/11/17 12:0 a.m.60 views

EulerOS Virtualization 2.9.1 : curl (EulerOS-SA-2021-2751)

According to the versions of the curl packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the...

7.5CVSS6.3AI score0.0982EPSS
SaveExploits5References6
OpenVAS
OpenVAS
added 2021/11/17 12:0 a.m.27 views

Huawei EulerOS: Security Advisory for curl (EulerOS-SA-2021-2769)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS6.1AI score0.0982EPSS
SaveExploits5References2
OSV
OSV
added 2021/11/15 4:15 p.m.7 views

CVE-2020-12895

Pool/Heap Overflow in AMD Graphics Driver for Windows 10 in Escape 0x110037 may lead to escalation of privilege, information disclosure or denial of service...

7.8CVSS5.8AI score0.00246EPSS
SaveExploits0References1
Prion
Prion
added 2021/11/15 4:15 p.m.21 views

Design/Logic Flaw

Pool/Heap Overflow in AMD Graphics Driver for Windows 10 in Escape 0x110037 may lead to escalation of privilege, information disclosure or denial of service...

4.6CVSS7.6AI score0.00246EPSS
SaveExploits0References1Affected Software1
Prion
Prion
added 2021/11/15 4:15 p.m.24 views

Design/Logic Flaw

Kernel Pool Address disclosure in AMD Graphics Driver for Windows 10 may lead to KASLR bypass...

2.1CVSS5.9AI score0.00239EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/11/15 3:56 p.m.35 views

CVE-2020-12895

Pool/Heap Overflow in AMD Graphics Driver for Windows 10 in Escape 0x110037 may lead to escalation of privilege, information disclosure or denial of service...

7.7AI score0.00246EPSS
SaveExploits0References1
CVE
CVE
added 2021/11/15 3:56 p.m.72 views

CVE-2020-12895

Vulnerability CVE-2020-12895: Pool/Heap Overflow in AMD Graphics Driver for Windows 10 (Escape 0x110037) can lead to escalation of privilege, information disclosure, or denial of service. Affected product: AMD Graphics Driver for Windows 10. Root cause: heap/ pool overflow in Escape call handling...

7.8CVSS7.6AI score0.00246EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/11/15 3:44 p.m.67 views

CVE-2020-12897

CVE-2020-12897 affects AMD Graphics Driver for Windows 10. It describes a Kernel Pool Address disclosure that may lead to a KASLR bypass, enabling information disclosure and potential privilege escalation on a local system. The AMD bulletin AMD-SB-1000 documents mitigations and assigns patched ve...

5.5CVSS5.9AI score0.00239EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/11/15 3:44 p.m.34 views

CVE-2020-12897

Kernel Pool Address disclosure in AMD Graphics Driver for Windows 10 may lead to KASLR bypass...

5.5AI score0.00239EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2021/11/15 12:0 a.m.14 views

Wrong design/implementation of addLiquidity() allows attacker to steal funds from the liquidity pool

Handle WatchPug Vulnerability details The current design/implementation of Vader pool allows users to addLiquidity using arbitrary amounts instead of a fixed ratio of amounts in comparison to Uni v2. We believe this design is flawed and it essentially allows anyone to manipulate the price of the...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/15 12:0 a.m.11 views

Synth tokens can get over-minted

Handle WatchPug Vulnerability details Per the document: It also is capable of using liquidity units as collateral for synthetic assets, of which it will always have guaranteed redemption liquidity for. However, in the current implementation, Synth tokens are minted based on the calculation result...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/15 12:0 a.m.17 views

Wrong design of swap() results in unexpected and unfavorable outputs

Handle WatchPug Vulnerability details The current formula to calculate the amountOut for a swap is: function calculateSwap uint256 amountIn, uint256 reserveIn, uint256 reserveOut public pure returns uint256 amountOut // x Y X uint256 numerator = amountIn reserveIn reserveOut; // x + X ^ 2 uint256...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/15 12:0 a.m.17 views

Attacker can claim more IL by manipulating pool price then removeLiquidity

Handle gzeon Vulnerability details Impact Vader reimburse user IL immediately when user withdraw from the pool VaderRouterV2.sol:L227, an attacker can therefore manipulate the pool balance causing a high IL, remove liquidity and restore the pool balance such that he will receive a larger IL...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/14 12:0 a.m.12 views

The first lp provider can destroy the pool

Handle jonah1005 Vulnerability details Impact First lp provider received liquidity amount same as the nativeDeposit amount and decides the rate. If the first lp sets the pool's rate to an extreme value no one can deposit to the pool afterward. please refer to the proof of concept section A...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2021/11/12 12:0 a.m.24 views

Huawei EulerOS: Security Advisory for curl (EulerOS-SA-2021-2682)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS6.2AI score0.0982EPSS
SaveExploits5References2
OpenVAS
OpenVAS
added 2021/11/12 12:0 a.m.27 views

Huawei EulerOS: Security Advisory for curl (EulerOS-SA-2021-2707)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS6.2AI score0.0982EPSS
SaveExploits5References2
Tenable Nessus
Tenable Nessus
added 2021/11/11 12:0 a.m.251 views

EulerOS 2.0 SP9 : curl (EulerOS-SA-2021-2682)

According to the versions of the curl packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.T...

7.5CVSS6.3AI score0.0982EPSS
SaveExploits5References6
Rows per page
Query Builder