Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
added 2023/07/21 3:37 a.m.18 views

Insufficient Session Expiration because of lacking of cache check

Description The web application's session management system suffers from an "Insufficient Session Expiration" vulnerability due to the lack of proper cache check. This vulnerability allows a user's session to remain valid even after the user has logged out, potentially granting unauthorized acces...

6.4CVSS6.7AI score0.00603EPSS
SaveExploits1
Huntr
Huntr
added 2023/07/08 10:27 a.m.18 views

SQL Injection

Description GLPI 10.0.8 and are affected by an SQL injection on the page ajax/dashboard.php Proof of Concept I can provide you the POC written in python3.5 or higher. Just provide me a way to send it to you. Tested under the following environment: - Ubuntu 20.04 - GLPI 10.0.8 and 10.0.7 - Mysql...

8.1AI score
SaveExploits0
Huntr
Huntr
added 2023/07/02 7:14 p.m.18 views

youtube service is vulnerable to XSS vulnerability

Description If an attacker is able to insert a div with attributes on a page where the youtube service is enabled, they can craft a width attribute that would allow them to execute arbitrary JS on the page. Other attributes like theme or controls are also vulnerable to this. Proof of Concept html...

4.9CVSS7.4AI score0.00542EPSS
SaveExploits1
Huntr
Huntr
added 2023/06/29 8:45 a.m.18 views

SQL injection in searchArticles function

Description The searchArticles function in the KB module makes a call to the getSimpleResultSet function, with the perpage parameter taken from the user without sanitizing before entering the query, leading to the attacker being able to manipulate the query. Proof of Concept GET...

7.5CVSS6.8AI score0.00922EPSS
SaveExploits1
Huntr
Huntr
added 2023/06/22 11:47 a.m.18 views

Remote Command Execution by Improper Escaping of Output

Description Improper Encoding or Escaping of Output in Froxlor export configuration. Hackers can use it to create a json file with PHP code inside then trigger the code by set php-fpm to process .json extension. php foreach $POST'system' as $sysdaemon $params'system' = $sysdaemon; $paramscontent ...

5.8CVSS7.3AI score0.01008EPSS
SaveExploits1
Huntr
Huntr
added 2023/06/11 8:20 a.m.19 views

Users can order Add-Ons Separately

Description I find a requirement that addons must be purchased in conjunction with a product. However, a vulnerability has been discovered where an attacker can modify the product ID during the order process, allowing them to bypass the main product order requirement and directly purchase the...

3.5CVSS6.8AI score0.00476EPSS
SaveExploits1
Huntr
Huntr
added 2023/06/05 8:52 a.m.18 views

IDOR can make attackers add or close others' unavaiable

both user1 and user2 are Providers 1 user1 login and add unavaiable 2 request can be like POST /index.php/backendapi/ajaxsaveunavailable HTTP/1.1...

4CVSS7AI score0.00444EPSS
SaveExploits1
Huntr
Huntr
added 2023/05/28 11:48 a.m.18 views

Improper Authorization in "Customer automation rules" function

Description The product performs authorization checks incorrectly when an unauthorized actor tries to access a resource or perform an actions. Proof of Concept The user does not have permission to delete the rule. Location - GET /admin/customermanagementframework/rules/list - POST...

6.4CVSS6.7AI score0.00538EPSS
SaveExploits1
Huntr
Huntr
added 2023/05/26 9:13 a.m.18 views

NULL Pointer Dereference in function xml_sax_append_string

Description NULL Pointer Dereference In utils/xmlparser.c:963 Environment No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal Version MP4Box - GPAC version 2.3-DEV-rev293-g56eed04c2-master c 2000-2023 Telecom Paris distributed under LG...

4.3CVSS6.6AI score0.00375EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/05/13 2:34 p.m.18 views

Stored cross-site scripting via RSS feed

Description Due to the improper handling of RSS titles in inc/parser/xhtml.php, a malicious RSS feed can be used to inject arbitrary HTML elements into the page, resulting in cross-site scripting. inc/parser/xhtml.php line 1292-1294 javascript else $this-doc .= ' '.$item-gettitle; Proof of Concep...

6.6AI score
SaveExploits0
Huntr
Huntr
added 2023/04/27 5:51 p.m.18 views

XML.php JSONP hijacking

Description The XML.php file has a JSONP hijacking vulnerability. When a user visits a page carefully crafted by the attacker, the JSON data is obtained and sent to the attacker. Proof of Concept We created an HTML file as a proof of concept to showcase the vulnerability. This HTML file will...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2023/04/24 7:56 p.m.18 views

Bypass change password policy

Description I tested your demo site and discovered a vulnerability that could bypass password length and password complexity validation in your account's password change function. Proof of Concept link video PoC https://drive.google.com/file/d/1r2TAeFdLAeEREUccDoE86Yacavv79VR/view?usp=sharing...

7.5CVSS7AI score0.00597EPSS
SaveExploits1
Huntr
Huntr
added 2023/04/17 9:16 a.m.18 views

IDOR make users can bind any cluster

Proof of Concept 1 admin create cluster1, cluster2, clusterTag1 and clusterTag2 2 admin add user1 as owner of cluster1,clusterTag1 3 user1 bind clusterTag1 to cluster1 4 user1 use burpsuite hiajck the request 5 the request content can be "clusterTag":"biaoqia4","bindClusters":1 6 change the reque...

5CVSS7AI score0.01182EPSS
SaveExploits0
Huntr
Huntr
added 2023/04/09 9:9 p.m.18 views

SQL injection in SegmentAssignmentController.php

Description An administrator user can use the inheritableSegments feature to execute his own blind SQL queries. Proof of Concept The vulnerable php code is in src/Controller/Admin/SegmentAssignmentController.php, on method inheritableSegments: The parameter type is not escaped and is added on the...

5.8CVSS7.9AI score0.00935EPSS
SaveExploits1
Huntr
Huntr
added 2023/04/02 7:0 a.m.18 views

IDOR make one user can stop, start , delete, edit others' source

Proof of Concept 1 user1 create a source with id =1 2 user2 create a source with id =2 3 user1 delete the source with post DELETE /inlong/manager/api/source/delete/1?sourceType= HTTP/1.1 4 user1 repalce the 1 as 2, and find that he can sucess delete user2' source...

6.4CVSS6.9AI score0.01355EPSS
SaveExploits0
Huntr
Huntr
added 2023/04/02 5:19 a.m.18 views

Multiple Stored XSS via mail parameter

Description In PhpMyFaq, while submitting a question, the mail parameter is accepting unsanitized user input which leads to Stored XSS vulnerability, executing on Admin Panel /admin/?action=question. Proof of Concept 1. Go to https://roy.demo.phpmyfaq.de/index.php?action=ask&categoryid=0 1. Fill ...

4.3CVSS6.4AI score0.0046EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/03/26 6:18 a.m.18 views

XSS in Quantity Value of Data Objects module in Settings

Description pimcore is vulnerable to XSS at Abbreviation and Longname fields in Quantity Value of Data Objects module in Settings. Payload " Proof of Concept 1.Go to https://11.x-dev.pimcore.fun/admin/ and login. 2.In the left menu bar, go to Settings - Data Objects - Quantity Value. 3.In the...

4.9CVSS5.7AI score0.00403EPSS
SaveExploits1
Huntr
Huntr
added 2023/03/26 5:52 a.m.18 views

XSS in Classes of Data Objects module in Settings

Description pimcore is vulnerable to XSS at fromDate and toDate fields in Classes of Data Objects module in Settings. Payload " Proof of Concept 1.Go to https://11.x-dev.pimcore.fun/admin/ and login. 2.In the left menu bar, go to Settings - Data Objects - Classes and click on any class. 3.In the...

4.9CVSS5.7AI score0.00403EPSS
SaveExploits1
Huntr
Huntr
added 2023/03/21 4:27 p.m.18 views

Stored XSS via name parameter of "Predefined Properties"

Description It's observed that the name parameter of the "Predefined Properties" functionality is vulnerable to stored XSS. Proof of Concept 1.Login to https://demo.pimcore.fun/admin/. 2.Now go to Settings - Predefined Properties - Add and Enter the payload: " inside the name input field. 3.Then...

4.9CVSS6.2AI score0.00497EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/03/20 6:21 p.m.18 views

Stored XSS in name parameter of "Static Routes"

Description During testing, I observed that the name parameter of the "Static Routes" functionality is vulnerable to stored XSS. Proof of Concept 1.Login to https://demo.pimcore.fun/admin/. 2.Now go to Settings - Static Routes - Add and Enter the payload: " inside the name input field. 3.Then cli...

4.9CVSS6.2AI score0.00497EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/03/13 3:35 p.m.18 views

Authentication Remote Code Execution

Description Found authenticated Remote Code Execution RCE on pluck 4.7.15 While reading the source code found blacklisted extension are mentioned in the file data/inc/files.php at line 44 and 45. File upload function validating the file extension is match any one of the following extension .php,...

7.8AI score
SaveExploits0References1
Huntr
Huntr
added 2023/03/13 1:52 a.m.18 views

Cross Site Scripting (XSS) in Assets

Description Cross-Site Scripting XSS attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a differen...

4.3CVSS5.9AI score0.00556EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/03/08 10:34 a.m.18 views

Multiple XSS @ answer/question/tag

Description The product 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 Posting the Question: func req QuestionAdd Check errFields validator.FormErrorField, err error...

4.9CVSS5.5AI score0.00536EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/03/08 5:7 a.m.18 views

Several CSRFs in Reset Area and Delete Entry Action

Description I find wallabag suffering several Cross-Site Request Forgery CSRF which allows attackers to arbitrarily delete the victim user's annotations, entries and tags by the GET request to /reset/annotations, /reset/entries, /reset/tags, /reset/archived, as well as /delete/Entry ID, in which...

3.5CVSS6.8AI score0.00234EPSS
SaveExploits1
Huntr
Huntr
added 2023/02/20 7:34 p.m.18 views

Stored HTML Injection inside the >>> Request payment >>> Request Customer Data Checkout >>> Request shipping address

Team, I hope you are all doing well. . I wanted to bring to your attention a potential vulnerability on the website https://mainnet.demo.btcpayserver.org/stores/6YSiuoN6q1yF2ucWZvWojBuVJAJzXxFFUn9cw8iNPPMC/payment-requests/edit/ec575d56-6b8e-41bd-8b9a-bdcda9c5daad. . During my research, I...

4.9CVSS6AI score0.00549EPSS
SaveExploits1
Huntr
Huntr
added 2023/02/18 4:28 a.m.18 views

XSS in /admin/domains when filtering a specific tag

Description Reflected XSS happens when filtering a specific tag in the Domains page and changing the "domfilter" URL query parameter to the malicious string. Proof of Concept 1 - Login as a domain admin 2 - Go to the Domains page 3 - Click on one of the existing tags 4 - Change the domfilter quer...

4.3CVSS5.1AI score0.00498EPSS
SaveExploits1
Huntr
Huntr
added 2023/01/30 9:58 a.m.18 views

Session Fixation in https://demo.froxlor.org/

Description The session ID not rotating even after relogin POC 1. Change the PHPSESSID=newsessionchanged and then login 2. Use the same session into new browser and as you can see logged into the account 3. you can try logout and login again the PHPSESSID doesn't change. Video POC:...

5.5CVSS7AI score0.00431EPSS
SaveExploits1References2
Huntr
Huntr
added 2023/01/24 3:6 a.m.18 views

Improper Restriction of Rendered UI Layers or Frames

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 http://localhost:8000/admin/ Response headers http HTTP/1.1 200 OK Server: gunicorn Date: Tue, 24 Jan 202...

0.4AI score
SaveExploits0
Huntr
Huntr
added 2023/01/08 6:15 p.m.18 views

Stored XSS in Add new question

Description Stored cross-site scripting also known as second-order or persistent XSS arises when an application receives data from an untrusted source and includes that data within its later HTTP responses in an unsafe way. steps 1-log in as an admin user first. 2-go to :...

4.9CVSS4.8AI score0.00541EPSS
SaveExploits0
Huntr
Huntr
added 2022/12/21 6:39 a.m.18 views

Cookie without Secure attribute

Description At the moment, memossession has the value false at secure flag. Proof of Concept 1. Access to web demo https://demo.usememos.com/ 2. Use browser's dev tool to check the cookie, we can see there is a memossession having value false at Secure...

4CVSS0.1AI score0.00376EPSS
SaveExploits1
Huntr
Huntr
added 2022/11/15 10:54 a.m.18 views

Path Traversal that leads to Remote Code Execution via PHP file upload

📜 Description A path traversal attack also known as directory traversal aims to access files and directories that are stored outside the web root folder. By manipulating variables that reference files with “dot-dot-slash ../” sequences and its variations or by using absolute file paths, it may be...

1.4AI score
SaveExploits0References1
Huntr
Huntr
added 2022/11/03 8:8 a.m.18 views

SQL Injection inside instance name leads to Remote Code Execution

📜 Description SQL injection SQLi is a web security vulnerability that allows an attacker to interfere with the queries that an application makes to its database. It generally allows an attacker to view data that they are not normally able to retrieve. This might include data belonging to other...

0.3AI score
SaveExploits0References1
Huntr
Huntr
added 2022/11/01 4:36 p.m.18 views

XSS Stored inside website title

📜 Description Cross-site scripting XSS is a type of security vulnerability that can be found in some web applications. XSS attacks enable attackers to inject client-side scripts into web pages viewed by other users. The persistent or stored XSS vulnerability is a more devastating variant of a...

0.7AI score
SaveExploits0References1
Huntr
Huntr
added 2022/10/06 4:37 p.m.18 views

Improper Name Validation in Upload Document Form

Description The name of any uploaded document can be manipulated using the destination parameter, to include new line characters in its name, breaking the execution of JS code in "New Documents" section from "Miscellaneous" menu, that will be blank until the document is removed from DB. Proof of...

5CVSS0.1AI score0.00862EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/29 7:7 p.m.18 views

No notification triggered on sensitive actions like 2FA enable/disable

Description 2FA enable/disable is a sensitive action . As the application triggers a notification on all sensitive actions like email change/password reset , 2FA is also an important security feature to be notified about Proof of Concept 1 Go to https://rdiffweb-dev.ikus-soft.com/prefs/mfa 2 Do a...

7.5CVSS1.3AI score0.00791EPSS
SaveExploits0
Huntr
Huntr
added 2022/09/04 1:17 p.m.18 views

Multiple user accounts via same email and username

Description Nakama console does not validate uppercase/lowercase letters when creating a new user. This can be abused to create multiple user accounts with same email and username. Proof of Concept HTTP Request 1 request POST /v2/console/user HTTP/1.1 Host: 192.168.1.16:7351 Authorization: Bearer...

7AI score
SaveExploits0
Huntr
Huntr
added 2022/08/23 12:59 p.m.18 views

User Enumeration via Response Timing

Description There is a significant timing difference in the login functionality of the Nakama Console for valid and invalid email addresses or usernames. Proof of Concept 1. Login to the Nakama Console as admin and create a User [email protected] 2. Logout 3. Attempt a Login with an incorrect passwor...

0.1AI score
SaveExploits0References1
Huntr
Huntr
added 2022/07/15 3:17 a.m.18 views

Cross-site Scripting (XSS)

Description ihatemoney is vulnerable to Cross-Site Scripting XSS when inviting people via email. Steps to reproduce 1.Go to https://ihatemoney.org/ and try out the demo. 2.In the bottom left, click on Invite people. 3.In the Send via Emails section, input the payload: into the People to notify...

0.9AI score
SaveExploits0
Huntr
Huntr
added 2022/07/01 6:26 p.m.18 views

user can get document content even after removed

Description Admin can add a member to his personal collection .But if admin removed that user from this collection then that user still can see realtime document update content. Proof of Concept 1. From admin account invite user-B as member role .\ \ 2. From admin account create a private...

0.8AI score
SaveExploits0
Huntr
Huntr
added 2022/06/27 12:33 p.m.18 views

Threaded Race Condition in Authentication Allows Bypass of Authentication Attempt Restrictions

Description A threaded race condition exists in how the application handles authentication attempts in the application. The application recognizes and protects against single-threaded attempts with a five-attempt lockout function. By increasing threads in an authentication brute force attack it i...

7.5CVSS0.4AI score0.00846EPSS
SaveExploits0References1
Huntr
Huntr
added 2022/06/17 4:39 p.m.18 views

Privilege Escalation via edit response body

