Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
•added 2023/08/13 6:39 a.m.•33 views

File Upload Bypass Leads to Stored XSS

Description In the file upload feature, the system did not allow uploading files with extensions like html, ... But when uploading files with extension xhtml, it leads to XSS vulnerabilities. Proof of Concept https://drive.google.com/file/d/1MTa4st4POafaUAwn17n7ygpTrF9BXp/view?usp=sharing...

5.8CVSS6.5AI score0.00641EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/07/16 12:31 a.m.•33 views

Stored XSS via SVG Upload

Description By uploading an SVG file containing JavaScript code in the file upload function on the administrator screen, it is possible to execute any script on the browser of the accessing user. Proof of Concept Log in to the administrator screen, access the Assets page, and upload the SVG file...

4.3CVSS7AI score0.00463EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/07/05 12:33 p.m.•33 views

XSS vulnerabilities via various embeds

Description JSFiddle, Gliffy, Otter and Tldraw embeds lack sufficient input validation. Every one of them can be abused to achieve a stored XSS on a main application domain. This XSS triggers for everyone viewing the document. Proof of Concept PoC file is different for each vulnerable embed. See...

4.9CVSS6.3AI score0.00495EPSS
SaveExploits1
Huntr
Huntr
•added 2023/04/28 4:07 p.m.•33 views

Multiple path traversals on Windows hosts

Description validatepathissafe function in file /mlflow/server/handlers.py, introduced in PR 7891 on Feb 24th, 2023 does not account for Windows absolute path format, and thus can be bypassed on MLFlow servers, running on Windows hosts, exposing them to a number of high-impact directory traversal...

7.5CVSS7AI score0.6755EPSS
SaveExploits1
Huntr
Huntr
•added 2023/04/26 6:47 a.m.•33 views

Local File Inclusion (LFI)

Description The vulnerability in the code is a Local File Inclusion LFI vulnerability. It allows an attacker to read arbitrary files on the server by exploiting a flaw in the code that allows the attacker to manipulate the "InternalPath" parameter in a request to include files from the server's...

5CVSS6.9AI score0.00916EPSS
SaveExploits2References1
Huntr
Huntr
•added 2023/03/21 5:24 p.m.•33 views

SIGSEGV at libr/bin/p/bin_coff.c:509 in patch_relocs()

Description radare2 5.8.2 misparses symbol information in COFF files, causing a segmentation fault in patchrelocs at libr/bin/p/bincoff.c:509 Proof of Concept input.bin 00000000: 6603 e846 4058 6458 4036 5858 5858 5868 f..F@XdX@6XXXXXh 00000010: 5858 7063 5858 5840 0038 00de 57ff ffff...

5CVSS7.2AI score0.00991EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/03/15 3:37 p.m.•33 views

Session Fixation Vulnerability

Description It was noticed that the easyappointments application is vulnerable to Session Fixation vulnerability. The application does not generate a new easession cookie after the user authenticate successfully into the application. A malicious user is able to create a new session cookie value a...

6.8CVSS8.5AI score0.00668EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/09 8:52 a.m.•33 views

File Upload Bypass Leads to Remote Code Execution (RCE)

Description There is no extension checks during file upload. Attacker may upload file to execute malicious code in the server. Proof of Concept Step 1: Create a file with the content below and save it as evil.php " Step 2: Login to the Cockpit web server Step 3: Go to assets Step 4: Upload Assets...

6.5CVSS8.7AI score0.00987EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/21 11:14 p.m.•33 views

Arbitrary txt files deletion (authenticated)

Description The file sources/export.queries.php can be exploited by any authenticated user to remove arbitrary txt files. If the system administrator configured the base path for the teampass-seckey.txt to be /var/teampass, as shown in the official example, it is possible to remove it causing a...

5.5CVSS6.8AI score0.00823EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/06 1:17 p.m.•33 views

session fixation

Description A session fixation attack allows an attacker to hijack a legitimate user session. The attack investigates a flaw in how the online application handles the session ID, especially the susceptible web application. Proof of Concept...

