Lucene search
+L

11763 matches found

WPVulnDB
WPVulnDB
added 2023/08/07 12:0 a.m.11 views

GDPR Cookie Compliance < 4.12.5 - License Update/Deactivation via CSRF

Description The plugin does not have proper CSRF checks when managing its license, which could allow attackers to make logged in admins update and deactivate the plugin's license via CSRF attacks PoC Make a logged in admin open a page with the code below To make them deactivate the license To mak...

6.5CVSS7.1AI score0.00269EPSS
SaveExploits2Affected Software1
GithubExploit
GithubExploit
added 2023/08/04 10:31 a.m.493 views

Exploit for Cross-site Scripting in Ninjaforms Ninja_Forms

CVE-2023-37979 Unauth. Reflected Cross-Site...

7.1CVSS6.2AI score0.0601EPSS
SaveExploits6
0day.today
0day.today
added 2023/08/04 12:0 a.m.146 views

Ozeki SMS Gateway 10.3.208 - Arbitrary File Read Vulnerability

Exploit Title: Ozeki 10 SMS Gateway 10.3.208 - Arbitrary File Read Unauthenticated Exploit Author: Ahmet Ümit BAYRAM Vendor Homepage: https://ozeki-sms-gateway.com Software Link: https://ozeki-sms-gateway.com/attachments/702/installwindows1689352737OzekiSMSGateway10.3.208.zip Version: 10.3.208...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/04 12:0 a.m.6 views

StaticATokenLM::_claimRewardsOnBehalf: wrong update of _unclaimedRewards[onBehalfOf] if reward > totBal lead to user lose of pending rewards.

Lines of code Vulnerability details Description If for some reason the current contract reward token balance is lower than the rewards meant to be paid to onBehalf address, then this rewards can never be claimed. function claimRewardsOnBehalf address onBehalfOf, address receiver, bool forceUpdate...

7AI score
SaveExploits0
0day.today
0day.today
added 2023/08/04 12:0 a.m.193 views

Webutler v3.2 - Remote Code Execution Exploit

Exploit Title: Webutler v3.2 - Remote Code Execution RCE Application: webutler Cms Version: v3.2 Bugs: RCE Technology: PHP Vendor URL: https://webutler.de/en Software Link: http://webutler.de/download/webutlerv3.2.zip Date of found: 03.08.2023 Author: Mirabbas Ağalarov Tested on: Linux 2. Technic...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2023/08/04 12:0 a.m.247 views

Ozeki SMS Gateway 10.3.208 - Arbitrary File Read (Unauthenticated)

Exploit Title: Ozeki 10 SMS Gateway 10.3.208 - Arbitrary File Read Unauthenticated Date: 01.08.2023 Exploit Author: Ahmet Ümit BAYRAM Vendor Homepage: https://ozeki-sms-gateway.com Software Link: https://ozeki-sms-gateway.com/attachments/702/installwindows1689352737OzekiSMSGateway10.3.208.zip...

5.3AI score
SaveExploits0
GithubExploit
GithubExploit
added 2023/08/02 1:21 p.m.293 views

Exploit for CVE-2023-38646

CVE-2023-38646 - Metabase Pre-auth RCE !Untitled presentatio...

9.8CVSS10AI score0.98677EPSS
SaveExploits37
OSV
OSV
added 2023/08/01 7:48 p.m.28 views

GHSA-RRXV-Q8M4-WCH3 .eth registrar controller can shorten the duration of registered names

Description According to the documentation, controllers are allowed to register new domains and extend the expiry of existing domains, but they cannot change the ownership or reduce the expiration time of existing domains. However, a preliminary analysis suggests that an attacker-controlled...

4.9CVSS6AI score0.00681EPSS
SaveExploits1References5
GithubExploit
GithubExploit
added 2023/08/01 11:40 a.m.365 views

Exploit for Cross-site Scripting in Ninjaforms Ninja_Forms

CVE-2023-37979 Exploit !Python Versionhttps://img.shields...

7.1CVSS6.4AI score0.0601EPSS
SaveExploits6
GithubExploit
GithubExploit
added 2023/07/31 11:29 a.m.298 views

Exploit for Cross-site Scripting in Citrix Gateway

POC for CVE-2023-24488 This tool is inspired from similar too...

6.1CVSS6.5AI score0.80907EPSS
SaveExploits3
GithubExploit
GithubExploit
added 2023/07/31 5:25 a.m.366 views

Exploit for CVE-2023-38646

Poc-Metabase-Preauth-CVE-2023-38646 Ho to use? λ cve git...

9.8CVSS9.6AI score0.98677EPSS
SaveExploits37
GithubExploit
GithubExploit
added 2023/07/31 5:25 a.m.382 views

Exploit for CVE-2023-38646

Poc-Metabase-Preauth-CVE-2023-38646 Ho to use? λ cve git...

9.8CVSS9.6AI score0.98677EPSS
SaveExploits37
Packet Storm
Packet Storm
added 2023/07/31 12:0 a.m.237 views

Zomplog 3.9 Cross Site Scripting

Exploit Title: Zomplog 3.9 - Cross-site scripting XSS Application: Zomplog Version: v3.9 Bugs: XSS Technology: PHP Vendor URL: http://zomp.nl/zomplog/ Software Link: http://zomp.nl/zomplog/downloads/zomplog/zomplog3.9.zip Date of found: 22.07.2023 Author: Mirabbas Ağalarov Tested on: Linux 2...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/31 12:0 a.m.7 views

Possible integer underflow

Lines of code Vulnerability details Impact The previous FollowNFT implementation is different between v1.3 and v2.0. The followerCount is 0 for existing FollowNFTeven if lastFollowTokenId is not 0 after upgrade. // Old uint256 lastFollowTokenId slot splitted into two uint128s to include...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/31 12:0 a.m.11 views

FollowNFT storage collision

Lines of code Vulnerability details Impact The lastFollowTokenId of FollowNFT contract has a storage collision. V2.0 storage layout: | lastFollowTokenId | uint128 | 17 | 0 | 16 | contracts/FollowNFT.sol:FollowNFT | | followerCount | uint128 | 17 | 16 | 16 | contracts/FollowNFT.sol:FollowNFT |...

7AI score
SaveExploits0
GithubExploit
GithubExploit
added 2023/07/30 9:56 a.m.402 views

Exploit for CVE-2023-38646

Metabase Pre Authentication RCE CVE-2023-38646 We have pro...

9.8CVSS9.8AI score0.98677EPSS
SaveExploits37
GithubExploit
GithubExploit
added 2023/07/29 1:7 p.m.438 views

Exploit for CVE-2023-38646

CVE-2023-38646 Metabase Pre-auth R...

9.8CVSS9.8AI score0.98677EPSS
SaveExploits37
GithubExploit
GithubExploit
added 2023/07/28 3:9 a.m.632 views

Exploit for Command Injection in Tp-Link Archer_Ax21_Firmware

Description CVE-2023–1389 is an Unauthenticated Command Inject...

8.8CVSS9.2AI score0.99999EPSS
SaveExploits7
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/07/28 12:15 a.m.4 views

Malicious code in imposter-pkg-poc (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 0e5127f46671b090bf9ac113a3ff87f19d522e0ec80dda844332b9625b30ecf1 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 2023/07/28 12:15 a.m.7 views

MAL-2023-521 Malicious code in imposter-pkg-poc (npm)

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

7AI score
SaveExploits0References1
Rows per page
Query Builder