Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
added 2022/12/07 6:59 a.m.23 views

Html Injection in Groups

Description Insert XSS payload in groups fieldsName, Description Proof of Concept 1. login to the dashboard 2. navigate to groups 3. insert Name and Description aaaaatest POC: https://drive.google.com/file/d/1ZsxN-zKoyuiosrgfG8a9Z1sFe9mde-8/view?usp=sharing...

4.9CVSS5.3AI score0.00494EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/05 12:53 a.m.23 views

Insufficient Upload Filtering

Description The upload filter in Ampache 5.5.5 is insufficient and does not prevent authenticated users from uploading files with malicious extensions, which can lead to remote code execution RCE depending on the local server configuration. This vulnerability assumes several things which has been...

6.5CVSS6.5AI score0.00758EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/01 9:56 p.m.23 views

File Upload Filter Bypass

Description A sanitization filter bypass in plupload.php in MicroweberCMS v1.3.1 allows remote authenticated attackers to upload files outside the restricted location. The target $path for the image is being sanitized here: php $pathrestirct = userfilespath; if isset$REQUEST'path' and...

5.8CVSS0.3AI score0.38236EPSS
SaveExploits1
Huntr
Huntr
added 2022/11/03 8:16 p.m.23 views

XSS Stored inside help links onevent attribute

📜 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.1AI score
SaveExploits0References1
Huntr
Huntr
added 2022/10/30 8:18 a.m.23 views

heap-use-after-free in function did_set_spelllang at spell

Description heap-use-after-free in function didsetspelllang at spell.c:2256:19 vim version shell git log -1 commit 03d6e6f42b0deeb02d52c8a48c14abe431370c1c HEAD - master, tag: v9.0.0820, origin/master, origin/HEAD...

4.4CVSS1.2AI score0.00655EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/27 5:2 p.m.23 views

SQL Injection - SQL as a service (No-auth)

Description The GLPI's plugin named glpi-archimapcontains an ajax route named getconfig.php which allows a user to retrieve the plugin configuration. However, this route is accessible by everyone because there is no authentication check. Moreover, the attacker can inject his own SQL queries and g...

0.5AI score
SaveExploits0References1
Huntr
Huntr
added 2022/10/27 3:38 a.m.23 views

DOM XSS on lab.flipper.net via the "channel" or "version" parameters

Description Hi ! The Web Platform for the Flipper is vulnerable to DOM XSS via the channel and version parameters. This occurs because when the user clicks on Choose firmware the values are passed directly to innerHTML without parsing. Proof of Concept 1. 1 The user access the following URL :...

1AI score
SaveExploits0
Huntr
Huntr
added 2022/10/12 7:39 p.m.23 views

Moderators can perform Time based SQL injection attack.

The API endpoint /api/chat/users/setenabled POST is vulnerable to a Time based blind SQL injection attack via body parameter ‘userId’. It allows a Moderator to read, modify or delete the entries in the sqlite database. Moderator can leak the streamkey to access admin dashboard. Proof of concept...

7.5CVSS0.3AI score0.00903EPSS
SaveExploits0
Huntr
Huntr
added 2022/09/29 7:25 p.m.23 views

Attacker is able to bypass 2FA verification during 2FA disable due to application logic flaw

Description An attacker is able to bypass 2FA verification during 2FA disable function of user and restrict user from accessing his account due to a application logic flaw Proof of Concept First of all let us consider a scenario where a user has left his account open on a public device library or...

4.3CVSS1.1AI score0.00816EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/26 4:32 p.m.23 views

No password confirmation on sensitive action like email change

Description It is important to implement password checks on sensitive features like email change Proof of Concept 1 Go to https://rdiffweb-demo.ikus-soft.com/login/ 2 Use the credentials admin , admin123 and login into your account 3 Navigate to the endpoint...

7.5CVSS7AI score0.0079EPSS
SaveExploits0References1
Huntr
Huntr
added 2022/09/21 6:16 p.m.23 views

Stored Cross-Site Scripting (XSS)

Description There is insufficient input validation in the title of user notifications. Proof of Concept Steps to reproduce: 1. Log in to an admin account 2. Hover over the username & click on Notifications 3. Create a new notification with the Title alertdocument.location and an arbitrary message...