1.8AI score
SaveExploits0References1
Huntr
Huntr
•added 2023/01/05 8:09 a.m.•33 views

Stored XSS by link markdown

Description The site allows link markdown but does not validate, resulting in XSS. Proof of Concept Create new memo with payload Click me! Hold Ctrl and click to Click me!, a alert with content is domain name appear...

4.9CVSS5.5AI score0.00645EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/01 4:20 p.m.•33 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...

5.8CVSS6.1AI score0.0046EPSS
SaveExploits0References1
Huntr
Huntr
•added 2022/12/29 1:05 p.m.•33 views

Local File Read through Improper Filename Validation

Description This vulnerability occur because there is no filename validation on logoimagelogin and logoimageheader on import and export function. Attacker can use path traversal payload to leak local file such as /etc/passwd or froxlor config file. Proof of Concept 1. Go to import function on...

1.7CVSS5.4AI score0.00729EPSS
SaveExploits2References1
Huntr
Huntr
•added 2022/12/27 3:38 p.m.•33 views

Cross Site Request Forgery in Create a Memo Functionality (POST /api/memo)

Description I have discovered in Memos a CSRF Vulnerability in Create a Memo Functionality POST /api/memo. I have identified that it is possible to manipulate the actions of authenticated users by tricking them into clicking on a malicious link or visiting a malicious website while they are logge...

4.3CVSS0.6AI score0.00328EPSS
SaveExploits1References2
Huntr
Huntr
•added 2022/12/26 6:45 a.m.•33 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.•33 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/12/05 6:41 a.m.•33 views

Lack of CSRF Token in Logout

Description we haven't csrf token in logout basically this is not really issue but in rdiffweb we have logically redirect user to last source like logout method. in this case attacker can chain two requestlogout,login that lead to dos Proof of Concept 1. send get logout request and get sessionid...

4.3CVSS5.7AI score0.00316EPSS
SaveExploits0
Huntr
Huntr
•added 2022/09/29 6:36 p.m.•33 views

No rate limit on email triggering during "resend email" action results in email flooding or a spam attack or a financial loss to the company itself

Description When a user is setting up 2FA , a verification code will be sent to the registered email . There is no rate limit on email triggering that will result in an email flood / does attack or will also increase the expenses on your mail server as an attacker can send 1 million emails throug...

7.5CVSS0.1AI score0.00681EPSS
SaveExploits0
Huntr
Huntr
•added 2022/09/23 10:30 a.m.•33 views

No Limit in length of username , results in memory consumption/DOS attack

Description There must be a fixed length for user input parameters like username. Allowing users to enter long strings may result in a DOS attack or memory corruption Proof of Concept 1Go to https://rdiffweb-demo.ikus-soft.com/admin/users endpoint . 2Click on add user 3Here you will see that ther...

5CVSS1.9AI score0.00868EPSS
SaveExploits1
Huntr
Huntr
•added 2022/08/29 9:45 p.m.•33 views

No rate limit via proxy url parameter

Description Hi Drawio Team , Your proxy server has no limit of requests which an attacker can use it as PORT SCANNER. https://app.diagrams.net/proxy?url=IP:PORT&base64=1 Proof of Concept Image from my OWASP ZAP : https://ibb.co/h87hz3N...

5CVSS0.7AI score0.01292EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/08/19 5:53 p.m.•33 views

Persistent Cross Site Scripting - LayoutEditor Module - Settings

Description The application uses Purifier to avoid the Cross Site Scripting attack. However, On LayoutEditor module from Settings, the type of fieldModel-label parameter is "Text" but it is not validated and it's used directly without any encoding or validation on LayoutEditor/EditField.tpl. It...

4.9CVSS5.5AI score0.00634EPSS
SaveExploits1
Huntr
Huntr
•added 2022/08/09 7:50 a.m.•33 views

Path traversal on administrative account

