Lucene search
+L

4266 matches found

Code423n4
Code423n4
โ€ขadded 2022/12/09 12:0 a.m.โ€ข17 views

transfer is used on address payable

Lines of code Vulnerability details Proof of Concept The codebase makes heavy use of the deprecated transfer function of address payable. Its will inevitably make the transaction fail when: 1. The receiver smart contract does not implement a payable function. 2. The receiver smart contract does...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
โ€ขadded 2022/12/06 12:0 a.m.โ€ข12 views

rConfig <= 3.x Multiple Vulnerabilities

rConfig is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2022 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 CPE = "cpe:/a:rconfig:rconfig"; if description...

9CVSS7.7AI score0.05471EPSS
SaveExploits3References2
OSV
OSV
โ€ขadded 2022/11/30 12:0 p.m.โ€ข10 views

RUSTSEC-2022-0080 parity-util-mem Unmaintained

The crate has been deprecated and will receive no updates with no repository source. The crate has a warning surrounding it's use related to global allocator use that may lead to UB...

7.1AI score
SaveExploits0References5
RustSec
RustSec
โ€ขadded 2022/11/30 12:0 p.m.โ€ข16 views

parity-util-mem Unmaintained

The crate has been deprecated and will receive no updates with no repository source. The crate has a warning surrounding it's use related to global allocator use that may lead to UB...

1AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/11/25 12:0 a.m.โ€ข7 views

M-01 Usage of deprecated sendValue to send eth

Lines of code Vulnerability details Impact The recommended way to send ether is with call function. Using transfer or sendValue could lead to running out of gas, due to the fact that it is predefined and the transfer will fail, in such scenario there won't be way to withraw the amount from the...

6.7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
โ€ขadded 2022/11/23 12:0 a.m.โ€ข24 views

SolarWinds Serv-U 15.3.0 < 15.3.2 (deprecated)

The version of SolarWinds Serv-U installed on the remote host is prior to 15.3.2. It is, therefore, affected by a vulnerability as referenced in the serv-u1532 advisory. - This vulnerability happens in the web client of Serv-U 15.3.1 and earlier release version. When the payload is entered in the...

5.4CVSS5.5AI score0.0069EPSS
SaveExploits0References2
OpenVAS
OpenVAS
โ€ขadded 2022/11/18 12:0 a.m.โ€ข15 views

rConfig <= 3.x Arbitrary File Upload Vulnerability

rConfig is prone to an arbitrary file upload vulnerability. SPDX-FileCopyrightText: 2022 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 CPE = "cpe:/a:rconfig:rconfig"; if...

8.8CVSS7.2AI score0.05009EPSS
SaveExploits2References2
Code423n4
Code423n4
โ€ขadded 2022/11/10 12:0 a.m.โ€ข11 views

call() should be used instead of transfer() on address payable

Lines of code Vulnerability details Proof of Concept The use of the deprecated transfer function for an address will inevitably make the transaction fail when: 1. The claimer smart contract does not implement a payable function. 2. The claimer smart contract does implement a payable fallback whic...

6.8AI score
SaveExploits0
Prion
Prion
โ€ขadded 2022/11/08 10:15 p.m.โ€ข20 views

Design/Logic Flaw

@fastify/websocket provides WebSocket support for Fastify. Any application using @fastify/websocket could crash if a specific, malformed packet is sent. All versions of fastify-websocket are also impacted. That module is deprecated, so it will not be patched. This has been patched in version 7.1....

5CVSS7.4AI score0.00731EPSS
SaveExploits0References1Affected Software1
Github Security Blog
Github Security Blog
โ€ขadded 2022/11/08 9:42 p.m.โ€ข15 views

Invalid use of `mem::uninitialized` causes `use-of-uninitialized-value`

The compression and decompression function used mem:uninitialized to create an array of uninitialized values, to later write values into it. This later leads to reads from uninitialized memory. The flaw was corrected in commit b633bf265e41c60dfce3be7eac4e4dd5e18d06cf by using a heap-allocated Vec...

2.1AI score
SaveExploits0References4Affected Software1
Metasploit
Metasploit
โ€ขadded 2022/11/08 7:49 p.m.โ€ข3927 views

SSL/TLS Version Detection

