Lucene search
+L

70 matches found

Vulnrichment
Vulnrichment
added 2025/01/16 8:7 p.m.5 views

CVE-2025-23899 WordPress Bookalet plugin <= 1.0.3 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in Bookalet Bookalet bookalet allows Stored XSS.This issue affects Bookalet: from n/a through = 1.0.3...

6.5CVSS7.2AI score0.00363EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2023/08/04 12:0 a.m.12 views

borrowInternal() of BaseTOFTMarketModule.sol has phantom permit functions

Lines of code Vulnerability details Impact A malicious actor could steal funds from a User who has already done his first deposit. Proof of Concept Consider the case where attacker uses a token with phantom permit function as collateral, the most famous ones being WETH, BNB, HEX etc. Let’s consid...

6.9AI score
SaveExploits0
OSV
OSV
added 2023/07/11 6:44 p.m.61 views

GO-2023-1733 Timing attack from non-constant time scalar arithmetic in github.com/bnb-chain/tss-lib

Timing attack from non-constant time scalar arithmetic in github.com/bnb-chain/tss-lib...

7.5CVSS7.4AI score0.00864EPSS
SaveExploits0References1
HackRead
HackRead
added 2023/06/05 8:18 p.m.15 views

Atomic Wallet Hit by $35M Theft in Recent Crypto Breach

By Habiba Rashid The stolen tokens include popular cryptocurrencies such as Bitcoin BTC, ether ETH, tether USDT, dogecoin DOGE, Litecoin LTC, BNB coin BNB, and polygon MATIC. This is a post from HackRead.com Read the original post: Atomic Wallet Hit by $35M Theft in Recent Crypto Breach...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/05/15 12:0 a.m.17 views

the blocksPerYear for the WhitePaperInterestRateModel is set incorrectly

Lines of code Vulnerability details Impact the blocksPerYear is set to 2102400 in the WhitePaperInterestRateModel this should be equal to number of blocks per year that is assumed by the interest rate model, but the number of block is set incorrectly and it's not equal to block per year. Proof of...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/05/15 12:0 a.m.14 views

Wrong blocksPerYear in WhitePaperInterestRateModel

Lines of code Vulnerability details Impact Venus is deployed on BNB Chain instead of Ethereum. Their block times are different. And WhitePaperInterestRateModel.sol is modified from compound. Therefore, blocksPerYear should be modified or Venus would get the wrong rate when using...

6.8AI score
SaveExploits0
NVD
NVD
added 2023/04/21 6:15 p.m.48 views

CVE-2023-26556

io.finnet tss-lib before 2.0.0 can leak a secret key via a timing side-channel attack because it relies on the scalar-multiplication implementation in Go crypto/elliptic, which is not constant time there is an if statement in a loop. One leak is in ecdsa/keygen/round2.go. bnb-chain/tss-lib and...

9.1CVSS9.1AI score0.00864EPSS
SaveExploits0References4
NVD
NVD
added 2023/04/21 6:15 p.m.75 views

CVE-2023-26557

io.finnet tss-lib before 2.0.0 can leak the lambda value of a private key via a timing side-channel attack because it relies on Go big.Int, which is not constant time for Cmp, modular exponentiation, or modular inverse. An example leak is in crypto/paillier/paillier.go. bnb-chain/tss-lib and...

7.5CVSS7.5AI score0.00864EPSS
SaveExploits0References4
GitLab Advisory Database
GitLab Advisory Database
added 2023/04/21 12:0 a.m.121 views

Observable Discrepancy

io.finnet tss-lib before 2.0.0 can leak the lambda value of a private key via a timing side-channel attack because it relies on Go big.Int, which is not constant time for Cmp, modular exponentiation, or modular inverse. An example leak is in crypto/paillier/paillier.go. bnb-chain/tss-lib and...

7.5CVSS7.2AI score0.00864EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2023/04/21 12:0 a.m.5 views

PT-2023-20725 · Unknown · Thorchain/Tss +3

Name of the Vulnerable Software and Affected Versions: io.finnet tss-lib versions prior to 2.0.0 bnb-chain/tss-lib versions prior to 2.0.0 thorchain/tss versions prior to 2.0.0 Description: The issue is related to a timing side-channel attack that can leak a secret key. This occurs because the...