Description Recently, i found a business logic vulnerabity and this vulnerability allow reader user perform privilege escalation on allaccess user. Because before user perform any function, client-side will perform OPTIONS request to view user permission with specify function via response body. I...

0.6AI score
SaveExploits0
Huntr
Huntr
added 2022/06/10 3:13 p.m.18 views

Sensitive header uncleared on same-host, cross-port redirect

Description Sensitive headers are uncleared on cross-port redirect Proof of Concept poc.php 'http://10.0.2.4', ;...

0.1AI score
SaveExploits0
Huntr
Huntr
added 2022/06/08 3:34 a.m.18 views

Reflected XSS in Results tab

Description Please enter a description of the vulnerability. Proof of Concept 1. Install a local instance of phoronix 2. Run a benchmark 3. When the test is complete, for example the result id is xxxxx 4. Acess...

7AI score
SaveExploits0
Huntr
Huntr
added 2022/06/07 4:26 p.m.18 views

chafa <= 4bac1466 is vulnerable to an out of bounds read vulnerability.

chafa = 4bac1466 is vulnerable to an out of bounds read vulnerability. Building Build chafa with ASANaddress sanitizer sh $ git rev-parse HEAD 4bac14668535c09f6f47552bbd1566097dab4bf8 $ export CFLAGS="-g -O0 -fsanitize=address"; export CXXFLAGS="-g -O0 -fsanitize=address"; export CC=$which...

2.1CVSS3.6AI score0.0042EPSS
SaveExploits1
Huntr
Huntr
added 2022/06/07 9:45 a.m.18 views

https://huntr.dev/bounties/582cb14b-b2a8-4064-91c5-b580ff69ba07/ fix bypass; XSS via improper input validation of \t and lone \n character

Description I read this report https://huntr.dev/bounties/582cb14b-b2a8-4064-91c5-b580ff69ba07/ and noticed \t and lone \n is also missing from the filter list in the regex URL replace/\r?\n|\r/gm, "" All instances of \r \n and \t should be cleaned, but the filter list only checks for \r\n or \r...

SaveExploits0
Huntr
Huntr
added 2022/05/26 4:55 p.m.18 views

Server-Side Request Forgery via upload image gallery

Description Upload image to gallery, the server use filegetcontents function to load image via data scheme url, so attacker can modify this url to any URL like http to send ability request to any URL , and file to read local file, ... Proof of Concept POST /index.php?q=/api/leadmall/gallery...

0.4AI score
SaveExploits0References1
Huntr
Huntr
added 2022/04/23 8:31 p.m.18 views

Mass Assignment Leading to (Limited) Password Confirmation Bypasses at UsersController

Description Hello there! Hope you are having an amazing day! 🤗 Just found out, while testing one of diaspora\ open servers, that the /user/edit endpoint has a limited case of "mass assignment", which enables an authenticated user to change their password and disable 2FA or change its secret witho...

7.1AI score
SaveExploits0
Huntr
Huntr
added 2022/04/13 1:47 a.m.18 views

librenms alert-rules Stored XSS

Description Please enter a description of the vulnerability. 1 . Go to http://SERVER/device-group and Create New-device Group 2 . Input Name parameter following XSS payload and save payload 1 3 . Go to http://SERVER/alert-rules and add Rule. You can choose the Device group that contains XSS paylo...

5.8CVSS5AI score0.00519EPSS
SaveExploits0References1
Huntr
Huntr
added 2022/04/05 11:10 p.m.18 views

XSS affecting "Logs" Page

Description A review of organizr's logging system found it is possible for an unauthenticated threat actor to inject arbitrary JavaScript into the "Logs" page found within the administrator dashboard. In a default installation organizr is set to log failed login attempts. In these attempts, the...

7.3AI score
SaveExploits0
Huntr
Huntr
added 2022/02/25 6:35 a.m.18 views

Improper Authorization in User Management to Vertical Privilege Escalation

Description Pandora FMS v7.0NG.759 allows improper authorization in User Management where any authenticated user with access to the User Management module could create, modify, delete any user with full admin privilege. The impact could lead to vertical privilege escalation to access the privileg...

6.5CVSS1.8AI score0.00658EPSS
SaveExploits0References1
Total number of security vulnerabilities4084