Lucene search
+L

454 matches found

Code423n4
Code423n4
added 2022/09/19 12:0 a.m.12 views

splitRecipient resulting voting power tend to be overstated

Lines of code Vulnerability details When burn computes the contributor's share via getFinalContribution and contributor = splitRecipient it transfers the whole share to the splitRecipient in advance, even when not all the voting power were allocated. I.e. some contributors might not burn and the...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/08/15 12:0 a.m.13 views

Creator can be incorrectly paid because of array truncate when distributing mint fee.

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. The creatorRecipient and creatorShares can be forcefully trancated to a fixed length. And the truncated creator is not paid. Proof of Concept Provide direct links to all referenced code in GitHub. Add...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/07/02 12:0 a.m.8 views

Contract TresureDelegate.sol could be destructed

Lines of code Vulnerability details Impact The contract simply could be destructed by anyone. Proof of Concept The question is how?! Imagine, that the recipient account has a fallback function with a selfdestruct in it. ./attack.sol contract attack fallback external payable...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/19 12:0 a.m.10 views

function removeRouter() in RouterFacet don't check that router has balance and don't transfer it, it just set router owner and recipient to 0x0 which can cause make router balance in danger or unavailable for router owner

Lines of code Vulnerability details Impact There are some security levels for router, like setting owner and recipient and when removeRouter is called this values set to 0x0 and router address become vulnerable. contract should transfer router balance to recipient before removing it. Proof of...

6.8AI score
SaveExploits0
CNVD
CNVD
added 2022/06/15 12:0 a.m.47 views

WordPress Like Button Rating plugin Access Control Error Vulnerability

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. An access control error...

6.5CVSS6.4AI score0.0077EPSS
SaveExploits2References1
ATTACKERKB
ATTACKERKB
added 2022/06/13 1:15 p.m.11 views

CVE-2022-0745

The Like Button Rating WordPress plugin before 2.6.45 allows any logged-in user, such as subscriber, to send arbitrary e-mails to any recipient, with any subject and body...

6.5CVSS5.6AI score0.0077EPSS
SaveExploits2References2
CNNVD
CNNVD
added 2022/06/13 12:0 a.m.6 views

WordPress plugin Like Button Rating 安全漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. An access control error...

6.5CVSS5.9AI score0.0077EPSS
SaveExploits2References2
OSV
OSV
added 2022/05/24 5:1 p.m.19 views

GHSA-JHCF-J4HG-V64R Pimcore Access Control Issues

Pimcore before 6.2.2 lacks an Access Denied outcome for a certain scenario of an incorrect recipient ID of a notification...

9.8CVSS9.5AI score0.01392EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2022/05/24 2:15 p.m.4 views

CVE-2022-30837

Toll-tax-management-system v1.0 is vulnerable to Cross Site Scripting XSS via /ttms/classes/Master.php?f=saverecipient, vehiclename...

5.4CVSS5.8AI score0.00526EPSS
SaveExploits1References2
OSV
OSV
added 2022/05/24 2:15 p.m.5 views

CVE-2022-30837

Toll-tax-management-system v1.0 is vulnerable to Cross Site Scripting XSS via /ttms/classes/Master.php?f=saverecipient, vehiclename...

5.4CVSS5.8AI score0.00526EPSS
SaveExploits1References1
Prion
Prion
added 2022/05/24 2:15 p.m.18 views

Cross site scripting

Toll-tax-management-system v1.0 is vulnerable to Cross Site Scripting XSS via /ttms/classes/Master.php?f=saverecipient, vehiclename...

3.5CVSS5.3AI score0.00526EPSS
SaveExploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2022/05/24 12:0 a.m.6 views

PT-2022-20351 · Unknown · Toll Tax Management System

Name of the Vulnerable Software and Affected Versions: Toll-tax-management-system version 1.0 Description: The issue concerns a Cross Site Scripting XSS vulnerability. It can be exploited via the API endpoint "/ttms/classes/Master.php" with the parameter f set to "save recipient" and the vehicle...

5.4CVSS5.8AI score0.00526EPSS
SaveExploits1References4
OpenVAS
OpenVAS
added 2022/05/05 12:0 a.m.17 views

osTicket < 1.14.8, 1.15.x < 1.15.4 Multiple Vulnerabilities

osTicket is prone to multiple vulnerabilities. Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

9.8CVSS9.7AI score0.00995EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2022/04/14 12:0 a.m.4 views

Messaging Web Application 跨站脚本漏洞

Messaging Web Application is a messaging web application in PHP and MySQL database by Carlo Montero Personal Developer. A cross-site scripting vulnerability exists in Messaging Web Application version 1.0, which can be exploited by inserting a valid script into a chat that will be executed in the...

5.4CVSS5.5AI score0.00562EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2022/04/02 12:0 a.m.12 views

User withdrawal can be stuck

Lines of code Vulnerability details Impact Any transfer will lead to updation of cooldown period for the recipient. This can become a problem if recipient wished to withdraw some amount using unstake. Proof of Concept 1. User A wished to withdraw amount 100 2. User A is pending 1 more day where...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/17 12:0 a.m.7 views

RewardDistributor._claim() Will Always Revert if The Recipient is a Contract

Lines of code Vulnerability details Impact The claim function is called to claim a reward for a given rewardIdentifier. The leaf node is calculated using the hashed index, account and amount values and is verified to belong to the merkle tree. After setting the reward as claimed, the tokens are...

7AI score
SaveExploits0
OSV
OSV
added 2022/02/07 11:15 a.m.5 views

CVE-2022-0474

Full list of recipients from customer users in a contact field could be disclosed in notification emails event when the notification is set to be sent to each recipient individually. This issue affects: OTRS AG OTRSCustomContactFields 8.0.x version: 8.0.11 and prior versions...

3.5CVSS5.7AI score0.00642EPSS
SaveExploits0References1
Prion
Prion
added 2022/02/07 11:15 a.m.18 views

Design/Logic Flaw

Full list of recipients from customer users in a contact field could be disclosed in notification emails event when the notification is set to be sent to each recipient individually. This issue affects: OTRS AG OTRSCustomContactFields 8.0.x version: 8.0.11 and prior versions...

3.5CVSS3.9AI score0.00642EPSS
SaveExploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/02/07 9:0 a.m.7 views

CVE-2022-0474

Full list of recipients from customer users in a contact field could be disclosed in notification emails event when the notification is set to be sent to each recipient individually. This issue affects: OTRS AG OTRSCustomContactFields 8.0.x version: 8.0.11 and prior versions...

3.5CVSS5.4AI score0.00642EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2022/02/07 12:0 a.m.7 views

OTRS 信息泄露漏洞

OTRS AG OTRSCustomContactFields is an OTRS custom contact fields plugin from OTRS Germany.An information disclosure vulnerability exists in OTRS AG OTRSCustomContactFields, which could be exploited by an attacker to obtain the full list of recipients in a contact field from a customer...

3.5CVSS5.6AI score0.00642EPSS
SaveExploits0References3
Rows per page
Query Builder