Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
•added 2020/04/03 12:00 a.m.•25 views

Cross-Site Request Forgery (CSRF) in tuhinshubhra/extanalysis

Overview The ExtAnalysis project is vulnerable against various CSRFs, that could lead to loss of functionalities and placement of malicious files in arbitrary directories without knowledge of the victim. Proof of Concept Credit: Mik317 1. Download the git project and run the server through the...

0.7AI score
SaveExploits0
Huntr
Huntr
•added 2026/03/27 5:21 a.m.•24 views

Arbitrary code execution via malicious logging configuration (dictConfig factory injection)

Kedro v1.2.0 passes user-controlled YAML config to logging.config.dictConfig without validation. The factory key enables arbitrary callable instantiation, achieving RCE at startup. kedro/framework/project/init.py, ProjectLogging: loggingconfig = Pathpath.readtextencoding="utf-8"...

5.9AI score
SaveExploits0
Huntr
Huntr
•added 2026/03/14 6:44 p.m.•24 views

Decompression bomb bypass via negative max_length in streaming API (incomplete fix for CVE-2025-66471)

Description The fix for CVE-2025-66471 in urllib3 2.6.0 added maxlength support to all decoders to prevent decompression bombs when using the streaming API. However, three independent code paths in response.py bypass this protection in urllib3 2.6.3 latest. Bypass 1 — Negative maxlength from buff...

8.9CVSS6.2AI score0.00682EPSS
SaveExploits0
Huntr
Huntr
•added 2026/02/26 3:06 p.m.•24 views

CWE-346: CORS Origin Validation Bypass via `re.match()` in `allow_origin_pat`

This report is not public...

8.8CVSS6.4AI score0.00271EPSS
SaveExploits1
Huntr
Huntr
•added 2026/02/22 12:40 a.m.•24 views

Arbitrary File Write via Path Traversal in Orbax Checkpoint Asset Dict Keys

Description When loading a Keras model from an Orbax checkpoint directory, the writenesteddicttodir function uses dict keys from the checkpoint's asset data directly in os.path.join without any path sanitization. A crafted Orbax checkpoint can include absolute paths or path traversal sequences .....

6AI score
SaveExploits0
Huntr
Huntr
•added 2025/12/23 1:15 a.m.•24 views

MLflow Tarfile Path traversal in mlflow/mlflow

Description Vulnerability Report: Unsafe Tar Extraction Path Traversal Due to the lack of path traversal verification in the tar decompression part, it may lead to the possibility of overwriting any file or gaining elevated privileges. This is a non-expected vulnerability. Location File:...

10CVSS7.2AI score0.00579EPSS
SaveExploits1
Huntr
Huntr
•added 2025/12/05 8:47 p.m.•24 views

Arbitrary Code Execution in NLTK StanfordSegmenter via untrusted JAR loading

Description nltk.tokenize.StanfordSegmenter dynamically loads external Java .jar files without verification or sandboxing. If an attacker can supply or replace the JAR e.g., a poisoned model download, MITM package swap, or dependency poisoning, arbitrary Java bytecode executes at import time...

10CVSS8AI score0.00809EPSS
SaveExploits3
Huntr
Huntr
•added 2023/10/15 12:09 p.m.•24 views

leaked all users names from a user without known permissions

Description - From any user account without authority go to /admin/users page to view employee information but can leak all employee names that exist on the platform. - The vulnerabilities occurred in the 3 features : delete, set active state, assign role in page /admin/users and...

6.8AI score
SaveExploits0
Huntr
Huntr
•added 2023/10/13 9:17 a.m.•24 views

Restricted vim sandbox escape

Description Restricted vim doesn't allow executing shell commands but it's possible to bypass this by setting GCONVPATH environment variable. I'm not sure if this can be consider a vulnerability but I decided to report it anyway found this while playing TeamItaly CTF . Proof of Concept Save this...

7.1AI score
SaveExploits0
Huntr
Huntr
•added 2023/09/28 4:14 p.m.•24 views

CSRF Delete Categories

Description CSRF Delete Categories Proof of Concept 1 .Attack sends fake requests to users history.pushState'', '', '/'; document.forms0.submit; 2 .User clicks, deletes unwanted Categories Payload Poc https://drive.google.com/file/d/12cCzI-b9KLCRlND6MmjM6j-DJfTJiIt/view?usp=sharing Video Poc...

7.1AI score0.00264EPSS
SaveExploits1
Huntr
Huntr
•added 2023/09/15 5:31 p.m.•24 views

STORED XSS in Journal-> Sections

