Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
•added 2023/05/18 6:05 a.m.•29 views

Divide By Zero FPE

Environment bash Distributor ID: Debian Description: Debian GNU/Linux bookworm/sid Release: n/a Codename: bookworm Version I checked against the latest release as of 05/18/23 the current master branch at commit a6ae93532ea5615c876c81a6580badbfa01d4383 . Description This AddressSanitizer output is...

5CVSS6.7AI score0.00639EPSS
SaveExploits1
Huntr
Huntr
•added 2023/04/26 8:12 p.m.•29 views

Weak Password policy on account registration

Description It was observed that application allows to create account with Blank spaces as password Proof of Concept 1. Go to https://meta.answer.dev/users/register 2. Create account with 10 blank spaces as password Result: Application allows to create user account with blank spaces as password...

6.5CVSS6.9AI score0.00883EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/29 1:55 a.m.•29 views

Multiple XSS on update funtions with module select options and search form

Description XSS vulnerability occurs in forms have select and search Proof of Concept POST /bumsys/xhr/?module=peoples&page=updateCustomer HTTP/1.1 Host: localhost User-Agent: Mozilla/5.0 Windows NT 10.0; Win64; x64; rv:109.0 Gecko/20100101 Firefox/111.0 Accept: / Accept-Language:...

4.9CVSS7AI score0.0037EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/24 8:20 p.m.•29 views

Html Injection to Open redirect

Description Step to reproduce. 1. https://demo.easyappointments.org/index.php/backend/index open this and click on create meet. 2. On first name add Open redirect payload save it. click me...

6.8AI score
SaveExploits0
Huntr
Huntr
•added 2023/03/12 1:15 p.m.•29 views

XSS @ records

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: $recordLang = Filter::filterInputINPUTPOST, 'lang', FILTERUNSAFERAW; $tags =...

4.3CVSS5.4AI score0.00473EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/10 6:30 p.m.•29 views

cross site scripting

Pimcore is vulnerable to Cross site scripting vulnerability in classes module...

4.9CVSS5.3AI score0.00457EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/10 5:12 p.m.•29 views

HTML Injection on Settings/Template

Description Found HTML Injection on Template module on Settings. Proof of Concept 1. Login as Administrator and go to Settings. 2. On under Website Settings, go to Template. 3. Specifically, to this URL - https://demo.microweber.org/demo/admin/view:content/action:settings?group=template 4. Then...

4.3CVSS5.8AI score0.00484EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/03/05 6:38 a.m.•29 views

Store XSS in Question Tag

Description Attackers can use this vulnerability to attack users/admins in the community, take over user/admins accounts, etc... Proof of Concept 1、Register and log in as a user, add new questions and add tags 2、Insert the following payload in the tag description html 3、Post a question 4、When oth...

4.9CVSS5.5AI score0.0062EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/01 4:12 p.m.•29 views

Reflected XSS in Application Logger module

Description pimcore is vulnerable to Reflected XSS at From and To fields when searching in the Application Logger module. Payload " Proof of Concept 1.Go to https://demo.pimcore.fun/admin/ and login. 2.In the left menu bar, go to Tools - Application Logger. 3.In the Application Logger tab, on the...

4.3CVSS5.1AI score0.00415EPSS
SaveExploits1
Huntr
Huntr
•added 2023/02/12 8:03 p.m.•29 views

XSS in Comment Faq news username parameter

Description Stored Cross-Site Scripting XSS is a type of security vulnerability that occurs when an attacker injects malicious code into a website that is then stored on the server and served to unsuspecting users. This type of XSS is particularly dangerous because it can persist and continue to...

4.9CVSS5.3AI score0.00536EPSS
SaveExploits1
Huntr
Huntr
•added 2023/02/12 2:15 a.m.•29 views

off-by-one error in function gf_text_get_utf8_line filters/load_text.c

Version MP4Box - GPAC version 2.3-DEV-rev40-g3602a5ded-master c 2000-2023 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/1291233.1291452 GPAC Configuration:...

1.9CVSS5.7AI score0.00399EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/02/10 8:13 a.m.•29 views

Stored XSS

