Lucene search
K

1433 matches found

Code423n4
Code423n4
added 2022/05/01 12:0 a.m.11 views

Lender can immediately liquidate valued Collateral in NFTPairWithOracle contract

Lines of code Vulnerability details Impact A lender can liquidate a borrower's collateral immediately by calling updateLoanParams in the NFTPairWithOracle contract where the ltvBPS for the params struct is set to 0. This bypasses the checks to make sure that the terms are favourable to the...

6.8AI score
Exploits0
Code423n4
Code423n4
added 2022/04/27 12:0 a.m.10 views

Lack of safeApprove(0) prevents some registrations, and the changing of stakers and LP tokens

Lines of code Vulnerability details OpenZeppelin's safeApprove will revert if the account already is approved and the new safeApprove is done with a non-zero value function safeApprove IERC20 token, address spender, uint256 value internal // safeApprove should only be called when setting an initi...

7AI score
Exploits0
CNNVD
CNNVD
added 2022/04/25 12:0 a.m.2 views

WordPress plugin SP Project & Document Manager 代码问题漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation. WordPress is a set of blogging platforms developed using the PHP language. WordPress plugin is an application plugin. WordPress SP Project...

8.8CVSS5.5AI score0.01555EPSS
Exploits1References4
CNNVD
CNNVD
added 2022/04/22 12:0 a.m.1 views

kardianos service 代码问题漏洞

kardianos service is a tool for running go programs as services. A code issue vulnerability exists in kardianos service, which stems from servicewindows.go omitting references that are sometimes required to execute the Windows service executable from the expected directory...

7.8CVSS7.5AI score0.00063EPSS
Exploits0References2
FreeBSD
FreeBSD
added 2022/04/19 12:0 a.m.21 views

rainloop -- cross-site-scripting (XSS) vulnerability

Simon Scannell reports: The code vulnerability can be easily exploited by an attacker by sending a malicious email to a victim that uses RainLoop as a mail client. When the email is viewed by the victim, the attacker gains full control over the session of the victim and can steal any of their...

5.4CVSS0.9AI score0.00966EPSS
Exploits1References2
CNNVD
CNNVD
added 2022/04/19 12:0 a.m.3 views

Git Lfs 代码问题漏洞

Git Lfs is a command line tool from the Git Lfs team for working with large files in git projects. A code issue vulnerability exists in Git Lfs that allows an attacker to execute arbitrary code...

9.8CVSS8.2AI score0.00264EPSS
Exploits0References4
CNNVD
CNNVD
added 2022/04/12 12:0 a.m.2 views

Ghost CMS 代码问题漏洞

Ghost CMS is an open source headless content management system CMS written in JavaScript from the Ghost Foundation in Singapore. A code issue vulnerability exists in Ghost v4.39.0 that allows an attacker to execute arbitrary code via a crafted SVG file...

9.8CVSS8.8AI score0.06063EPSS
Exploits1References3
Code423n4
Code423n4
added 2022/04/06 12:0 a.m.13 views

NonCustodialPSM.mint and redeem using mint control buffer in the inverted way

Lines of code Vulnerability details Impact Now there is no control of VOLT's issuance. For example, super fast VOLT mining is allowed, while mint control buffer will sit capped at its bufferCap, not affecting anything. This way mint speed control is disabled. The issue is that NonCustodialPSM.min...

6.6AI score
Exploits0
Code423n4
Code423n4
added 2022/04/02 12:0 a.m.6 views

Precision loss

Lines of code Vulnerability details Impact In line 729 of HolyPaladinToken.sol a huge precision loss occurs if dropDecreaseDuration is not a multiple of MONTH. In its current implementation dropDecreaseDuration / MONTH will get rounded down, which means that dropDecreaseDuration of 1 month and 29...

6.8AI score
Exploits0
CNNVD
CNNVD
added 2022/03/25 12:0 a.m.2 views

Checkmk 代码问题漏洞

Checkmk is an editor. A code issue vulnerability exists in CheckMK Enterprise Edition that stems from a successful exploit requiring access to the web administration interface using valid credentials or by hijacking the session of a user with the administrator role...