4.9CVSS1.1AI score0.93712EPSS
SaveExploits0
Huntr
Huntr
added 2022/09/19 2:51 p.m.23 views

The settings of repositories is vulnerable to CSRF

Description The malicious user can change the settings of repository by sending the URL to the victim. Proof of Concept 1.Login into the application https://rdiffweb-demo.ikus-soft.com/settings/admin/test-encoding . 2.Go to test-encoding. 3.Check that the value of remove older is forever. 4.Open...

4.3CVSS0.2AI score0.00334EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/09 8:2 a.m.23 views

Password can be set extremely weak

Description In this scenario, I use the demo website. It allows us to add more user to test. With password, we can set it 1 Or any charater. There is no policy for password or no password checking. Moreover, it also allows us to change password and the new password also can be set with password...

6.5CVSS1.1AI score0.00815EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/06 8:52 p.m.23 views

Stored Cross Site Scripting (XSS) via "properties" during creating new users

Description From demo url login click people icon at the left bar click "Customers" Click "New Customer" button from page Fill up the "Edit" tab Click "Save" button above Click "Properties" tab From "Add a custom Property" field , add "Test" on the first field Click and select "text" on the secon...

4.9CVSS5.2AI score0.00476EPSS
SaveExploits2
Huntr
Huntr
added 2022/08/31 3:15 a.m.23 views

Bad Sanitization on "vtlib_purify" function leads to XSS

Description The whole project is using "vtlibpurify" for the sanitization of user inputs. It does a good job while stripping HTML tags like etc. However, it allows tag and we can use javascript protocol on the href attribute via changing : character to . So, our final payload is click Proof of...

4.9CVSS5.2AI score0.00536EPSS
SaveExploits1
Huntr
Huntr
added 2022/08/28 4:44 p.m.23 views

Stored Cross-Site Scripting (XSS)

Description Input fields allowing Markdown Input are vulnerable to XSS. This requires Superadmin permissions though. Proof of Concept Steps to reproduce: 1. Log in to the admin account 2. Go to Admin - General Settings 3. Enter the Payload in the Login Note and Dashboard Message fields. 4. Go to...

4.3CVSS1.4AI score0.00616EPSS
SaveExploits1
Huntr
Huntr
added 2022/08/25 9:58 p.m.23 views

User Enumeration via Response Timing

Description There is a significant timing difference in the login functionality for valid and invalid usernames. Proof of Concept 1. Attempt a Login with a valid user and an invalid user and observe the difference in the response time Here is a small test script alternatively we can see the...

5CVSS5.2AI score0.01014EPSS
SaveExploits0References1
Huntr
Huntr
added 2022/08/23 12:2 p.m.23 views

Privilage escalation allows user with read access only to edit admin portal and take actions

Overview of the Vulnerability Authentication and session management controls can be bypassed in a variety of ways including, calling an internal post-authentication page, modifying the given URL parameters, by manipulating the form, or by counterfeiting sessions. The authentication method for thi...

6.5CVSS1.4AI score0.00457EPSS
SaveExploits1References2
Huntr
Huntr
added 2022/08/06 3:18 p.m.23 views

No password brute-force protection on login page

Description The login page doesn't have any protection against a brute-force password attack, which allows an attacker to try every possible password combination without any restriction. Proof of Concept 1. 1- Send a login request of the target user POST http://localhost:5000/api/account/login...

0.8AI score
SaveExploits0
Huntr
Huntr
added 2022/08/02 1:44 a.m.23 views

Path Traversal

Description Via the /attachments/:id/download/thumbnails/:filename endpoint, an authenticated user can access any arbitrary file in the system through a path traversal vulnerability in the filename parameter. \ \ The filename parameter is not sanitized and its used to craft the path of the target...

4CVSS1.2AI score0.00937EPSS
SaveExploits1
Huntr
Huntr
added 2022/07/25 12:26 p.m.23 views

Idor disclose other user's appointment

Description:- In this case an idor allow an attacker to view portal user's appointments Proof of Concept 1.Goto http://demo.openemr.io/openemr/portal/home.php and then goto my profile my appointment 2.Click on edit appointment button and capture the request in burp suite 3. Change eid parameter t...

4CVSS0.2AI score0.00696EPSS
SaveExploits1
Huntr
Huntr
added 2022/07/03 2:22 p.m.23 views

