4084 matches found
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 π₯...
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...
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...
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...
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...
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:...
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...
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...
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...
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...
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 ...
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 //...
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...
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...
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...
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...
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...
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...
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...
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...
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 =...
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...
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 : " +...
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...
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...
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...
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...
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:...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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/...
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...
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 ...
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:...
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,...
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...