Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
added 2020/05/23 12:0 a.m.24 views

Code Injection in domharrington/node-gitlog

Description The gitlogplus module is vulnerable against an arbitrary command injection issue which is made possible since some user-inputs are executed inside a command which doesn't have validations of any kind. POC 1. Create the following PoC file: js // poc.js var git = require'gitlogplus';...

1.9AI score
SaveExploits0
Huntr
Huntr
added 2020/03/27 12:0 a.m.24 views

Command Injection in zamotany/logkitty

Overview The issue occurs because a user input is formatted inside a command that will be executed without any check. Proof of Concept Credit: Mik317 1. Check there aren't files called HACKED 2. Execute the following commands in another terminal: bash npm i logkitty Install affected module logkit...

7.5CVSS2.1AI score0.0201EPSS
SaveExploits1
Huntr
Huntr
added 2026/02/13 3:49 a.m.23 views

Authorization Bypass in SearchModelVersions Allows Any Authenticated User to Enumerate All Model Versions Regardless of Permissions

Summary MLflow's SearchModelVersions REST API endpoint GET /api/2.0/mlflow/model-versions/search and GraphQL query mlflowSearchModelVersions lack per-model authorization checks when basic auth is enabled. Any authenticated user can enumerate ALL model versions across ALL registered models,...

6.5CVSS5.8AI score0.00441EPSS
SaveExploits1
Huntr
Huntr
added 2025/05/13 1:27 p.m.23 views

IDOR Vulnerability in Template Creation via `projectId` Manipulation

Description An Insecure Direct Object Reference IDOR vulnerability exists in the POST /v1/templates endpoint of the Lunary API. This allows an authenticated user to create templates in another user’s project by modifying the projectId query parameter. This occurs due to a lack of server-side...

7.7CVSS6.7AI score0.00235EPSS
SaveExploits0
Huntr
Huntr
added 2023/10/12 6:25 p.m.23 views

CSRF in Review Details

Description CSRF in Review Details Proof of Concept 1 . Attacker send form fake to user history.pushState'', '', '/'; document.forms0.submit; 2 .User click, changed unwanted Recommendation and Reviewer rating changes Video Poc...

7.1AI score0.00264EPSS
SaveExploits1
Huntr
Huntr
added 2023/09/30 11:50 a.m.23 views

Open Redirect

Description There is an open redirect in the endpoint /project/switch/project due to the use of symfony's redirect function from a user controlled input. Proof of Concept php $targetPath = $request-query-get'targetPath', false; if $targetPath return $this-redirect$targetPath;...

5.8CVSS6.8AI score0.35128EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/09/28 6:51 p.m.23 views

CSRF Edit Locale files

Description CSRF edit Locale files Proof of Concept 1 .Attack sends fake requests to users history.pushState'', '', '/'; document.forms0.submit; 2 .User click, edited unwanted Locale files Payload Poc https://drive.google.com/file/d/1wpgmDoK0fGsiPSKfThVoEWq50pj7sBz5/view?usp=sharing Video Poc...

7.1AI score0.00216EPSS
SaveExploits1
Huntr
Huntr
added 2023/09/23 3:51 p.m.23 views

Disabled accounts still work normally

Description Disabled accounts still work normally Proof of Concept The account A is logged in and active. Admin suddenly disabled that account, but account A still works normally. Video Poc https://drive.google.com/file/d/15OHZF71pJyGaU30dQaw6NglkpZEhpOPm/view?usp=sharing...

7.2AI score0.0044EPSS
SaveExploits1
Huntr
Huntr
added 2023/09/15 4:23 a.m.23 views

Dom XSS in module "Search IPv6"

Description 1 .Access to IPv6 search function 2 .Enter the payload in the IPv4 field to perform the search Payload : "alertdocument.cookie 3 .Enter the search button and the payload will be executed Proof of Concept Link video Poc :...

5.8CVSS6.9AI score0.00561EPSS
SaveExploits1
Huntr
Huntr
added 2023/08/24 11:27 p.m.23 views

Theft of Arbitrary Files due to lack of intent validation and insecure usage of provider paths in TTFViewerActivity.kt

Description Through the use of Oversecured, leading vulnerability scanner for Android and iOS applications, we were able to detect an Theft of Arbitrary Files vulnerability within TTFViewerActivity.kt. Check full issue definition in the image below: Root Cause Analysis The TTFViewerActivity faile...

