Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
β€’added 2022/09/29 1:44 p.m.β€’8 views

Stored XSS in Django Admin Portal

Description Django-treebeard suffers from a stored XSS in the TreeAdmin class when certain preconditions are met. The XSS it's triggered when a privileged user visit a page in the django admin portal. In order to successfully exploit this vulnerable, three pre-conditions should occur: 1. 1 a Djan...

0.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2022/07/26 1:49 a.m.β€’8 views

Cross-Site Request Forgery (CSRF)

Description An attacker is able to log out a user if a logged-in user visits the attacker's website. Proof of Concept PoC.html history.pushState'', '', '/' document.forms0.submit;...

0.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2022/07/05 9:41 a.m.β€’8 views

Allows large characters in change password

Description The commafeedapplication allows large characters to insert in the input field "password" at password change feature which can allow attackers to cause a Denial of Service DoS via a crafted HTTP request. Proof of Concept 1. Login and go to profile 2. Go to password change feature 3. Fi...

1.6AI score
SaveExploits0References3
Huntr
Huntr
β€’added 2022/06/30 4:22 p.m.β€’8 views

Open Redirect

πŸ“ Description The redirect get variable in login page isn't properly checked. Currently, it check if url.scheme and url.netloc are empty using urllib. py parsed = urlparseredirecturl check if redirect url is valid if parsed.scheme != "" or parsed.netloc != "": logger.warning f"Got an invalid...

0.3AI score
SaveExploits0
Huntr
Huntr
β€’added 2022/06/26 12:22 p.m.β€’8 views

Reflected XSS in "cbSurvey" module

Description Reflected XSS due to bad sanitization of "idstring" parameter in cbSurvey module. Proof of Concept https://demo.corebos.com/index.php?module=cbSurvey&action=cbSurveyAjax&file=MassEdit&mode=ajax&idstring=" onfocus=javascript:alertdocument.domain type=txt autofocus="...

0.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2022/05/24 11:00 a.m.β€’8 views

User Account Deletion and more via Clickjacking

Description As nakama console is not restricted from being loaded in an iframe, clickjacking attack is possible. Proof of Concept 1. Login to nakama console. 2. Save the following as an .html file and open it in the browser to see that the page loads into an iframe. html :"...

1.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2022/05/04 5:59 a.m.β€’8 views

Denial of service

Affected commit 49b8cef31f01c0d88d874e17714dff1fa5b85df0 Proof of Concept ruby= raise SystemStackError.new BasicObject.new Expected: Raise exception without abort the software Case output: bash= root:/mruby/mruby/bin ./mruby poc.rb poc.rb:1: can't convert BasicObject into String TypeError Aborted...

3.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2022/05/02 10:45 a.m.β€’8 views

Cross-site Scripting (XSS) - Stored

Description The software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. Proof of Concept - it works on firefox not in chromium based browsers - login as admin - go to...

SaveExploits0
Huntr
Huntr
β€’added 2022/01/25 10:28 a.m.β€’8 views

Cross-site Scripting (XSS) - Stored in pimcore/customer-data-framework

Description stored xss vulnerability occurs when you change the value of Description at "Customer Management Framework" = "Customer automation rules" = "New Customers" = "Description" in the pimcore service. Proof of Concept txt XSS POC : 1. Open the https://10.x-dev.pimcore.fun/admin/ 2. After...

0.8AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/12/11 3:32 a.m.β€’8 views

Cross-Site Request Forgery (CSRF) in gunet/openeclass

Description An attacker is able to log out a user if a logged-in user visits the attacker's website. Proof of Concept history.pushState'', '', '/' document.forms0.submit; Impact This vulnerability is capable of forging users to unintentional logout. More details One way GET could be abused here i...

0.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/12/06 9:10 p.m.β€’8 views

Cross-Site Request Forgery (CSRF) in yeswiki/yeswiki

Description Hey all, so i found that YesWiki doesn't implement any sort of anti-csrf mechanism, i found that the change email function is vulnerable to CSRF attacks which leads to Account Takeover. Proof of Concept Exploitation Scenario: - An attacker sends the above PoC to the victim. - rather...

1.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/11/23 11:17 a.m.β€’8 views

Cross-Site Request Forgery (CSRF) in kunstmaan/kunstmaanbundlescms

Description An attacker is able to log out a user if a logged-in user visits the attacker's website. Proof of Concept history.pushState'', '', '/' document.forms0.submit; Impact This vulnerability is capable of forging users to unintentional logout. More details One way GET could be abused here i...

0.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/10/29 10:28 a.m.β€’8 views

