Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
added 2022/05/12 3:10 p.m.33 views

Improper Privilege Management API V2

Description There are some api v2 doesn't check permission allow attackers to retrieve/edit information ticket,account,group,department,team,ElasticSearch Proof of Concept Get users list 1. Login. 2. Go to /api/v2/accounts?type=all. 3. Users list return. Create user with admin role 1. Get the adm...

6.5CVSS1.5AI score0.02516EPSS
SaveExploits1
Huntr
Huntr
added 2022/04/29 2:30 a.m.33 views

DOM XSS in microweber ver 1.2.15

Description Hi there, on your latest version docker images 3463db62a01f, vulnerable to DOM XSS. Proof of Concept...

4.3CVSS1.4AI score0.01235EPSS
SaveExploits1
Huntr
Huntr
added 2022/04/23 8:34 a.m.33 views

Stored Cross Site Scripting vulnerability in the checked_out_to parameter

Description The checkedoutto is not escaped, which leads to a XSS problem. Proof of Concept 1. 1.Login to the demo account 2. 2.Report-Depreciation Report 3. 3.Choose a Asset and goto Assets menu and check it out. new a location which is '" and check the asset to this location 4. 4.Return to...

3.5CVSS1.4AI score0.00765EPSS
SaveExploits1
Huntr
Huntr
added 2022/04/13 12:36 p.m.33 views

SQL injection in GridHelperService.php

Description In line 786, we can see $conditionFilters = $filterField . ' ' . $operator . ' ' . $value;. The three variables joins to a string, and the variables come from the request parameter.Maybe line 793 is vulnerable too. The code comes from prepareAssetListingForGrid function. The function ...

5CVSS0.7AI score0.63859EPSS
SaveExploits1
Huntr
Huntr
added 2022/04/04 7:11 a.m.33 views

Heap-based Buffer Overflow in libr/bin/format/ne/ne.c

This vulnerability is of type heap-buffer-overflow. And after quick investigation I think it is very likely to be successfully exploited to remote code execution. The bug exists in latest stable release radare2-5.6.6 and lastest master branch 8317a34b7e4ab731e230dcdd81adc9323c5b518b, updated in...

6.8CVSS7.8AI score0.00834EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/03/29 5:0 a.m.33 views

Weak secrethash can be brute-forced

Description The secrethash, which the application relies for multiple security measures, can be brute-forced. The hash is quite small, with only 10 characters of only hexadecimal, making 16^10 possilibities 1.099.511.627.776 . The SHA1 of the secret can be obtained via a captcha string and...

6.4CVSS0.00547EPSS
SaveExploits1
Huntr
Huntr
added 2022/02/20 9:27 a.m.33 views

NULL Pointer Dereference

Description NULL pointer dereference in binsymbols.c Environment bash Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal radare2 5.6.3 27472 @ linux-x86-64 git.5.6.2 commit: d24dbb9fbb0b398a6a739847008ccef3ea7e687c POC radare2 -AA -qq ./poc poc ASAN...

7.1CVSS1.5AI score0.00951EPSS
SaveExploits1
Huntr
Huntr
added 2022/02/10 10:32 p.m.33 views

in gravitl/netmaker

Description Netmaker is an applicaton that enable easly deployment of a mesh vpn based on Wiregaurd. To authenticate and manage users throughout the application, it is used JWT tokens. The secret key used to sign these tokens is hard-coded in the code, which means they can be faked. So, an attack...

10CVSS9.4AI score0.01714EPSS
SaveExploits1
Huntr
Huntr
added 2022/02/10 9:3 p.m.33 views

Exposure of Sensitive Information to an Unauthorized Actor in fgribreau/node-request-retry

Exposure of Sensitive Information to an Unauthorized Actor in FGRibreau/node-request-retry Reported on Feb 10 2022 | Timothee Desurmont Vulnerability type: CWE-200 Bug Cookies are leaked to external sites. Description js request$mysite/redirect.php?url=$attacker/, options When fetching a Redirect...

5CVSS8AI score0.01423EPSS
SaveExploits1
Huntr
Huntr
added 2022/01/19 11:56 a.m.33 views

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

Description CSRF issues deleting the content of the website since it is having no CSRF token validation. Request POST /demo/api/content/delete HTTP/1.1 Host: demo.microweber.org User-Agent: Mozilla/5.0 Windows NT 10.0; Win64; x64; rv:96.0 Gecko/20100101 Firefox/96.0 Accept: / Accept-Language:...

