20188 matches found
Social proof testimonials and reviews by Repuso < 5.00 - Missing Authorization
Description The Social proof testimonials and reviews by Repuso plugin for WordPress is vulnerable to unauthorized access of data due to missing capability checks on several functions hooked via AJAX actions in versions up to, and including, 4.97. This makes it possible for authenticated attacker...
Download to arbitrary folder can lead to RCE
Summary A web UI user can store files anywhere on the pyLoad server and gain command execution by abusing scripts. Details When a user creates a new package, a subdirectory is created within the /downloads folder to store files. This new directory name is derived from the package name, except a...
Click Stocks 1.3 - File Upload Remote Code Execution Vulnerability
Title: Click Stocks-1.3 - File Upload - RCE Author: nu11secur1ty Vendor: https://codecanyon.net/user/media-city Software: https://codecanyon.net/item/click-stocks-free-stock-photos-laravel-script/23356416 Reference: https://portswigger.net/web-security/file-upload,...
PT-2023-20353 ยท Undefined ยท Undefined
PoC Code for Linux Kernel Privilege Escalation Flaw CVE-2023-259 Published https://securityonline.info/poc-code-for-linux-kernel-privilege-escalation-flaw-cve-2023-259-published/...
CVE-2023-48238
creationtimestamp| type| source ---|---|--- 2023-11-17 22:48:15+00:00| published-proof-of-concept| https://github.com/advisories/GHSA-4xw9-cx39-r355...
CVE-2019-0195
creationtimestamp| type| source ---|---|--- 2023-11-17 07:08:00+00:00| published-proof-of-concept| https://t.me/arpsyndicate/228...
CVE-2023-44796
creationtimestamp| type| source ---|---|--- 2023-11-17 07:00:08+00:00| published-proof-of-concept| https://t.me/GithubRedTeam/5848...
CVE-2023-54436
creationtimestamp| type| source ---|---|--- 2023-11-17 03:01:24+00:00| published-proof-of-concept| https://t.me/GithubRedTeam/5843...
Creator can earn holder fee
Lines of code Vulnerability details Impact Creator can earn creator and holder as well. Proof of Concept In market.sol contract there is a buy function which cannot be used by creator of share. requireshareDataid.creator != msg.sender, "Creator cannot buy"; However, it's still possible for creato...
Improper validation can cause fee error and loss of funds.
Lines of code Vulnerability details Impact If the amount is equal to zero the fee will be equal to zero, there is no check for amount should not be equal to zero the condition passes, it will fetch bondingCurve address then calcutes the price from LinearBondindCurve.sol,fee = priceForOne amount...
Potential Race Condition in Rewards Calculation
Lines of code Vulnerability details Impact If exploited, this race condition could allow an attacker to manipulate rewards in transactions involving the buy, sell, mintNFT, or burnNFT functions. The attacker may gain an advantage in claiming rewards before the rewards calculation is updated. Proo...
Sandwich attack on buy()
Lines of code Vulnerability details Impact Function Market:buy does not check or take in a minimum buy amount. This makes users' funds vulnerable to sandwich attacks. buy will increase shareDataid.tokenCount, and thus change the exchange rate of share price. price, fee =...
buggy reward calculation
Lines of code Vulnerability details Impact This is very similar to an inflation attack. Rewards increase whenever splitFees is being called which is anywhere buy/sell/mint/burn. The calculation is done like this: shareDataid.shareHolderRewardsPerTokenScaled += shareHolderFee 1e18 / tokenCount;...
Holder cannot claim fee
Lines of code Vulnerability details Impact Assume a user buys some shares and mints it to an NFT and sends the shares to a cold wallet for safety. The following happens: A user buys 10 shares using buy is called, the rewardsLastClaimedValue is updated to the latest holder rewards, the...
D.O.S due to wrong scaling factor
Lines of code Vulnerability details Impact The cNote token which is a fork of the CToken contract has a scaling method used to handle the exchange rate between CToken and the underlying token. This method helps scale the exchange rate because solidity doesn't handle fixed-point decimals. The...
Require statement will allow WhitlistedShareCreators to create a share when share Creation is Restricted
Lines of code Vulnerability details Impact Sharecreators can create new shares even when share creation is restricted. Proof of Concept 1. owner restricts share creation. function restrictShareCreationbool isRestricted external onlyOwner requireshareCreationRestricted != isRestricted, "State...
there is rounding error when price is below 10
Lines of code Vulnerability details Impact fee will be zero when price is below in get minting price Proof of Concept uint256 public constant NFTFEEBPS = 1000; function getNFTMintingPriceuint256 id, uint256 amount public view returns uint256 fee address bondingCurve = shareDataid.bondingCurve;...
MEV-attack
Lines of code Vulnerability details Impact Tokens trades can be sandwiched for profit. Proof of concept The price of tokens is proportional to the supply with the current LinearBoningCurve. An attacker can therefore sandwich a buy transaction with a buy at the first lower price range followed by ...
Exploit for SQL Injection in Wpfastestcache Wp_Fastest_Cache
CVE-2023-6063 PoC Reference - Unauthenticated SQL Inject...
CVE-2023-32407
creationtimestamp| type| source ---|---|--- 2023-11-16 11:01:01+00:00| published-proof-of-concept| https://t.me/CyberSecurityTechnologies/9402 2024-08-16 08:45:56+00:00| published-proof-of-concept| https://t.me/Rootsec2/1735...