Lucene search
+L

11763 matches found

Hacker One
Hacker One
added 2023/10/01 12:0 p.m.23 views

Zendesk: Privilege escalation - Support-Contributor to Support and Product Admin via `/api/v2/██████` . No ADMIN PRIVILEGE required.

The vulnerability allowed a support contributor with the lowest privilege to escalate their role to a full support and product administrator without requiring any administrative privileges. The vulnerable endpoint /api/███ did not properly validate the user's privilege level, enabling the privile...

7.2AI score
SaveExploits0
GithubExploit
GithubExploit
added 2023/09/30 11:17 p.m.236 views

Exploit for Incorrect Implementation of Authentication Algorithm in Microsoft

Recreation of the SharePoint PoC for CVE-2023-29357 in C with l...

9.8CVSS8.6AI score0.99649EPSS
SaveExploits11
Huntr
Huntr
added 2023/09/30 6:39 a.m.23 views

Reflected XSS in /admin/index.php

Description Description I noticed, your website is very secure. But you overlooked a flaw XSS Proof of Concept 1. Step 1: Access the demo website 2. Step 2: Access admin/index.php?action=ngductung"img src/onerror="alert'XSS' 3. Step 3: Detect XSS Video PoC...

7.2AI score0.01105EPSS
SaveExploits1
GithubExploit
GithubExploit
added 2023/09/28 8:49 p.m.329 views

Exploit for NULL Pointer Dereference in Gpac

CVE-2023-4683-Test This repo holds an easy to use POC for CVE...

8.8CVSS8AI score0.99735EPSS
SaveExploits10
Huntr
Huntr
added 2023/09/28 6:51 p.m.23 views

CSRF Edit Locale files

Description CSRF edit Locale files Proof of Concept 1 .Attack sends fake requests to users history.pushState'', '', '/'; document.forms0.submit; 2 .User click, edited unwanted Locale files Payload Poc https://drive.google.com/file/d/1wpgmDoK0fGsiPSKfThVoEWq50pj7sBz5/view?usp=sharing Video Poc...

7.1AI score0.00216EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2023/09/27 8:16 p.m.61 views

Chaijs/get-func-name vulnerable to ReDoS

The current regex implementation for parsing values in the module is susceptible to excessive backtracking, leading to potential DoS attacks. The regex implementation in question is as follows: js const functionNameMatch = /\sfunction?:\s|\s/^?:/+\/\s^\s/+/; This vulnerability can be exploited...

8.6CVSS6.9AI score0.01114EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2023/09/25 8:21 p.m.19 views

GHSA-RRJW-J4M2-MF34 gix-transport code execution vulnerability

The gix-transport crate prior to the patched version 0.36.1 would allow attackers to use malicious ssh clone URLs to pass arbitrary arguments to the ssh program, leading to arbitrary code execution. PoC: gix clone 'ssh://-oProxyCommand=open$IFS-aCalculator/foo' This will launch a calculator on OS...

4.1CVSS7.7AI score0.00171EPSS
SaveExploits0References5
Prion
Prion
added 2023/09/25 4:15 p.m.21 views

Code injection

The Import XML and RSS Feeds WordPress plugin before 2.1.5 contains a web shell, allowing unauthenticated attackers to perform RCE. The plugin/vendor was not compromised and the files are the result of running a PoC for a previously reported issue...

7.5CVSS9.5AI score0.39294EPSS
SaveExploits2References1Affected Software1
Cvelist
Cvelist
added 2023/09/25 3:56 p.m.39 views

CVE-2023-4521 Import XML and RSS Feeds < 2.1.5 - Unauthenticated RCE

The Import XML and RSS Feeds WordPress plugin before 2.1.5 contains a web shell, allowing unauthenticated attackers to perform RCE. The plugin/vendor was not compromised and the files are the result of running a PoC for a previously reported issue...

9.8AI score0.39294EPSS
SaveExploits2References1
WPVulnDB
WPVulnDB
added 2023/09/25 12:0 a.m.15 views

User Avatar - Reloaded < 1.2.2 - Contributor+ Stored XSS

Description The plugin does not properly sanitize and escape certain of its shortcodes attributes, which could allow relatively low-privileged users like contributors to conduct Stored XSS attacks. PoC As a Contributor+ create a new post and add one of the following shortcode. avatar user="admin"...

5.4CVSS5.2AI score0.00394EPSS
SaveExploits2References1Affected Software1
WPVulnDB
WPVulnDB
added 2023/09/25 12:0 a.m.24 views