4.3CVSS0.8AI score0.00679EPSS
SaveExploits1
Huntr
Huntr
added 2022/01/19 11:48 a.m.33 views

in microweber/microweber

Description Sensitive information as part of the error is getting disclosed during the upload of an unrestricted file. Steps to Reproduce Instance 1 1. Log in to the application https://demo.microweber.org 2. Add a new post and upload an SVG file and you will see an error message getting Popped o...

4CVSS6.6AI score0.01151EPSS
SaveExploits1
Huntr
Huntr
added 2021/12/17 4:12 p.m.33 views

Heap-based Buffer Overflow in vim/vim

✍️ Description When fuzzing vim commit cd2f8f0e0 works with latest build and latest commit 7c0fb8003 per this time of this report v8.2.3811 with clang 13 and ASan, I discovered a heap buffer overflow. Proof of Concept Here is the poc bash ev0- How to build bash LD=lld AS=llvm-as AR=llvm-ar...

6.8CVSS8.3AI score0.01831EPSS
SaveExploits1
Huntr
Huntr
added 2021/12/09 4:42 a.m.33 views

Improper Access Control in snipe/snipe-it

Description Regular users with DENY set to all models permissions can still view model information via the /models/id/clone endpoint due to no authorize'view' permission being set. Proof of Concept 1: Create regular user and set DENY to all permissions in asset models. 2: Login as the user 3:...

4CVSS2.3AI score0.00697EPSS
SaveExploits1
Huntr
Huntr
added 2021/10/18 8:47 p.m.33 views

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

Description As it is written on github profile, osTicket is a widely-used open source support ticket system. During source code research I discovered bad uploaded file type check, which is controlled by user. Unauthenticated user can upload malicious html/js file. FROM OWASP:: Cross-Site Scriptin...

5.8CVSS6AI score0.00624EPSS
SaveExploits1
Huntr
Huntr
added 2021/10/05 1:53 p.m.33 views

Heap-based Buffer Overflow in vim/vim

When fuzzing vim commit 56858e4ed works with latest build with clang 12 and ASan, I discovered a heap buffer overflow. Proof of Concept Here is minimized poc sh /%.v 5/ c Extract then run crafted file with this command vim -u NONE -X -Z -e -s -S vimpoc1 -c :qa! ASan stack trace: bash...

4.3CVSS0.2AI score0.01549EPSS
SaveExploits1
Huntr
Huntr
added 2021/09/04 11:14 a.m.33 views

Open Redirect in digitalbazaar/forge

✍️ Description parseUrl functionality in node-forge 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 node-forge sees it as a relative path and leads to URL...

5.8CVSS0.3AI score0.00839EPSS
SaveExploits1
Huntr
Huntr
added 2021/06/12 1:54 p.m.33 views

Code Injection in laravel/framework

✍️ Description Function injection in Illuminate\Validation\Rules\RequiredIf can be exploited to generate gadget chains for deserialization vulnerabiltiies. 🕵️‍♂️ Proof of Concept ?php use Illuminate\Validation\Rules\RequiredIf; require"vendor/autoload.php"; $gadget = serializenew...

2AI score
SaveExploits0
Huntr
Huntr
added 2021/02/13 12:0 a.m.33 views

Code Injection in unix121/i3wm-themer

Description i3wm-themer is the theme collection manager for i3-wm which is vulnerable to Arbitrary Code Execution. Vulnerability Vulnerable to YAML deserialization attack caused by unsafe loading. Proof of Concept Installation bash git clone https://github.com/unix121/i3wm-themer cd i3wm-themer/...

0.9AI score
SaveExploits0References1
Huntr
Huntr
added 2023/09/01 11:9 a.m.32 views

Cross-Site Scripting ( XSS) Via file upload

Description I tested the demo site you provided. I see that there is a file upload vulnerability which can lead to XSS. Hope you check and find a solution as soon as possible. Proof of Concept link video Poc https://drive.google.com/file/d/1LAcTulbfhGJfCmWdIel9e-SkuoQbDq/view?usp=sharing Steps 1...

7AI score0.0046EPSS
SaveExploits1
Huntr
Huntr
added 2023/08/28 7:50 p.m.32 views

Store DOM XSS in Edit configuration

Description I noticed, your website is very secure. But you overlooked a flaw XSS Proof of Concept 1 .Login vs admin demo account and access admin page. 2 .Create a category titled "test456". 3 .Go to Configuration == Edit configuration. 4 .Change the "URL of your FAQ" data field with the payload...