Description Relative path traversal in DNN.Platform at log download functionality. Administrative account can download any system file. This could allow direct read access to files that are not meant to be accessible directly by the platform. Proof of Concept Login as administrative user. Payload...

3.3CVSS2.1AI score0.01104EPSS
SaveExploits1
Huntr
Huntr
•added 2022/06/16 2:09 p.m.•33 views

InvenTree Deploys a Weak Password Change Mechanism

Description When setting a new user password, InvenTree does not require knowledge of the original password or using another form of authentication. Proof of Concept 1. Log in as a regular user 2. Go to the account settings link 3. Select Set Password 4. Enter any 8-character password string this...

1AI score
SaveExploits0References1
Huntr
Huntr
•added 2022/06/03 6:32 p.m.•33 views

Account takeover due to stored XSS in "Project Title"

Description The Project "Title" of the NocoDB application is vulnerable to stored xss which can leads to admin account takeover. Proof of Concept Login with low privileged users and Click on "New Project" then click on "Create" Now write the payload and again click on "Create" Then login from sup...

3.5CVSS0.6AI score0.00812EPSS
SaveExploits1
Huntr
Huntr
•added 2022/05/24 2:39 p.m.•33 views

Send messenger to another user with any sender account

Description Send messenger to another user with any sender account Proof of Concept 1. Login with account A. 2. When click to the message box of the user Victim X we have the id of this message page in URL, such as https://docker.trudesk.io/messages/628ceabe32b93e62146a7d75 is the URL of message ...

5.5CVSS0.02054EPSS
SaveExploits1References2
Huntr
Huntr
•added 2022/05/12 8:03 p.m.•33 views

SSRF via Unvalidated Redirects in ProxyServlet

Description Through the ProxyServlet external content can be retrieved. This can be done by providing a URL in the url query parameter. There are a few restrictions in place, especially internal hosts are forbidden. The validation of the url parameter looks as follows:...

5CVSS0.05945EPSS
SaveExploits1
Huntr
Huntr
•added 2022/05/08 10:05 a.m.•33 views

Authentication Bypass Using an Alternate Path or Channel

Steps to reproduce 1. 1. Log into Administrator account 2. 2. Navigate to User section 3. 3. Create a new User, call it testUser pass is 12345678 4. 4. Navigate to Groups section and create a new group, call it testGroup 5. 5. Give a "manage:group" permission for testGroup and assign testUser...

9CVSS6.9AI score0.01945EPSS
SaveExploits1
Huntr
Huntr
•added 2022/04/14 8:46 a.m.•33 views

Unrestructed file upload

Description I found unrestricted file upload leads to xss, vulnerability can be exploited by uploading a crafted payload inside a file. Then, the vulnerability can be triggered when the user previews the files content. Proof of Concept unrestricted file upload payload...

4.3CVSS0.2AI score0.00761EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/03/31 4:41 p.m.•33 views

NULL Pointer Dereference in mrb_vm_exec with super

Description NULL Pointer Dereference in mrbvmexec with super Proof of Concept o13 = Comparable.initialize||0x7f.instanceeval do super rescue caller 0..1.sortby do break end end // PoC.js ./mruby 1.rb Result ASAN:DEADLYSIGNAL =================================================================...

4.9CVSS1.3AI score0.00369EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/25 6:36 a.m.•33 views

use after free in mrb_vm_exec

While fuzzing mruby I found a use after free in mruby compiled with ASAn. Proof of Concept uaf5.rb rb...

6.4CVSS8.2AI score0.00953EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/14 2:47 p.m.•33 views

Stored XSS viva .webmv file upload

Description The application allows .webmv 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.webmv: alert1337 alertdocument.domain alertdocument.location alert'XSSbySamprit Das' 2.Then go to...

3.5CVSS0.6AI score0.00838EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/14 12:23 p.m.•33 views

Stored XSS via File Upload

Description Stored XSS via uploading file in .m3u8a format. Proof of Concept filename="poc.m3u8a" 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...

