Lucene search
+L

4394 matches found

Tenable Nessus
Tenable Nessus
added 2022/02/07 12:00 a.m.33 views

Rockwell (CVE-2020-12031) (deprecated)

Plugin deprecated because factorytalk is not detectable in this way This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. @DEPRECATED@ Disabled on 2023/03/10. Deprecated because...

7.8AI score0.006EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2022/02/07 12:00 a.m.23 views

Rockwell (CVE-2011-3489) (deprecated)

Plugin deprecated because RSLogix is not detectable in this way. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. @DEPRECATED@ Disabled on 2023/03/10. Deprecated because...

5CVSS6.9AI score0.08746EPSS
SaveExploits2References5
Tenable Nessus
Tenable Nessus
added 2022/02/07 12:00 a.m.32 views

Mitsubishi (CVE-2020-12009) (deprecated)

Plugin deprecated because mcworks is not detectable in this way This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. @DEPRECATED@ Disabled on 2023/03/10. Deprecated because mcwor...

0.3AI score0.03596EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2022/02/07 12:00 a.m.23 views

Yokogawa (CVE-2014-5208) (deprecated)

Plugin deprecated because centumcs is not detectable in this way This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. @DEPRECATED@ Disabled on 2023/03/10. Deprecated because...

0.2AI score0.22543EPSS
SaveExploits3References4
Tenable Nessus
Tenable Nessus
added 2022/02/07 12:00 a.m.29 views

Siemens (CVE-2016-8566) (deprecated)

Plugin deprecated because sicampas is not detectable in this way This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. @DEPRECATED@ Disabled on 2023/03/10. Deprecated because...

0.3AI score0.00317EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2022/02/07 12:00 a.m.42 views

Beckhoff ADS protocol Authentication Bypass by Spoofing (CVE-2019-16871)

Beckhoff Embedded Windows PLCs through 3.1.4024.0, and Beckhoff Twincat on Windows Engineering stations, allow an attacker to achieve Remote Code Execution as SYSTEM via the Beckhoff ADS protocol. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for...

9.8CVSS7.5AI score0.05302EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2022/02/07 12:00 a.m.32 views

Beckhoff TwinCAT Read Access Violation (CVE-2011-3486)

Beckhoff TwinCAT 2.11.0.2004 and earlier allows remote attackers to cause a denial of service via a crafted request to UDP port 48899, which triggers an out-of-bounds read. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information...

5CVSS5.8AI score0.4965EPSS
SaveExploits4References6
Tenable Nessus
Tenable Nessus
added 2022/02/07 12:00 a.m.36 views

Beckhoff ADS Protocol Inadequate Encryption Strength (CVE-2017-16726)

Beckhoff TwinCAT supports communication over ADS. ADS is a protocol for industrial automation in protected environments. ADS has not been designed to achieve security purposes and therefore does not include any encryption algorithms because of their negative effect on performance and throughput. ...

9.1CVSS8.5AI score0.00508EPSS
SaveExploits0References2
OSV
OSV
added 2022/02/02 12:46 p.m.8 views

OPENSUSE-SU-2022:0024-1 Security update for lighttpd

This update for lighttpd fixes the following issues: lighttpd was updated to 1.4.64: CVE-2022-22707: off-by-one stack overflow in the modextforward plugin boo1194376 graceful restart/shutdown timeout changed from 0 disabled to 8 seconds. configure an alternative with: server.feature-flags +=...

5.9CVSS6.8AI score0.08929EPSS
SaveExploits1References5
Code423n4
Code423n4
added 2022/02/02 12:00 a.m.13 views

Usage of deprecated ChainLink API in EIP1271Wallet

Handle cmichel Vulnerability details The Chainlink API latestAnswer used in the EIP1271Wallet contract is deprecated: This API is deprecated. Please see API Reference for the latest Price Feed API. Chainlink Docs This function does not error if no answer has been reached but returns 0. Besides, t...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/02 12:00 a.m.19 views

Use of deprecated Chainlink API

Handle defsec Vulnerability details Impact The contract uses Chainlink’s deprecated API latestAnswer. Such functions might suddenly stop working if Chainlink stopped supporting deprecated APIs. Impact: Deprecated API stops working. Prices cannot be obtained. Protocol stops and contracts have to b...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/02 12:00 a.m.17 views

Use of deprecated Chainlink function latestAnswer

Handle WatchPug Vulnerability details According to Chainlink's documentation, the latestAnswer function is deprecated. This function does not revert if no answer has been reached but returns 0, causing an incorrect price fed to the EIP1271Wallet. See: code-423n4/2021-07-wildcredit-findings75 ---...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/31 12:00 a.m.154 views

Use of deprecated Chainlink latestAnswer()

Handle sirhashalot Vulnerability details Impact Chainlink's documentation listed the latestAnswer function as deprecated. This function doesn't revert if no answer is available but returns 0, and the return value of latestanswer is not checked in the Notional code. In fact, Chainlink removed thei...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/27 12:00 a.m.20 views

Use of deprecated Chainlink API

Handle 0x1f8b Vulnerability details Impact Deprecated API stops working. Prices cannot be obtained. Protocol stops and contracts have to be redeployed. Proof of Concept The contracts use Chainlink’s deprecated API latestAnswer. Such functions might suddenly stop working if Chainlink stopped...

7AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2022/01/26 1:47 p.m.26 views

Windows Update has changed over the years. Here are 25 group policies to avoid

Microsoft has published a list of 25 group policies that administrators should not use in Windows 10 and Windows 11 as they do not provide optimal behavior or cause unexpected results. Since November 2015 when Windows 10 was first introduced, there have been many changes and some of them have...

1.4AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2022/01/22 8:00 a.m.12 views

The deprecated compatibility function clnt_create in the sunrpc module of the GNU C Library (aka glibc) through 2.34 copies its hostname argument on the stack without validating its length which may result in a buffer overflow potentially resulting in a denial of service or (if an application is not built with a stack protector enabled) arbitrary code execution.

...

9.8CVSS7.4AI score0.04211EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2022/01/18 5:53 p.m.58 views

CVE-2022-23219

A stack based buffer-overflow vulnerability was found in the deprecated compatibility function clntcreate in the sunrpc's clntgen.c module of the GNU C Library aka glibc through 2.34. This vulnerability copies its hostname argument onto the stack without validating its length, which may result in...

9.8CVSS3.3AI score0.04211EPSS
SaveExploits1References1
Snyk
Snyk
added 2022/01/18 3:29 p.m.11 views

Prototype Pollution

Overview keyget is an Is nested object manipulation kit. It can find, get, set, push or call nested properties. Note: The package is deprecated due to prototype pollution vulnerability. Affected versions of this package are vulnerable to Prototype Pollution via the methods set, push, and at which...

9.8CVSS8.9AI score0.03398EPSS
SaveExploits2References2
NVD
NVD
added 2022/01/14 7:15 a.m.38 views

CVE-2022-23218

The deprecated compatibility function svcunixcreate in the sunrpc module of the GNU C Library aka glibc through 2.34 copies its path argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or if an application is not...

9.8CVSS0.04729EPSS
SaveExploits1References4
Prion
Prion
added 2022/01/14 7:15 a.m.37 views

Buffer overflow

The deprecated compatibility function clntcreate in the sunrpc module of the GNU C Library aka glibc through 2.34 copies its hostname argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or if an application is no...

7.5CVSS9.5AI score0.04211EPSS
SaveExploits1References4Affected Software8
Rows per page
Query Builder