5.8CVSS6.7AI score0.00488EPSS
SaveExploits0
Huntr
Huntr
added 2023/08/19 3:40 p.m.32 views

DOM XSS in https://demo.librenms.org/ports

Description I noticed, your website is very secure. But you overlooked a flaw XSS Detail: 1 .Login with demo account. 2 .Go to the link: https://demo.librenms.org/ports 3 .Insert payload and press enter: test' onclick='alertdocument.cookie 4 .Click on the box hostname or port, detect XSS Proof of...

4.9CVSS6.8AI score0.00589EPSS
SaveExploits1
Huntr
Huntr
added 2023/08/18 5:22 p.m.32 views

HTML Injection

Description I think your website is quite secure. But you overlooked the HTML Injection vulnerability ID:WSTG-CLNT-03 of OWASP. Proof of Concept 1 .Login with demo account 2 .Access the link https://demo.librenms.org/search/search=ipv4 and insert the payload search=test/b 3 .Hit enter, html...

5.5CVSS7.7AI score0.00446EPSS
SaveExploits1
Huntr
Huntr
added 2023/08/11 6:44 p.m.32 views

Heap-based Buffer Overflow

Description heap-buffer-overflow p/bf/plugin.c:176 in decode Environment radare2 5.8.9 31000 @ linux-x86-64 commit: 95b648f0907e91e10d55fc48147a7dae99029c5b Build export CC=gcc CXX=g++ CFLAGS="-fsanitize=address -static-libasan" CXXFLAGS="-fsanitize=address -static-libasan"...

7.5CVSS6.9AI score0.00945EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/07/22 5:24 a.m.32 views

Stored XSS in title

Description There is Stored XSS in the item title of the menu on the administrator screen. Proof of Concept Step 1. Log in to the admin screen and select Add New Item in Menu. Step 2. Specify the following Payload for the item title and save it. Step 3. Once saved, any script can be executed on t...

4.3CVSS6.2AI score0.00473EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/04/10 4:20 p.m.32 views

An outdated dependency leads to to remote command execution vulnerability

Description A few days ago, the vm2 module of nodejs found a sandbox escape vulnerability, which was officially fixed in v3.9.15 However, a fixed vm2 version is hard-coded in the package.jsonv 3.9.11 of the jsreport-core component of jsreport, which makes it impossible to install the latest vm2...

7.5CVSS7AI score0.63186EPSS
SaveExploits3References1
Huntr
Huntr
added 2023/04/10 1:11 p.m.32 views

Github token with wide access to Nuxt related repositories leaked in the wild

Description If you visit https://nuxt.com, you will find hardcoded Github token in the source code of the page - ghpYXegsf40mjoFZMPSdntLbrGIBRZYKf0i2FoK. This token has access to multiple repositories under nuxt , nuxtlabs and nuxt-themes Github organisations. https://github.com/nuxt Admin...

7.5CVSS9.2AI score0.0074EPSS
SaveExploits0
Huntr
Huntr
added 2023/03/10 8:50 p.m.32 views

EXIF Geolocation Data Not Stripped From brand logo

When the user uploads his logo, the uploaded image’s EXIF Geo-location Data does not get stripped. As a result, anyone can get sensitive information like user's Device ID, Geo Location, System Information, System version, ETC. Step to reproduce: 1. Upload logo with EXIF DATA, or download from her...

4.3CVSS6.2AI score0.00586EPSS
SaveExploits1
Huntr
Huntr
added 2023/03/10 8:42 a.m.32 views

stored XSS Protection bypass by changing the User Profile Name

Hello, I was able to bypass the XSS Vulnerability i reported before by using this Payload. Lets try first a normal XSS Payload which will not work for example - alert'1' - NOT WOKRING : lets try the bypass payload 1'" XSS Payload fired and its stored - let me show you stored XSS : - it is a store...

4.9CVSS5.2AI score0.00476EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/03/08 8:37 p.m.32 views

XSS @ Stop Words

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 Code 1: $ajaxAction = Filter::filterInputINPUTGET, 'ajaxaction', FILTERUNSAFERAW; $instanceId =...

5.8CVSS6.2AI score0.00447EPSS
SaveExploits0
Huntr
Huntr
added 2023/02/14 4:41 a.m.32 views

heap-use-after-free in function bt_quickfix

