Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
β€’added 2021/07/03 3:47 a.m.β€’7 views

Cross-site Scripting (XSS) - Stored in bigprof-software/online-rental-property-manager

✍️ Description Stored xss in pageTransferOwnership.php where sourceMemberID parameter leads to xss which gets stored in pageViewRecords.php πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Go to admin account 2. Visit URL /app/admin/pageTransferOwnership.php?sourceGroupID=2&sourceMemberID="alert1 πŸ’₯...

0.8AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/03 2:33 a.m.β€’7 views

Cross-site Scripting (XSS) - Stored in bigprof-software/online-rental-property-manager

✍️ Description There is a stored xss in member profile in the full name πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to Reproduce: 1. Create a member account. 2. Login into the member account. 3. Enter the s"' payload in the Full Name field. 4. Update the profile and You will see an alert. πŸ’₯ Impact Stored XSS...

0.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/30 8:58 a.m.β€’7 views

Cross-site Scripting (XSS) - Stored in bigprof-software/online-invoicing-system

✍️ Description There is a Stored XSS in the online invoicing system which could be exploited by any user who has permission to add the invoice. when a comment is added during the creation of invoices by any user then due to improper sanitization XSS payload gets triggered. πŸ•΅οΈβ€β™‚οΈ Proof of Concept...

0.4AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/27 3:42 a.m.β€’7 views

Command Injection in sofianehamlaoui/lockdoor-framework

✍️ Description Unsanitized user input leads to command injection. πŸ•΅οΈβ€β™‚οΈ Proof of Concept // PoC whatweb CI https://drive.google.com/file/d/1mrYiu7oTaAm2qjLDKz23VMUkiujafTh/view?usp=sharing πŸ’₯ Impact command run as root. So an attacker could do potential damage to the machine...

1.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/25 10:53 a.m.β€’7 views

in hascheksolutions/opentrashmail

✍️ Description Attackers can control the filesystem path argument to readfile at api.php line 35 for ?email= parameter, which allows them to access or modify otherwise protected files. Analysis Trace: 1. application take unsensitized input at: $email = strtolower$REQUEST'email'; 2. Assigning user...

2.5AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/06/23 7:41 a.m.β€’7 views

Heap-based Buffer Overflow in rup0rt/pcapfix

Description A heap over flow was found in pcapfix in function fixpcapng in pcapng.c at line 1571 Test version : 1.1.6 2fe168e Test env: gcc 9.3.0 ubuntu 20.04 x86-64 Proof of Concept CFLAGS="-fsanitize=address" make ./pcapfix poc poc is attatched in reference link c ==618350==ERROR:...

7.1AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/06/20 5:16 p.m.β€’7 views

Server-Side Request Forgery (SSRF) in kalcaddle/kodexplorer

✍️ Description SSRF via SVG due to improper processing of SVG files. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Payload: https://drive.google.com/file/d/1q-GHJ01p8Ssok1GWN-QxSznBy1JGvY8x/view?usp=sharing Download and upload it on the server and run the server on port 8000 and then view the file. πŸ’₯ Impact This...

1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/20 9:50 a.m.β€’7 views

None in babybuddy/babybuddy

✍️ Description Improper restriction at login portal which lets an attacker brute force user's accounts. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Video POC: https://drive.google.com/file/d/1udzAGroSqDbEqPRYlUzv7bHgHq7oMNuk/view?usp=sharing You will get 200 for incorrect as it opens the same page for login and 302...

1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/08 4:24 p.m.β€’7 views

in kestasjk/webdiplomacy

✍️ Description It can be possible to perform a clickjacking attack due to the lack of frame restrictions. The file https://github.com/kestasjk/webDiplomacy/blob/07de41f21192b0b611af343bc0d880c1de78d194/header.php does not set the response header X-Frame-Options: DENY. This issue can be found from...

0.9AI score
SaveExploits0References2
Huntr
Huntr
β€’added 2021/06/02 5:36 p.m.β€’7 views

Cross-site Scripting (XSS) - Reflected in falconchristmas/fpp

✍️ Description Reflected XSS in shutdownRemoteFPP.php when a user asked to provide an IP in URL, resulting in XSS πŸ•΅οΈβ€β™‚οΈ Proof of Concept https://drive.google.com/file/d/1RXF4AO1j7OFfr7RhU1ZM0yPftd0qsxHt/view?usp=sharing payload: alert111 πŸ’₯ Impact This vulnerability is capable of Reflected XSS...

