Lucene search
+L

14319 matches found

Code423n4
Code423n4
added 2021/11/01 12:00 a.m.23 views

Trades where toToken is feeOnTransferToken might send user less tokens than finalAmountMin

Handle kenzo Vulnerability details Slingshot's executeTrades checks that the trade result amount to be sent to the user is bigger than finalAmountMin, and after that sends the user the amount. But if the token charges fee on transfer, the final transfer to the user will decrease the amount the us...

6.9AI score
SaveExploits0
Fedora
Fedora
added 2021/10/29 11:24 p.m.57 views

[SECURITY] Fedora 35 Update: containerd-1.5.7-1.fc35

Containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision...

7.8CVSS6.9AI score0.02848EPSS
SaveExploits3
CNNVD
CNNVD
added 2021/10/29 12:00 a.m.8 views

GitLab 访问控制错误漏洞

GitLab is a self-hosted, Git version control system project repository application developed in Ruby on Rails by GitLab, Inc. The application can be used to access a project's file content, commit history, bug list, etc. An access control error vulnerability exists in GitLab CE/EE, which can be...

5.3CVSS5.8AI score0.01034EPSS
SaveExploits0References6
Code423n4
Code423n4
added 2021/10/29 12:00 a.m.15 views

Ethereum wibBTC price per share dependant on being updated every X time, but contract has no checks whether price is updated

Handle loop Vulnerability details The price of pricePerShare in WrappedIbbtcEth.sol is dependant on two things: The pricePerShare of core. updatePricePerShare being invoked every X time to update the pricePerShare of wibBTC. The only time updatePricePerShare is invoked inside the contract is duri...

6.8AI score
SaveExploits0
CNVD
CNVD
added 2021/10/29 12:00 a.m.57 views

Google Chrome Post-release Reuse Vulnerability (CNVD-2021-99261)

A post-release reuse vulnerability exists in "Web Transfer" in versions of Google Chrome prior to 95.0.4638.69, a simple and efficient web browsing tool developed by Google. The vulnerability can be exploited to escape via a carefully crafted HTML surface execution sandbox...

9.6CVSS3.6AI score0.00942EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2021/10/28 12:00 a.m.9 views

Google Chrome 资源管理错误漏洞

A post-release reuse vulnerability exists in "Web Transfer" in versions of Google Chrome prior to 95.0.4638.69, a simple and efficient web browsing tool developed by Google. The vulnerability can be exploited to escape via a carefully crafted HTML surface execution sandbox...

9.6CVSS5.7AI score0.00942EPSS
SaveExploits0References13
Code423n4
Code423n4
added 2021/10/28 12:00 a.m.14 views

Unable to transfer WrappedIbbtc if Oracle go down

Handle gzeon Vulnerability details Impact In WrappedIbbtc, user will not be able to transfer if oracle.pricePerShare L124 revert. This is because balanceToShares is called in both transfer and transferFrom, which included a call to pricePerShare. If this is the expected behavior, note that...

6.6AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2021/10/28 12:00 a.m.48 views

F5 Networks BIG-IP : Apache Tomcat vulnerability (K32469285)

The version of F5 Networks BIG-IP installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the K32469285 advisory. Apache Tomcat 10.0.0-M1 to 10.0.6, 9.0.0.M1 to 9.0.46 and 8.5.0 to 8.5.66 did not correctly parse the HTTP...

5.3CVSS7.3AI score0.75353EPSS
SaveExploits1References2
OSV
OSV
added 2021/10/27 2:15 p.m.10 views

CVE-2021-41590

In Gradle Enterprise through 2021.3, probing of the server-side network environment can occur via an SMTP configuration test. The installation configuration user interface available to administrators allows testing the configured SMTP server settings. This test function can be used to identify th...

5.3CVSS5.8AI score0.00801EPSS
SaveExploits0References2
NVD
NVD
added 2021/10/27 1:15 a.m.25 views

CVE-2020-7867

An improper input validation vulnerability in Helpu solution could allow a local attacker to arbitrary file creation and execution without click file transfer menu. It is possible to file in arbitrary directory for user because the viewer program receive the file from agent with privilege of...