Description heap-use-after-free in function btquickfix at buffer.c:5770 Vim Version git log commit 32ff96ef018eb1a5bea0953648b4892a6ee71658 HEAD - master, tag: v9.0.1307, origin/master, origin/HEAD Proof of Concept ./vim -u NONE -i NONE -n -m -X -Z -e -s -S btquickfixpoc -c :qa!...

4.4CVSS7AI score0.00528EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/02/09 12:41 a.m.32 views

Stored DOM-based Cross-site Scripting in Tags Functionality

Description A stored, DOM-based cross-site scripting vulnerability exists in answer version 1.0.4 within the question tagging functionality. Steps Step 1. Log in. Step 2. Proceed to create a new question. Populate the Title and Body input. Step 3. Click on the Add tag button, shown in the followi...

4.9CVSS4.8AI score0.0062EPSS
SaveExploits1
Huntr
Huntr
added 2023/02/06 5:29 a.m.32 views

Out of Range Pointer offset in mb_charlen of mbyte.c

Description Out of Range Pointer offset in mbcharlen of mbyte.c Vim Version git log commit 78012f55faf7444e554c0a97a589d99fa215bea9 HEAD - master, tag: v9.0.1275, origin/master, origin/HEAD POC ./vim -u NONE -X -Z -e -s -S poc01.dat -c ':qa!' Segmentation Fault GDB gdb ./vim gdb run -u NONE -X -Z...

1.7CVSS5.8AI score0.00409EPSS
SaveExploits1References2
Huntr
Huntr
added 2023/01/25 3:18 p.m.32 views

Privilege Escalation from customer to root

Privilege Escalation from Customer to Root First of all, sorry for the formatting of the report, but this platform is a mess. I can't attach any PoC files added chapters at the end of the report instead, can't attach any screenshots, nor provide a report as PDF. And btw markdown is only partly...

6.5CVSS9.3AI score0.01119EPSS
SaveExploits1
Huntr
Huntr
added 2023/01/19 5:26 a.m.32 views

SSL certificate verification disabled

Description When a certificate is invalid or malicious, it might allow an attacker to spoof a trusted entity by interfering in the communication path between the host and client. The software might connect to a malicious host while believing it is a trusted host, or the software might be deceived...

4CVSS7AI score0.00526EPSS
SaveExploits1References1
Huntr
Huntr
added 2023/01/18 6:25 p.m.32 views

Improper authorization

Description In phpIPAM 1.5.1, an unauthenticated user could download the list of high-usage IP subnets that contains sensitive information such as a subnet description, IP ranges, and usage rates via findfullsubnets.php endpoint. The bug lies in the fact that findfullsubnets.php does not verify i...

5CVSS1AI score0.37304EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/30 9:18 p.m.32 views

Reseller role allowed to access to admin functionalities

Description The reseller user can access to some admin functionality just directly accessing to it by URL, even though the menu shouldn't allow it. Proof of Concept - Go to https://v2.demo.froxlor.org - Login as reseller1 - Point to: https://v2.demo.froxlor.org/adminopcacheinfo.php?page=showinfo...

4CVSS0.6AI score0.00641EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/26 6:45 a.m.32 views

Delete all note of all user in application

Description A user with login permission can delete all notes of the whole application via API DELETE https://demo.usememos.com/api/memo/$idnote Proof of Concept Link: https://drive.google.com/file/d/1P0MvqadCdTo1yxK9VBkm5ntwBvJMSZa8/view?usp=sharing...

5.5CVSS0.00761EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/08 3:56 a.m.32 views

Cross Site Scripting (XSS) Reflected

Description Reflected cross-site scripting or XSS arises when an application receives data in an HTTP request and includes that data within the immediate response in an unsafe way. Proof of Concept https://github.com/phpipam/phpipam/blob/master/app/subnets/mail-notify-subnet.php look in line 94-9...

5.8CVSS5.9AI score0.00448EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/10/27 2:7 a.m.32 views

No Rate Limit On migrate-email Endpoint Leads to Brute-force Attack

The migrate-email endpoint is requiring Email, Username, and Password parameter. This endpoint contain authentication functionality that doesn't have any protection from brute-force attack, which allows an attacker to try every possible password combination without any restriction. CWE-307:...

7.5CVSS0.8AI score0.01051EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/10/27 1:33 a.m.32 views

User Enumeration

Description The migrate-email endpoint is requiring Email, Username, and Password parameter. The Username parameter value will be queried to userManager.Users and will returning data to user variable, if user variable contain null value, the application will return bad request with "Invalid...