5CVSS6.7AI score0.00356EPSS
SaveExploits0References1
Huntr
Huntr
added 2023/08/24 8:31 a.m.23 views

Input Validation Vulnerability Leading to Denial of Service in LimeSurvey v5.6.34

Vulnerability Summary: LimeSurvey is a widely used open-source online survey system. In version 5.6.34, an input validation vulnerability has been identified, allowing attackers to exploit a vulnerability in surveys containing "file upload" options. This can lead to a denial of service by...

7.3AI score
SaveExploits0
Huntr
Huntr
added 2023/08/21 3:47 p.m.23 views

DOM XSS at index FBD Table

Description I think your website is quite secure. But you overlooked the XSS vulnerability. Proof of Concept 1 .Login with demo account 2 .Access the link https://demo.librenms.org/search/search=fdb and insert the payload test123"alert1alertdocument.cookie 3 .Hit enter, XSS vulnerability detected...

4.9CVSS6.2AI score0.00571EPSS
SaveExploits1
Huntr
Huntr
added 2023/08/18 3:0 p.m.23 views

There are 6 NULL Pointer Dereference vulnerabilities in MP4Box

NULL Pointer Dereference in function utils/xmlparser.c:1038 Description NULL Pointer Dereference in function utils/xmlparser.c:1038 Environment No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal Version MP4Box - GPAC version...

1.9CVSS6.6AI score0.00305EPSS
SaveExploits2References6
Huntr
Huntr
added 2023/08/14 10:55 a.m.23 views

Stored XSS in the Cases functionality

Description When creating or editing a case, the web application fails to perform sufficient sanitisation on the description POST parameter, allowing users to inject HTML with malicious JavaScript events. The application does attempt to remove unauthorised elements and events; however, the testin...

4.9CVSS6.6AI score0.00464EPSS
SaveExploits1
Huntr
Huntr
added 2023/08/14 7:52 a.m.23 views

XSS at file uploading

Description In menu Add page, there is a upload file function and xss payload can be injected there. Detail: 1/ Access to the web demo and go to Add page menu. 2/ At upload file function, upload an file with filename is a payload xss. 3/ It will be triggered immediately. Proof of Concept Payload:...

5.8CVSS7AI score0.00408EPSS
SaveExploits1
Huntr
Huntr
added 2023/08/14 7:12 a.m.23 views

New password can be set as same as the old password

Description The web application allows us to set new password as the old one at Password change function. Detail: 1/ Access to the demo website and go to My profile. 2/ Choose Edit profile, at the Security tab, change the password with the new password and the old password are the same. 3/ Logout...

4CVSS7.1AI score0.00358EPSS
SaveExploits0
Huntr
Huntr
added 2023/08/13 6:10 a.m.23 views

Improper validation of intent data received in TextViewerActivity allows opening of arbitrary files

Description Tested on Build87 of the Inure application. It was discovered that the application had an exported activity .activities.association.TextViewerActivity which accepted intent data via the file scheme + text/ mime type and opened the associated files from provided URI data string. It is...

3.3CVSS6.9AI score0.00314EPSS
SaveExploits1
Huntr
Huntr
added 2023/08/05 5:2 a.m.23 views

IDOR in Users Edit screen

Description By manipulating the User ID in the URL, users with low privilege can view the information of any users Proof of Concept Step 1: Login as user1 with author privilege, see that he can only access the edit screen of himself. Click on edit button. Step 2: See the userID in the URL, modify...

4CVSS6.8AI score0.00592EPSS
SaveExploits1
Huntr
Huntr
added 2023/08/02 4:31 a.m.23 views

Unauthenticated Blind SQL Injection in '/tags/autocomplete'

Description The application was found to be vulnerable to an unauthenticated blind SQL injection in the /tags/autocomplete page. The GET parameter term does not sufficiently sanitize input. Proof of Concept 1. Make a GET request to...

6.4CVSS8.1AI score0.00928EPSS
SaveExploits1
Huntr
Huntr
added 2023/07/27 1:14 p.m.23 views

Server Side Request Forgery (SSRF)

Description It is possible to access the local environment in the Webhook function. Therefore, Blind SSRF makes it possible to perform a port scan against the local environment. Proof of Concept After logging in, access the webhook setting page, specify the URL with the following pattern, and che...