Idor Lead to Delete exported data file

Description In this case attacker is able to delete requested export data file Steps to repro:- 1.Create 2 accounts 2.Login in both account and goto export section and create new export in both account 3.Delete acc1's exported file and capture this request in burp suite and change the id of this...

1AI score
SaveExploits0References1
Huntr
Huntr
added 2022/06/28 5:58 a.m.23 views

Stored Cross-Site Scripting vulnerability in Recipe Instructions allows Admin session hijacking

Description A low privilege user can insert malicious JavaScript code into the Recipe Instructions which will execute in another person's browser that visits the recipe. Proof of Concept Reproduction Steps: 1. As a lower privileged user login to the Mealie web application. 2. Create a recipe and...

1.5AI score
SaveExploits0
Huntr
Huntr
added 2022/06/04 8:32 a.m.23 views

Stored XSS in Task field

Description The application Titra is vulnerable to Stored XSS in Task field. Steps To Reproduce 1. Click on add Track button 2. In the Task field enter the payload " 3. click save 4. Now Click on Details 5. XSS will be triggered Image PoC...

3.5CVSS0.2AI score0.00689EPSS
SaveExploits1
Huntr
Huntr
added 2022/05/25 12:55 p.m.23 views

Out of Bounds Read in string_scan_range

Description When providing crafted input, an attacker can cause rread32 within stringscanrange to do an out of bounds read. This causes a segmentation fault, but could also potentially enable information disclosure. What's interesting is there is already a comment stating "may oobread" near this...

6.4CVSS8.1AI score0.01496EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/05/24 3:51 p.m.23 views

proxying Big files leads to potential DOS

Description consider following script exploit.py put drawiodockerinstace your address and also bigfileaddress should be serve a big image file 250 MB python from multiprocessing import Process import requests def fun: try:...

5CVSS6.2AI score0.00969EPSS
SaveExploits1
Huntr
Huntr
added 2022/05/20 12:29 a.m.23 views

Improper Access Control - Articles

Description A low-privileged user can modify and delete admin articles just by changing the value of the articleid parameter. Proof of Concept - Step 1 - Authenticated as an unprivileged user, create a New article - Step 2 - Click Edit article - Step 3 - Intercept requests and Save your article -...

4CVSS0.00827EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/05/16 11:20 a.m.23 views

Buffer Over-read in function get_one_sourceline

Description Buffer Over-read in function getonesourceline at scriptfile.c:1976 vim version git log commit 5a8fad32ea9c075f045b37d6c7739891d458f82b HEAD - master, tag: v8.2.4962, origin/master, origin/HEAD POC ./vim -u NONE -i NONE -n -m -X -Z -e -s -S /mnt/share/max/fuzz/poc/vim/poch6s.dat -c :qa...

4.6CVSS6.8AI score0.00373EPSS
SaveExploits0
Huntr
Huntr
added 2022/05/14 6:25 a.m.23 views

xss using .xsig file

Description xss using .xsig file Proof of Concept 1. Save this file as test.xsig file and upload it to http://localhost/ListAttachedFile 2. now view this file in chrome browser and see xss is executed...

7.1AI score
SaveExploits0
Huntr
Huntr
added 2022/05/08 8:58 a.m.23 views

Reflected Xss using url based payload

Description Hi there i found that url parameter is not verified by server so an attacker can use javascript schema to run xss on user's browser Proof of Concept 1. Visit this page http://localhost/invoices/EditPageOption?code=ListProducto-new&url=javascript:prompt2 2. Click on back button PoC:-...

4.3CVSS0.00746EPSS
SaveExploits1
Huntr
Huntr
added 2022/05/07 8:49 a.m.23 views

Formula Injection/CSV Injection due to Improper Neutralization of Formula Elements in CSV File

Description Formula Injection/CSV Injection in "For what?" , "For whom?" & "How much?" due to Improper Neutralization of Formula Elements in CSV File. Proof of Concept 1.Visit https://ihatemoney.org/ and start your demo application then click on add new bill at the top right. In the field of "wha...

7.4AI score0.0121EPSS
SaveExploits1References2
Huntr
Huntr
added 2022/04/20 5:49 p.m.23 views