Description Stored attacks are those where the injected script is permanently stored on the target servers, such as in a database, in a message forum, visitor log, comment field, etc. The victim then retrieves the malicious script from the server when it requests the stored information. Stored XS...

5.8AI score0.00449EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/09/13 11:14 p.m.•24 views

Admin account TakeOver

Description The endpoint api/system/update-env allows any authenticated users to change env variables of the back-end process : js process.envenvKey = value; The envKey value comes from here : js const envKey, checks = KEYMAPPINGkey; One of the value in the KEYMAPPING dictionnary is : js JWTSecre...

6.6AI score0.00633EPSS
SaveExploits1
Huntr
Huntr
•added 2023/09/12 11:22 a.m.•24 views

XSS Vulnerabilities in Search Functionality and Course Tags

Description 1. XSS via Image Error in Search Box: - This vulnerability allows an attacker to execute a Cross-Site Scripting XSS attack through the search functionality of the web application. When a user performs a search, the application attempts to display an image related to the search query...

5.8CVSS6.1AI score0.00442EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/09/11 9:50 a.m.•24 views

Stored xss using journal-name in journal-tab

BUG ======== Stored xss using journal-name in journal-tab ACCOUNT ========== 1. user-A -- superadmin -- Victim -- Firefox browser Normal mode\ 2. user-B -- journal manager -- Attacker -- Firefox browser Container-1\ STEP TO RERPODUCE ====================== 1. From user-A account create a journal...

7.5AI score0.00449EPSS
SaveExploits1
Huntr
Huntr
•added 2023/07/21 3:37 a.m.•24 views

Insufficient Session Expiration because of lacking of cache check

Description The web application's session management system suffers from an "Insufficient Session Expiration" vulnerability due to the lack of proper cache check. This vulnerability allows a user's session to remain valid even after the user has logged out, potentially granting unauthorized acces...

6.4CVSS6.7AI score0.00603EPSS
SaveExploits1
Huntr
Huntr
•added 2023/06/05 8:52 a.m.•24 views

IDOR can make attackers add or close others' unavaiable

both user1 and user2 are Providers 1 user1 login and add unavaiable 2 request can be like POST /index.php/backendapi/ajaxsaveunavailable HTTP/1.1...

4CVSS7AI score0.00444EPSS
SaveExploits1
Huntr
Huntr
•added 2023/06/04 1:20 p.m.•24 views

Create multiple user with the same username (Race Condition)

Description Administrator users can create multiple users with the same username which breaks the logic of the web application. Proof of Concept Step 1: At AdministrationUser ManagementManager User Screen, click on "New Local User" button Step 2: Fill in all the required fields, notice that the...

1.7CVSS6.9AI score0.00475EPSS
SaveExploits1
Huntr
Huntr
•added 2023/05/18 3:34 a.m.•24 views

File Path Traversal Vulnerability

Description in the file adminautoupdate.php php elseif $page == 'extract' if isset$POST'send' && $POST'send' == 'send' $toExtract = isset$POST'archive' ? $POST'archive' : null; $localArchive = Froxlor::getInstallDir . '/updates/' . $toExtract; $log-logActionFroxlorLogger::ADMACTION, LOGNOTICE,...

5.8CVSS6.9AI score0.01206EPSS
SaveExploits1
Huntr
Huntr
•added 2023/05/04 6:10 a.m.•25 views

Cross-site Scripting and CSP Bypass in app.diagrams.net

Description The application allows the user to import a CSV template into the schema, but does not clean the input from the columns resulting in any javascript code being executed. Proof of Concept Example CSV import. Use for comments and for configuration. Paste CSV below. The following names ar...

5.8CVSS7AI score0.00534EPSS
SaveExploits0References1
Huntr
Huntr
•added 2023/05/02 9:55 a.m.•24 views

Stored XSS bypass in "FAQ"

Description Stored XSS in "Add new FAQ" feature via inject XSS payload in the answer at the following https://roy.demo.phpmyfaq.de/admin/?action=editentry Steps 1- Login as admin and Go to the following URL https://roy.demo.phpmyfaq.de/admin/?action=editentry to add a new faq 2-Enter the "Questio...

5.8CVSS6.6AI score0.00483EPSS
SaveExploits0
Huntr
Huntr
•added 2023/04/25 7:20 p.m.•24 views

Stored XSS in the module named "Create Case"

Description I tested the demo site you provided. I see that there is an XSS vulnerability. I hope you can check and provide a fix as soon as possible. You have almost filtered out all possible cases of XSS, but I noticed that there is still 1 case that you left out. by using this xss command: Pro...