3.5CVSS5.4AI score0.00766EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/09 8:17 p.m.•33 views

Insufficient Session Expiration

Description The application failed to invalidate the session after changing the password and In this scenario changing the password doesn't destroy the other sessions which are logged in with old passwords. Proof of Concept 1.Login same account in two different browsers. 2.Try to change the...

6.4CVSS1.3AI score0.02432EPSS
SaveExploits2References1
Huntr
Huntr
•added 2022/02/18 6:48 a.m.•33 views

Cross-site Scripting (XSS) - Reflected

Description Can escape the meta tag because the user doesn't escape the double-quote in the $redirectUrl parameter when logging out. Proof of Concept txt https:///demo/api/logout?redirectto=/asdf" Impact Through this vulnerability, an attacker is capable to execute malicious scripts...

4.3CVSS0.6AI score0.02273EPSS
SaveExploits1
Huntr
Huntr
•added 2022/02/14 4:30 a.m.•33 views

Improper Access Control in chocobozzz/peertube

Description The app doesn't check the status of video when making data changes. Normal users can rating like or dislike in private videos. Proof of Concept note: I'm using instance p.lu for testing - Step 1: Login as video test1 and upload private video. Get video ID of private video - Step 2: Ca...

5.5CVSS0.1AI score0.00678EPSS
SaveExploits1
Huntr
Huntr
•added 2022/01/27 5:24 a.m.•33 views

Business Logic Errors in crater-invoice/crater

Description It is found that comapny currency can not be changed since the field is disabled as shown in the screenshot but it can be changed by tampering the parameter. Proof of Concept Actual Request POST /api/v1/company/settings HTTP/1.1 Host: demo.craterapp.com User-Agent: Mozilla/5.0 Windows...

4CVSS6.4AI score0.00956EPSS
SaveExploits1
Huntr
Huntr
•added 2022/01/25 5:25 p.m.•33 views

in vim/vim

Description Out of bound 1 byte read in vim. commit : 06b77229ca704d00c4f138ed0377556e54d5851f Proof of Concept $ echo -ne "c2lsMG5vcm0WcTAHMA==" | base64 -d minimizedpoc valgrind $ ./vg-in-place -s ./vim -u NONE -i NONE -n -X -Z -e -s -S ./minimizedpoc -c ":qa!" ==3442167== Invalid read of size ...

5.8CVSS7.1AI score0.01393EPSS
SaveExploits1
Huntr
Huntr
•added 2022/01/17 7:30 a.m.•33 views

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

Description Stored XSS is found in SettingsLive help configurationIncoming Webhooks. When a user creates a new webhook under the NAME field and puts a payload constructor.constructor'alert1', the input gets stored, and every time the user visits, the payload gets executed. Proof of Concept...

3.5CVSS0.4AI score0.00813EPSS
SaveExploits1
Huntr
Huntr
•added 2022/01/12 3:22 p.m.•33 views

in skylot/jadx

Description parseXml function in ExportGradleProject is not secured against XXE because it does not include the disallow-doctype-decl attribute, therefore JADX is vulnerable to XXE when parsing a malicious Android Manifest when exporting Android app to Gradle. In...

4.3CVSS5.2AI score0.01054EPSS
SaveExploits1
Huntr
Huntr
•added 2022/01/06 12:21 p.m.•33 views

in lquixada/cross-fetch

BUG ====== Cookie header leaked to third party site and it allow to hijack victim account SUMMURY ============ When fetching a remote url with Cookie if it get Location response header then it will follow that url and try to fetch that url with provided cookie . So cookie is leaked here to...

4CVSS0.01172EPSS
SaveExploits1
Huntr
Huntr
•added 2022/01/02 12:01 p.m.•33 views

Cross-site Scripting (XSS) - Reflected in microweber/microweber

Description XSS - Cross-Site Scripting is vulnerability which allows attackers to execute arbitrary javascript code in the browser of victim. PAYLOAD for firefox: a' onafterscriptexecute=alertdocument.domain c='a requires NO user-interaction PAYLOAD for all major browsers: a'...

