Lucene search
+L

20188 matches found

WPVulnDB
WPVulnDB
โ€ขadded 2023/11/23 12:00 a.m.โ€ข19 views

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...

6.5AI score0.00416EPSS
SaveExploits0References1Affected Software1
Github Security Blog
Github Security Blog
โ€ขadded 2023/11/21 10:19 p.m.โ€ข38 views

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...

8.8CVSS8AI score0.01058EPSS
SaveExploits1References5Affected Software1
zdt
zdt
โ€ขadded 2023/11/19 12:00 a.m.โ€ข519 views

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,...

7.5AI score
SaveExploits0
Positive Technologies
Positive Technologies
โ€ขadded 2023/11/18 12:00 a.m.โ€ข10 views

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/...

7.5AI score
SaveExploits0References1
Circl
Circl
โ€ขadded 2023/11/17 10:48 p.m.โ€ข18 views

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...

7.5CVSS7.2AI score0.00307EPSS
SaveExploits1References1
Circl
Circl
โ€ขadded 2023/11/17 7:08 a.m.โ€ข16 views

CVE-2019-0195

creationtimestamp| type| source ---|---|--- 2023-11-17 07:08:00+00:00| published-proof-of-concept| https://t.me/arpsyndicate/228...

9.8CVSS8.6AI score0.1391EPSS
SaveExploits0References1
Circl
Circl
โ€ขadded 2023/11/17 7:00 a.m.โ€ข10 views

CVE-2023-44796

creationtimestamp| type| source ---|---|--- 2023-11-17 07:00:08+00:00| published-proof-of-concept| https://t.me/GithubRedTeam/5848...

5.4CVSS5.5AI score0.00679EPSS
SaveExploits1References1
Circl
Circl
โ€ขadded 2023/11/17 3:01 a.m.โ€ข9 views

CVE-2023-54436

creationtimestamp| type| source ---|---|--- 2023-11-17 03:01:24+00:00| published-proof-of-concept| https://t.me/GithubRedTeam/5843...

4.8AI score
SaveExploits0References1
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข16 views

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...

7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข20 views

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...

7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข21 views

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...

7.4AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข16 views

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 =...

7.1AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข41 views

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;...

6.9AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข37 views

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...

7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข28 views

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...

7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข11 views

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...

7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข13 views

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;...

6.9AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:00 a.m.โ€ข11 views

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 ...

6.9AI score
SaveExploits0
GithubExploit
GithubExploit
โ€ขadded 2023/11/16 5:41 p.m.โ€ข116 views

Exploit for SQL Injection in Wpfastestcache Wp_Fastest_Cache

CVE-2023-6063 PoC Reference - Unauthenticated SQL Inject...

7.5CVSS8.1AI score0.73708EPSS
SaveExploits12
Circl
Circl
โ€ขadded 2023/11/16 11:01 a.m.โ€ข6 views

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...

5.5CVSS5.4AI score0.00927EPSS
SaveExploits0References2
Rows per page
Query Builder