Lucene search
K

4057 matches found

Huntr
Huntr
β€’added 2021/07/17 7:4 p.m.β€’11 views

Cross-site Scripting (XSS) - Generic in emoncms/emoncms

✍️ Description Line 94 of theme.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 theme.php at line 94. πŸ•΅οΈβ€β™‚οΈ Proof of Concept $q = ""; if isset$GET'q' $q = $GET'q'; //get in line 16 //print in line...

3.1AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/17 10:23 a.m.β€’21 views

Server-Side Request Forgery (SSRF) in gogs/gogs

✍️ Description In 2018, this issue was created to address a SSRF vulnerability in gogs wherein an attacker could have gogs send requests to network-internal hosts - a patch for this was released see diff and no queries about the SSRF issue seem to have been raised again since from what I can tell...

5CVSS0.11691EPSS
Exploits1
Huntr
Huntr
β€’added 2021/07/17 3:59 a.m.β€’10 views

Cross-site Scripting (XSS) - Stored in chevereto/chevereto-free

✍️ Description Stored xss via image upload TESTED VESRION latest github code as of 16/7/21 πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. First download https://github.com/ranjit-git/poc/blob/master/xss%22'%3E%3Cimg%20src%3Dx%20onerror%3Dalert123%3E.jpeg image file in linux . Dont change the file name . This type file...

7.2AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/17 12:45 a.m.β€’10 views

Cross-Site Request Forgery (CSRF) in seriawei/zkeacms

✍️ Description ZKEACMS is vulnerable to Cross-site request forgery. The app has no mechanism against CSRF in all HTTP requests. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Sample: Add products to the shopping cart. HTML content: HTML setTimeout = form.submit , 2000; 1. Save the above content into an HTML file. 2. With...

1AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/16 11:29 p.m.β€’10 views

in ampache/ampache

✍️ Description According to PHP official documents 1 we have for mtrand function an security issue that says "This function does not generate cryptographically secure values, and should not be used for cryptographic purposes" and as we see in permalinks you use the mtrand function for generate...

7AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/16 10:59 p.m.β€’7 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
Exploits0
Huntr
Huntr
β€’added 2021/07/16 3:30 p.m.β€’31 views

Inefficient Regular Expression Complexity in apidoc/apidoc-core

✍️ Description A ReDoS regular expression denial of service flaw was found in the apidoc-core package. An attacker that is able to provide crafted input to the trim function may cause an application to consume an excessive amount of CPU. Similar attack ref:...

0.2AI score0.04015EPSS
Exploits1
Huntr
Huntr
β€’added 2021/07/15 7:20 p.m.β€’10 views

in emoncms/emoncms

✍️ Description In CSRF attack if attacker able to change the victim email then attacker can change email to own email and get password from password reset section and then the account take over happen here. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1.you login in your account 2.you make a file contain the following...

0.2AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/15 7:5 p.m.β€’10 views

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

✍️ Description In CSRF attack if your users going to attacker website and click the mallicouse link then they able to steal users cookie, submit unwanted date, .... πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1.you login in your account 2.you make a file contain the following html file. 3.open html as victim site...

0.5AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/15 7:0 p.m.β€’18 views

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

✍️ Description In CSRF attack if your users going to attacker website and click the mallicouse link then they able to steal users cookie, submit unwanted date, .... πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1.you login in your account 2.you make a file contain the following html file. 3.open html as victim site...

0.5AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/15 6:15 p.m.β€’9 views

in emoncms/emoncms

✍️ Description weak password requirements can lead to account takeover vulnerability as attacker easily can perform Bruteforce attacks. πŸ•΅οΈβ€β™‚οΈ Proof of Concept if a attacker knows the username and email of the your users then attacker easily can reset the victim password and no privileges required...

1.5AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/10 5:34 p.m.β€’7 views

in erudika/scoold