0.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/31 12:36 p.m.β€’7 views

Cross-site Scripting (XSS) - Stored in typecho/typecho

πŸ’₯ BUG Stored xss against higher level user πŸ’₯ IMPACT I see there is no xss protection in post writing ,allow to execute javascript command .\ There is many type of role like admin,contributor etc .\ So, here contributor user can write a post with xss payload and when admin open this post then xss ...

SaveExploits0
Huntr
Huntr
β€’added 2021/05/30 5:12 p.m.β€’7 views

Classic Buffer Overflow in falconchristmas/fpp

✍️ Description Hi, There are multiple .bss buffer overflows in https://github.com/FalconChristmas/fpp/blob/f4a1621c8be15a41305269830b700a2b5443aa0f/src/fpp.cL64 : c char command8192; char response256; // int main int argc, char argv memsetcommand, 0, sizeofcommand; SetupDomainSocket; ifargc1 //...

0.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/29 8:43 p.m.β€’7 views

Cross-site Scripting (XSS) - Reflected in falconchristmas/fpp

✍️ Description Hi, In https://github.com/FalconChristmas/fpp/blob/123cdf2eb11062766da333a7a4d85bc0bf620e47/www/virtualdisplay.phpL14 you create a variable canvasWidth that will be used and reflected multiple times without sanitizing user input : php Later in the script : another PHP file will be...

SaveExploits0
Huntr
Huntr
β€’added 2021/05/29 3:23 a.m.β€’7 views

Heap-based Buffer Overflow in mcfriend99/bird

✍️ Description Heap-based Write Violation. Certain input programs can result in write access violations by the syntax checker component of the interpreter. One such program writes 23 bytes onto the heap outside of bounds and may result in arbitrary code execution and memory leaks. πŸ•΅οΈβ€β™‚οΈ Proof of...

SaveExploits0
Huntr
Huntr
β€’added 2021/05/22 6:10 p.m.β€’7 views

Improper Privilege Management in dolibarr/dolibarr

πŸ’₯ BUG unprivileged user can download file of a agenda πŸ’₯ IMPACT user dont have access to specific agenda but still can download file uploaded to this agenda . πŸ’₯ TESTED VERSION dolibarr 14.0.0-beta πŸ’₯ STEP TO REPRODUCE 1. First goto admin account and add user B as normal user .\ Now give user B...

1.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/21 10:58 p.m.β€’7 views

Cross-site Scripting (XSS) - Stored in dolibarr/dolibarr

✍️ Description dolibarr is vulnerable to XSS. It is possible to upload SVG files containing JavaScript code. πŸ•΅οΈβ€β™‚οΈ Proof of Concept SVG file content: html alertdocument.domain; 1. With an authenticated user, access http://localhost/societe/card.php?action=create&leftmenu=. 2. Write any content in...

SaveExploits0
Huntr
Huntr
β€’added 2021/05/21 9:15 p.m.β€’7 views

Heap-based Buffer Overflow in croatiacontrolltd/asterix

✍️ Description Whilst experimenting with asterix, built from commit f44cfea, compiled with Clang 10 + ASan on Ubuntu 20.04.2 LTS, we are able to induce a heap-buffer-overflow in DataItemBits::getBits asterix/src/asterix/DataItemBits.cpp:125. Since there is no bounds checking, when the software...

0.4AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/05/20 9:53 p.m.β€’7 views

in koel/koel

✍️ Description Koel is lacking any form of rate limiting in the login form, thus allowing an attacker to brute force their way in. πŸ•΅οΈβ€β™‚οΈ Proof of Concept - Spin up an instance of Koel. - Open up burpsuite and capture a login request, send it to intruder, set your options and run. - 401 is shown...

2.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/17 7:59 p.m.β€’7 views

Cross-site Scripting (XSS) - Stored in knadh/listmonk

✍️ Description Hello, I found stored xss on Logs while creating new campaign works with other stuff not only campaign πŸ•΅οΈβ€β™‚οΈ Proof of Concept https://drive.google.com/file/d/1Y5CMQdfzzdWwcCsQ8y85GgWPOilJVOgo/view?usp=sharing sorry for bad quality Payload: asdf" πŸ’₯ Impact xss...