Check if a server supports a given version of SSL/TLS and cipher suites. The certificate is stored in loot, and any known vulnerabilities against that SSL version and cipher suite combination are checked. These checks include POODLE, deprecated protocols, expired/not valid certs, low key strength...

5.4AI score
SaveExploits0
Vulnrichment
Vulnrichment
โ€ขadded 2022/11/08 12:0 a.m.โ€ข5 views

CVE-2022-39386 fastify-websocket vulnerable to uncaught exception via crash on malformed packet

@fastify/websocket provides WebSocket support for Fastify. Any application using @fastify/websocket could crash if a specific, malformed packet is sent. All versions of fastify-websocket are also impacted. That module is deprecated, so it will not be patched. This has been patched in version 7.1....

7.5CVSS7.5AI score0.00731EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
โ€ขadded 2022/11/07 9:13 p.m.โ€ข29 views

fastify/websocket vulnerable to uncaught exception via crash on malformed packet

Impact Any application using @fastify/websocket could crash if a specific, malformed packet is sent. All versions of fastify-websocket are also impacted. That module is deprecated, so it will not be patched. Patches This has been patched in v7.1.1 fastify v4 and v5.0.1 fastify v3. Workarounds No...

7.5CVSS7.2AI score0.00731EPSS
SaveExploits0References8Affected Software2
OpenVAS
OpenVAS
โ€ขadded 2022/11/02 12:0 a.m.โ€ข11 views

WordPress TablePress Plugin <= 1.14 XSS Vulnerability

The WordPress plugin SPDX-FileCopyrightText: 2022 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 if description scriptoid"1.3.6.1.4.1.25623.1.0.170205";...

7AI score
SaveExploits0References1
Code423n4
Code423n4
โ€ขadded 2022/10/30 12:0 a.m.โ€ข8 views

Oracle.sol uses deprecated Chainlink API latestAnswer()

Lines of code Vulnerability details Impact Oracle.sol cannot obtain prices from Chainlink feed. Proof of Concept Oracle.sol uses deprecated latestAnswer at This may not return a value as the function is deprecated. Tools Used Code inspection Recommended Mitigation Steps Use latestRoundData --- Th...

6.8AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/10/30 12:0 a.m.โ€ข10 views

Deprecated ChainLink API

Lines of code Vulnerability details Impact According to Chainlink's documentation, the latestAnswer function is deprecated. This function might suddenly stop working if Chainlink stop supporting deprecated APIs. And the old API can return stale data. Proof of Concept function latestAnswer externa...

6.7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/10/30 12:0 a.m.โ€ข14 views

Oracle.sol uses deprecated Chainlink method latestAnswer()

Lines of code Vulnerability details Proof of Concept Chainlink has market the latestAnswer method as deprecated for his price feeds, but the code is using it. Impact The latestAnswer method just returns the price and has no way to check if it is stale. If the project is using a stale price it can...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
โ€ขadded 2022/10/27 12:0 a.m.โ€ข27 views

OpenSSH < 9.1 Multiple Vulnerabilities (deprecated)

Plugin has been depreciated: None of the issues found in OpenSSH just prior to 9.1 are believed to be exploitable. %NASLMINLEVEL 80900 C Tenable, Inc. @DEPRECATED@ Disabled on 2022/11/18. Deprecated due to non-exploitable conditions. include'compat.inc'; if description scriptid166612;...

0.4AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
โ€ขadded 2022/10/27 12:0 a.m.โ€ข6 views

PT-2022-6362 ยท Tp Link ยท Tp-Link Tl-Wr940N

Name of the Vulnerable Software and Affected Versions: TP-Link router TL-WR940N V6 version 3.19.1 Build 180119 Description: The issue is related to the use of a deprecated MD5 algorithm to hash the admin password used for basic authentication. This could allow a remote attacker to gain unauthoriz...

7.5CVSS7.9AI score0.00362EPSS
SaveExploits0References6
Code423n4
Code423n4
โ€ขadded 2022/10/23 12:0 a.m.โ€ข15 views

TokenHelper.sol#L40 : safeTransfer will revert due to insufficient gas.

Lines of code Vulnerability details Impact I am adding as high issue since most of the calling is done using the safeTransfer TokenHelper.solL40 : safeTransfer will revert due to insufficient gas. All the fuctions that are using the safeTransfer could fail due to insufficient gas. I see the...

6.9AI score
SaveExploits0
Rows per page
Query Builder