Reuse of cookies: The cookies are not expiring after sign out. Once the user signs out of his account, the cookies needs to be expired and should not be any use of reuse. But in this case, an attacker can grab the cookies and use them to log them into a user's account POC: 1Go to...

1AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/10 2:13 p.m.β€’18 views

Open Redirect in ionicabizau/parse-url

✍️ Description parse-url improperly handles the user input such as https:/\ and interprets it as a relative path. Backslashes after the protocol are accepted by browsers and treated as normal slashes, but parse-url reads them as the relative path, which could lead to SSRF, open redirects, or other...

6.1AI score0.00552EPSS
Exploits2
Huntr
Huntr
β€’added 2021/07/10 1:51 p.m.β€’15 views

Open Redirect in ionicabizau/git-up

✍️ Description git-up improperly handles the user input such as https:/\ and interprets it as a relative path. Backslashes after the protocol are accepted by browsers and treated as normal slashes, but git-up reads them as the relative path, which could lead to SSRF, open redirects, or other...

6.1AI score0.00552EPSS
Exploits2
Huntr
Huntr
β€’added 2021/07/10 9:52 a.m.β€’12 views

Use of a Broken or Risky Cryptographic Algorithm in boxbilling/boxbilling

✍️ Description The function mtrand is used to generate ticket hashes at the reference shown, this function is cryptographically flawed due to its nature being one pseudorandomness, an attacker can take advantage of the cryptographically insecure nature of this function to disclose critical...

7AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/10 1:39 a.m.β€’43 views

Cross-site Scripting (XSS) - Reflected in swiftyspiffy/twitch-token-generator

✍️ Description An almost XSS exists in this repository that, if not for the WAF used on https://twitchtokengenerator.com; would have resulted in reflected XSS. Despite this, it is possible to inject HTML onto the page, making some attack scenarios possible. πŸ•΅οΈβ€β™‚οΈ Proof of Concept - Navigate to...

0.3AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/10 12:31 a.m.β€’4 views

Use of a Broken or Risky Cryptographic Algorithm in emoncms/emoncms

✍️ Description The function mtrand is used to generate verification keys, API keys both read & write, and even hash salts, this function is cryptographically flawed due to its nature being one pseudorandomness, an attacker can take advantage of the cryptographically insecure nature of this functio...

0.3AI score
Exploits0References4
Huntr
Huntr
β€’added 2021/07/10 12:20 a.m.β€’14 views

Use of a Broken or Risky Cryptographic Algorithm in panique/huge

✍️ Description The function mtrand is used to generate password-reset tokens, this function is cryptographically flawed due to its nature being one pseudorandomness, an attacker can take advantage of the cryptographically insecure nature of this function to enumerate password-reset tokens that...

Exploits0References2
Huntr
Huntr
β€’added 2021/07/10 12:13 a.m.β€’13 views

Use of a Broken or Risky Cryptographic Algorithm in mautic/mautic

✍️ Description The function mtrand is used to generate session tokens, this function is cryptographically flawed due to its nature being one pseudorandomness, an attacker can take advantage of the cryptographically insecure nature of this function to enumerate session tokens for accounts that are...

0.2AI score
Exploits0References2
Huntr
Huntr
β€’added 2021/07/09 4:15 p.m.β€’13 views

Heap-based Buffer Overflow in squell/id3

✍️ Description Hello! We compiled id3 from commit 857ac8 with Clang-13 + ASan, and we discovered a crafted file which triggers a heap-buffer-overflow, WRITE of size 1. This and the previous bug were discovered with the help of honggfuzz. πŸ•΅οΈβ€β™‚οΈ Proof of Concept echo...

7AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/09 4:5 p.m.β€’11 views

Heap-based Buffer Overflow in squell/id3

✍️ Description Hello! We compiled id3 from commit 857ac8 with Clang-13 + ASan, and we discovered a crafted file which triggers a negative-size-param and a heap-buffer-overflow with a READ of size 40987248. But for the purposes of this report, we are going to look at the heap-buffer-overflow, as it...

7AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/09 3:4 p.m.β€’7 views

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

✍️ Description pimcore is a Open Source Data & Experience Management Platform PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce this package is vulnerable for Stored XSS thru gender tag πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ Impact This vulnerability is capable of stored xss πŸ“ Location Gender.phpL21...

1.2AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/08 3:54 p.m.β€’14 views

in ethibox/stacks

✍️ Description Please enter a description of the vulnerability. 1Visit https://github.com/ethibox/stacks/blob/master/wordpress.ymlL47-L50 for the exposed database credentials πŸ’₯ Impact This vulnerability is capable of database getting compromised...

0.9AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/08 8:10 a.m.β€’21 views

Open Redirect in ionicabizau/parse-url

✍️ Description parse-url 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 parse-url sees it as a relative path. Which will lead to SSRF attacks, open redirects, or...

0.6AI score0.00552EPSS
Exploits2
Huntr
Huntr
β€’added 2021/07/08 8:8 a.m.β€’17 views

Open Redirect in ionicabizau/parse-path

✍️ Description parse-path 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 parse-path sees it as a relative path. Which will lead to SSRF attacks, open redirects, o...

0.6AI score0.00552EPSS
Exploits2
Huntr
Huntr
β€’added 2021/07/08 8:1 a.m.β€’23 views

Open Redirect in tjenkinson/url-toolkit

✍️ Description url-toolkit 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-toolkit sees it as a relative path. Which will lead to SSRF attacks, open redirects,...

0.1AI score0.00552EPSS
Exploits2
Huntr
Huntr
β€’added 2021/07/07 10:44 p.m.β€’9 views

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

✍️ Description Reflected XSS in editBoxDialog.tpl.php where "module" and "label" parameters leads to exploitation of a vulnerability. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Open this link http://127.0.0.1/setting/editBoxLabel?module=idealabels%22%3E%3Cscript%3Ealert%22XSS%20by%20OverJT%22%3C/script%3E&label=jjj πŸ’₯...

1.6AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/07 6:33 a.m.β€’28 views

Server-Side Request Forgery (SSRF) in aimeos/aimeos-core

✍️ Description Integrated online shop based on Laravel 6 LTS and the Aimeos e-commerce framework this web app is vulnerable for stored SSRF thru svg files πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ Impact This vulnerability is capable SSRF...

0.9AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/06 6:20 p.m.β€’11 views

Cross-Site Request Forgery (CSRF) in spiral-project/ihatemoney

✍️ Description The //delete/ end point lacks CSRF protection. This could be exploited by attackers to make the admin delete records from database. πŸ•΅οΈβ€β™‚οΈ Proof of Concept For the attack to work, a logged in user should click the link could be performed with JavaScript. /delete/"Click here πŸ’₯ Impact...

2.7AI score
Exploits0References1
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
Exploits0
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
Exploits0
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
Exploits0
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
Exploits0
Huntr
Huntr
β€’added 2021/07/06 8:6 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.00552EPSS
Exploits2References1
Huntr
Huntr
β€’added 2021/07/06 7:53 a.m.β€’18 views

Open Redirect in unshiftio/url-parse

✍️ Description url-parse 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. Similar attacks:...

5CVSS5.5AI score0.00239EPSS
Exploits2References1
Huntr
Huntr
β€’added 2021/07/05 5:39 p.m.β€’7 views

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

✍️ Description Open Source eCommerce Platform on Symfony this package vulnerable for stored xss thru svg files πŸ•΅οΈβ€β™‚οΈ Proof of Concept https://i.imgur.com/UNqIg8l.mp4 πŸ’₯ Impact This vulnerability is capable of XSS...

0.2AI score0.00154EPSS
Exploits0
Huntr
Huntr
β€’added 2021/07/05 2:34 p.m.β€’14 views

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