Description answer has a feature to customize the "Site Name" during installation or in the settings page , due to a bad sanitization it allows to put arbitrary html code which allows to execute javascript code. Everytime a user enter in the website, the xss is triggered. Injected payload...

4.3CVSS5.9AI score0.00526EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/25 11:45 p.m.•29 views

Name Field and all other required Fields Bypass while doing FAQ Proposals

Dear Ladies and Gentlemen, I was able to identify in the Process of sending a FAQ Proposal a Username and all other required Fields Bypass Vulnerability. The Attacker can bypass all the required fields by sending a space at any required field like name, text, answer or question which is a require...

4CVSS5AI score0.0061EPSS
SaveExploits1References2
Huntr
Huntr
•added 2023/01/24 10:33 p.m.•29 views

important E-Mail Input Field bypassed allowing Account Lockout and Takeover

Dear Ladies and Gentlemen, First of all, thank you for your time and effort in reading my Report. While doing the Penetration Test my Brother Josef Hassan [email protected] and I were able to Account Lockout Vulnerability by bypassing the Input of the E-Mail Address. The Process of...

6.5CVSS8.4AI score0.00714EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/01/13 6:05 a.m.•29 views

A User Can Unblock Themself

Description PUT /api/v1/users/id API doesn't properly check the authorizaion. Proof of Concept 1. admin Enable user registration functionality. 2. user Register new user and login as them. 3. user Create OAuth client. 4. admin Block the new user on admin panel. 5. user Send the following request:...

4CVSS6.4AI score0.00625EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/12 3:39 p.m.•29 views

Race Conditional exists in the collection

Description Ordinary users can use this vulnerability to attack other users' question collection, which can break through a single user's operation of only collecting or canceling the collection, resulting in too many or negative collections Proof of Concept step1 . Open burp, click collection, a...

3.6CVSS6.6AI score0.0069EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/02 10:19 p.m.•29 views

ANSI Escape Sequence Injection

Description Injection of escape sequences opens up the possibility for concealing / modifying viewed data, and code execution as some esc seqs feed data back to stdin. Proof of Concept poc So far, the places I managed to find a successful injection are: - when running id from the file name - func...

4.4CVSS8AI score0.00365EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/23 3:37 p.m.•29 views

Stored XSS in memos while creating

Description After login create a new memo with the following XSS payload " and click save that will make alert Proof of Concept "...

4.9CVSS1.5AI score0.00652EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/19 9:43 p.m.•29 views

Stored XSS while creating a new post

Description After login create a new post and type the following text with XSS payload XSS in create post then click post that will be executed. Proof of Concept XSS in create post tete...

4.9CVSS5.5AI score0.00652EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/14 5:01 a.m.•29 views

XSS in Integration URL

Description XSS vulnerability in integration URL that could execute javascript when clicking on the URL Proof of Concept 1. navigate to the panel dashboard 2. add or edit integration and insert the URL of integration with this payload javascript:alert1 POC:...

4.9CVSS6.4AI score0.56018EPSS
SaveExploits1
Huntr
Huntr
•added 2022/10/27 12:28 p.m.•29 views

Link Preload XSS

Description Link preloads do not effectively confirm if the requested link is external. Parser differentials can be used to bypass existing external URL check. Root Cause payload.client.ts contains the following code on link prefetch: ts nuxtApp.hooks.hook'link:prefetch', url = if...

5.8CVSS6.2AI score0.00464EPSS
SaveExploits0
Huntr
Huntr
•added 2022/10/20 8:50 a.m.•29 views

Reflect Cross Site Scripting when search

Description Cross-Site Scripting XSS attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. Proof of Concept 1. Go to your web phpmyfaq and visit http:///phpmyfaq/index.php?search= 2. inject payload to param search: 1af"+onclick='alert...

5.8CVSS0.06132EPSS
SaveExploits3
Huntr
Huntr
•added 2022/10/13 12:19 p.m.•29 views

Server Side Request Forgery Via DNS Rebinding

Description Appsmith below v1.8.1 was discovered to allow attackers to execute an authenticated Server-Side Request Forgery SSRF via DNS Rebinding technique to hit AWS internal metadata endpoint and for retrieving data. Proof of Concept...

