Lucene search
+L

301 matches found

Code423n4
Code423n4
added 2022/11/13 12:00 a.m.10 views

Transfer error can fail unnoticed

Lines of code Vulnerability details Impact Quoting Solidity docs: The low-level functions call, delegatecall and staticcall return true as their first return value if the account called is non-existent, as part of the design of the EVM. Account existence must be checked prior to calling if needed...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/30 12:00 a.m.15 views

Approve front-running attack in DBR.sol

Lines of code Vulnerability details Impact An attacker could front-run an approve transaction to get an overall bigger amount approved. Proof of Concept This is the approve function of the DBR token. function approveaddress spender, uint256 amount public virtual returns bool...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/27 12:00 a.m.14 views

Users can regain gobblers they use to mint Legendary Gobbler with.

Lines of code Vulnerability details Impact Users can mint legendary gobblers without actually burning their gobblers by using the GobblersERC721.approve function to approve themselves before minting their legendary gobbler the burn mechanism, doesn't delete the getApproved approved entry for that...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/25 12:00 a.m.9 views

Users cannot use mintWithSignature() function in most cases

Lines of code Vulnerability details Impact Function sfrxETH.mintWithSignature allows users to approve and mint in one transaction. Users will provide input param shares and function will calculate what assets amount needed to be approved in case approveMax = false. uint256 amount = approveMax ?...

6.7AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/09/09 2:15 p.m.6 views

CVE-2022-38273

JFinal CMS 5.1.0 is vulnerable to SQL Injection via /admin/article/listapprove...

7.2CVSS5.9AI score0.00925EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2022/09/09 1:41 p.m.36 views

CVE-2022-38273

JFinal CMS 5.1.0 is vulnerable to SQL Injection via /admin/article/listapprove...

7.6AI score0.00925EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2022/09/09 12:00 a.m.9 views

JFinal SQL注入漏洞

JFinal is a Java-based WEB + ORM open source framework. JFinal CMS version 5.1.0 has a security vulnerability , the vulnerability stems from /admin/article/listapprove SQL injection vulnerability...

7.2CVSS7.2AI score0.00925EPSS
SaveExploits1References2
OSV
OSV
added 2022/06/27 9:15 a.m.9 views

CVE-2022-1625

The New User Approve WordPress plugin before 2.4 does not have CSRF check in place when updating its settings and adding invitation codes, which could allow attackers to add invitation codes for bypassing the provided restrictions and to change plugin settings by tricking admin users into visitin...

4.3CVSS5.8AI score0.00367EPSS
SaveExploits2References1
Cvelist
Cvelist
added 2022/06/27 8:57 a.m.42 views

CVE-2022-1625 New User Approve < 2.4 - Arbitrary Settings Update & Invitation Code Creation via CSRF

The New User Approve WordPress plugin before 2.4 does not have CSRF check in place when updating its settings and adding invitation codes, which could allow attackers to add invitation codes for bypassing the provided restrictions and to change plugin settings by tricking admin users into visitin...

4.9AI score0.00367EPSS
SaveExploits2References1
CVE
CVE
added 2022/06/27 8:57 a.m.99 views

CVE-2022-1625

The CVE-2022-1625 entry concerns the WordPress plugin New User Approve (versions prior to 2.4). The root cause is missing CSRF protection when updating plugin settings and when creating invitation codes, enabling an attacker to inject or modify data by luring an admin to a crafted page. Impact st...

4.3CVSS4.5AI score0.00367EPSS
SaveExploits2References1Affected Software1
CNNVD
CNNVD
added 2022/06/27 12:00 a.m.25 views

WordPress plugin New User Approve 跨站请求伪造漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation. WordPress is a blogging platform developed using the PHP language. WordPress plugin is an application plugin. WordPress New User Approve plugin versions prior to 2.4 are vulnerable to cross-site request forgery, which...

4.3CVSS5.6AI score0.00367EPSS
SaveExploits2References2
Code423n4
Code423n4
added 2022/06/14 12:00 a.m.10 views

Unchecked return value for ERC20.approve call

Lines of code Vulnerability details Impact Tokens that don't actually perform the approve and return false are still counted as a correct approve. Proof of Concept In NotionalTradeModule.sol, there is approve function which makes a low level call but does not check the success return value. Some...

6.7AI score
SaveExploits0
Patchstack
Patchstack
added 2022/06/13 12:00 a.m.13 views

WordPress New User Approve plugin <= 2.4 - Reflected Cross-Site Scripting (XSS) vulnerability

Reflected Cross-Site Scripting XSS vulnerability discovered by WPScanTeam in WordPress New User Approve plugin versions = 2.4. Solution Update the WordPress New User Approve plugin to the latest available version at least 2.4.1...

2.1AI score
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2022/06/07 12:00 a.m.10 views

Discourse 安全漏洞

Discourse is an open source community discussion platform. The platform includes community, email, and chat room features. A security vulnerability exists in versions prior to Discourse 2.8.4, which stems from the fact that inviting users to a site using single sign-on can bypass the...

5.3CVSS5.6AI score0.00963EPSS
SaveExploits0References6
Code423n4
Code423n4
added 2022/06/03 12:00 a.m.13 views

Fulfilling an order more than once

Lines of code Vulnerability details Impact Any non basic or FULL order can be fulfilled more than once, assuming the offerer has approved the contract the right amounts. This is a valid assumption as users may max-approve the contract/conduits, or have multiple orders with the same items open so...

6.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/06/03 12:00 a.m.12 views

PT-2022-20469

Name of the Vulnerable Software and Affected Versions Discourse versions prior to 2.8.4 on the stable branch Discourse versions prior to 2.9.0beta5 on the beta and tests-passed branches Description The issue affects Discourse, an open source platform for community discussion. Inviting users on...

5.3CVSS5.4AI score0.00963EPSS
SaveExploits0References11
wpexploit
wpexploit
added 2022/05/30 12:00 a.m.86 views

New User Approve < 2.4.1 - Reflected Cross-Site Scripting

The plugin does not escape some URLs before outputting them back in attributes, leading to Reflected Cross-Site Scripting With the Membership settings /wp-admin/options-general.php disabled: https://example.com/wp-admin/index.php?a"alert/XSS/...

SaveExploits0
WPVulnDB
WPVulnDB
added 2022/05/30 12:00 a.m.11 views

New User Approve < 2.4.1 - Reflected Cross-Site Scripting

The plugin does not escape some URLs before outputting them back in attributes, leading to Reflected Cross-Site Scripting PoC With the Membership settings /wp-admin/options-general.php disabled: https://example.com/wp-admin/index.php?a"...

0.4AI score
SaveExploits0Affected Software1
OSV
OSV
added 2022/05/13 1:17 a.m.14 views

GHSA-4CXR-4VWC-6PG7 Jenkins Bitbucket Approve Plugin stores credentials in plain text

Bitbucket Approve Plugin stores credentials unencrypted in its global configuration file org.jenkinsci.plugins.bitbucketapprove.BitbucketApprover.xml on the Jenkins controller. These credentials can be viewed by users with access to the Jenkins controller file system...

3.3CVSS8.7AI score0.0134EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/05/13 1:17 a.m.18 views

Jenkins Bitbucket Approve Plugin stores credentials in plain text

Bitbucket Approve Plugin stores credentials unencrypted in its global configuration file org.jenkinsci.plugins.bitbucketapprove.BitbucketApprover.xml on the Jenkins controller. These credentials can be viewed by users with access to the Jenkins controller file system...

8.8CVSS6.8AI score0.0134EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder