Lucene search
+L

4083 matches found

Huntr
Huntr
β€’added 2021/08/23 8:16 a.m.β€’11 views

in erikdubbelboer/phpredisadmin

✍️ Description It can be possible to perform a clickjacking attack due to the lack of frame restrictions. The application does not set the response header X-Frame-Options: DENY. πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ Impact According to PortSwigger references, it is possible for a page controlled by an attacker...

1.3AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/08/23 8:10 a.m.β€’8 views

Cross-site Scripting (XSS) - Reflected in erikdubbelboer/phpredisadmin

✍️ Description The application is vulnerable to XFS attack. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Navigate to https://domain.tld/phpRedisAdmin/?https://www.eia.gov/state/maps The page https://www.eia.gov/state/maps.php will be loaded in an iframe on the page. πŸ’₯ Impact Cross-Frame Scripting XFS is an attack that...

0.8AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/08/22 9:2 p.m.β€’11 views

Cross-site Scripting (XSS) - Stored in janeczku/calibre-web

πŸ’₯ BUG stored xss via book description πŸ’₯ STEP TO REPRODUCE Lets there is two user Admin and user-B . user-B has edit permission in book.\ \ 1. Now goto user-B account and visit http://localhost:8083/admin/book/12 and edit the metadata .\ During edit put bellow xss payload in book Description field...

0.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/21 4:45 p.m.β€’12 views

SQL Injection in slackero/phpwcms

✍️ Description Data enters a program from an untrusted source πŸ•΅οΈβ€β™‚οΈ Proof of Concept if$result = mysqliquery$db, 'SELECT FROM '. $phpwcms"dbprepend" ? $phpwcms"dbprepend".'' : ''.'phpwcmsuser' πŸ’₯ Impact A successful attack may result in the unauthorized viewing of user lists, the deletion of entire...

1.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/21 4:39 p.m.β€’6 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/21 10:39 a.m.β€’11 views

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in slackero/phpwcms

✍️ Description The secure flag is not set for PHPSESSID session cookie in the application. πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ 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 the cookie from...

0.3AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/08/21 10:15 a.m.β€’18 views

Sensitive Cookie Without 'HttpOnly' Flag in slackero/phpwcms

✍️ Description HTTPOnly attribute is not set for session cookies in the application. πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ Impact When a cookie doesn’t have an HttpOnly flag, it can be accessed through JavaScript, which means that an XSS could lead to cookies being stolen. These include session cookies that can...

0.6AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/08/20 4:23 p.m.β€’6 views

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

✍️ Description Attacker able to delete any Link 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 it...

1.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/20 3:26 p.m.β€’8 views

in cortezaproject/corteza-server

✍️ Description Hi team i found an Unrestricted File Upload on https://latest.cortezaproject.org/ which let me upload anything. File Extensions Such as .html , .svg and others should not be executed on the server side. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Step to Reproduce 1- Go to the Employees tab and choose an...

5.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/20 2:42 p.m.β€’11 views

Cross-site Scripting (XSS) - Stored in cortezaproject/corteza-webapp-workflow

✍️ Description Stored Cross-Site Scripting XSS is the type of XSS when a user injects a maliscous javascript code into the web applacation and it gets later rendered in victim browser. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Sign in to the application as admin 2. Go to workflows 3. Edit workflow and set the...

1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/20 7:14 a.m.β€’18 views

Cross-Site Request Forgery (CSRF) in firefly-iii/firefly-iii

✍️ Description Attacker able to set default currency 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...

4.3CVSS1.4AI score0.00405EPSS
SaveExploits0
Huntr
Huntr
β€’added 2021/08/20 7:6 a.m.β€’22 views

Cross-Site Request Forgery (CSRF) in firefly-iii/firefly-iii

✍️ Description Attacker able to Remove budgeted amount 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...

4.3CVSS1.3AI score0.00501EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/08/20 7:2 a.m.β€’26 views

Cross-Site Request Forgery (CSRF) in firefly-iii/firefly-iii

✍️ Description Attacker able to delete Total available budget 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...

4.3CVSS1.1AI score0.00475EPSS
SaveExploits0
Huntr
Huntr
β€’added 2021/08/19 3:8 p.m.β€’12 views

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

✍️ Description Stored xss πŸ•΅οΈβ€β™‚οΈ Proof of Concept Plz check this 1 minute video https://drive.google.com/file/d/1ycKDrN3ot623c-iYTaJYFNCjxCXChNx1/view?usp=sharing πŸ’₯ Impact xss bug...

0.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/19 2:8 p.m.β€’8 views

Cross-site Scripting (XSS) - Stored in imran300/inventory

✍️ Description Stored xss bug using a xss payload in the product name when adding a new categorie in the product page. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Goto http://localhost/inventory/index.php/Category/listcategory and click on add category and copy paste the following xss payload and paste it in the...

SaveExploits0
Huntr
Huntr
β€’added 2021/08/19 2:5 p.m.β€’14 views

Cross-site Scripting (XSS) - Stored in imran300/inventory

✍️ Description Stored xss bug using a xss payload in the employee name when adding a new employee πŸ•΅οΈβ€β™‚οΈ Proof of Concept Goto http://localhost/inventory/employees/addemployee and click on add employee and copy paste the following xss payload and paste it in the EMP NAME javascript " Click on safe...

0.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 8:33 p.m.β€’10 views

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

✍️ Description Attacker able to delete any folder 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...

1.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 8:29 p.m.β€’7 views

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

✍️ Description Attacker able to delete any event 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...

0.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 8:25 p.m.β€’9 views

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

✍️ Description Attacker able to delete any Announcements 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.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 8:19 p.m.β€’8 views

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

✍️ Description Attacker able to delete any album of a user 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...

1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 8:14 p.m.β€’14 views

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

✍️ Description Attacker able to delete any photo of a user 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.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 8:11 p.m.β€’6 views

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

✍️ Description Attacker able to unlock/lock any album 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...

0.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 8:4 p.m.β€’12 views

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

✍️ Description Attacker able to delete any File & Doc 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.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 6:33 p.m.β€’14 views

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

✍️ Description CSRF on deleting a user. 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 admin when he opens the...

7.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 6:14 p.m.β€’14 views

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

✍️ Description Stored xss bug using a xss payload in the todo name when adding a todo item πŸ•΅οΈβ€β™‚οΈ Proof of Concept Goto http://localhost/tickets/showKanban and add a todo item and copy paste the following xss payload in the todo-name javascript " Click on safe and go to the My Timesheets tab and see...

7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 5:59 p.m.β€’8 views

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

✍️ Description Stored xss bug using a xss payload in the Retrospectives Title when adding a new retrospective πŸ•΅οΈβ€β™‚οΈ Proof of Concept Goto http://localhost/retrospectives/showBoards and click on add more and copy paste the following xss payload in the title javascript " Click on safe and see the xss...

7.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 5:54 p.m.β€’13 views

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

✍️ Description Stored xss bug using a xss payload in the Ideas area when adding a comment in the discussion area πŸ•΅οΈβ€β™‚οΈ Proof of Concept Goto http://localhost/ideas/showBoards and click on add an idea and copy paste the following xss payload in the discussion field javascript " Click on safe and see...

0.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 5:48 p.m.β€’6 views

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

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

7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 3:23 p.m.β€’7 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/17 3:14 p.m.β€’10 views

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

✍️ Description Attacker able to create any Category 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 attack...

1.4AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 3:10 p.m.β€’10 views

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

✍️ Description Attacker able to edit any Information 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...

1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 3:3 p.m.β€’9 views

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

✍️ Description Attacker able to upload any document 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 attack...

0.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 2:46 p.m.β€’14 views

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

✍️ Description Attacker able to delete any user 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 it...

1.4AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 2:31 p.m.β€’14 views

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

✍️ Description Attacker able to create admin user 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...

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

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

✍️ Description Attacker able to Create a New Candidate Profile 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...

1.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/17 7:9 a.m.β€’40 views

Server-Side Request Forgery (SSRF) in apostrophecms/apostrophe

✍️ Description Rendering Of SVG file causes SSRF πŸ•΅οΈβ€β™‚οΈ Proof of Concept /image.jpeg" / upload the svg file with the payload mentioned above change server name and preview it. then check the server for incoming request. πŸ’₯ Impact SSRF basic attack - host redirect , further researches of this attack...

1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/15 11:15 a.m.β€’9 views

Cross-site Scripting (XSS) - Stored in aces/loris

✍️ Description Cross-site scripting also known as XSS is a web security vulnerability that allows an attacker to compromise the interactions that users have with a vulnerable application. Cross-site scripting vulnerabilities normally allow an attacker to masquerade as a victim user, to carry out...

0.2AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/08/14 5:6 p.m.β€’11 views

Failure to Sanitize Special Elements into a Different Plane (Special Element Injection) in devcode-it/openstamanager

✍️ Description A user without access to the software can inject a portion of HTML code in access logs. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Simulate login with a crafter Client-IP header like this: curl -H 'Client-IP: INJECT' -d 'username=&password=&op=login' 'http://localhost//?op=login' The result is: πŸ’₯ Impact...

0.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/13 3:22 p.m.β€’15 views

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

✍️ Description This is a stored XSS in the mp3 management library. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Edit meta data with Audacity: 2. Create a new playlist that contains this file. 3. Mark the album as favorite 1 and then open "Informations" - "Favorites" 2: πŸ’₯ Impact By uploading an mp3 with javascript...

1.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/13 3:19 p.m.β€’12 views

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

✍️ Description This is a stored XSS in the mp3 management library. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Edit meta data with Audacity: 2. Create a new playlist that contains this file. 3. Vote an album 1 and then open "Informations" - "Most rated" 2: πŸ’₯ Impact By uploading an mp3 with javascript code into meta...

1.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/13 3:16 p.m.β€’14 views

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

✍️ Description This is a stored XSS in the mp3 management library. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Edit meta data with Audacity: 2. Create a new playlist that contains this file. 3. Open "Artists" 1 under "Search" menu and then on the cover icon: πŸ’₯ Impact By uploading an mp3 with javascript code into...

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

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

✍️ Description This is a stored XSS in the mp3 management library. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Edit meta data with Audacity: 2. Create a new playlist that contains this file. 3. Open "New" 1 under "Information" menu: πŸ’₯ Impact By uploading an mp3 with javascript code into meta tag could permit an...

1.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/13 2:59 p.m.β€’13 views

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

✍️ Description This is a stored XSS in the mp3 management library. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Edit meta data with Audacity: 2. Create a new playlist that contains this file. 3. Open "Artists" 1 under "Search" menu and then "Search" 2: πŸ’₯ Impact By uploading an mp3 with javascript code into meta tag...

1.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/13 2:52 p.m.β€’11 views

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

✍️ Description This is a stored XSS in the mp3 management library. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Edit meta data with Audacity: 2. Create a new playlist that contains this file. 3. Open "Album" 1 under "Search" menu then click "Search" 2: πŸ’₯ Impact By uploading an mp3 with javascript code into meta tag...

1.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/13 2:39 p.m.β€’13 views

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

✍️ Description This is a stored XSS in the mp3 management library. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Edit meta data with Audacity: 2. Create a new playlist that contains this file. 3. Open "Album" menu: πŸ’₯ Impact By uploading an mp3 with javascript code into meta tag could permit an attacker to execute...

1.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/13 1:6 p.m.β€’20 views

Server-Side Request Forgery (SSRF) in bookstackapp/bookstack

✍️ Description User with "Editor" rights can create a special book page containing tag with "src" property pointing to any external or internal resource. Exporting this page using default domPdf will result in firing request from server side. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Updating page with malicious...

4CVSS0.1AI score0.008EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/08/13 8:39 a.m.β€’8 views

Cross-site Scripting (XSS) - Stored in poowf/invoiceneko

✍️ Description Stored Cross-Site Scripting XSS vulnerability due to the lack of content validation and output encoding. This vulnerability can be exploited by uploading a crafted payload inside a document. Then, the vulnerability can be triggered when the user previews the document´s content...

5AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/08/12 3:52 p.m.β€’15 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 Assignments πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ Impact This vulnerability is capable of stealing cookies for group members...

2.5AI 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/12 4:34 a.m.β€’9 views

Open Redirect in slackero/phpwcms

✍️ Description Session hijacking via open redirection πŸ•΅οΈβ€β™‚οΈ Proof of Concept Steps to reproduce 1. Go to http://your-domain.tld/login.php?ref=http://attackers-domain.tld/? 2. Login to a valid account 3. You will be redirected to...

1.3AI score
SaveExploits0
Total number of security vulnerabilities4083