4CVSS6.8AI score0.01565EPSS
SaveExploits1References2
Huntr
Huntr
•added 2022/09/13 9:10 a.m.•29 views

Session_id without Secure attribute

Description User's session id with secure attribute is false. This vulnerability makes user's cookies can be sent to the server with an unencrypted request over the HTTP protocol. Proof of Concept Open the browser and get access to the minarca website, for this scenario I have used the demo/test...

5CVSS0.6AI score0.00684EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/09/10 8:51 p.m.•29 views

Mass Assignment in Self Controller Leads To Vertical Privillege Escalation

Description Hello there, y'all! How are you doing? Hope you are doing great! I was testing Budibase and noticed that the api endpoint /api/global/self, which is used for different purposes updating an user's name or their password, always receives an entire object containing most of the attribute...

3.5CVSS0.00937EPSS
SaveExploits1
Huntr
Huntr
•added 2022/09/07 6:53 a.m.•29 views

Buffer Over Read in gf_utf8_wcslen

Description Buffer Over Read in function gfutf8wcslen at gpac/src/utils/utf.c:442 . gpac version git log commit fc4749f9ce8d6ddf50d1f1104366cdacede14d33 grafted, HEAD - master, origin/master, origin/HEAD Author: Aurelien David Date: Mon Aug 1 06:44:34 2022 -0700 fix quickjs build on osx 10.12 222...

4.4CVSS7.6AI score0.00425EPSS
SaveExploits1
Huntr
Huntr
•added 2022/09/04 9:00 p.m.•30 views

Null Dereference in vim_regcomp()

Description: Null Dereference in vimregcomp at vim/src/regexp.c:2716 Vim Version: git log commit 8f7116caddc6f0725cf1211407d97645c4eb7b65 HEAD - master, origin/master, origin/HEAD Proof of Concept: $ git clone https://github.com/vim/vim.git $ cd vim/ && ./configure && make && cd src/ $ echo "call...

1.9CVSS0.5AI score0.00487EPSS
SaveExploits1
Huntr
Huntr
•added 2022/08/20 11:57 p.m.•29 views

Weak Password Change Mechanism

Description The user password change page, doesn't require knowledge of the existing password. Proof of Concept 1. - Log in as a normal user 2. - Go to the User Dashboard page and click User Settings. 3. - Set a any new password. 4. - Click confirm 5. - The password is changed successfully...

4.3CVSS1AI score0.00347EPSS
SaveExploits1
Huntr
Huntr
•added 2022/08/19 6:00 p.m.•29 views

Persistent Cross Site Scripting - WidgetsManagement Module - Settings

Description The application uses Purifier to avoid the Cross Site Scripting attack. However, On WidgetsManagement module from Settings, the "title"parameter is not validated and it's used directly without any encoding or validation on Vitger/dashboards/ChartFilter.tpl. It allows attacker to injec...

4.9CVSS0.3AI score0.00776EPSS
SaveExploits1
Huntr
Huntr
•added 2022/08/18 10:42 a.m.•29 views

Exposure of Sensitive Information Lead To Admin Account Take Over

Description The AP officers account is authorized to Backup and Restore the Database, Due to this he/she can download the backup and see the password hash of the System Administrator account, The weak hash MD5 of the password can be easily cracked and get the admin password. Proof of Concept Step...

6.5CVSS1.2AI score0.0133EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/08/15 8:09 p.m.•29 views

Unrestricted File Upload Allowed due to Flawed Move File Functionality

Description Hello Team, Hope you are doing good. Due to misconfiguration in move file functionality an attacker could easily change the file extension of the uploaded malicious file disguised as .gcode file. Steps: 1 . Upload a .gcode file & intercept the request as shown in the screenshots. 2...

4.9CVSS0.2AI score0.00681EPSS
SaveExploits1
Huntr
Huntr
•added 2022/08/06 3:13 p.m.•29 views

IDOR in password change page leads to administrative account takeover

Description The password change function doesn't properly handle the Change Password role, allowing to any user, that has this role enabled, to change the password of any user in the system, including the administrator account. Proof of Concept 1. 1 - Log in as a normal user that can change its o...