2.8CVSS6.6AI score0.00533EPSS
SaveExploits1References2
Huntr
Huntr
added 2023/07/07 8:30 a.m.23 views

Stored Xss in Question field due to lack of sanitization in Link.php

Description Stored XSS Cross-Site Scripting is a type of web application vulnerability that allows an attacker to inject malicious scripts into a website or web application. Unlike reflected XSS, where the malicious script is embedded in a URL and executed immediately, stored XSS involves the...

4.9CVSS5.6AI score0.00492EPSS
SaveExploits0References1
Huntr
Huntr
added 2023/05/26 5:57 a.m.23 views

Stored XSS on item name - Bypass of (CVE-2023-2516)

Description first create two user accounts and grant them permission to access a same folder. In one of the accounts, generate a new item within the folder. Paste the payload XSS into this field, then save the item. Once saved, click on the item to activate an XSS alert. This is the bypass of...

4.9CVSS6.3AI score0.00683EPSS
SaveExploits2References1
Huntr
Huntr
added 2023/05/07 5:31 a.m.23 views

Stored XSS in module name "Search Documents"

Description The search documents function was infected with xss because the title payload was not filtered resulting in xss when searching to /de. Proof of Concept 1.Go to edit page title /de 2.Enter this xss code 3.Go to "Search Documents" and type in "77" search box to find /de -- xss will be...

4.9CVSS6.9AI score0.0057EPSS
SaveExploits1
Huntr
Huntr
added 2023/04/30 6:50 a.m.23 views

Pre-Auth Path traversal in pimcore_log, leading potential DOS

Description A path traversal vulnerability exists in the CMS, which allows an attacker to overwrite or modify sensitive files by manipulating the pimcorelog parameter. This can lead to potential denial of service---key file overwrite. Proof of Concept - As a prequisition, pimcore must be installe...

6.5CVSS6.6AI score0.00854EPSS
SaveExploits1
Huntr
Huntr
added 2023/04/25 9:59 p.m.23 views

File Upload Path Validation Error

Description An administrator user can use the easyUpload function to create files in any path of the system where the application has write permissions. This vulnerability arises because the application is using user input to build the file path and does not properly validate this input. Proof of...

5.8CVSS7.1AI score0.29134EPSS
SaveExploits1
Huntr
Huntr
added 2023/04/11 10:59 p.m.23 views

Path Traversal at Slack Image Endpoint

Summary Lightdash version \ Required. 1. Install the Lightdash server & database. \ 2. Connect Lightdash to a dbt project and add some metrics. 3. Create and share insights with your team. 4. Craft...

7.2AI score
SaveExploits0
Huntr
Huntr
added 2023/04/05 5:45 p.m.23 views

Broken Access Control On Item via ID

Description By editing the ID on the request or HTML I can see some information of any item via ID Proof of Concept 1. Create two account with perrmission on two folder and set permission for each user. \ 2. Create item with each user \ 3. View detail a item and change itemid on request view...

4CVSS6.5AI score0.00381EPSS
SaveExploits1
Huntr
Huntr
added 2023/04/02 10:56 a.m.23 views

Bypass check length at Add Folder feature lead to XSS in module=evvtgendoc

Description I found Stored XSS on https://demo.corebos.com/index.php?action=index&module=evvtgendoc after I was Add Folder Proof of Concept Step 1: Go to Documents function https://demo.corebos.com/index.php?action=index&module=Documents , click Add Folder. Step 2: Intercept request by Burpsuite...

4.9CVSS6.2AI score0.00471EPSS
SaveExploits1
Huntr
Huntr
added 2023/03/30 11:18 p.m.23 views

Reflected XSS in interface/forms/eye_mag/js/eye_base.php

Description There exist a reflected XSS in /interface/forms/eyemag/js/eyebase.php in the 'providerID' parameter. Proof of Concept http://openemr.local/interface/forms/eyemag/js/eyebase.php?providerID=%3Cimg%20src=x%20onerror=alert1;%3E fix properly sanitize the providerID parameter...

5.8CVSS6.3AI score0.01472EPSS
SaveExploits1
Huntr
Huntr
added 2023/03/23 7:22 a.m.23 views

Zero-Click Remote Code Execution