8.8CVSS8AI score0.04878EPSS
Exploits2References4
Code423n4
Code423n4
added 2022/03/24 12:0 a.m.9 views

Incorrect strike price displayed in name/symbol of qToken

Lines of code Vulnerability details Impact slice in options/QTokenStringUtils.sol cut a string into stringstart:end However, while fetching bytes, it uses bytessstart+1 instead of bytessstart+i. This causes the return string to be composed of sstartend-start. The result of this function is then...

6.9AI score
Exploits0
CVE
CVE
added 2022/03/21 7:51 p.m.191 views

CVE-2022-26148

Grafana (through 7.3.4) integrated with Zabbix contains a credentials disclosure flaw: the Zabbix password and URL can be exposed by inspecting api_jsonrpc.php in the HTML source after login/registration, enabling an attacker with access to the app to obtain sensitive Zabbix credentials. Root cau...

9.8CVSS9.4AI score0.87225EPSS
Exploits1References2Affected Software1
CNNVD
CNNVD
added 2022/03/21 12:0 a.m.1 views

UA-Nodeset 代码问题漏洞

UA-Nodeset is a UA node set from the OPC Foundation of America. A code issue vulnerability exists in OPC UA-Nodeset version 1.05.01-2022-02-24 and all previous versions, which stems from the automatically generated ANSI C heap store not handling all error cases...

6.5CVSS6.6AI score0.00522EPSS
Exploits1References8
Code423n4
Code423n4
added 2022/03/19 12:0 a.m.9 views

First user can prevent later users receiving collateral shares

Lines of code Vulnerability details Impact All users after the first the attacker will receive no collateral shares in return for their deposit, losing their tokens. Proof of Concept On the first mint of Collateral tokens the amount to be minted is equal to the amount of tokens deposited, on late...

6.8AI score
Exploits0
NVD
NVD
added 2022/03/16 3:15 p.m.14 views

CVE-2021-39693

In onUidStateChanged of AppOpsService.java, there is a possible way to access location without a visible indicator due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for...

7.8CVSS0.00013EPSS
Exploits0References1
NVD
NVD
added 2022/03/16 3:15 p.m.10 views

CVE-2021-39695

In createOrUpdate of BasePermission.java, there is a possible permission bypass due to a logic error in the code. This could lead to local escalation of privilege with User execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11Android ID:...

7.8CVSS0.00012EPSS
Exploits0References1
SonarSource Blog
SonarSource Blog
added 2022/02/22 12:0 a.m.80 views

Horde Webmail 5.2.22 - Account Takeover via Email

Horde Webmail is a free, enterprise-ready, and browser-based communication suite developed by the Horde project. It is a popular webmail solution for universities and government agencies to exchange sensitive email messages on a daily basis. It is also shipped as part of the popular hosting...

6.9AI score
Exploits0
CNNVD
CNNVD
added 2022/02/21 12:0 a.m.1 views

Softing Secure Integration Server 代码问题漏洞

Softing Secure Integration Server is a secure integration server from Softing Germany. It provides a powerful OPC UA data integration layer and supports interface abstraction, aggregation, data preprocessing and security supervision. A code issue vulnerability exists in Softing Secure Integration...

7.2CVSS7.3AI score0.62412EPSS
Exploits3References10
CNNVD
CNNVD
added 2022/02/19 12:0 a.m.1 views

showdoc 代码问题漏洞

showdoc is an open source tool ideal for IT teams to share documents online. showdoc suffers from a code issue vulnerability that stems from unrestricted uploading of files with dangerous types. No details of the vulnerability are currently available...

7.8CVSS5.7AI score0.00209EPSS
Exploits1References3
CNNVD
CNNVD
added 2022/02/18 12:0 a.m.2 views

Appleple a-blog cms 代码注入漏洞

Appleple a-blog cms is a content management system CMS from appleple Appleple Japan. A code injection vulnerability exists in Appleple a-blog cms, which is vulnerable due to a template injection issue. A remote user can obtain arbitrary files on the server. The vulnerability allows remote attacke...

6.5CVSS6.6AI score0.003EPSS
Exploits0References5
Rows per page
Query Builder