9.1CVSS8.9AI score0.00864EPSS
SaveExploits0References15
Positive Technologies
Positive Technologies
added 2023/04/21 12:0 a.m.6 views

PT-2023-20726 · Unknown · Thorchain/Tss +2

Name of the Vulnerable Software and Affected Versions: io.finnet tss-lib versions prior to 2.0.0 bnb-chain/tss-lib versions prior to 2.0.0 thorchain/tss versions prior to 2.0.0 Description: The issue is related to a timing side-channel attack that can leak the lambda value of a private key. This...

7.5CVSS7.2AI score0.00864EPSS
SaveExploits0References13
Cvelist
Cvelist
added 2023/04/21 12:0 a.m.41 views

CVE-2023-26556

io.finnet tss-lib before 2.0.0 can leak a secret key via a timing side-channel attack because it relies on the scalar-multiplication implementation in Go crypto/elliptic, which is not constant time there is an if statement in a loop. One leak is in ecdsa/keygen/round2.go. bnb-chain/tss-lib and...

9.3AI score0.00864EPSS
SaveExploits0References4
GitLab Advisory Database
GitLab Advisory Database
added 2023/04/21 12:0 a.m.68 views

Observable Discrepancy

io.finnet tss-lib before 2.0.0 can leak a secret key via a timing side-channel attack because it relies on the scalar-multiplication implementation in Go crypto/elliptic, which is not constant time there is an if statement in a loop. One leak is in ecdsa/keygen/round2.go. bnb-chain/tss-lib and...

9.1CVSS8.6AI score0.00864EPSS
SaveExploits0References5Affected Software1
Code423n4
Code423n4
added 2023/04/19 12:0 a.m.7 views

Position created with BNB as collateral will result in locked collateral

Lines of code Vulnerability details withdrawCollateral allows position owners to withdraw collateral from the position - as long as it is still collateralized afterwards. File: Position.sol 263: function withdrawCollateraladdress target, uint256 amount public onlyOwner noChallenge noCooldown 264:...

6.7AI score
SaveExploits0
HackRead
HackRead
added 2022/12/03 6:23 p.m.15 views

6 Quadrillion Token Heist Hits BNB Chain-Based DeFi Protocol Ankr

By Deeba Ahmed According to crypto intelligence firm Arkham, the attacker's wallet address was linked to a developer at Ankr, meaning an inside job can't be ruled out. This is a post from HackRead.com Read the original post: 6 Quadrillion Token Heist Hits BNB Chain-Based DeFi Protocol Ankr...

1.2AI score
SaveExploits0
HackRead
HackRead
added 2022/11/29 3:16 a.m.8 views

How to exchange Binance Coin (BNB) cryptocurrency

By Owais Sultan Binance Coin BNB is the worlds most sought-after cryptocurrency exchange token. It was launched on Binance in 2017… This is a post from HackRead.com Read the original post: How to exchange Binance Coin BNB cryptocurrency...

2.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/25 12:0 a.m.18 views

PA1D._payoutTokens() won't work for USDT and other inconsistent ERC20 tokens.

Lines of code Vulnerability details Impact Some ERC20 tokens USDT, BNB, OMG do not return a boolean on succesful transfer. Checking the returned value of transfer for these tokens will always fail. Proof of Concept Usage of ERC20 interface and require statement in PA1D.sol. Recommended Mitigation...

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

Unsafe usage of ERC20 transfer and transferFrom

Lines of code Vulnerability details Impact Some ERC20 tokens functions don't return a boolean, for example USDT, BNB, OMG. So the VotingEscrow contract simply won't work with tokens like that as the token. Proof of Concept The USDT's transfer and transferFrom functions doesn't return a bool, so t...

6.8AI score
SaveExploits0
GithubExploit
GithubExploit
added 2022/06/26 1:7 p.m.517 views

Exploit for Code Injection in Wptaskforce Wpcargo_Track_\&_Trace

CVE-2021-25003 !made-with-pythonhttps://img.shields.io/bad...

9.8CVSS9.5AI score0.56148EPSS
SaveExploits3
OSSF Malicious Packages
OSSF Malicious Packages
added 2022/06/20 8:9 p.m.4 views

Malicious code in @bijie/react-bnb (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware b3422e4bc5a6a154009ce08ac3e1d612d3b48dd39daf8f47c9a4663e2645296e 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
Rows per page
Query Builder