Vulnerability Type Remote Code Execution Affected URL http://127.0.0.1/?anyparameter= Affected Parameter Arbitrary GET parameter Authentication Required? No Issue Summary Multiple vulnerabilities discovered in Appium-Desktop that can be chained together to achieve Zero Click Remote Code Execution...

7.5CVSS7.3AI score0.22014EPSS
SaveExploits2
Huntr
Huntr
added 2023/03/21 3:25 a.m.23 views

Unauthenticated Access to Users PII

Description A Unauthorized/Unauthenticated Attacker can access PII data of all the Users. Some of the PII leaked are: first name, last name, email, username, IP address, twofactorsecret, twofactorrecoverycodes Proof of Concept http://localhost/api/user It shows you details of all the users...

4CVSS6.4AI score0.00504EPSS
SaveExploits0
Huntr
Huntr
added 2023/03/16 8:16 a.m.23 views

Store XSS in create tag

Description Feature create tag permit attacker injection html tag and execute it. Proof of Concept 1. Add question 2. Create tag with payload in description: 3. Post your question 4. Go to link http:///tags//timeline and click created. Payload executed. POC...

4.9CVSS6.1AI score0.00518EPSS
SaveExploits1
Huntr
Huntr
added 2023/03/08 4:3 p.m.23 views

Stored HTML Injection via Company Name

Description easyappointments present an html injection vulnerability on the company name field on "/index.php/backend/settings" page. Steps: 1. login as admin 2. go to /index.php/backend/settings Page 3. insert the payload in Company Name field 4. go back to the home page and see the result. Proo...

4.7CVSS5.2AI score0.00431EPSS
SaveExploits1
Huntr
Huntr
added 2023/02/24 8:30 p.m.23 views

Authorization Token Never Expires

Description The vulnerability is related to the Authorization header used for user login. After logging out, the token in the Authorization header remains valid and does not expire. Additionally, the token has an excessively long duration of 10 hours, as confirmed by a request. This vulnerability...

6.8CVSS8.4AI score0.00775EPSS
SaveExploits1
Huntr
Huntr
added 2023/02/19 10:33 a.m.23 views

Insufficient Session Expiration

Description Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization. When handling sessions, web developers can rely either on server tokens or generate session identifiers within the application. Each session should...

7.5CVSS8.9AI score0.00438EPSS
SaveExploits0References1
Huntr
Huntr
added 2023/02/17 6:31 p.m.23 views

Broken Access Control

Vulnerability Broken Access Control Issue Description: • Access control is the way how a web application grants access to content and functions to some users and not others. • These checks are performed after authentication and govern what ‘authorized’ users are allowed to do. • Jeffrey discovere...

5CVSS7.5AI score0.01035EPSS
SaveExploits1
Huntr
Huntr
added 2023/02/14 2:9 p.m.23 views

stored XSS after XSS Filter Bypass through exporting an HTML-Document

Hello, After mitigation of all submitted XSS Vulnerabilities i was able to detect another XSS and bypass the XSS Filters in the FAQ Site while generating an HTML Export. Lets see : ------------------- This is th XSS Paylaod with XSS Ahmed 2 Only XSS Ahmed 2 will work ! Now lets export in in HTML5...

4.9CVSS5.2AI score0.00472EPSS
SaveExploits1References2
Huntr
Huntr
added 2023/02/08 1:52 p.m.23 views

Stored XSS in Site Name

Description Stored Cross-site Scripting XSS vulnerability in Site name of answerdev/answer Proof of Concept 1. Log in then 2. Admin --- Setting --- General 3. Enter below payload at Site Name For More Understanding please check POC:...

4.3CVSS5.1AI score0.00526EPSS
SaveExploits1
Huntr
Huntr
added 2023/02/06 7:24 a.m.23 views

Stored XSS

Description A Cross-Site Scripting XSS vulnerability exists in Dolibarr before 16.0.4 via the ticket creation flow. Exploitation requires that an admin change the value of the box using "onbeforeinput" event. In the worst case, the victim who inadvertently triggers the attack is a highly privileg...

6AI score0.00893EPSS
SaveExploits1References2
Huntr
Huntr
added 2023/02/04 6:14 p.m.23 views

GET based CSRF on delete user functionality

Description The /account/delete functionality is vulnerable to CSRF. In this way, an attacker can trick the victim to delete his own account just clicking on the link. Steps to reproduce - Login with a user - Now go here: https://app.wallabag.it/account/delete - The account is now deleted without...

