Lucene search
+L

112 matches found

Code423n4
Code423n4
added 2023/07/21 12:00 a.m.10 views

Insecure minimum threshold in _rotateSigners function

Lines of code Vulnerability details Impact Insecure minimum threshold in rotateSigners function can cause execution of malicious multisig proposals with unexpected results. Proof of Concept The rotateSigners is the only function which can initialize multisig parameters. This function has zero che...

7.1AI score
SaveExploits0
Veracode
Veracode
added 2023/07/13 6:56 a.m.26 views

Cross Site Scripting (XSS)

Decidim is vulnerable to Cross Site Scripting XSS vulnerability. The vulnerability is due to not sanitising user input correctly while processing proposals leading to attacker make other users endorse or support proposals they have no intention of supporting or endorsing...

8.1CVSS6.2AI score0.00736EPSS
SaveExploits0References3Affected Software2
Code423n4
Code423n4
added 2023/07/13 12:00 a.m.13 views

Same proposer can make duplicate proposals

Lines of code Vulnerability details Impact A proposer can continuously create new proposals, even if they are redundant or unnecessary. This can overload the system and make it difficult for other participants to navigate through legitimate proposals. Proof of Concept In the propose function, the...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/13 12:00 a.m.9 views

Malicious user may force gas limit error on created proposals

Lines of code Vulnerability details Impact User can create a proposal with arbitrary long array of targets. Function cancel iterates over those targets. Since this array may be long - the risk of out-of-gas error may occur - making the contract to be unable to cancel the proposal as cancel would...

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/13 12:00 a.m.9 views

Votes can be cast even if the proposal state is not "Active"

Lines of code Vulnerability details Impact Votes can be cast on proposals that are not currently open for voting, which can lead to unexpected behavior and potential manipulation of the voting process. By allowing votes to be cast on inactive proposals, it undermines the intended functionality of...

6.8AI score
SaveExploits0
Prion
Prion
added 2023/07/11 6:15 p.m.20 views

Cross site scripting

Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. The external link feature is susceptible to cross-site scripting. This allows a remote attacker to execute JavaScript code in...

5.8CVSS6.1AI score0.00816EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2023/07/11 5:36 p.m.51 views

CVE-2023-34089 Decidim Cross-site Scripting vulnerability in the processes filter

Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. The processes filter feature is susceptible to Cross-site scripting. This allows a remote attacker to execute JavaScript code ...

8.1CVSS8.1AI score0.00736EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2023/05/11 12:00 a.m.10 views

Standard voting favors proposals which ask for lower GBC

Lines of code Vulnerability details Impact Proposals which ask for higher % of the GBC have a serious disadvantage. Proof of Concept For simplicity, let's say there are only 3 projects in the screening stage. Project A asks for 90% GBC and projects B and C ask for 40% GBC each. Therefore, project...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/05/11 12:00 a.m.19 views

It is not possible to create or execute new extraordinary proposals after 10 funded Extraordinary Proposals

Lines of code Vulnerability details Impact With each executed offer, the value of getMinimumThresholdPercentage increases, resulting in the fact that when trying to create a new proposal or execute existing, getMinimumThresholdPercentage exceeds 1e18 and we catch an underflow error via...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/05/11 12:00 a.m.8 views

There can be a maximum of 11 proposals

Lines of code Vulnerability details Impact Overflow Proof of Concept The proposeExtraordinary function restricts that the result of the getMinimumThresholdPercentage function must be less than or equal to 1018. The maximum length of the fundedExtraordinaryProposals array is 10, but there is no...

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

Make proposals fail, no-revert on error, loss of funds

Lines of code Vulnerability details Impact The issue exists because anyone can call executein the multisig contract with will execute the proposal in the DAO contract. The problem here is that certain proposal will not revert when they fail because they have the uint256 allowFailureMap param set ...

7.3AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 6:07 a.m.8 views

SUSE CVE-2008-3651

Memory leak in racoon/proposal.c in the racoon daemon in ipsec-tools before 0.7.1 allows remote authenticated users to cause a denial of service memory consumption via invalid proposals...

4CVSS6.7AI score0.02316EPSS
SaveExploits1References6
Huntr
Huntr
added 2023/01/25 11:45 p.m.27 views

Name Field and all other required Fields Bypass while doing FAQ Proposals

Dear Ladies and Gentlemen, I was able to identify in the Process of sending a FAQ Proposal a Username and all other required Fields Bypass Vulnerability. The Attacker can bypass all the required fields by sending a space at any required field like name, text, answer or question which is a require...

4CVSS5AI score0.0061EPSS
SaveExploits1References2
Microsoft CVE
Microsoft CVE
added 2022/12/02 8:00 a.m.5 views

Unckecked rank size in `tf.image.generate_bounding_box_proposals` in Tensorflow

...

7.5CVSS7.8AI score0.00439EPSS
SaveExploits1
Microsoft Malware Protection
Microsoft Malware Protection
added 2022/11/22 6:00 p.m.17 views

Join us at InfoSec Jupyterthon 2022

Notebooks are gaining popularity in InfoSec. Used interactively for investigations and hunting or as scheduled processing jobs, notebooks offer plenty of advantages over traditional security operations center SOC tools. Sitting somewhere between scripting/macros and a full-blown development...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/11/21 8:41 p.m.79 views

GHSA-6X99-GV2V-Q76V FPE in `tf.image.generate_bounding_box_proposals`

Impact When running on GPU, tf.image.generateboundingboxproposals receives a scores input that must be of rank 4 but is not checked. python import tensorflow as tf a = tf.constantvalue=1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 b = tf.constantvalue=1...

4.8CVSS6.9AI score0.00439EPSS
SaveExploits1References5
Snyk
Snyk
added 2022/11/20 9:08 a.m.2 views

Improper Input Validation

Overview Affected versions of this package are vulnerable to Improper Input Validation due to a missing check of tf.image.generateboundingboxproposals that receives a scores input that must be of rank 4 when running on GPU. Remediation Upgrade tensorflow-lite to version 2.12.0 or higher. Referenc...

7.5CVSS6.8AI score0.00439EPSS
SaveExploits1References2
OSV
OSV
added 2022/11/18 10:15 p.m.10 views

AZL-11527 CVE-2022-41888 affecting package tensorflow for versions less than 2.11.0-1

TensorFlow is an open source platform for machine learning. When running on GPU, tf.image.generateboundingboxproposals receives a scores input that must be of rank 4 but is not checked. We have patched the issue in GitHub commit cf35502463a88ca7185a99daa7031df60b3c1c98. The fix will be included i...

7.5CVSS7.2AI score0.00439EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2022/11/18 12:00 a.m.6 views

PT-2022-26119

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.11 TensorFlow versions 2.10.1, 2.9.3, and 2.8.4 Description TensorFlow is an open source platform for machine learning. When running on GPU, the function tf.image.generate bounding box proposals receives a scores...

7.5CVSS7.1AI score0.00439EPSS
SaveExploits1References18
Debian CVE
Debian CVE
added 2022/11/18 12:00 a.m.11 views

CVE-2022-41888

TensorFlow is an open source platform for machine learning. When running on GPU, tf.image.generateboundingboxproposals receives a scores input that must be of rank 4 but is not checked. We have patched the issue in GitHub commit cf35502463a88ca7185a99daa7031df60b3c1c98. The fix will be included i...

7.5CVSS7AI score0.00439EPSS
SaveExploits1
Rows per page
Query Builder