4.3CVSS6.3AI score0.00547EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/04/11 10:59 p.m.•24 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/06 8:31 a.m.•24 views

Cross site scripting vulnerability in throsten /phpmyfaq

Description Cross site scripting vulnerability in throsten /phpmyfaq in tag field at admin dashboard. Proof of Concept 1 . Login to the demo admin account. https://roy.demo.phpmyfaq.de/admin/ 2 . Go to admin dashboard -- Contents -- Add new FaQ --Faq meta data 3 . Add payload in tag field payload...

4.3CVSS6.6AI score0.00473EPSS
SaveExploits1
Huntr
Huntr
•added 2023/04/02 10:56 a.m.•24 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.00467EPSS
SaveExploits1
Huntr
Huntr
•added 2023/04/02 7:00 a.m.•24 views

IDOR make one user can stop, start , delete, edit others' source

Proof of Concept 1 user1 create a source with id =1 2 user2 create a source with id =2 3 user1 delete the source with post DELETE /inlong/manager/api/source/delete/1?sourceType= HTTP/1.1 4 user1 repalce the 1 as 2, and find that he can sucess delete user2' source...

6.4CVSS6.9AI score0.01355EPSS
SaveExploits0
Huntr
Huntr
•added 2023/03/30 11:19 a.m.•24 views

Stored cross site scripting vulnerability in operator any getter in pimcore grid configuration

Description Stored cross site scripting vulnerability in operator any getter in pimcore grid configuration. Proof of Concept 1. Login to the demo account https://11.x-dev.pimcore.fun/admin/login 2. On left side menu go to document -- perspective -- cdp...

4.9CVSS5.3AI score0.00523EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/28 3:04 p.m.•24 views

Reflected XSS in LimeSurvey

Description There is a XSS in Lime Survey. The $GET'keyword' is not sanitized : echo $GET'keyword'; Proof of Concept We can read cookie contents :...

6AI score
SaveExploits0
Huntr
Huntr
•added 2023/03/24 5:05 p.m.•24 views

Improper Access Control which allows one provider to view and edit others provider appointment's details

Description Login using one provider's credential. After login successfully, notice there is POST request to /index.php/backendapi/ajaxgetcalendarappointments which allows the provider to view their own appointments information. However, by changing the recordid parameter to any number start from...

5.5CVSS5.6AI score0.00447EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/19 11:18 a.m.•24 views

Cross site scripting on setting module

Description pimcore is vulnerable to XSS in translate module. Proof of Concept Step to Reproduce. 1. Go to https://11.x-dev.pimcore.fun/admin/ and login. 2. In the left menu bar, go to Settings - Document Types and click on Add button to add a new record. 3. Now click on translate. Add XSS payloa...

4.9CVSS5.2AI score0.0042EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/16 8:16 a.m.•24 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/04 2:13 p.m.•24 views

Remote Code Execution Vulnerability Through Unrestrict File Write

Description In the import setting function, in the file Froxlor\lib\Froxlor\SImExporter.php php fileputcontents$imgfilename, $imgdata; if functionexists'finfoopen' $finfo = finfoopenFILEINFOMIMETYPE; $mimetype = finfofile$finfo, $imgfilename; finfoclose$finfo; else $mimetype =...

6.5CVSS8.4AI score0.7143EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/02/15 8:25 a.m.•24 views

Unauthorized Rest Api owned by Joomla(officially accepted)

Description Joomla has provided the Rest API since version 4.0. These apis need to provide authentication information when accessing, but if public is added to the request parameters when accessing the api. Then any unauthenticated user can directly access Proof of Concept Api can directly obtain...

7.3AI score
SaveExploits0References1
Huntr
Huntr
•added 2023/02/14 7:33 p.m.•24 views

stored HTML-Injection in the Comments Part

i was able to detect a stored HTML Injection by answering available questions. Lets see : ------------ AHMED HASSAN STORED HTML INJECTION 1 will now answer a question Comment sent lets see the stored HTML Injection As you can see the stored HTML Injection is working. Thanks for watching...

4.9CVSS5.8AI score0.00476EPSS
SaveExploits1References2
Huntr
Huntr
•added 2023/02/12 5:03 a.m.•24 views

Two Stored XSS in Instructions and User Widget

Stored XSS 1 Description 1 The santinizer founction noxsshtml$html can be bypassed since it missed to ban the tag of in $bannedelements = 'script', 'iframe', 'embed';. By this missing, the logged admin can maliciously inject xss payloads like in the backend database using the point POST...

4.3CVSS5.4AI score0.00473EPSS
SaveExploits1
Huntr
Huntr
•added 2023/02/02 6:24 p.m.•24 views