8CVSS0.00811EPSS
SaveExploits0References1
Prion
Prion
added 2021/10/27 1:15 a.m.22 views

Input validation

An improper input validation vulnerability in Helpu solution could allow a local attacker to arbitrary file creation and execution without click file transfer menu. It is possible to file in arbitrary directory for user because the viewer program receive the file from agent with privilege of...

4.6CVSS7.6AI score0.00811EPSS
SaveExploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/10/27 1:15 a.m.7 views

CVE-2021-37124

There is a path traversal vulnerability in Huawei PC product. Because the product does not filter path with special characters,attackers can construct a file path with special characters to exploit this vulnerability. Successful exploitation could allow the attacker to transport a file to certain...

6.5CVSS6.8AI score0.00304EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2021/10/27 12:00 a.m.12 views

[DutchAuctionLiquidator.sol] The return value of an external transfer call is not checked

Handle nikitastupin Vulnerability details Impact Some tokens do not revert in case of failure and return false instead. If one of these tokens is used in Mochi, settleLiquidation will not revert if the transfer fails, and an attacker can call settleLiquidation for free. Proof of Concept Tools Use...

6.9AI score
SaveExploits0
CNNVD
CNNVD
added 2021/10/27 12:00 a.m.10 views

Cisco Adaptive Security Appliances Software和Cisco Firepower Threat Defense 缓冲区错误漏洞

Cisco Firepower Threat Defense FTD and Cisco Adaptive Security Appliances Software ASA Software are both products of Cisco, Inc.Cisco Firepower Threat Defense is a set of unified software that provides next-generation firewall services. Defense is a set of unified software to provide...

8.6CVSS7.5AI score0.01307EPSS
SaveExploits0References6
Code423n4
Code423n4
added 2021/10/27 12:00 a.m.12 views

ERC20 return values not checked

Handle cmichel Vulnerability details The ERC20.transfer and ERC20.transferFrom functions return a boolean value indicating success. This parameter should checked for success. See VestedRewardPool.claim which performs ERC20 transfers without checking for the return value. Impact As the trusted moc...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/27 12:00 a.m.8 views

Unhandled return values of transfer

Handle WatchPug Vulnerability details ERC20 implementations are not always consistent. Some implementations of transfer could return ‘false’ on failure instead of reverting. It is safer to wrap such calls into require statements to these failures. Unsafe transfer calls were found in the following...

6.9AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2021/10/27 12:00 a.m.30 views

The vulnerability of the Brocade Fabric OS operating system, related to deficiencies in authentication procedures, allows attackers to gain access to the system.

The vulnerability of the Brocade Fabric OS operating system is related to deficiencies in the authentication process. Exploiting this vulnerability allows an attacker to gain access to the system via telnet, SSH, or REST...

7.8CVSS7.2AI score0.0024EPSS
SaveExploits0References2Affected Software1
OpenVAS
OpenVAS
added 2021/10/26 12:00 a.m.25 views

Huawei EulerOS: Security Advisory for spice-vdagent (EulerOS-SA-2021-2617)

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...

6.4CVSS6.2AI score0.00496EPSS
SaveExploits4References2
Tenable Nessus
Tenable Nessus
added 2021/10/25 12:00 a.m.24 views

EulerOS 2.0 SP3 : spice-vdagent (EulerOS-SA-2021-2617)

According to the versions of the spice-vdagent package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - A flaw was found in the way the spice-vdagentd daemon handled file transfers from the host system to the virtual machine. Any unprivileged...

6.4CVSS5.9AI score0.00496EPSS
SaveExploits4References5
Mageia
Mageia
added 2021/10/23 10:05 a.m.126 views

Updated tomcat packages fix security vulnerability

A vulnerability in the JNDI Realm of Apache Tomcat allows an attacker to authenticate using variations of a valid user name and/or to bypass some of the protection provided by the LockOut Realm. CVE-2021-30640 Apache Tomcat 10.0.0-M1 to 10.0.6, 9.0.0.M1 to 9.0.46 and 8.5.0 to 8.5.66 did not...

7.5CVSS7AI score0.75353EPSS
SaveExploits1References8
Rows per page
Query Builder