0.9AI score
SaveExploits0
Huntr
Huntr
•added 2022/07/28 6:44 p.m.•29 views

Format string modifiers in card label

Description When adding a new video device with v4l2loopback-ctl that contains a card label with format string modifiers the kernel driver interprets these when querying the device capabilities, thus leaking kernel memory stack contents. The vulnerability requires the attacker to have access to t...

2.9CVSS2.1AI score0.00334EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/07/06 3:11 p.m.•29 views

Stored XSS via SVG File

Description By uploading SVG files, the users can perform Stored XSS attack. Payload Copy the following code and save as filename.svg. alertdocument.domain Proof of Concept 1 Login as admin. 2 upload the payload injected SVG file at...

4.3CVSS5.1AI score0.00671EPSS
SaveExploits1
Huntr
Huntr
•added 2022/06/29 2:34 a.m.•29 views

Failure to invalidate session after password change

Description The application does not invalidate session after the password is changed which can enable attacker to continue using the compromised session. Proof of Concept 1Login to the same accounts in two different browsers https://demo.bigbluebutton.org/gl 2Change password in the 1st browser a...

9.5AI score0.0041EPSS
SaveExploits0References1
Huntr
Huntr
•added 2022/06/22 2:40 a.m.•29 views

Open Redirect

Description The Greenlight end-user interface is vulnerable to Open Redirect vulnerability in Login page due to unchecked the value of returnto cookie. Proof of Concept Original request example POST /gl/u/login HTTP/1.1 Host: demo.bigbluebutton.org Cookie:...

0.4AI score0.00362EPSS
SaveExploits0
Huntr
Huntr
•added 2022/06/07 9:07 a.m.•29 views

Run malicious JS code with other kinds of encoding

Description We can Run malicious JS code With special escaping characters for ASCII chars that start with \x and also all Unicodes start with \u, like the followings : CR == \x0d and \u000d LF == \x0a and \u000a TAB == \t and \u0009 and \x09 So there can be many characters that we can't filter al...

4.3CVSS6.5AI score0.01011EPSS
SaveExploits1
Huntr
Huntr
•added 2022/05/24 3:42 p.m.•29 views

Stored XSS in "Tab Image" and "Group Image"

Description The organizr application allows malicious javascript payload in the "Tab Image" and "Group Image" for which its leads to stored XSS. Proof of Concept 1 1.Login to the co-admin account and go to "Settings" - "Tab Editor". 2.Now click on "Tabs" - "Add New Tab" and filled all the details...

3.5CVSS5.8AI score0.00687EPSS
SaveExploits1
Huntr
Huntr
•added 2022/05/22 8:56 p.m.•29 views

Session Fixation

🔒️ Requirements None. 📝 Description The updateUser function does not reset user's session. 🕵️‍♂️ Proof of Concept Use two browsers and on the first, update the second user's session to delete his privileges. Going to the second, you and refreshing the page, you will that the user have lost his...

5.5CVSS2.2AI score0.00738EPSS
SaveExploits1
Huntr
Huntr
•added 2022/05/22 8:47 p.m.•29 views

The publify application allows large characters to insert in the input field "title name and post field" on the article field which can allow attackers to cause a Denial of Service (DoS)

Description Please enter a description of the vulnerability. Proof of Concept 1 - Create New article https://demo-publify.herokuapp.com/admin/content/new 2 - Fill the title name and post field with huge characters, more than 1 lakh Copy the below payload and put it in the input fields and click o...

7.5CVSS8.9AI score0.00909EPSS
SaveExploits1
Huntr
Huntr
•added 2022/05/22 8:12 p.m.•29 views

Metadata Is Not Stripped From Images

While uploading an image on https://demo-publify.herokuapp.com/admin/resources as a low privileged user the meta data of the image like geolocation, device information, version, name etc is not getting stripped, as a result the attacker can collect all the meta data information of the image by...

4CVSS0.00562EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/05/18 12:23 p.m.•30 views

Server Side Request Forgery

Description There are two SSRF's in the draw-image-export2 repository, both work on the domain convert.diagrams.net One is a Blind SSRF the other one a Full Response SSRF. Blind SSRF The first one is simple and can be invoked by accessing the following URL:...

