Lucene search
+L

2810 matches found

Code423n4
Code423n4
added 2022/08/07 12:00 a.m.18 views

Unchecked Call Return Value

Lines of code Vulnerability details Impact The return value of a message call is not checked. Execution will resume even if the called contract throws an exception. If the call fails accidentally or an attacker forces the call to fail, this may cause unexpected behaviour in the subsequent program...

6.9AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/08/05 12:00 a.m.7 views

CVE-2022-31220

Dell BIOS versions contain an Unchecked Return Value vulnerability. A local authenticated administrator user could potentially exploit this vulnerability in order to change the state of the system or cause unexpected failures...

5.1CVSS6AI score0.00154EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2022/08/05 12:00 a.m.10 views

CVE-2022-31225

Dell BIOS versions contain an Unchecked Return Value vulnerability. A local authenticated administrator user could potentially exploit this vulnerability in order to change the state of the system or cause unexpected failures...

5.1CVSS6AI score0.00154EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2022/08/03 12:00 a.m.12 views

xhyve 安全漏洞

xhyve is a lightweight OS X virtualization solution open-sourced by machyve. A security vulnerability exists in xhyve that stems from the failure to properly validate the length of user-supplied data before copying it to a stack-based buffer, allowing a local attacker to elevate privileges on an...

7.5CVSS7.6AI score0.00319EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2022/08/01 12:00 a.m.20 views

arbitrary low level call

Lines of code Vulnerability details Impact An attacker may perform call to an arbitrary address with controlled calldata Proof of Concept File: contracts\DepositHandler.sol: 23 if callee.code.length == 0 revert NotContract; 24: success, returnData = callee.calldata; 25 references: Tools Used vsco...

7AI score
SaveExploits0
CNVD
CNVD
added 2022/07/30 12:00 a.m.40 views

Synology Media Server Buffer Overflow Vulnerability

Synology Media Server is a media server. buffer overflow vulnerability exists in versions prior to Synology Media Server 1.8.1-2876, which stems from the existence of unchecked input size buffer replication in the cgi component, and can be exploited by remote attackers to execute arbitrary code v...

10CVSS7.5AI score0.01565EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2022/07/29 12:00 a.m.41 views

EulerOS 2.0 SP10 : libtiff (EulerOS-SA-2022-2136)

According to the versions of the libtiff package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Reachable Assertion in tiffcp in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile...

6.5CVSS6.4AI score0.01478EPSS
SaveExploits5References6
CNNVD
CNNVD
added 2022/07/28 12:00 a.m.9 views

Synology Media Server 安全漏洞

Synology Media Server is a media server. buffer overflow vulnerability exists in versions prior to Synology Media Server 1.8.1-2876, which stems from the existence of unchecked input size buffer replication in the cgi component, and can be exploited by remote attackers to execute arbitrary code v...

10CVSS6.6AI score0.01565EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2022/07/25 3:06 p.m.5 views

CVE-2022-27612

Buffer copy without checking size of input 'Classic Buffer Overflow' vulnerability in cgi component in Synology Audio Station before 6.5.4-3367 allows remote attackers to execute arbitrary commands via unspecified vectors...

9.8CVSS6.2AI score0.00885EPSS
SaveExploits0References2
OSV
OSV
added 2022/07/25 7:15 a.m.13 views

CVE-2022-36450

Obsidian 0.14.x and 0.15.x before 0.15.5 allows obsidian://hook-get-address remote code execution because window.open is used without checking the URL...

9.8CVSS7.8AI score0.20025EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2022/07/25 7:15 a.m.6 views

CVE-2022-36450

Obsidian 0.14.x and 0.15.x before 0.15.5 allows obsidian://hook-get-address remote code execution because window.open is used without checking the URL...

9.8CVSS9.4AI score0.20025EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2022/07/19 12:00 a.m.14 views

Unchecked Return Value for transfer & transferFrom call

Lines of code Vulnerability details Impact It is good to add a require statement that checks the return value of token transfers or to use something like OpenZeppelin’s safeTransfer/safeTransferFrom unless one is sure the given token reverts in case of a failure. Failure to do so will cause silen...