4.3CVSS6.2AI score0.00301EPSS
SaveExploits1
Huntr
Huntr
added 2023/01/26 11:56 p.m.23 views

CSRF attack used to change user's email, thus blocking its access to the application.

Description The application lacks protection against Cross-Site Request Forgery CSRF because it fails to verify the implementation of the CSRF Token. For example, if a victim visits the following site crafted by the attacker while logged in at the target application, the browser will issue the...

4.3CVSS6.4AI score0.00412EPSS
SaveExploits1
Huntr
Huntr
added 2023/01/24 5:13 p.m.23 views

Multiple stored XSS

Description Hello! Found multiple stored XSS. PoCs "About me" XSS Insert this code in "About me" http://host/users/settings/profile Website title XSS go to /admin/general, edit 'Site Name' adding the following payload alert"XSS ATTACK!" The script will be executed every time you reload the page...

4.9CVSS5.7AI score0.00393EPSS
SaveExploits1
Huntr
Huntr
added 2023/01/24 2:25 p.m.23 views

FusionCMS (FusionGen) Takeover account - Predictable Key and Password Generation in Password Recovery Feature

Description It was discovered that the password recovery feature on the website is vulnerable to predictable key and password generation. An attacker is able to predict the key used in the password recovery process and the generated password itself by using a specific PHP command and the user's...

0.1AI score
SaveExploits0
Huntr
Huntr
added 2023/01/21 2:0 p.m.23 views

CSRF leading to remove Administrators users

Description remove function is vulnerable to CSRF lead to remove any Administrators users GET /admin/permissions/remove/?domid=2&daid=15 Proof of Concept 1/ visit /admin/domains/1/ 2/ delete button to remove permission is vulnerable to CSRF...

4.3CVSS6.3AI score0.00345EPSS
SaveExploits1
Huntr
Huntr
added 2023/01/14 1:45 p.m.23 views

CSRF leading to delete a domain

Description GET /admin/domains/id/delete/ page is vulnerable to a CSRF attack. Proof of Concept 1. Login as admin. 2. Create a domain to be deleted. E.g. the domain ID is 4. 3. Open the following file in the browser. html history.pushState'', '', '/' document.forms0.submit;...

4.3CVSS6.2AI score0.00348EPSS
SaveExploits1
Huntr
Huntr
added 2023/01/11 1:30 p.m.23 views

Function of modifying userinfo has storage xss vulnerability

Description This vulnerability allows a malicious user to submit malicious html code on the profile page, causing the identity token to be stolen as soon as another user/administrator accesses the profile page, resulting in the account being taken over by someone else Proof of Concept step1. Log ...

6CVSS8.6AI score0.00714EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/01/01 12:3 p.m.23 views

Stored XSS via blog author parameter on admin.php?p=config

Description The blog author parameter is unsanitized on the page admin.php?p=config. In this way is possible to inject arbitrary javascript code Proof of Concept - Login as regular user - Go to http://localhost/flatpress/admin.php?p=config - Set as blog author "alertdocument.domain - Refresh page...

4.9CVSS5.9AI score0.00479EPSS
SaveExploits1
Huntr
Huntr
added 2023/01/01 10:8 a.m.23 views

Stored XSS through post comment body

Description The body of the comment is vulnerable to Stored XSS Proof of Concept - Create a post - Comment on it, and insert alertdocument.domain in the body...

4.9CVSS5.5AI score0.00479EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/24 10:56 a.m.23 views

Stored XSS in resource file uploading

Description The Resources upload feature does not restrict the type of uploaded file. An attacker can upload an html file and the browser still renders it. The CSP is set to default-src 'self' to prevent inline script execution. However, this can be easily bypassed by uploading a .js file then...

4.9CVSS5.7AI score0.00575EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/22 2:29 a.m.23 views

Stored XSS bypass the protection rules

Description Hi there, Someone submitted an xss vulnerability about your project before.And please see "https://huntr.dev/bounties/f353adfb-e5b8-43e7-957a-894670fd4ccd/" for details.You submitted a fix in 7.0.0.2 with commit 4565d8.But after my tests, I found that it was still unsafe. The followin...

4.3CVSS7AI score0.00526EPSS
SaveExploits1
Total number of security vulnerabilities4084