0.1AI score
SaveExploits0
Huntr
Huntr
•added 2022/05/09 10:04 a.m.•29 views

Account Takeover

Description Hi there i found that forget password functionality can be manipulated and this lead to account takeover. So even if an attacker can takeover low access user to admin accounts. In this bug server is vulnerable to php type juggling attack Proof of Concept 1. While registering app for...

7.5CVSS1.5AI score0.01398EPSS
SaveExploits1
Huntr
Huntr
•added 2022/04/23 3:00 p.m.•29 views

Out-of-bounds Read in r_bin_java_constant_value_attr_new function

Description Out-of-bounds OOB read vulnerability exists in rbinjavaconstantvalueattrnew function in Radare2 5.6.9. This is similar with CVE-2022-0518 and CVE-2022-0521 Version radare2 5.6.9 27745 @ linux-x86-64 git.conti commit: 14189710859c27981adb4c2c2aed2863c1859ec5 build: 2022-04-2311:05:49...

5.8CVSS6.4AI score0.01005EPSS
SaveExploits3References2
Huntr
Huntr
•added 2022/04/10 10:43 a.m.•29 views

Multiple Stored XSS

Description The organizr application allows malicious javascript payload in multiple-input fields like "Categories", "Bookmark Tabs" and "Bookmark Categories" for which attacker can takeover the admin account. Proof of Concept 1.Login to the co-admin account and go to go to "Settings" - "Tab...

3.5CVSS0.7AI score0.0104EPSS
SaveExploits1
Huntr
Huntr
•added 2022/04/07 9:45 p.m.•29 views

Server Side Template Injection

Description Grav is vulnerable to Server Side Template Injection via Twig. According to a previous vulnerability report, Twig should not render dangerous functions by default, such as system. PoC video. Proof of Concept Payload: 'cat\x20/etc/passwd'|filter'system' 1. With an authenticated user,...

6.5CVSS2.1AI score0.10906EPSS
SaveExploits2References1
Huntr
Huntr
•added 2022/03/19 5:43 a.m.•29 views

The microweber application allows large characters to insert in the input field "Coupons" which can allow attackers to cause a Denial of Service (DoS) via a crafted HTTP request.

Proof of Concept 1.Go to "Settings" click on "Coupons" and Add a new Coupons 2.Go to this drive link:- https://drive.google.com/file/d/1CcVCHWbvMk07IZ5v4dojrdJbC43ufhh/view?usp=sharing copy the payload and paste it on the "Code" input field 3.You will see the application accepts large characters...

3AI score0.03503EPSS
SaveExploits1References2
Huntr
Huntr
•added 2022/03/14 2:24 p.m.•29 views

Stored XSS viva .properties file upload

Description The application allows .properties files to upload which lead to stored XSS Proof of Concept 1.First, open your text file/notepad and paste the below payload and save it as XSS.properties: alert1337 alertdocument.domain alertdocument.location alert'XSSbySamprit Das' 2.Then go to...

3.5CVSS0.6AI score0.00853EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/14 3:44 a.m.•29 views

Stored XSS viva axd and cshtml file upload in star7th/showdoc

Description This is a bypass of the report: https://huntr.dev/bounties/3eb5a8f9-24e3-4eae-a212-070b2fbc237e/ & https://huntr.dev/bounties/6127739d-f4f2-44cd-ae3d-e3ccb7f0d7b5/. Here the upload functionality allows the malicious files with the extension .cshtml and .axd which leads to Stored XSS...

3.5CVSS0.4AI score0.00809EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/13 1:26 p.m.•29 views

Stored XSS due to Unrestricted File Upload

Description Stored XSS via uploading files in .xsd, .asa and .aspx already mentioned in previous report formats. Proof of Concept For .xsd filename="poc.xsd" alert1 For .asa and .aspx filename="poc.asa" alert1 Steps to Reproduce 1.Login into showdoc.com.cn.\ 2.Navigate to file library...

3.5CVSS5.6AI score0.00752EPSS
SaveExploits1
Total number of security vulnerabilities4084