Lucene search
+L

12847 matches found

Kitploit
Kitploit
added 2021/02/11 8:30 p.m.42 views

XSSTRON - Electron JS Browser To Find XSS Vulnerabilities Automatically

Powerful Chromium Browser to find XSS Vulnerabilites automatically while browsing web, it can detect many case scenarios with support for POST requests too Installation Become root sudo su Install Node.js and npm https://www.npmjs.com/get-npm or sudo apt install npm Download this repo files or gi...

6.6AI score
SaveExploits0References3
GithubExploit
GithubExploit
added 2021/02/11 7:10 a.m.154 views

Exploit for Cross-site Scripting in Peel Peel_Shopping

PoC exploit for CVE-YYYY-NNNN, a Stored XSS vulnerability in PEE...

5.4CVSS5.3AI score0.01615EPSS
SaveExploits2
Packet Storm
Packet Storm
added 2021/02/11 12:00 a.m.363 views

PEEL Shopping 9.3.0 Cross Site Scripting

Exploit Title: PEEL Shopping 9.3.0 - 'address' Stored Cross-Site Scripting Date: 2021-02-11 Exploit Author: Anmol K Sachan Vendor Homepage: https://www.peel.fr/ Software Link: https://sourceforge.net/projects/peel-shopping/ Software: : PEEL SHOPPING 9.3.0 Vulnerability Type: Stored Cross-site...

7.4AI score
SaveExploits0
GithubExploit
GithubExploit
added 2021/02/10 4:27 p.m.435 views

Exploit for Deserialization of Untrusted Data in Apache Tomcat

CVE-2020-9484 POC for CVE-2020-9484 POC for CVE...

7CVSS7.8AI score0.56636EPSS
SaveExploits17
WPVulnDB
WPVulnDB
added 2021/02/08 12:00 a.m.15 views

Backup by Supsystic <= 2.3.9 - Authenticated Arbitrary File Download and Deletion

The plugin does not check for path traversal attacks, allowing administrator to download and delete any file from the web server. Due to the lack of CSRF check on the file deletion, unauthenticated attacker could make a logged in administrator delete files from the web server as well PoC The PoC...

4.2AI score
SaveExploits0References1Affected Software1
WPVulnDB
WPVulnDB
added 2021/02/08 12:00 a.m.22 views

Digital Publications by Supsystic < 1.6.12 - Authenticated Path Traversal

The "Folder" tab under "Publications" is vulnerable to path traversal and exposes limited information, for example, the user can gain information regarding images stored in outside of the WordPress blog, ie, home directories. PoC Enter the following payload into the "Folder" input field of a...

2.2AI score
SaveExploits0References1Affected Software1
Packet Storm
Packet Storm
added 2021/02/08 12:00 a.m.282 views

WordPress Supsystic Data Tables Generator 1.9.96 XSS / SQL Injection

Exploit Title: WordPress Plugin Supsystic Data Tables Generator 1.9.96 - Multiple Vulnerabilities Date: 24/07/2020 Exploit Author: Erik David Martin Vendor Homepage: https://supsystic.com/ Software Link: https://downloads.wordpress.org/plugin/data-tables-generator-by-supsystic.1.9.96.zip Category...

SaveExploits0
wpexploit
wpexploit
added 2021/02/08 12:00 a.m.170 views

Digital Publications by Supsystic <= 1.6.11 - Authenticated Stored Cross-Site Scripting (XSS)

When creating or editing a publication, all values such as Area Width, Publication Width are vulnerable to stored XSS. It is possible to store code in all input fields as the code does not sanitize any user input. v1.6.11 attempted to fix the issue by using sanitizetextfield, however the output i...

0.3AI score
SaveExploits0References1
wpexploit
wpexploit
added 2021/02/08 12:00 a.m.181 views

Membership by Supsystic <= 1.5.0 - Authenticated SQL Injection

The GET parameter "sidx" and "search are used in a SQL statement without being sanitised when searching for badges in the dashboard, leading to authenticated SQL Injection issues. v1.4.8 attempted a fix, which was found to not be sufficient The PoC will be displayed once the issue has been...

1AI score
SaveExploits0References1
Packet Storm
Packet Storm
added 2021/02/07 12:00 a.m.169 views

WordPress Supsystic Ultimate Maps 1.1.12 SQL Injection