✍️ Description Stored xss bug using a xss payload in the Hypothesis when adding a new Research πŸ•΅οΈβ€β™‚οΈ Proof of Concept Goto http://localhost/leancanvas/simpleCanvas and click on add new and copy paste the following xss payload javascript " Click on safe and see the xss popup with the cookie. πŸ’₯...

7AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/05 2:29 p.m.β€’10 views

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

✍️ Description Stored xss bug using a xss payload in the Milestone Title when adding a new milestone πŸ•΅οΈβ€β™‚οΈ Proof of Concept Goto http://localhost/tickets/roadmap and click on add Milestone and copy paste the following xss payload javascript " Click on safe and see the xss popup with the cookie. πŸ’₯...

7AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/05 11:42 a.m.β€’5 views

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

✍️ Description CSRF on changing password of an admin account. There is no token or anti csrf implemented. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Create a .html file poc.html for example and copy paste the following code in it. Change localhost to ur domain or ip address. javascript CSRF PoC send this file to a...

Exploits0
Huntr
Huntr
β€’added 2021/07/05 8:44 a.m.β€’12 views

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

✍️ Description XSS via file upload in profile settings πŸ•΅οΈβ€β™‚οΈ Proof of Concept open chatwoot ,login to your profile , go to profile settings upload SVG file with XSS payload and update profile open the avatar in new page, XSS will be triggered πŸ’₯ Impact custom javascript code is executed...

1.3AI score0.00215EPSS
Exploits0
Huntr
Huntr
β€’added 2021/07/05 8:9 a.m.β€’20 views

Server-Side Request Forgery (SSRF) in chatwoot/chatwoot

✍️ Description SSRF via SVG file upload πŸ•΅οΈβ€β™‚οΈ Proof of Concept create a new inbox, change its avatar to an SVG file with SSRF payload in it. and open the image in a new tab. πŸ’₯ Impact Host redirect...

1.1AI score0.00163EPSS
Exploits0
Huntr
Huntr
β€’added 2021/07/05 7:34 a.m.β€’18 views

Session Fixation in chatwoot/chatwoot

✍️ Description The application is vulnerable to Session Fixation vulnerability even after a user changes its password the old sessions on other devices persist. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. open chatwoot and login to your account on multiple browsers 2. change the password of the account on one of...

2.9AI score0.00116EPSS
Exploits0References1
Huntr
Huntr
β€’added 2021/07/05 6:30 a.m.β€’9 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 client's comment. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create a Client. 2. Enter " in the comments. 3. Save and you will see XSS. πŸ’₯ Impact This vulnerability is capable of stored XSS...

1.2AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/05 6:28 a.m.β€’9 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 invoice comment. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create a invoice. 2. Enter " in the comments. 3. Save and you will see XSS. πŸ’₯ Impact This vulnerability is capable of stored XSS...

1.6AI score
Exploits0
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
Exploits0
Huntr
Huntr
β€’added 2021/07/05 6:27 a.m.β€’10 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 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 Anonymous group you just created. πŸ’₯ Impact This...

0.7AI score
Exploits0
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
Exploits0
Huntr
Huntr
β€’added 2021/07/05 6:24 a.m.β€’12 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 Application/Leases notes. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create a Application/Leases. 2. Enter " in the notes. 3. Save and you will see XSS. πŸ’₯ Impact This vulnerability is capable of stored XSS...

0.9AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/05 6:23 a.m.β€’7 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 Units description. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create a Unit. 2. Enter " in the description. 3. Save and you will see XSS. πŸ’₯ Impact This vulnerability is capable of stored XSS...

1.2AI score
Exploits0
Huntr
Huntr
β€’added 2021/07/05 6:22 a.m.β€’11 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 property name which reflects on summary-reports-application-leases-1.php πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce: 1. Create a Property. 2. Enter x''' in the comments. 3. Save and visit...

0.8AI score
Exploits0
Total number of security vulnerabilities4057