Cross-site Scripting (XSS) - Generic

Description The Stream URL of octoprint application allowing xss payload to execute for which its leads to Cross-site Scripting XSS Proof of Concept Login to the application Now go to settings - Webcam & Timelapse - Stream URL and insert the payload " in the Stream URL and click on "Test" You wil...

4.6CVSS0.2AI score0.01212EPSS
SaveExploits1
Huntr
Huntr
added 2022/04/19 7:10 a.m.23 views

A null pointer reference in libmobi.

Description The vulnerability at src/index.cL 1054, function mobitrieinsertinfl. At line 1063 shown as below, function mobigetcncxstringflat uses len as parameter, len got from t.tagvalues. While at line 1060, program doesn’t check the initial value of tagvaluescount, when the for loop begins wit...

0.4AI score
SaveExploits0
Huntr
Huntr
added 2022/03/29 10:15 a.m.23 views

Inf loop

Description A inf loop security issue in gpac/gpac Proof of Concept The issue occurs in code: src/mediatools/avilib.cL1974, when the gpac avidmx filter parses the AVI format file. choose a simple AVI format file, the data's header is as follows in xxd mode $ xxd ./1.avi | head -n 2 00000000: 5249...

4.3CVSS2.8AI score0.00821EPSS
SaveExploits1
Huntr
Huntr
added 2022/03/18 8:49 a.m.23 views

CRHTLF can lead to invalid protocol extraction potentially leading to XSS

Description \r, \n, \t characters in the URI can lead to XSS as URI.js will fail to extract javascript: protocol from a URI. See Section 4.4 Step 3 "Remove all ASCII tab or newline from input." of the WHATWG URL spec. Proof of Concept const parse = require'urijs' const express = require'express'...

4.3CVSS2.2AI score0.00663EPSS
SaveExploits1
Huntr
Huntr
added 2022/03/13 11:59 a.m.23 views

Stored XSS due to Unrestricted File Upload

Description Stored XSS via uploading files in .xsl format. Proof of Concept filename="poc.xsl" alert1 Steps to Reproduce 1.Login into showdoc.com.cn.\ 2.Navigate to file library https://www.showdoc.com.cn/attachment/index\ 3.In the File Library page, click the Upload button and choose the poc.xsl...

3.5CVSS5.5AI score0.00619EPSS
SaveExploits1
Huntr
Huntr
added 2022/03/10 5:24 p.m.23 views

SSL verification omitted in OAuth2 credential flow

Description Pulsar uses Curl to send HTTPS requests and typically uses the tlsAllowInsecure global variable derived from isTlsAllowInsecureConnection to determine whether SSL verification¹ should be enabled/disabled². In the linked occurances, those checks do not occur and SSL verification is...

5.1CVSS0.2AI score0.00711EPSS
SaveExploits1
Huntr
Huntr
added 2022/03/03 3:38 a.m.23 views

Cross-site Scripting (XSS) - Reflected

Description Please enter a description of the vulnerability. Proof of Concept xss in function add domain POST /add/web v-custom-doc-domain=alert1 https://drive.google.com/file/d/1EeoOX7Pmn5ptuweine4Cgcy1fyd6qEzJ/view?usp=sharing Impact...

4.3CVSS0.6AI score0.01094EPSS
SaveExploits1
Huntr
Huntr
added 2022/02/20 5:42 a.m.23 views

Improper Access Control in Configuration (Credential store)

Description Pandora FMS v7.0NG.759 allows improper access control in Configuration Credential store where a user with the role of Operator Write could create, delete, view existing keys which are outside the intended role. Proof of Concept Affected endpoint: POST...

5.5CVSS0.6AI score0.00382EPSS
SaveExploits0
Huntr
Huntr
added 2022/02/16 3:54 p.m.23 views

Cross-site Scripting (XSS) - Stored

Description The application does not escape special characters before output to FE, lead to stored XSS. Proof of Concept 1. Go to Content Menus or Content Items. 2. Add an Item with the title set to XSS payload, e.g: Title" 3. Save Draft or Publish Go to View/Preview Draft. XSS will be triggered...

4.3CVSS0.3AI score0.0074EPSS
SaveExploits1
Huntr
Huntr
added 2022/02/16 7:59 a.m.23 views