SaveExploits0References2
Huntr
Huntr
β€’added 2021/05/12 1:56 p.m.β€’7 views

Cross-site Scripting (XSS) - Reflected in falconchristmas/fpp

✍️ Description FalconChristmas/fpp suffer from a XSS vulnerability. In https://github.com/FalconChristmas/fpp/blob/master/www/playlists.phpL15 we see : php var initialPlaylist = ""; XSS is possible because the playlist variable isn't sanitized before reflection in the webpage. πŸ•΅οΈβ€β™‚οΈ Proof of...

1.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/06 12:25 a.m.β€’7 views

Cross-site Scripting (XSS) - Reflected in coppermine-gallery/cpg1.6.x

✍️ Description Coppermine is vulnerable to XSS attacks on /plugins/uploadh5a/help.php because it doesnt sanitize user supplied parameters as shown below. Vulnerable variable: t Method: GET The $styles variable is constructed using the user supplied data, and then is echo in the response. $styles =...

0.6AI score
SaveExploits0References2
Huntr
Huntr
β€’added 2021/02/04 12:00 a.m.β€’7 views

Command Injection in totaljs/framework

Description Command Injection in total.js Proof of Concept 1. Create the following PoC file: // poc.js const total = require'total.js'; let image = Image.load""; let payload = ";touch HACKED;"; image.pipenull,payload; 2. Execute the following commands in terminal: npm i total.js Install affected...

1.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/01/10 12:00 a.m.β€’7 views

Prototype Pollution in indlekofer/object_set

Description Prototype Pollution in @indlekofer/objectset Proof of Concept 1. Create the following PoC file: // poc.js var objectSet = require"@indlekofer/objectset" var obj = console.log"Before : " + .polluted; objectSet.defaultobj,"proto","polluted","Yes! Its Polluted"; console.log"After : " +...

2AI score
SaveExploits0
Huntr
Huntr
β€’added 2020/11/01 12:00 a.m.β€’7 views

Prototype Pollution in imrefazekas/assign.js

Description assign.js is vulnerable to Prototype Pollution. This package allowing for modification of prototype behavior, which may result in Information Disclosure/DoS/RCE. Proof of Concept 1. Create the following PoC file: js // poc.js var Assigner = require"assign.js" var assigner = new Assign...

1.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/10/17 10:57 a.m.β€’6 views

in microweber/microweber

Description I create a coupon only for one user and also is one-time use coupon. then create two user and both of them can use the coupon but only one of them should able to use the coupon...

0.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/06 4:31 p.m.β€’6 views

Server-Side Request Forgery (SSRF) in erudika/scoold

✍️ Description Possible SSRF in scoold in user profile picture from URL πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create an account and click on the image. 2. Now open the local server or enter any IP:port ex: http://127.0.0.1:8082 3. Now enter the URL and then view the image, you will see get...

0.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/06 4:28 p.m.β€’6 views

Session Fixation in erudika/scoold

✍️ Description Session Fixation vulnerability found in scoold in which it doesn't expire the sessions after password update. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Open the same account in the normal and private tab. 2. Change the password from anyone tab let's say private and then refresh...

0.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/06 8:06 a.m.β€’6 views

Open Redirect in medialize/uri.js

✍️ Description urijs mishandles certain uses of backslash such as https:/\ and interprets the URI as a relative path. Browsers accept backslashes after the protocol, and treat it as a normal slash, while url-parse sees it as a relative path. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Create the following PoC file:...

5.8CVSS0.02483EPSS
SaveExploits2References1
Huntr
Huntr
β€’added 2021/07/04 5:18 p.m.β€’6 views

Cross-site Scripting (XSS) - Stored in bigprof-software/online-rental-property-manager

πŸ’₯ BUG Stored xss via anonymouse-group πŸ’₯ VERSION TESTED latest version as of 4/7/21 πŸ’₯ IMPACT xss allow to execute arbitary javascript in vicitm account πŸ’₯ STEP TO REPRODUCE 1. goto http://localhost/online-rental/app/admin/pageSettings.php and click Preconfigured users and groups tab .\ put bellow...

3AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/04 5:53 a.m.β€’6 views

Cross-site Scripting (XSS) - Stored in bigprof-software/online-invoicing-system