6.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2022/07/18 12:00 a.m.12 views

The implementation of commands such as “execute restore image” and “execute certificate remote” in the command-line interface (CLI) of the Fortinet FortiManager device management software, along with the FortiAnalyzer network firewall, FortiOS operating systems, and the FortiProxy proxy server for protecting against internet attacks, allows a malicious individual to execute arbitrary code or perform arbitrary commands.

The vulnerability in the implementation of the “execute restore image” and “execute certificate remote” commands in the command-line interface CLI of the Fortinet FortiManager device management software, as well as in the FortiAnalyzer network switch, FortiOS operating systems, and the FortiProxy...

7.8CVSS7.4AI score0.00179EPSS
SaveExploits0References6Affected Software4
BDU FSTEC
BDU FSTEC
added 2022/07/18 12:00 a.m.11 views

The vulnerability in the API for 3D graphics in WebGL browsers such as Firefox, Firefox ESR, and the email client Thunderbird allows a hacker to induce a service failure.

The vulnerability of the API for 3D graphics in WebGL browsers such as Firefox, Firefox ESR, and the email client Thunderbird lies in the copying of buffers without checking the size of the input data. Exploiting this vulnerability can allow a malicious actor to cause service interruptions throug...

7.6CVSS7.7AI score0.00814EPSS
SaveExploits0References17Affected Software11
Tenable Nessus
Tenable Nessus
added 2022/07/15 12:00 a.m.57 views

EulerOS Virtualization 2.10.0 : protobuf (EulerOS-SA-2022-2034)

According to the versions of the protobuf packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - Nullptr dereference when a null char is present in a proto symbol. The symbol is parsed incorrectly, leading to an unchecked ca...

6.5CVSS6.5AI score0.0266EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2022/07/12 12:00 a.m.44 views

Adobe RoboHelp 跨站脚本漏洞

Adobe RoboHelp is a help authoring tool developed and released for Windows by the American company Audobee Adobe. A cross-site scripting vulnerability exists in Adobe RoboHelp version 2020.0.7 and earlier, which stems from the program's lack of checksum filtering of user-supplied data and output...

6.1CVSS5.6AI score0.00662EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2022/07/12 12:00 a.m.11 views

Adobe Character Animator 缓冲区错误漏洞

Adobe Character Animator, a motion capture and animation tool from Adobe, is vulnerable to a buffer overflow vulnerability caused by a lack of proper validation of user-supplied data, which could be exploited to trigger a buffer overflow resulting in arbitrary code execution...

7.8CVSS6.4AI score0.00383EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2022/07/06 12:00 a.m.13 views

The vulnerability of the IOMobileFrameBuffer component in iOS and iPadOS operating systems allows a hacker to execute arbitrary code.

The vulnerability of the IOMobileFrameBuffer component in iOS and iPadOS systems stems from the buffer being copied without checking the size of the input data. Exploiting this vulnerability allows an attacker to execute arbitrary code...

7.8CVSS8.1AI score0.02923EPSS
SaveExploits0References5Affected Software2
CNNVD
CNNVD
added 2022/07/01 12:00 a.m.8 views

Tenda AX1806 缓冲区错误漏洞

Tenda AX1806 is a WiFi6 wireless router from Tenda China.A stack overflow vulnerability exists in Tenda AX1806 V1.0.0.1, which stems from the formSetVirtualSer function not checking its length for input data. An attacker could exploit this vulnerability to cause a denial of service attack...

7.8CVSS5.8AI score0.01124EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2022/07/01 12:00 a.m.11 views

Tenda M3 缓冲区错误漏洞

Tenda M3 is an access controller from Tenda, China. Tenda M3 v1.0.0.12 is vulnerable to a stack overflow vulnerability, which stems from the fact that the items parameter of the formSetAccessCodeInfo function does not check the length of the input data. An attacker could exploit this vulnerabilit...

7.8CVSS5.8AI score0.01124EPSS
SaveExploits1References2
Rows per page
Query Builder