Exploit Title: WordPress Plugin Supsystic Ultimate Maps 1.1.12 - 'sidx' SQL injection Date: 24/07/2020 Exploit Author: Erik David Martin Vendor Homepage: https://supsystic.com/ Software Link: https://downloads.wordpress.org/plugin/ultimate-maps-by-supsystic.1.1.12.zip Category: Web Application...

SaveExploits0
Huntr
Huntr
added 2021/02/07 12:00 a.m.41 views

Path Traversal in rust-compress/rc-zip

:book: Description rc-zip Pure rust zip & zip64 reading and writing. this package is vulnerable for zip-slip https://github.com/rust-compress/rc-zip https://crates.io/crates/rc-zip :recycle: Steps To Reproduce-: 0 download and run latest release from https://github.com/rust-compress/rc-zip 1 run ...

0.6AI score
SaveExploits0
GithubExploit
GithubExploit
added 2021/02/05 7:48 a.m.131 views

Exploit for Exposure of Sensitive Information to an Unauthorized Actor in Atlassian Data_Center

CVE-2020-14181 Poc for CVE-2020-14181 Affected versions of At...

9.3CVSS6.7AI score0.99603EPSS
SaveExploits8
Exploit DB
Exploit DB
added 2021/02/05 12:00 a.m.380 views

LiteSpeed Web Server Enterprise 5.4.11 - Command Injection (Authenticated)

Exploit Title: LiteSpeed Web Server Enterprise 5.4.11 - Command Injection Authenticated Date: 05/20/2021 Exploit Author: cmOs - SunCSR Vendor Homepage: https://www.litespeedtech.com/ Software Link: https://www.litespeedtech.com/products Version: 5.4.11 Ubuntu/Kali Linux Step 1: Log in to the...

5.3AI score
SaveExploits0
GithubExploit
GithubExploit
added 2021/02/04 9:40 p.m.2436 views

Exploit for CVE-2019-1068

CVE-2019-1068 Root cause analysis and PoC for a Microsoft SQL...

8.8CVSS8.8AI score0.52845EPSS
SaveExploits1
Huntr
Huntr
added 2021/02/04 12:00 a.m.14 views

Prototype Pollution in kettek/dot-dotty

Description dot-dotty is vulnerable to Prototype Pollution. Proof of Concept 1. Create the following PoC file: // poc.js const DotDotty = require'dot-dotty' let obj = a: 1 let dot = DotDottyobj console.log"Before : " + .polluted; dot'proto.polluted' = 'Yes! Its Polluted'; console.log"After : " +...

2AI score
SaveExploits0
wpexploit
wpexploit
added 2021/02/04 12:00 a.m.343 views

Contact Form 7 Style <= 3.1.9 - Cross-Site Request Forgery to Stored Cross-Site Scripting

Due to the lack of sanitization and lack of nonce protection on the custom CSS feature, an attacker could craft a request to inject malicious JavaScript on a site using the plugin. If an attacker successfully tricked a site’s administrator into clicking a link or attachment, then the request coul...

0.3AI score0.00593EPSS
SaveExploits1References1
GithubExploit
GithubExploit
added 2021/02/03 7:57 p.m.156 views

Exploit for Off-by-one Error in Sudo_Project Sudo

CVE-2021-3156 Root shell PoC for CVE-2021-3156 no brutef...

7.8CVSS7.8AI score0.99969EPSS
SaveExploits83
GithubExploit
GithubExploit
added 2021/02/03 9:48 a.m.61 views

Exploit for Off-by-one Error in Sudo_Project Sudo

CVE 2021-3156 How to pwn py...

7.8CVSS7.7AI score0.99969EPSS
SaveExploits83
Hacker One
Hacker One
added 2021/02/02 1:11 p.m.20 views

Glassdoor: CSRF in Demographic Settings with valid gdtoken of other account

Hi Security Team, I found CSRF in account settings exactly in Demographic leads to change Brith Years and Gender . Steps To produce : 1.Creat to 2 account [email protected] [email protected] 2. Login with attacker account and Go to Demographic settings i change gender and brith years 3. Start burp...

1.4AI score
SaveExploits0
Kitploit
Kitploit
added 2021/02/02 11:30 a.m.156 views

BurpMetaFinder - Burp Suite Extension For Extracting Metadata From Files

Burp Suite extension for extracting metadata from files Currently supported documents: PDF DOCX PPTX XLSX The project created at Jetbrains has been completely added. Don't forget to change the settings you need. Usage You need to dowload 2 external libraries: pdfbox poi-ooxml To install the...

7.3AI score
SaveExploits0References1
Rows per page
Query Builder