5CVSS2.2AI score0.009EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/10/26 7:2 p.m.32 views

Dev Server XSS

Description The developer server unsafely renders the stack trace within errors. This can be manipulated by sending a specially crafted request. Root Cause The error-dev.vuetemplate, within @nuxt\ui-templates uses the v-html directive to render the stacktrace section of the error. vue This would...

5.8CVSS1.3AI score0.00509EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/25 6:20 p.m.32 views

Path Traversal - Download remote files by exploiting the backup functionality (Authenticated)

Description The vulnerability found in the backup system allows an Administrator of the CMS to download any files on the remote file system not only backup files by exploiting a "Path Traversal". The vulnerability does not require any user interaction and is very simple to exploit. Proof of Conce...

7AI score
SaveExploits0
Huntr
Huntr
added 2022/09/22 12:41 a.m.32 views

Use After Free in function process_next_cpt_value

Description Use After Free in function processnextcptvalue at insexpand.c:3227. vim version git log commit 5c645a25bb8e6d766db720a44b9ceeff39d1e92b HEAD - master, tag: v9.0.0538, origin/master, origin/HEAD Proof of Concept ./vim -u NONE -i NONE -n -m -X -Z -e -s -S /home/fuzz/test/poc11huaf.dat -...

4.4CVSS7.7AI score0.00497EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/13 11:19 p.m.32 views

Stored XSS

Description openemr has a feature to customize the "User Manual Link Override" , due to a bad sanitization it allows to put javascript:// scheme which allows to execute javascript code. Proof of Concept 1. login with admin 2. go on Global Settings - Branding 3. Edit User Manual Link Override Fiel...

4.3CVSS1.3AI score0.00577EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/05 10:11 p.m.32 views

XSS at https://viewer.diagrams.net/

Description The application uses a parameter to specify a url on the refresh and the back button, assigning it to location.href without sanitizing Proof of Concept Go to:...

5.8CVSS0.00557EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/04 8:16 p.m.32 views

Desktop APP XSS to RCE

📝 Description Bypass disabled plugins configuration According to its default configuration, drawio desktop disables the use of custom plugin and must be using --enable-plugins to enable it. In addition, draw.io allows you to configure the application mainly the interface using a json file...

4.4CVSS7AI score0.01293EPSS
SaveExploits1
Huntr
Huntr
added 2022/08/19 1:47 a.m.32 views

Use After Free in function vim_vsnprintf_typval

Description Use After Free in function vimvsnprintftypval at vim/src/strings.c:2299. vim version git log commit 9e043181ad51536f23d069e719d6f6b96c4c0ec0 grafted, HEAD - master, tag: v9.0.0226, origin/master, origin/HEAD Proof of Concept ./vim -u NONE -X -Z -e -s -S /home/fuzz/test/poc4huaf.dat -c...

4.4CVSS7.7AI score0.00516EPSS
SaveExploits1
Huntr
Huntr
added 2022/08/15 3:57 a.m.32 views

Heap-based Buffer Overflow in function latin_ptr2len

Description Heap-based Buffer Overflow in function latinptr2len at vim/src/mbyte.c:1088 . vim version git log commit 249e1b903a9c0460d618f6dcc59aeb8c03b24b20 grafted, HEAD - master, tag: v9.0.0213, origin/master, origin/HEAD Proof of Concept ./vim -u NONE -X -Z -e -s -S poc4hbo.dat -c :qa!...

4.4CVSS7.6AI score0.00477EPSS
SaveExploits1
Huntr
Huntr
added 2022/07/12 4:18 a.m.32 views

Account Takeover

Hello team, while i was testing on https://book.dansmonorage.blue/login i noticed that there is no ratelimit protection on POST login form, so an attacker can takeover the account by brute forcing the password field Steps to reproduce: 1. go to https://book.dansmonorage.blue/login 2. Enter...

7.5CVSS7.3AI score0.01662EPSS
SaveExploits1
Huntr
Huntr
added 2022/07/02 4:15 p.m.32 views

Cross-site scripting - Stored via upload ".pages" file

Description In file upload function, the server allow upload .pages file with contain some javascript code lead to XSS. Proof of Concept REQUEST: POST /demo/plupload HTTP/1.1 Host: demo.microweber.org Cookie: laravelsession=r768Tqzv8h0fkjgvKdofhxgmjcorT6pwuqMKJkIb;...

3.5CVSS0.1AI score0.00511EPSS
SaveExploits1References1
Total number of security vulnerabilities4084