✍️ Description There is a Stored XSS on the user profile edit page which occurs due to improper sanitization of the Address field as tested on the latest release. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Step To Reproduce: Go to /invoicesview.php and click add new if you already has any item, just click it to edit...

6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/03 2:52 a.m.β€’6 views

Cross-site Scripting (XSS) - Stored in bigprof-software/online-rental-property-manager

✍️ Description Stored XSS in adding properties lead by adding owners first name and second name. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Video POC: https://drive.google.com/file/d/1QbdzPJPHmQPsNl-o43a-Slub4Z3hhNh/view?usp=sharing πŸ’₯ Impact This vulnerability is capable of Stored XSS...

0.4AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/02 6:35 p.m.β€’6 views

Improper Privilege Management in bigprof-software/online-invoicing-system

πŸ’₯ BUG privilege escalation bug to add invoice to a client . πŸ’₯ IMPACT unprivileged user can add invoice to a client πŸ’₯ STEP TO REPRODUCE 1. From admin account goto http://localhost/online-invoice2/app/admin/pageViewMembers.php and add new user called user-B .\ Now revoke all acccess from client...

1.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/02 4:11 p.m.β€’6 views

in getgrav/grav

✍️ Description A cookie with an overly broad path can be accessed through other applications on the same domain. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Application deployed at http://real.example.com/grav and the application sets a session ID cookie with path "/" when users log in to the forum. then below code is...

0.8AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/07/02 2:39 p.m.β€’6 views

Cross-site Scripting (XSS) - Reflected in projectsend/projectsend

✍️ Description GET parameter ?client= in Line 419 of manage-files.php sends unvalidated data to a web browser, which can result in the browser executing malicious code. In this case the data is sent at builtinecho in manage-files.php at line 419. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Data enters a web application...

0.3AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/28 2:43 p.m.β€’6 views

Cross-site Scripting (XSS) - Stored in bigprof-software/online-invoicing-system

✍️ Description Stored xss bug using a xss payload in the full name field, other fields like address, city, state will work as well. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Create a new user with the following payload " in one of the fields i mentioned above; full name, address etc... browse to you're profile and...

7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/28 1:25 p.m.β€’6 views

Cross-site Scripting (XSS) - Stored in bigprof-software/online-invoicing-system

✍️ Description /app/admin/pageEditGroup.php with group-name parameter of pageEditGroup.php is vulnerable to Stored XSS. Line 203 of pageEditGroup.php sends unvalidated data to a web browser, which can result in the browser executing malicious code. In this case the data is sent at builtinecho in...

0.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/28 8:03 a.m.β€’6 views

Open Redirect in causefx/organizr

✍️ Description The file index.php passes unvalidated data to an HTTP redirect function on line 7. Allowing unvalidated input to control the URL used in a redirect can aid phishing attacks. The data is sent at header in index.php at line 7. πŸ•΅οΈβ€β™‚οΈ Proof of Concept The following PHP code instructs the...

0.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/25 2:48 a.m.β€’6 views

OS Command Injection in fabio286/antares

✍️ Description The application displays the connection error message returned by the server without removing the malicious tags, which leads to XSS attacks. https://imgur.com/3MhhvFp.png https://i.imgur.com/RksNgXF.png Being an application made in electron, an XSS can be scaled to RCE, making it...

SaveExploits0
Huntr
Huntr
β€’added 2021/06/23 1:44 p.m.β€’6 views

in lavv17/lftp

✍️ Description Whilst testing lftp built from commit d67fc1 with Clang 13 +ASan on Ubuntu 20.04.2 LTS, we discovered a crafted file which triggers a null pointer dereference and segfault. πŸ•΅οΈβ€β™‚οΈ Proof of Concept echo "aiYgAQEBNA==" | base64 -d /tmp/file.fuzz && ./lftp -f /tmp/file.fuzz The above POC...

0.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/20 1:21 a.m.β€’6 views

in polonel/trudesk

✍️ Description trudesk is vulnerable to arbitrary file upload. The app is allowing upload files, such as text/html. Consequently, It is possible to exploit XSS. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Create a ticket. 2. Access the ticket created and upload an HTML file which contains . 3. Access the HTML file...

1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/19 3:06 a.m.β€’6 views

Cross-site Scripting (XSS) - Stored in polonel/trudesk