4.3CVSS1.4AI score0.03866EPSS
SaveExploits1
Huntr
Huntr
•added 2021/12/15 2:13 p.m.•33 views

Cross-site Scripting (XSS) - Stored in pimcore/web2print-tools

Description Stored XSS in the Description of the Favorite Output Channel Configurations. Steps to reproduce 1.Go to https://demo.pimcore.fun/admin/ and login. 2.In the left menu bar, click the Settings icon then choose Favorite Output Channel Configurations, the Favorite Output Channel...

6.3AI score
SaveExploits0
Huntr
Huntr
•added 2021/10/30 10:52 p.m.•33 views

SQL Injection in forkcms/forkcms

Description When deleting submissions which belong to a formular made with module FormBuilder, the parameter id is vulnerable for SQL injection. Proof of Concept - Call the URL...

4.3CVSS0.4AI score0.01128EPSS
SaveExploits1
Huntr
Huntr
•added 2021/10/23 6:36 a.m.•33 views

Cross-Site Request Forgery (CSRF) in firefly-iii/firefly-iii

Description No CSRF in duplicate rule, and modifying the order of the rule group Proof of Concept Click Me! Click Me! Click Me! Impact This vulnerability is capable of tricking admin users to duplicate rule and modifying order of rule groups Permalinks selected with reference to this report:...

4.3CVSS0.5AI score0.00551EPSS
SaveExploits1References1
Huntr
Huntr
•added 2021/10/21 10:17 a.m.•33 views

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

Description Stored XSS when add media file with format .svg allows for arbitrary execution of JavaScript Proof of Concept // PoC.req POST /shopware/backend/mediaManager/upload?albumID=-10 HTTP/1.1 Host: localhost User-Agent: Mozilla/5.0 Macintosh; Intel Mac OS X 10.15; rv:94.0 Gecko/20100101...

0.6AI score
SaveExploits0References1
Huntr
Huntr
•added 2021/08/30 9:41 a.m.•33 views

Prototype Pollution in jonschlinkert/set-value

✍️ Description set-value package is vulnerable to Prototype Pollution. The set function fails to validate which Object properties it updates. This allows attackers to modify the prototype of Object, causing the addition or modification of an existing property on all objects. 🕵️‍♂️ Proof of Concept...

5.8CVSS2AI score0.00697EPSS
SaveExploits0
Huntr
Huntr
•added 2021/07/19 3:28 a.m.•33 views

Improper Privilege Management in uvdesk/core-framework

✍️ BUG privilege escalation bug to pin a threads 🕵️‍♂️ Proof of Concept 1. Frist from admin account goto http://localhost/uvdesk/public/en/member/agents and add new user called user B with Agent role .\ Now gives user-B all tikceting permission like can update/add/edit/delete/lock/pin to a ticket...

SaveExploits0References1
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/04/08 3:12 a.m.•33 views

Failure to Sanitize Special Elements into a Different Plane (Special Element Injection) in sebhildebrandt/systeminformation

✍️ Description The systeminformation package is vulnerable to Improper Input Validation through versions function. 🕵️‍♂️ Proof of Concept javascript // PoC.js const si = require'systeminformation'; si.versionstoString : = console.log"This is a PoC" ; 💥 Impact This vulnerability allows attackers to...

3.7AI score
SaveExploits0
Huntr
Huntr
•added 2021/01/11 12:00 a.m.•33 views

Prototype Pollution in js-data/js-data

Description js-data is vulnerable to Prototype Pollution. Proof of Concept 1. Create the following PoC file: // poc.js const js = require"js-data"; const payload = JSON.parse'"proto":"polluted":"Yes! Its Polluted"'; var obj = console.log"Before : " + .polluted; js.utils.deepMixInobj, payload;...

7.5CVSS2AI score0.01983EPSS
SaveExploits1
Total number of security vulnerabilities4084