Stored Cross Site Scripting in the username

Description Stored XSS occurs when an attacker injects malicious code into a website, which is then stored on the server. In this case, the malicious code is being stored as the user's username. When someone accesses the shared page, the website retrieves the user's username from the server and...

4.9CVSS5.3AI score0.00443EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/31 2:58 p.m.•24 views

Cross Site Scripting (XSS) in Model\DataObject\Data\UrlSlug

Description Cross Site Scripting XSS in Model\DataObject\Data\UrlSlug of pimcore/pimcore Proof of Concept 1. Login in stable account URL : https://demo.pimcore.fun/admin 2. Go to System Data --- UrlSlug 3. Enter Payload in UrlSlug with starting with "/" slash. For more understanding please check...

4.9CVSS5.3AI score0.03015EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/30 2:58 p.m.•24 views

Reflected XSS

Description Reflected Cross-Site Scripting XSS vulnerability in LibreNMS 22.12.0 - Fri Dec 30 2022 10:11:51 GMT+0100 allows attackers to execute arbitrary external javascript code in the browser affected from /ports/group parameter. 1. Login 2. Navigate PoC link Proof of Concept...

4.9CVSS6.3AI score0.69707EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/20 4:05 a.m.•24 views

Stored HTML Injection

Team, I hope you are all doing well. . I wanted to bring to your attention a potential vulnerability on the website https://mainnet.demo.btcpayserver.org/account/apikeys. . During my research, I discovered that the api key label field is vulnerable to a stored HTML injection attack. Proof of...

6.5CVSS8.6AI score0.07896EPSS
SaveExploits4
Huntr
Huntr
•added 2023/01/14 1:45 p.m.•24 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 2022/12/23 4:51 p.m.•24 views

CSRF allows attacker to add malicious tags to vitim account

Description Cross-Site Request Forgery CSRF is an attack that forces authenticated users to submit a request to a Web application against which they are currently authenticated. CSRF attacks exploit the trust a Web application has in an authenticated user Proof of Concept 1 Go to...

4.3CVSS1.4AI score0.00586EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/23 3:56 p.m.•25 views

CSP passby via js file

Description Hi,Maintainter You submitted a fix in the latest version 0.9.0 with commit c07b4a.But after many tests, I found that this is still not 100% safe.You have set a very simple csp , which can be bypassed. Video link link...

4.9CVSS5.6AI score0.00498EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/23 12:28 p.m.•24 views

Denial of Service

Description There is no limit of "Nickname" content length while updating your information that lead to Denial of Service by entering huge number of characters if you insert the following POST request "email": "[email protected]", "id": 104, "nickname":...

5CVSS0.1AI score0.00678EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/23 12:09 p.m.•24 views

Full account takeover

Description Account take over via changing email and username and displayed name, After login you and open your settings you can update information ,There is an IDOR here that allows me to change any user email and username and displayed name Proof of Concept...

6.5CVSS0.5AI score0.00911EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/13 8:48 p.m.•24 views

Cross site scripting vulnerability in pimcore

Description Cross site scripting vulnerability in pimcore/pimcore "title field " in data objects Proof of Concept 1. Login with dev account https://11.x-dev.pimcore.fun/admin/?dc=1670962076&perspective= 2. Go to setting -- data objects -- classes -- events 3. Click media under genaral settings 4...

4.9CVSS5.3AI score0.00459EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/12 11:41 p.m.•24 views

Stored XSS on User Management, Category, Add New FAQ, Add News and Configuration

Description Improper validation on user input in Add Category module, Add New FAQ module, Add News and edit Configuration in phpMyFAQ v3.1.9 allow user to execute malicious javascript payload which lead to vulnerability Stored XSS Proof of Concept - Login to demo instance...

4.9CVSS5.4AI score0.00401EPSS
SaveExploits0References1
Huntr
Huntr
•added 2022/12/01 9:56 p.m.•24 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/28 5:42 a.m.•24 views

XSS to LFI in Runcode Feature

Description By default runcode santized document prefix but if html encode to...

4.9CVSS4.6AI score0.00387EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/11/26 2:30 p.m.•24 views

Reflect Cross Site Scripting

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 Go to your web phpmyfaq and visit below URL. Exploit URL:...

5.8CVSS6.1AI score0.04581EPSS
SaveExploits2
Huntr
Huntr
•added 2022/10/27 3:38 a.m.•24 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/09/19 2:51 p.m.•24 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.00391EPSS
SaveExploits1
Total number of security vulnerabilities4084