Path Traversal in rhizome-conifer/conifer

Description misconfigurations of nginx lead to a path traversal vulnerability. Proof of Concept An attacker can access files like this: https://conifer.rhizome.org/static/app../admin.py https://conifer.rhizome.org/static/app../config/wr.yaml Impact An attacker can access files on the web server t...

2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/10/26 1:50 p.m.β€’8 views

Cross-Site Request Forgery (CSRF) in microweber/microweber

Description There is a CSRF on Delete Cart Item in users side. I get this error "Item not removed from cart" message but the item already will be deleted.message isn't correct and the delete action will be done Proof of Concept // PoC.html history.pushState'', '', '/' after that you click on subm...

2.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/10/14 7:12 p.m.β€’8 views

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in frontaccountingerp/fa

✍️ Description The secure flag is not set for session cookie "PHPSESSID" in the application. Proof of Concept Check this for POC: Image Impact If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing...

0.4AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/24 3:54 p.m.β€’8 views

Inefficient Regular Expression Complexity in crankyoldgit/irremoteesp8266

✍️ Description The IRremoteESP8266 package is vulnerable to ReDoS regular expression denial of service. An attacker that is able to provide crafted input to the extractsupports function in the file scrapesupporteddevices.py may cause an application to consume an excessive amount of CPU. Below...

0.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/18 11:19 a.m.β€’8 views

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in spiral-project/ihatemoney

Description Secure flag is not implemented on the application Proof of Concept https://drive.google.com/file/d/10p4ejCFsLA6LO32nPNTRKqZjlqVHVpUf/view?usp=sharing Impact The secure flag is an option that can be set by the application server when sending a new cookie to the user within an HTTP...

SaveExploits0References1
Huntr
Huntr
β€’added 2021/09/16 9:07 p.m.β€’8 views

Session Fixation in alovoa/alovoa

Description On changing password both session using which user changes password and old sessions in any other browser or device does not expire and remains active. Proof of Concept STEPS TO REPRODUCE: 1. Log in to Browser A and make sure to check 'stay logged in to this device' checkbox while...

2AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/09/11 10:15 p.m.β€’8 views

Cross-Site Request Forgery (CSRF) in ikus060/rdiffweb

✍️ Description Hello dear Rdiffweb team. I found a CSRF vulnerability on following endpoint that attackers able to Create a SSH key with PoC.html πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. User with right privileges should be logged in Firefox or Safari. 2. Users go to a website that contain PoC.html 3.after...

0.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/07 1:24 a.m.β€’8 views

Cross-site Scripting (XSS) - Reflected in phoronix-test-suite/phoronix-test-suite

✍️ Description Cross-site Scripting XSS refers to client-side code injection attack wherein an attacker can execute malicious scripts into a legitimate website or web application. XSS occurs when a web application makes use of unvalidated or unencoded user input within the output it generates. The...

2.3AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/09/04 8:21 p.m.β€’8 views

Session Fixation in agentejo/cockpit

✍️ Description A malicious actor with access to the computer is able to reveal the loaded site's actual session identifier value from the stored cookie. Since upon login, this value does not change, the attacker can gain access via session hijacking, when the target logs in on the compromised...

2.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/01 10:19 a.m.β€’8 views

Prototype Pollution in liriliri/licia

✍️ Description licia package is vulnerable to Prototype Pollution. The safeSet function fails to validate which Object properties it updates. This allows attackers to modify the prototype of Object, causing the addition or modification of an existing property on all objects. πŸ•΅οΈβ€β™‚οΈ Proof of Concept...

2.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/31 6:49 a.m.β€’8 views

Cross-Site Request Forgery (CSRF) in ampache/ampache

✍️ Description csrf bug to disable user πŸ•΅οΈβ€β™‚οΈ Proof of Concept I see during disable a user there is no csrf token is checking .\ 1. First login into admin account .\ 2. Now copy url http://localhost/ampache-develop/public/admin/users.php?action=disable&userid=3 and paste in browser tab and hit...

0.3AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/27 2:54 p.m.β€’8 views

Cross-Site Request Forgery (CSRF) in aimeos/ai-client-html

✍️ Description Attacker able to add any product in favorites with CSRF attack. In CSRF attacks it is necessary that a user logged into your application and just going to a malicious website and after that only with a redirection attacker can perform attack on unprotected endpoint, this means only...

1.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/24 10:30 p.m.β€’8 views

Cross-Site Request Forgery (CSRF) in namelessmc/nameless

✍️ Description Attacker able to delete any custom page with CSRF attack. It does not matter at all that your application run in localhost or elsewhere, just it is enough to run on a browser and another low privilege user or attackers know the IP address or hostname of your application. In CSRF...