Open Redirect in archivy/archivy

Description The application doesn't check the target website before redirecting leads to Open Redirect vulnerability. Proof of Concept Install local service for testing - Step 1: Go to http://127.0.0.1:5000/login?next=%2F%2fevil.com - Step 2: Enter valid credential, you will be redirect to evil.c...

5.8CVSS0.8AI score0.00628EPSS
SaveExploits1
Huntr
Huntr
added 2022/02/13 1:39 a.m.23 views

Improper Authorization in librenms/librenms

Description LibreNMS v22.1.0 allows users with the normal role/level to interact with the plugin setting resulting in the users could take action such as switching on/off any installed plugins which are supposedly accessible by the Administrator only. Proof of Concept Affected endpoints: 1 GET...

4CVSS0.7AI score0.0102EPSS
SaveExploits1
Huntr
Huntr
added 2022/02/12 7:20 p.m.23 views

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

Description Cross-Site Scripting vulnerability in LibreNMS v22.1.0 which allows attackers to execute arbitrary javascript code in the browser of a victim which affected Devices module Add Device in sysName, Hardware and Community fields. Proof of Concept Endpoint: 1 POST http://HOST/addhost...

3.5CVSS0.2AI score0.00847EPSS
SaveExploits1
Huntr
Huntr
added 2022/02/09 11:8 p.m.23 views

None in radareorg/radare2

Description Use After Free occurs in riobankmapaddtop. commit : 4d75eeb99a0d913e9b443e7aaf73aa44a323739d Proof of Concept $ echo -ne "VlowMFcwMOEwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwEDAw MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw...

7.5CVSS0.4AI score0.01262EPSS
SaveExploits1
Huntr
Huntr
added 2022/01/17 3:20 p.m.23 views

in pimcore/pimcore

Description The pimcore/pimcore package is an open source platform that provides PIM, MDM, CDP, DAM, DXP/CMS and digital commerce services. You can upload an infinite number of dangerous SVG files in "Settings" = "System Settings" = "Appearance and Branding" of the pimcore service. Then why is it...

4.6CVSS6.9AI score0.01115EPSS
SaveExploits1
Huntr
Huntr
added 2022/01/11 5:14 a.m.23 views

in stanfordnlp/corenlp

Description The TransformXML function makes use of SAXParser generated from a SAXParserFactory with no FEATURESECUREPROCESSING set, allowing for XXE attacks. In...

5.8CVSS1AI score0.00739EPSS
SaveExploits1
Huntr
Huntr
added 2022/01/10 3:59 a.m.23 views

Cross-Site Request Forgery (CSRF) in phoronix-test-suite/phoronix-test-suite

Description Hi there, I would like to report a Cross Site Request Forgery in phoronix source code. Cross-site request forgery also known as CSRF is a web security vulnerability that allows an attacker to induce users to perform actions that they do not intend to perform. It allows an attacker to...

6.8CVSS1AI score0.0081EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/01/08 3:40 p.m.23 views

Improper Access Control in chocobozzz/peertube

Description Unauthenticated users can obtain comments on private videos Proof of Concept Vísit the following API link where 123 is the ID of the private video: /api/v1/videos/123/comment-threads Response contains all the comments on that private video. Impact This vulnerability disclosure comment...

4CVSS3.5AI score0.00684EPSS
SaveExploits0
Huntr
Huntr
added 2022/01/03 3:36 a.m.23 views

in livehelperchat/livehelperchat

Description When resetting your password, you're able to enumerate users based on the way that the server responds to your request. If you enter an email that doesn't exist for example: [email protected], then the server will respond with an HTTP 302 FOUND status response code indicated by line 97 o...

5CVSS5.6AI score0.00899EPSS
SaveExploits1
Huntr
Huntr
added 2021/12/30 4:29 p.m.23 views

Cross-site Scripting (XSS) - Reflected in keystonejs/keystone

Description On Login Page, There Is A "from=" parameter in URL which is vulnerable to open redirect and which can be escalated to reflected XSS. Proof of Concept 1. Install Keystone 6 On Your System. 2. Go To http://localhost:3000/signin?from=http://evil.com And Login And You'll Be Redirected To...

4.3CVSS0.03982EPSS
SaveExploits1References1
Total number of security vulnerabilities4084