Lucene search
+L

14667 matches found

CNNVD
CNNVD
added 2023/03/29 12:00 a.m.11 views

D-Link DIR-825 操作系统命令注入漏洞

The D-Link DIR-825 is a router from China-based AUO D-Link. The D-Link DIR-825 suffers from an operating system command injection vulnerability that originates from failure to properly validate a user-supplied string before executing a system call using it...

8.8CVSS8AI score0.00962EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2023/03/29 12:00 a.m.10 views

CVE-2022-43623

This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of D-Link DIR-1935 1.03 routers. Although authentication is required to exploit this vulnerability, the existing authentication mechanism can be bypassed. The specific flaw exists within the...

6.8CVSS6.9AI score0.01085EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2023/03/29 12:00 a.m.10 views

D-Link DIR-825 操作系统命令注入漏洞

The D-Link DIR-825 is a router from China-based AUO D-Link. The D-Link DIR-825 suffers from an operating system command injection vulnerability that originates from failure to properly validate a user-supplied string before executing a system call using it...

8.8CVSS8AI score0.01947EPSS
SaveExploits0References3
NVD
NVD
added 2023/03/22 11:15 a.m.23 views

CVE-2023-1562

Mattermost fails to check the "Show Full Name" setting when rendering the result for the /plugins/focalboard/api/v2/users API call, allowing an attacker to learn the full name of a board owner...

4.3CVSS4.2AI score0.00464EPSS
SaveExploits0References1
Prion
Prion
added 2023/03/22 11:15 a.m.19 views

Buffer overflow

Mattermost fails to check the "Show Full Name" setting when rendering the result for the /plugins/focalboard/api/v2/users API call, allowing an attacker to learn the full name of a board owner...

4CVSS4.7AI score0.00464EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2023/03/22 10:16 a.m.32 views

CVE-2023-1562 Full name revealed via /plugins/focalboard/api/v2/users

Mattermost fails to check the "Show Full Name" setting when rendering the result for the /plugins/focalboard/api/v2/users API call, allowing an attacker to learn the full name of a board owner...

3.5CVSS4.9AI score0.00464EPSS
SaveExploits0References1
OSV
OSV
added 2023/03/22 10:16 a.m.22 views

CVE-2023-1562 Full name revealed via /plugins/focalboard/api/v2/users

Mattermost fails to check the "Show Full Name" setting when rendering the result for the /plugins/focalboard/api/v2/users API call, allowing an attacker to learn the full name of a board owner...

3.5CVSS6AI score
SaveExploits0References3
Redos
Redos
added 2023/03/22 12:00 a.m.30 views

ROS-20230322-01

A vulnerability in the HEIF and AVIF libheif file format decoder is related to the data parsing code of strided images in the emscripten wrapper for libheif. Exploitation of the vulnerability could allow an attacker acting remotely to use a specially crafted image file to cause a buffer overflow ...

7.8CVSS7.7AI score0.00307EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2023/03/22 12:00 a.m.16 views

The vulnerability relates to the runtime of procedure calls in Windows operating systems, allowing an attacker to execute arbitrary code.

The vulnerability of remote procedure call runtime in Windows operating systems exists due to insufficient checking of input data. Exploiting this vulnerability allows a malicious actor to execute arbitrary code remotely...

8.1CVSS8.2AI score0.01002EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2023/03/22 12:00 a.m.12 views

The vulnerability relates to the runtime of procedure calls in Windows operating systems, allowing an attacker to execute arbitrary code.

The vulnerability of remote procedure call runtime in Windows operating systems is related to insufficient validation of input data. Exploiting this vulnerability allows a malicious actor to execute arbitrary code remotely...

8.1CVSS8.2AI score0.01002EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2023/03/22 12:00 a.m.12 views

The vulnerability relates to the runtime of procedure calls in Windows operating systems, allowing an attacker to execute arbitrary code.

The vulnerability of remote procedure call runtime in Windows operating systems exists due to insufficient checking of input data. Exploiting this vulnerability allows a malicious actor to execute arbitrary code remotely...

10CVSS8.5AI score0.01486EPSS
SaveExploits0References3
OSV
OSV
added 2023/03/21 1:15 p.m.10 views

UBUNTU-CVE-2022-42331

x86: speculative vulnerability in 32bit SYSCALL path Due to an oversight in the very original Spectre/Meltdown security work XSA-254, one entrypath performs its speculation-safety actions too late. In some configurations, there is an unprotected RET instruction which can be attacked with a variet...

5.5CVSS5.8AI score0.00273EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:00 a.m.47 views

CBL Mariner 2.0 Security Update: kernel (CVE-2022-43945)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-43945 advisory. - The Linux kernel NFSD implementation prior to versions 5.19.17 and 6.0.2 are vulnerable to buffer overflow...

7.5CVSS7.1AI score0.22293EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2023/03/19 12:00 a.m.18 views

DefaultAccount will add system call flag to any call with msg.value

Lines of code Vulnerability details Impact As mentioned in the repo's README.md documentation: isSystem flag. Whether the call intends a system contracts' function. While most of the system contracts' functions are relatively harmless, accessing some with calldata only may break the invariants of...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/19 12:00 a.m.36 views

Unsafe system contract verification

Lines of code Vulnerability details Impact On the following function: function isSystemContractaddress address internal pure returns bool return uint160address = uint160MAXSYSTEMCONTRACTADDRESS; it does check whether an address is a system contract by checking whether it is smaller than...

6.5AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/19 12:00 a.m.19 views

[Medium - 2] A force deployed contract may be stuck in the constructor forever

Lines of code Vulnerability details Impact The forceDeployOnAddress function in the ContractDeployer contract may be used to redeploy contracts at a specified address. Very useful in the case of precompiles or system contracts upgrades for instance. In the deployment parameters, multiple values c...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/19 12:00 a.m.15 views

Unchecked msg.value will lead to losing funs inside the contract

Lines of code Vulnerability details Impact While paying for the transaction, function payForTransaction bytes32, // txHash bytes32, // suggestedSignedHash Transaction calldata transaction external payable ignoreNonBootloader ignoreInDelegateCall //@audit-issue no checks that actulayy there is...

6.7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/03/18 12:00 a.m.15 views

PT-2023-35713 · Git +1 · P11-Kit

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a crash type identified as Global-buffer-overflow READ 8. The crash state involves functions such as base C MessageEncryptInit, r...

6.9AI score
SaveExploits0References2
Code423n4
Code423n4
added 2023/03/17 12:00 a.m.16 views

An attacker can manipulate the call stack of the transaction to impersonate another address and set a different value for the origin variable.

Lines of code Vulnerability details Impact By changing the transaction's call stack, an attacker can use the origin variable to pretend to be another address, as a result, the attacker can be able to enter the system without authorization and carry out evil deeds. Proof of Concept The vulnerabili...

6.8AI score
SaveExploits0
OSV
OSV
added 2023/03/16 9:15 p.m.6 views

CVE-2023-21449

Improper access control vulnerability in Call application prior to SMR Mar-2023 Release 1 allows local attackers to access sensitive information without proper permission...

5.5CVSS6.1AI score0.00168EPSS
SaveExploits0References1
Rows per page
Query Builder