1.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/24 8:52 p.m.β€’8 views

Cross-Site Request Forgery (CSRF) in livehelperchat/livehelperchat

✍️ Description csrf bug to make clone of a role πŸ•΅οΈβ€β™‚οΈ Proof of Concept i see everywhere csrf token is checking but during cloning of role, it does not check csrf token .\ Belllow url is vulnerable to csrf attack to make a clone of role...

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

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

✍️ Description here is a Stored XSS on the user profile image uploader via svg file πŸ•΅οΈβ€β™‚οΈ Proof of Concept Step to reproduce: 1. Go to account profile 2. Click the choose file option to update profile image 3. Upload the svg file containing malicious code: or you can download it from :...

6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/21 4:39 p.m.β€’8 views

Cross-site Scripting (XSS) - Reflected in slackero/phpwcms

✍️ Description Reflected xss πŸ•΅οΈβ€β™‚οΈ Proof of Concept 'HTTP-REFERER: '.echoempty$ref ? 'unknown' : $ref; πŸ’₯ Impact xss bug...

2.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 3:23 p.m.β€’8 views

Cross-Site Request Forgery (CSRF) in aces/loris

✍️ Description Attacker able to upload any Media with CSRF attack. It does not matter at all that your application run in localhost or elsewhere, just it is enough to run on a browser and another low privilege user or attackers know the IP address or hostname of your application. In CSRF attacks i...

1.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/12 3:28 p.m.β€’8 views

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

✍️ Description CircuitVerse is a free, open-source platform which allows users to construct digital logic circuits online this app is vulnerable for XSS thru creating projects πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ Impact This vulnerability is capable Steeling cookies of users πŸ“ Location projectscontroller.rbL5...

2.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/04 9:54 a.m.β€’8 views

Cross-Site Request Forgery (CSRF) in zhongshaofa/easyadmin

✍️ Description Attacker able to delete any local picture with CSRF attack. It does not matter at all that phproject run in localhost or elsewhere, just it is enough to run on a browser and another low privilege user or attackers know the IP address or hostname of filebrowser application. It does...

2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/28 6:47 p.m.β€’8 views

Cross-Site Request Forgery (CSRF) in easysoft/zentaopms

✍️ Description When you don't set the SameSite attribute of cookies the browsers have special act in front of this issue.I mean set default value on it chrome and chromium based browsers set the attribute "Lax" that mean if you do add/delete/alter operation in a get HTTP request then your site mor...

0.8AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/25 8:43 a.m.β€’8 views

Cross-Site Request Forgery (CSRF) in pimcore/pimcore

✍️ Description Your application have not any CSRF protection and also You set the SameSite attribute to Lax, this means if you want to alter some data with GET HTTP requests, then your site should be vulnerable to CSRF attacks with no doubt. First you run this Html payload and then you should see...

0.3AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/24 8:57 a.m.β€’8 views

Cross-Site Request Forgery (CSRF) in ampache/ampache

✍️ Description When you don't set the SameSite attribute of cookies the browsers have special act in front of this issue.I mean set default value on it chrome and chromium based browsers set the attribute "Lax" that mean if you do add/delete/alter operation in a get HTTP request then your site mor...

0.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/22 4:39 a.m.β€’8 views

Improper Privilege Management in opensource-socialnetwork/opensource-socialnetwork

πŸ’₯ BUG unprivileged user can comment to private album . πŸ’₯ IMPACT user who does not have permiison in private album still can comment in that album. πŸ’₯ STEP TO RERPODUCE There is two user called user-A and user-B.\ 1. First goto user-A account and create a private album . \ Lets album url is...

0.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/21 11:59 a.m.β€’8 views

Cross-Site Request Forgery (CSRF) in dolibarr/dolibarr

✍️ Description CSRF bug to activate all contractline πŸ•΅οΈβ€β™‚οΈ Proof of Concept Here it does not check token parameter for csrf .You can remove token paramater from url. bellow request is vulnerable to csrf attack when activate all contract-line ....

1.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/18 7:23 p.m.β€’8 views

Cross-Site Request Forgery (CSRF) in dolibarr/dolibarr

✍️ Description Attacker can delete any Product for any user with CSRF vulnerability when the Admin or SuperAdmin or an authorized user click on PoC.html file, it is enough to attacker know the Product id on server. I convert the GET...

3AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/16 10:59 p.m.β€’8 views

Business Logic Errors in seriawei/zkeacms