PageLayer < 1.7.7 - Unauthenticated Stored XSS

Description The plugin doesn't prevent unauthenticated attackers from updating a post's header or footer code on scheduled posts. PoC Unauthenticated attacker Proof of Concept 1 As a legitimate administrator, schedule a post to be published in a few minutes. 2 Close every window to that site to...

6.1CVSS6.4AI score0.00455EPSS
SaveExploits2Affected Software1
WPVulnDB
WPVulnDB
added 2023/09/25 12:0 a.m.23 views

Vrm 360 3D Model Viewer <= 1.2.1 - Full Path Disclosure

Description The plugin exposes the full path of a file when putting in a non-existent file in a parameter of the shortcode. PoC 1. Create a page 2. Place the shortcode vrm360 canvasname=s1 modelurl=SACharacter.zip aspectratio=1.8 initialoffset=0.9 on the page SACharacter.zip should be a...

5.3CVSS5.3AI score0.00545EPSS
SaveExploits2
Code423n4
Code423n4
added 2023/09/25 12:0 a.m.6 views

VotiumStrategy.withdrawTime doesn't expect that balance can be already unlocked

Lines of code Vulnerability details Impact VotiumStrategy.withdrawTime doesn't expect that balance can be already unlocked. As result user can wait more time to witdraw. Proof of Concept When user wants to withdraw, then he needs to initiate requestWithdraw. As some part of funds are locked as cv...

7AI score
SaveExploits0
GithubExploit
GithubExploit
added 2023/09/24 9:59 p.m.822 views

Exploit for Untrusted Pointer Dereference in Microsoft

PoC for CVE-2023-29360 Exploit targeting MSKSSRV.S...

8.4CVSS8.4AI score0.22133EPSS
SaveExploits2
OSV
OSV
added 2023/09/23 12:0 p.m.12 views

RUSTSEC-2023-0064 gix-transport code execution vulnerability

The gix-transport crate prior to the patched version 0.36.1 would allow attackers to use malicious ssh clone URLs to pass arbitrary arguments to the ssh program, leading to arbitrary code execution. PoC: gix clone 'ssh://-oProxyCommand=open$IFS-aCalculator/foo' This will launch a calculator on OS...

4.1CVSS7.7AI score0.00171EPSS
SaveExploits0References4
Huntr
Huntr
added 2023/09/23 5:47 a.m.16 views

Store XSS at Label sets list in (Version 6.2.7)

Description First of all, I apologize for reporting back. I noticed, the latest current version is 6.2.7. XSS vulnerabilities still exist Proof of Concept Detail: 1 .Login and access Label sets list 2 .Create new label set 3 . Insert payload in to Title haido" onclick="alert1 4 .Click save ==...

6.4AI score
SaveExploits0
OSV
OSV
added 2023/09/22 7:59 p.m.33 views

GHSA-M9XQ-6H2J-65R2 Markdown vulnerable to Out-of-bounds Read while parsing citations

Summary Parsing malformed markdown input with parser that uses parser.Mmark extension could result in out-of-bounds read vulnerability. Details To exploit the vulnerability, parser needs to have parser.Mmark extension set. The panic occurs inside the citation.go file on the line 69 when the parse...

7.5CVSS7.2AI score0.01042EPSS
SaveExploits1References5
hivepro
hivepro
added 2023/09/22 6:4 a.m.29 views

Deceptive WinRAR PoC Released on GitHub Drops VenomRAT

Threat Level Attack Report For a detailed threat advisory, download the pdf file here Summary A hacker is disseminating a counterfeit proof-of-concept PoC exploit for a WinRAR vulnerability that was recently patched on GitHub, with the intention of infecting those who download it with the VenomRA...

6.9AI score
SaveExploits0
GithubExploit
GithubExploit
added 2023/09/21 5:22 a.m.307 views

Exploit for Out-of-bounds Write in Google Chrome

CVE-2023-4863/CVE-2023-41064 A POC for CVE-2023-48...

8.8CVSS9.4AI score0.99735EPSS
SaveExploits10
GithubExploit
GithubExploit
added 2023/09/20 10:19 p.m.563 views

Exploit for Improper Authentication in Chachethq Cachet

CVE-2021-39165 Python3 POC for CVE-2021-39165 in CachetHQ...

8.1CVSS7.1AI score0.09752EPSS
SaveExploits2
Rows per page
Query Builder