Lucene search
+L

1177 matches found

Code423n4
Code423n4
added 2022/06/26 12:00 a.m.16 views

token transfers in LiquidityReserve and Staking contract don't support deflationary ERC20 tokens, and user funds can be lost if stacking token was deflationary

Lines of code Vulnerability details Impact if the token is deflationary then contract will receive less token that requested amount but contract don't check for the real transferred amount. because this is happening in receiving stackingtoken in addLiquidity of LiquidityReserve and stake of Staki...

6.8AI score
SaveExploits0
WPVulnDB
WPVulnDB
added 2022/06/20 12:00 a.m.68 views

WooCommerce < 6.6.0 - Admin+ Stored HTML Injection

The plugin is vulnerable to stored HTML injection due to lack of escaping and sanitizing in the payment gateway titles PoC Go to WooCommerce - Settings - Payments tab, enable BAC Bank Account Transfers and edit the title in the setup dialog. HTML can be injected there, and will be rendered both f...

4.8CVSS1.3AI score0.00654EPSS
SaveExploits2Affected Software1
Code423n4
Code423n4
added 2022/06/14 12:00 a.m.15 views

attacker can burn anyones tokens and steal everyones money

Lines of code Vulnerability details Impact attacker can burn tokens and balance of contract is an amount of less or greater in sendtokenreciver function and if receiver is me then tokentransfer can be more than i lended or borrwing,withdrawing and gain me extra tokens. burn function is called...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/01 12:00 a.m.15 views

Lack of Verification of conduitKey, offererConduitKey, and fulfillerConduitKey Could Cause Offerers or Fulfillers to Lose Their Assets to Malicious Fulfillers or Offerers

Lines of code https://github.com/c...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/30 12:00 a.m.13 views

Wrong reward distribution in Bribe because deliverReward() won't set tokenRewardsPerEpoch[token][epochStart] to 0

Lines of code Vulnerability details Impact Function deliverReward in Bribe contract won't set tokenRewardsPerEpochtokenepochStart to 0 after transferring rewards. Gauge.getReward calls Voter.distribute which calls Gauge.deliverBribes which calls Bribe.deliverReward. so if Gauge.getReward or...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/28 12:00 a.m.15 views

unsafe call using msg.value in loop

Lines of code Vulnerability details description with the function burnToTarget in FeeBurner.sol, a malicious user can swap more funds than they input in ETH if they include multiple address0 in the addresses tokens parameter during the function call, there is a for loop that loops through tokens...

6.8AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2022/05/26 7:00 a.m.8 views

An out-of-bounds read vulnerability was discovered in the PCRE2 library in the get_recurse_data_length() function of the pcre2_jit_compile.c file. This issue affects recursions in JIT-compiled regular expressions caused by duplicate data transfers.

...

9.1CVSS6.6AI score0.02767EPSS
SaveExploits0
Code423n4
Code423n4
added 2022/05/17 12:00 a.m.25 views

Exchange Rate Race Condition

Lines of code Vulnerability details GAX-01M: Exchange Rate Race Condition | File | Lines | Type ---|---|--- gALCX.sol | L69-L81 | Improper State Assumption Description The gALCX contains a race condition whereby whenever the contract has no stakes such as when the contract is first deployed the...

7.2AI score
SaveExploits0
NVD
NVD
added 2022/05/16 9:15 p.m.32 views

CVE-2022-1587

An out-of-bounds read vulnerability was discovered in the PCRE2 library in the getrecursedatalength function of the pcre2jitcompile.c file. This issue affects recursions in JIT-compiled regular expressions caused by duplicate data transfers...

9.1CVSS0.02767EPSS
SaveExploits0References8
OSV
OSV
added 2022/05/16 9:15 p.m.4 views

ALPINE-CVE-2022-1587

An out-of-bounds read vulnerability was discovered in the PCRE2 library in the getrecursedatalength function of the pcre2jitcompile.c file. This issue affects recursions in JIT-compiled regular expressions caused by duplicate data transfers...

9.1CVSS7AI score0.02767EPSS
SaveExploits0References1
OSV
OSV
added 2022/05/16 9:15 p.m.5 views