✍️ Description ZKEACMS is vulnerable to Business Logic error through negative product amount. πŸ•΅οΈβ€β™‚οΈ Proof of Concept PoC file content: HTML setTimeout = form.submit , 2000; 1. Save the above content into an HTML file. 2. Open it on the browser. Check the shopping cart negative value. PoC video. πŸ’₯...

1.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/06 2:56 p.m.β€’8 views

Cross-site Scripting (XSS) - Stored in sergix44/xbackbone

✍️ Description Stored xss through file upload via a .svg file πŸ•΅οΈβ€β™‚οΈ Proof of Concept Upload a .svg file with the following content: javascript alertdocument.cookie; give a name you want ending with .svg store-xss.svg for example and upload the file, after upload click on open click on raw see the...

7.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/06 1:25 p.m.β€’8 views

Cross-site Scripting (XSS) - Stored in omeka/omeka-s

✍️ Description Stored xss bug using a xss payload in the Title when adding a new site. the xss is getting executed when you are trying to delete the website, see the PoC for details. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Goto http://localhost/omeka/omeka-s/admin/site and click on add new site copy paste the...

7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/05 6:27 a.m.β€’8 views

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

✍️ Description I found a stored XSS in your project which is lead by adding unpaid invoice comment. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create a unpaid invoice. 2. Enter " in the comments. 3. Save and you will see XSS. πŸ’₯ Impact This vulnerability is capable of stored XSS...

1.8AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/05 6:26 a.m.β€’8 views

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

✍️ Description I found a stored XSS in your project which is lead by adding Leases starting/ending. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create a Starting or Ending as both are vulnerable. 2. Enter " in the notes. 3. Save and you will see XSS. πŸ’₯ Impact This vulnerability is capable of...

1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/05 6:22 a.m.β€’8 views

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

✍️ Description I found a stored XSS in your project which is lead by adding comments when creating landlord due to improper sanitization. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create a Landlord. 2. Enter x''' in the comments. 3. Save and you will see prompt. πŸ’₯ Impact This vulnerability is...

1.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/05 6:21 a.m.β€’8 views

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

✍️ Description I found a stored XSS in your project which is lead by adding anonymous group name. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create a group. 2. Enter group"' in the group name. 3. Save and visit view groups. 4. Click on the Anonymous group you just created. πŸ’₯ Impact This...

0.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/04 6:34 a.m.β€’8 views

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

✍️ Description stored xss via Group name πŸ•΅οΈβ€β™‚οΈ Proof of Concept Step To Reproduce: Go to /admin/pageEditGroup.php and creat a group with payload: '/ Now visit user dashboard ie, /membershipprofile.php and see the xss pops up Poc video:...

7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/03 4:48 p.m.β€’8 views

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

✍️ Description Stored XSS in setting up mail sender's name sue to improper sanitization of user input. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Go to http://192.168.43.130:8081/app/admin/pageSettings.php?search-settings=smtp 2. Enter payload " 3. Now visit...

SaveExploits0
Huntr
Huntr
β€’added 2021/07/03 3:58 p.m.β€’8 views

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

πŸ’₯ BUG xss via unpaid-invoice-comment πŸ’₯ VERSION TESTED latest version as of 3/7/21 πŸ’₯ IMPACT xss allow to execute arbitary javascript in vicitm account πŸ’₯ STEP TO REPRODUCE 1. goto http://localhost/online-invoice3/app/hooks/calendar-unpaid-invoices.php?date=2021-06-03&view=dayGridMonth and create a...

3AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/03 3:16 p.m.β€’8 views

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

πŸ’₯ BUG xss via invoice-comment πŸ’₯ VERSION TESTED latest version as of 3/7/21 πŸ’₯ IMPACT xss allow to execute arbitary javascript in vicitm account πŸ’₯ STEP TO REPRODUCE 1. goto http://localhost/online-invoice3/app/invoicesview.php and create a new invoice .\ During creation put bellow xss payload in...

2.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/07/03 3:12 p.m.β€’8 views

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

✍️ Description stored xss via client comment πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. First goto http://localhost/online-invoice3/app/clientsview.php and create a new client .\ During creation put bellow xss payload in comment section and save it .\ xss"' 2. Now any user open this client then xss is executed...

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

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

πŸ’₯ BUG STORED XSSS πŸ’₯ TESTED VERSION latest version as of 3/7/21 πŸ’₯ STEP TO REPRODUCE plz check this 1 minute video to reproduce the bug https://drive.google.com/file/d/16Y2WR7PKj-OpDGGDMAxV60CaiSX2RZXl/view?usp=sharing...

0.1AI score
SaveExploits0
Total number of security vulnerabilities4084