✍️ Description trudesk is vulnerable to XSS via chat. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Send a message with the content . PoC video πŸ’₯ Impact JavaScript code execution...

2.4AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/06/02 5:27 p.m.β€’6 views

Cross-site Scripting (XSS) - Reflected in falconchristmas/fpp

✍️ Description Reflected XSS in playlists.php when a user asked to add a note in Sequence Entry, resulting in XSS. πŸ•΅οΈβ€β™‚οΈ Proof of Concept https://drive.google.com/file/d/1uU9IxbH3A45V8BSgtFOBrc5Gwj7S7k56/view?usp=sharing πŸ’₯ Impact This vulnerability is capable of doing Reflected XSS...

0.8AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/30 6:05 p.m.β€’6 views

Stack-based Buffer Overflow in falconchristmas/fpp

✍️ Description Hi, there is a stack based buffer overflow in https://github.com/FalconChristmas/fpp/blob/f4a1621c8be15a41305269830b700a2b5443aa0f/src/command.cL131 : When ./fpp is running it can send commands to ./fppd, a daemon that runs a main loop and listen for incoming socket connections : In...

0.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/29 8:13 p.m.β€’6 views

Cross-site Scripting (XSS) - Reflected in falconchristmas/fpp

✍️ Description Hi, few days ago I reported this vulnerability : https://huntr.dev/bounties/8-other-FalconChristmas/fpp/ There were 2 XSS vectors in https://github.com/FalconChristmas/fpp/blob/f032d800a67ed280f8d577d95519a71c95114579/www/runEventScript.phpL41 : php \n"; // 1 // else ? ERROR: Unknow...

SaveExploits0
Huntr
Huntr
β€’added 2021/05/29 5:11 p.m.β€’6 views

OS Command Injection in falconchristmas/fpp

✍️ Description Hi, a command is built without filtering user input in https://github.com/FalconChristmas/fpp/blob/cc026bd238b641ad147a3f8e1df47052e34f16d3/www/copyFilesToRemote.phpL50 php $ip = $GET'ip'; // $command = "rsync -rtDlv --modify-window=1 $compress --stats $fppHome/media/$dir/...

1.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/23 4:46 a.m.β€’6 views

Improper Privilege Management in dolibarr/dolibarr

πŸ’₯ BUG unprivileged user can attach agenda with leave. πŸ’₯ IMPACT user who dont have any access in leave can add agenda to this leave πŸ’₯ TESTED VERSION dolibarr 14.0.0-beta πŸ’₯ STEP TO REPRODUCE 1. First goto admin account and add user B as normal user .\ Now give user B bellow permission for Agenda...

1.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/22 6:30 p.m.β€’6 views

Improper Privilege Management in dolibarr/dolibarr

πŸ’₯ BUG unprivileged user can see task associated with a project πŸ’₯ IMPACT user dont have access to specific project but still can see task attached to this project . πŸ’₯ TESTED VERSION dolibarr 14.0.0-beta πŸ’₯ STEP TO REPRODUCE 1. First goto admin account and add user B as normal user .\ Now give user ...

0.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/17 9:03 a.m.β€’6 views

Cross-site Scripting (XSS) - DOM in apexcharts/apexcharts.js

✍️ Description Last version of Apexcharts.js is vulnerable to Cross-Site Scripting XSS πŸ•΅οΈβ€β™‚οΈ Proof of Concept Simply try one of the examples provided in samples/vanilla-js/scatter/scatter-images.html in this way: javascript var options = series: name: 'Messenger', data: 16.4, 5.4, ..... , name:...

2.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/15 1:20 p.m.β€’6 views

Cross-site Scripting (XSS) - Generic in utmsigep/member-directory

✍️ Description Non-administrative functions display success banners after multiple actions that reflect user-input directly without sanitization. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Donation Creation and Update - Donations - New Donation - Enter XSS payloads into the fields Last Name, First Name and Receipt ID,...

1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/05/13 7:20 a.m.β€’6 views

in cythron/tweango

✍️ Description The Django secret key was hard coded in the Github repository which is vulnerable as https://huntr.dev/bounties/1-other-cythron/Tweango/ accordingly. Since the GitHub public API monitor every single git commit that is made, attacker can still find the key from commit lists. = It is...

0.1AI score
SaveExploits0References1
Total number of security vulnerabilities4084