DEBIAN-CVE-2022-1587

An out-of-bounds read vulnerability was discovered in the PCRE2 library in the getrecursedatalength function of the pcre2jitcompile.c file. This issue affects recursions in JIT-compiled regular expressions caused by duplicate data transfers...

9.1CVSS6.5AI score0.02767EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/05/16 9:15 p.m.7 views

CVE-2022-1587

An out-of-bounds read vulnerability was discovered in the PCRE2 library in the getrecursedatalength function of the pcre2jitcompile.c file. This issue affects recursions in JIT-compiled regular expressions caused by duplicate data transfers...

9.1CVSS6.8AI score0.02767EPSS
SaveExploits0References14
Prion
Prion
added 2022/05/16 9:15 p.m.34 views

Cross site scripting

An out-of-bounds read vulnerability was discovered in the PCRE2 library in the getrecursedatalength function of the pcre2jitcompile.c file. This issue affects recursions in JIT-compiled regular expressions caused by duplicate data transfers...

6.4CVSS8.8AI score0.02767EPSS
SaveExploits0References8Affected Software3
UbuntuCve
UbuntuCve
added 2022/05/16 9:15 p.m.34 views

CVE-2022-1587

An out-of-bounds read vulnerability was discovered in the PCRE2 library in the getrecursedatalength function of the pcre2jitcompile.c file. This issue affects recursions in JIT-compiled regular expressions caused by duplicate data transfers...

9.1CVSS6.8AI score0.02767EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2022/05/16 12:00 a.m.71 views

CVE-2022-1587

An out-of-bounds read vulnerability was discovered in the PCRE2 library in the getrecursedatalength function of the pcre2jitcompile.c file. This issue affects recursions in JIT-compiled regular expressions caused by duplicate data transfers...

9.1CVSS7.2AI score0.02767EPSS
SaveExploits0
Code423n4
Code423n4
added 2022/05/12 12:00 a.m.11 views

Executors need to be trusted

62 comment Warden: cmichel Executors need to be trusted, otherwise, they can just call sendFundsToUser to transfer out any funds as they please. Consider adding threshold signatures to prevent all funds from being lost when a single executor is compromised. --- The text was updated successfully,...

6.9AI score
SaveExploits0
ThreatPost
ThreatPost
added 2022/05/09 5:23 p.m.73 views

FBI: Rise in Business Email-based Attacks a $43B Headache

The FBI warned the global cost of business email compromise BEC attacks is $43 billion for the time period of June 2016 and December 2021. According to FBI report, 241,206 complaints were lodged by the agency’s Internet Crime Center IC3. BEC or email account compromise EAC are an advanced scammin...

7.3AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2022/05/09 12:00 a.m.8 views

PT-2022-15825 · Solana · Solana Rbpf

Name of the Vulnerable Software and Affected Versions: Solana rBPF versions 0.2.26 through 0.2.27 Description: The issue is caused by an improper implementation of the sdiv instruction, leading to incorrect calculations. This can result in the wrong execution path, potentially causing significant...

9.1CVSS9AI score0.02357EPSS
SaveExploits1References11
ATTACKERKB
ATTACKERKB
added 2022/05/08 2:15 p.m.9 views

CVE-2022-23066

In Solana rBPF versions 0.2.26 and 0.2.27 are affected by Incorrect Calculation which is caused by improper implementation of sdiv instruction. This can lead to the wrong execution path, resulting in huge loss in specific cases. For example, the result of a sdiv instruction may decide whether to...

9.1CVSS5.9AI score0.02357EPSS
SaveExploits1References4Affected Software1
Code423n4
Code423n4
added 2022/05/08 12:00 a.m.29 views

Avoid payable.transfer

Originally submitted by warden horsefacts in 199, duplicate of 52. Avoid payable.transfer EthPool and EthVault both use payableaddress.transfer to transfer ETH. It's considered a best practice to avoid this pattern for ETH transfers, since it forwards a fixed amount of gas and may revert if futur...

6.8AI score
SaveExploits0
Rows per page
Query Builder