Lucene search
+L

2044 matches found

Code423n4
Code423n4
added 2021/06/16 12:0 a.m.13 views

maxSumOfPrices check is broken

Handle 0xRajeev Vulnerability details Impact rentAllCards requires the sender to specify a maxSumOfPrices parameter which specifies “limit to the sum of the bids to place” as specified in the Natspec @param comment. This is apparently for front-run protection. However, this function parameter...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/03 12:0 a.m.11 views

Possible DoS attack when creating Joins in Wand

Handle shw Vulnerability details Impact It is possible for an attacker to intendedly create a fake Join corresponding to a specific token beforehand to make Wand unable to deploy the actual Join, causing a DoS attack. Proof of Concept The address of Join corresponding to an underlying asset is...

6.8AI score
SaveExploits0
Prion
Prion
added 2021/06/02 10:15 p.m.16 views

Design/Logic Flaw

FDCMS also known as Fangfa Content Management System 4.0 allows remote attackers to get a webshell in the background via Front/lib/Action/FindexAction.class.php...

7.5CVSS9.3AI score0.01684EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2021/06/02 10:15 p.m.19 views

Sql injection

FDCMS aka Fangfa Content Management System 4.0 contains a front-end SQL injection via Admin/Lib/Action/FloginAction.class.php...

7.5CVSS9.8AI score0.01133EPSS
SaveExploits1References1Affected Software1
Code423n4
Code423n4
added 2021/06/02 12:0 a.m.7 views

Violation of implicit constraints in batched operations may break protocol assumptions

Handle 0xRajeev Vulnerability details Impact The Ladle batching of operations is a complex task as noted by the project lead which has implicit constraints on what operations can be bundled together in a batch, which operations can/have-to appear how many times and in what order/sequence etc. Som...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/02 12:0 a.m.14 views

Potential griefing with DoS by front-running vault creation with same vaultID

Handle 0xRajeev Vulnerability details Impact The vaultID for a new vault being built is required to be specified by the user building a vault via the build function instead of being assigned by the Cauldron/protocol. An attacker can observe a build as part of a batch transaction in the mempool,...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/26 12:0 a.m.9 views

setConvictionless can be front-run to prevent conviction reset

Handle 0xRajeev Vulnerability details Impact The denylist convictionless is meant to deny conviction scores for certain users and is set by the privileged roles timelock/FSD-owner in setConvictionless. The documentation says: “adjust which addresses are meant to not accrue a conviction score. The...

6.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2021/05/20 12:0 a.m.9 views

The vulnerability of the DRM_XEN_FRONT kernel drivers of the Linux operating system allows a hacker to execute arbitrary code.

The vulnerability of the DRMXENfront driver in the Linux operating system is related to the unlimited distribution of resources. Exploiting this vulnerability allows a hacker to execute arbitrary code...

7.8CVSS7.1AI score0.00346EPSS
SaveExploits0References14Affected Software2
Huntr
Huntr
added 2021/05/19 7:59 p.m.10 views

SQL Injection in akshayp282/quizx

✍️ Description Course deletion on the teacher portal is vulnerable to SQL injection. This will allow a user to run arbitrary SQL queries and completely erase, export or change all information in the database - potentially rendering the entire platform unusable. 🕵️‍♂️ Proof of Concept - Log in to...

1.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/19 12:0 a.m.11 views

Transaction-Order-Dependence race condition for approveTransferERC20()

Handle 0xRajeev Vulnerability details Impact Similar to ERC20 approve being susceptible to double-spend allowance due to front-running, approveTransferERC20 here is also susceptible. For reference, see . This is the classic ERC20 approve race condition where a malicious spender can double-spend...

7AI score
SaveExploits0
OSV
OSV
added 2021/05/11 4:6 p.m.12 views

OPENSUSE-SU-2021:0712-1 Security update for opera

This update for opera fixes the following issues: Update to version 76.0.4017.94 - released on the stable branch Update to version 76.0.4017.88 - CHR-8404 Update chromium on desktop-stable-90-4017 to 90.0.4430.85 - DNA-92219 Add bookmark API supports to the front-end - DNA-92409 MAC ‘Present now’...

9.6CVSS7.8AI score0.69291EPSS
SaveExploits7References8
seebug.org
seebug.org
added 2021/05/06 12:0 a.m.44 views

蓝凌OA前台任意文件读取漏洞

...

0.3AI score
SaveExploits0
CNNVD
CNNVD
added 2021/05/05 12:0 a.m.14 views

Vaadin flow 安全漏洞

Vaadin flow is a software application. the Java framework for the Vaadin platform for building modern websites that look great, perform well and keep you and your users happy. A security vulnerability exists in vaadin that allows a local user to inject malicious code into front-end resources duri...

7.8CVSS7.4AI score0.00231EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2021/04/28 12:0 a.m.19 views

Unrestricted addLiquidity could cause unintended results on front-end apps that listen to events.

Handle shw Vulnerability details Impact The addLiquidity function in Pool.sol lacks an access control, which allows an attacker to add liquidity for any specific user. Front-end apps that listen to AddLiquidity events may be affected by this vulnerability and may go wrong since it is not the user...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/27 12:0 a.m.6 views

Initialization can be front-run in USDV.sol

Handle 0xRajeev Vulnerability details Impact Given the public access, this is susceptible to front-running by an attacker who can initialize this with arbitrary assets before the deployer. Reinitialization will require contract redeployment because initialization can be done only once. Reference:...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/27 12:0 a.m.15 views

Vader functions can be called before initialization in init() of Vader.sol

Handle 0xRajeev Vulnerability details Impact All the external/public functions of Vader.sol can be called by other contracts even before Vader.sol contract is initialized. This can lead to exceptions, state corruption or incorrect accounting in other contracts, which may require redeployment of...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/27 12:0 a.m.17 views

Initialization can be front-run in DAO.sol

Handle 0xRajeev Vulnerability details Impact Given the public access, this is susceptible to front-running by an attacker who can initialize this with arbitrary assets before the deployer. Reinitialization will require contract redeployment because initialization can be done only once. Reference:...

6.9AI score
SaveExploits0
CNVD
CNVD
added 2021/04/25 12:0 a.m.12 views

Vaadin Designer Information Disclosure Vulnerability

Vaadin Designer is a visualization tool that enables you to drag and drop and configure web components on a canvas. A security vulnerability exists in Vaadin Designer versions 4.3.0 - 4.6.3. The vulnerability stems from an overly lax configuration of the front-end resource server. A remote attack...

8.6CVSS6.8AI score0.0169EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2021/04/23 12:0 a.m.13 views

Vaadin Designer 安全漏洞

Vaadin Designer is a visualization tool that enables you to drag and drop and configure web components on a canvas. A security vulnerability exists in Vaadin Designer versions 4.3.0 - 4.6.3. The vulnerability stems from an overly lax configuration of the front-end resource server. A remote attack...

8.6CVSS5.8AI score0.0169EPSS
SaveExploits0References2
OSV
OSV
added 2021/04/13 8:15 p.m.5 views

CVE-2021-29440

Grav is a file based Web-platform. Twig processing of static pages can be enabled in the front matter by any administrative user allowed to create or edit pages. As the Twig processor runs unsandboxed, this behavior can be used to gain arbitrary code execution and elevate privileges on the...

7.2CVSS6.3AI score0.30623EPSS
SaveExploits5References4
Rows per page
Query Builder