Lucene search
+L

3118 matches found

OSSF Malicious Packages
OSSF Malicious Packages
added 2022/06/20 8:19 p.m.4 views

Malicious code in uxpin-merge-ms-fabric (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware d6770965c2fb106f9c16c4bba9ca9724909591f0a1e2f43d34a55f322aca56f4 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2022/06/17 12:27 a.m.68 views

GHSA-3PP4-64MP-9CG9 Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`

Affected versions of this crate maintains references to memory that might have been freed already. If affects the following two tremor-script language constructs: A Merge where we assign the result back to the target expression and the expression to be merged needs to reference the event: let sta...

9.8CVSS8.5AI score0.01191EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/06/17 12:27 a.m.17 views

Memory Safety Issue when using `patch` or `merge` on `state` and assign the result back to `state`

Affected versions of this crate maintains references to memory that might have been freed already. If affects the following two tremor-script language constructs: A Merge where we assign the result back to the target expression and the expression to be merged needs to reference the event: let sta...

0.3AI score
SaveExploits0References3Affected Software1
NVD
NVD
added 2022/05/31 4:15 p.m.35 views

CVE-2022-29220

github-action-merge-dependabot is an action that automatically approves and merges dependabot pull requests PRs. Prior to version 3.2.0, github-action-merge-dependabot does not check if a commit created by dependabot is verified with the proper GPG key. There is just a check if the actor is set t...

6.5CVSS0.0048EPSS
SaveExploits0References3
Prion
Prion
added 2022/05/31 4:15 p.m.18 views

Design/Logic Flaw

github-action-merge-dependabot is an action that automatically approves and merges dependabot pull requests PRs. Prior to version 3.2.0, github-action-merge-dependabot does not check if a commit created by dependabot is verified with the proper GPG key. There is just a check if the actor is set t...

4CVSS6.4AI score0.0048EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2022/05/31 4:10 p.m.42 views

CVE-2022-29220 No verification of commits origin in github-action-merge-dependabot

github-action-merge-dependabot is an action that automatically approves and merges dependabot pull requests PRs. Prior to version 3.2.0, github-action-merge-dependabot does not check if a commit created by dependabot is verified with the proper GPG key. There is just a check if the actor is set t...

6.5CVSS6.6AI score0.0048EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2022/05/31 12:0 a.m.11 views

github-action-merge-dependabot 数据伪造问题漏洞

github-action-merge-dependabot is used to automatically approve and merge dependabot PRs. A security vulnerability exists in github-action-merge-dependabot versions prior to 3.2.0, which stems from the fact that it does not check whether commits created by dependabot are verified with the correct...

6.5CVSS6.5AI score0.0048EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2022/05/30 12:0 a.m.11 views

Approved spender can not withdraw or merge

Lines of code Vulnerability details In the current implementation, withdraw and merge veNFT can be called by approved spender or token owner. function withdrawuint tokenId external nonreentrant assertisApprovedOrOwnermsg.sender, tokenId; function mergeuint from, uint to external...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/29 12:0 a.m.19 views

withdraw() and merge() functions of VotingEscrow won't work when an approved user(not owner) calls because _burn() function fails.

Lines of code Vulnerability details Impact withdraw and merge functions of VotingEscrow won't work when an approved usernot owner calls. Proof of Concept withdraw and merge functions call burn function inside and burn function calls removeTokenFrom using msg.sender. But removeTokenFrom requires...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/27 12:0 a.m.34 views

VotingEscrow's merge and withdraw aren't available for approved users

Lines of code Vulnerability details Users who are approved, but do not own a particular NFT, are supposed to be eligible to call merge and withdraw from the NFT. Currently burn, used by merge and withdraw to remove the NFT from the system, will revert unless the sender is the owner of NFT as the...

6.8AI score
SaveExploits0
The Hacker News
The Hacker News
added 2022/05/25 12:11 p.m.29 views

Learn How Hackers Can Hijack Your Online Accounts Even Before You Create Them

Malicious actors can gain unauthorized access to users' online accounts via a new technique called "account pre-hijacking," latest research has found. The attack takes aim at the account creation process that's ubiquitous in websites and other online platforms, enabling an adversary to perform a...

1.1AI score
SaveExploits0
Veracode
Veracode
added 2022/05/04 3:46 p.m.21 views

Prototype Pollution

dset is vulnerable to prototype pollution. An attacker can inject properties into existing construct prototypes via the merge function in the merge.js and modify attributes such as proto, constructor, and prototype...

8.1CVSS4.1AI score0.01811EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2022/05/03 12:0 a.m.3 views

GHSA-23WX-CGXQ-VPWX Prototype Pollution in dset

All versions of dset prior to 3.1.2 are vulnerable to Prototype Pollution via dset/merge mode, as the dset function checks for prototype pollution by validating if the top-level path contains proto, constructor or prototype. By crafting a malicious object, it is possible to bypass this check and...

6.5CVSS5.9AI score0.01811EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/05/03 12:0 a.m.29 views

Prototype Pollution in dset

All versions of dset prior to 3.1.2 are vulnerable to Prototype Pollution via dset/merge mode, as the dset function checks for prototype pollution by validating if the top-level path contains proto, constructor or prototype. By crafting a malicious object, it is possible to bypass this check and...

8.1CVSS5.2AI score0.01811EPSS
SaveExploits1References5Affected Software2
RedhatCVE
RedhatCVE
added 2022/05/02 7:38 a.m.49 views

CVE-2022-25645

A flaw was found in the dset package via 'dset/merge' mode, as the dset function checks for prototype pollution by validating if the top-level path contains a proto, constructor, or prototype. This flaw allows an attacker to craft a malicious object, bypassing this check and achieving prototype...

8.1CVSS5AI score0.01811EPSS
SaveExploits1References5
OSV
OSV
added 2022/05/01 4:15 p.m.8 views

CVE-2022-25645

All versions of package dset are vulnerable to Prototype Pollution via 'dset/merge' mode, as the dset function checks for prototype pollution by validating if the top-level path contains proto, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achie...

8.1CVSS5.8AI score0.01811EPSS
SaveExploits1References4
Prion
Prion
added 2022/05/01 4:15 p.m.21 views

Design/Logic Flaw

All versions of package dset are vulnerable to Prototype Pollution via 'dset/merge' mode, as the dset function checks for prototype pollution by validating if the top-level path contains proto, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achie...

6.8CVSS8AI score0.01811EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2022/05/01 3:30 p.m.44 views

CVE-2022-25645 Prototype Pollution

All versions of package dset are vulnerable to Prototype Pollution via 'dset/merge' mode, as the dset function checks for prototype pollution by validating if the top-level path contains proto, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achie...

6.5CVSS8.3AI score0.01811EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2022/05/01 3:25 p.m.4 views

CVE-2022-25645

All versions of package dset are vulnerable to Prototype Pollution via 'dset/merge' mode, as the dset function checks for prototype pollution by validating if the top-level path contains proto, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achie...

8.1CVSS5.4AI score0.01811EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2022/05/01 12:0 a.m.9 views

PT-2022-17432 · Dset · Dset

Name of the Vulnerable Software and Affected Versions: dset versions prior to 3.1.2 Description: The issue arises from the dset function's validation process in 'dset/merge' mode, where it checks for prototype pollution by looking for proto , constructor, or prototype in the top-level path...

8.1CVSS7.9AI score0.01811EPSS
SaveExploits1References7
Rows per page
Query Builder