Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
added 2025/06/18 1:10 p.m.9 views

Path Traversal in Tokenizer Conversion Script

The script for converting slow tokenizers is vulnerable to a Path Traversal attack via the --checkpointname command-line argument. This allows an attacker to create files outside of the intended dumppath directory. Vulnerable Code Location: The vulnerability is located in the logic for converting...

6.3AI score
SaveExploits0
Huntr
Huntr
added 2025/06/14 10:45 a.m.9 views

Regular expression Denial of Service - ReDoS

Description A regular expression denial of service ReDoS vulnerability has been identified in the Hugging Face Transformers library's MarianTokenizer. The vulnerability exists in the removelanguagecode method of the MarianTokenizer class, which processes text to remove language codes. The method...

7.5CVSS6.2AI score0.00524EPSS
SaveExploits1
Huntr
Huntr
added 2025/06/04 11:14 a.m.9 views

H2O-3 MySQL JDBC Driver Deserialization Vulnerability_Key-Value Bypass Parameter Inspection

Creator: zack H2O-3 Version: 3.46.0.7、3.47.0.6928 MySQL JDBC Driver Version: 8.0.19 JDK Version: 8u112 Description There is a JDBC deserialization vulnerability in the H2O-3 REST API(POST /99/ImportSQLTable) that does not require authentication. This vulnerability can lead to Remote Code Executio...

9.8CVSS7.4AI score0.00695EPSS
SaveExploits0
Huntr
Huntr
added 2025/05/27 3:2 p.m.9 views

Denial of Service(DOS) in JSONReader

Description There exists a denial of service vulnerabilityDOS that occurs by python hitting max recursion depth while parsing a deeply nested json file using JSONReader. Vulnerable piece of code...

8.6CVSS7.1AI score0.00283EPSS
SaveExploits0
Huntr
Huntr
added 2025/05/01 11:53 a.m.9 views

Regular expression Denial of Service - ReDoS

Description A regular expression denial of service ReDoS vulnerability has been identified in the Hugging Face Transformers library's weight conversion utility. The vulnerability exists in the converttfweightnametoptweightname function, which converts TensorFlow weight names to PyTorch format. Th...

5.3CVSS5.2AI score0.00391EPSS
SaveExploits1
Huntr
Huntr
added 2025/03/31 10:47 p.m.9 views

Unsafe `Deserialization` in `JsonPickleSerializer` Enables Remote Code Execution

Description A critical deserialization vulnerability exists in the llamaindex library’s JsonPickleSerializer component, enabling remote code execution RCE due to an insecure fallback to Python’s pickle module. When deserializing untrusted data, JsonPickleSerializer prioritizes pickle.loads, which...

7.5CVSS5.9AI score0.00413EPSS
SaveExploits1
Huntr
Huntr
added 2025/03/19 8:59 p.m.9 views

URL Parsing Issue

Repository: Hugging Face Transformers File: imageutils.py Line: 834 Code Snippet: if video.startswith"https://www.youtube.com" or video.startswith"http://www.youtube.com": Vulnerability Description: The current implementation checks if a video URL starts with "https://www.youtube.com" or...

3.5CVSS7.2AI score0.00337EPSS
SaveExploits1
Huntr
Huntr
added 2025/03/19 1:7 p.m.9 views

unsanitised Input in code node

Description We can run sandboxed code node with full permissions, before the the sandbox security restrictions are imposed. Javascript allows overriding global functions, thus by defining the parseInt function inside a javascript code node, we are able to execute code with full root permissions o...

9.8CVSS7.6AI score0.00718EPSS
SaveExploits1
Huntr
Huntr
added 2025/03/02 3:6 a.m.9 views

Privilege escalation from writing file into temporary directory to arbitrary code execution

Description The MLFlow temporary directory gets assigned insecure world-writable permissions 0o777. def getorcreatetmpdir: """ Get or create a temporary directory which will be removed once python process exit. """ from mlflow.utils.databricksutils import getreplid, isindatabricksruntime if...

7CVSS7.4AI score0.00215EPSS
SaveExploits1
Huntr
Huntr
added 2025/02/28 4:54 a.m.9 views

SQL injection vulnerabilities in multiple vector stores

Description Multiple vector store integrations have SQL injection vulnerabilities, which can allow an attacker to read and write data using SQL. Example vulnerable code snippet in the Couchbase vector store integration: def deleteself, refdocid: str, kwargs: Any - None: """ Delete a document by i...

9.8CVSS8AI score0.00581EPSS
SaveExploits1
Huntr
Huntr
added 2025/01/25 8:10 p.m.9 views

Bucket "h2o-release" publicly writable, allowing an attacker to replace any file

The S3 bucket "h2o-release" where you host docs and which you instruct your users to use as a Maven repo e.g. in here https://github.com/h2oai/h2o-3?tab=readme-ov-file3-using-h2o-3-artifacts is publicly writable. It is possible to overwrite any file in that bucket. As a PoC I created the followin...

7.1AI score
SaveExploits0
Huntr
Huntr
added 2025/01/11 5:16 p.m.9 views

Bug Bounty Report: Command Injection Vulnerability in subprocess Call

This report is not public...

7.1AI score
SaveExploits0
Huntr
Huntr
added 2024/12/06 5:37 a.m.9 views

SQL Injection to RCE on FinanceChatLlamaPack

Summary The Finance Chat Llama Pack implements a hierarchical agent based on LLM for financial chat and information extraction. It includes an agent called 'database agent' for interacting with a PostgreSQL database. However, due to the lack of protections in the runsqlquery function on the...

10CVSS10AI score0.01311EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/26 3:15 a.m.9 views

A SQL Injection in DuckDB via prompt can lead to RCE

Target Link Description sql = f""" SELECT ftsmainself.tablename.matchbm25self.nodeidcolumn, 'query' AS score, self.nodeidcolumn, self.textcolumn FROM self.tablename WHERE score IS NOT NULL ORDER BY score DESC LIMIT self.similaritytopk; """ The duckdbretriever performs "search using string" and...

9.8CVSS10AI score0.01311EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/22 8:56 a.m.9 views

MD5 Hash Collision in SageMaker Workflow

The possibility exists that MD5 collisions could occur in past cache configurations, potentially leading to workflows being inadvertently replaced. Impact In a SageMaker workflow, there is a potential risk associated with using MD5 hashes due to hash collisions. MD5 is vulnerable to collision...

5.9CVSS5.8AI score0.00245EPSS
SaveExploits0
Huntr
Huntr
added 2024/11/12 2:33 p.m.9 views

Improper Access Control Allows deleting other users' reminders

Description Because the report I reported before was exploited on the public, I created a new report to exploit on the local machine The vulnerability allows users to delete other users' prompts on the system via the groupid parameter Proof of Concept const deletePromptController = async req, res...

9.4CVSS9.2AI score0.00516EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/12 10:24 a.m.9 views

SQL Injection in default_jsonalyzer via prompt injection leads to arbitrary file creation

Target Link Description defaultjsonalyzer function used in JSONalyzeQueryEngine execute a sqlite query that llm made. If the attacker control the sqlite query with prompt injection and execute a malicious sqlite query, then Denial-of-Service attack and arbitrary file creation is possible. Root...

7.1CVSS7.3AI score0.00478EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/06 6:23 a.m.9 views

Not limitation of upload file size, lead to server crash

Description librechat use multer, which is a middleware which handles streaming multipart fileupload. If use in memory storagemulter by default, can do not limit the upload file size, when handling big file, server will crash for out of memory. Attacker with no privilege can exploit this. Proof o...

7.5CVSS7.8AI score0.00499EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/01 8:43 p.m.9 views

Denial of service by tracking large images

This report is not public...

7.5CVSS7.1AI score0.0059EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/31 8:36 a.m.9 views

SSRF due to insufficient patch of CVE-2024-5822

This report is not public...

9.8CVSS7.1AI score0.00527EPSS
SaveExploits2
Huntr
Huntr
added 2024/10/25 8:24 a.m.9 views

unhandled exception caused server crash

Description in javascript express framework, if async router handler throw an exception, the whole server will crash. In librechat, some API, when leading with some malformed input, will have uncaught exception. This will lead to server crash, thus a full denial of service. Mind that although thi...

6.5CVSS6.8AI score0.00816EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/22 6:51 p.m.9 views

An user can view any others invite list

This report is not public...

4.3CVSS7.1AI score0.00508EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/20 4:11 p.m.9 views

Web server DOS through run metrics

This report is not public...

7.5CVSS7.7AI score0.00727EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/19 9:6 a.m.9 views

Improper Role Modification by Admins for Billing Permissions

Description Admins, who do not have direct permissions to access billing resources, are able to change the permissions of existing users to have billing permissions. This can lead to a privilege escalation scenario where an administrator can: 1. Change the role of an existing user to include...

7.3CVSS7.7AI score0.00469EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/19 7:59 a.m.9 views

Lack of access control on /users/me/org endpoint

Description The /users/me/org route is not adequately protected by access control mechanisms such as a middleware. This lack of authorization allows unauthorized users to access information about all team members in the current organization, even if the user does not have sufficient privileges. A...

6.5CVSS6.5AI score0.00496EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/17 8:9 a.m.9 views

7z slip lead to remote code execution

This report is not public...

8.8CVSS7.1AI score0.01514EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/11 4:4 p.m.9 views

Missing check_access leads to directory deletion

This report is not public...

8.4CVSS7.1AI score0.00297EPSS
SaveExploits1
Huntr
Huntr
added 2023/10/11 4:58 p.m.9 views

2 FPE in MP4Box

Description 2 FPE in MP4Box Version $ ./MP4Box -version MP4Box - GPAC version 2.3-DEV-rev566-g50c2ab06f-master Platform $ uname -a Linux user-GE40-2PC-Dragon-Eyes 6.2.0-33-generic 3322.04.1-Ubuntu SMP PREEMPTDYNAMIC Thu Sep 7 10:33:52 UTC 2 x8664 x8664 x8664 GNU/Linux Reproduce ./MP4Box -dash 100...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2023/09/26 5:46 p.m.9 views

Add arbitrary users to the user group

Description Add arbitrary users to the user group Proof of Concept 1 .Administrator user haido456 creates a user group name : group456 2 .User hai123 has general user rights but has the right to add arbitrary users to the user group: group456 3 .This includes users that the admin does not want...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2023/09/03 6:50 a.m.9 views

Store DOM XSS when create survey

Description I noticed, your website is very secure. But you overlooked a flaw Store DOM XSS . Proof of Concept Detail: 1 .Login vs admin demo account 2 .Create new survey , insert payload in to Survey title: test" onclick = "alertdocument.domain" 3 . Click create == detect Store DOM XSS Video Poc...

6.1AI score
SaveExploits0
Huntr
Huntr
added 2023/08/08 10:47 a.m.9 views

Self XSS in "Content Types / Add Content Type"

Description Add payload to field System name: Proof of Concept https://drive.google.com/file/d/1xJ24a3HveP4dpKXF5zmtsNIa2-wweoA/view?usp=sharing...

6.9AI score
SaveExploits0References1
Huntr
Huntr
added 2023/06/29 10:57 p.m.9 views

Broken Access Control on Private Message Function

Description There is 2 issues I found in one function. A = admin B = user1 C = attacker. Scenario 1: A send private message to B with subject "testing". B or C can change the subject, this will disturb Integrity of the messages as long as they know the UUID messages. Scenario 2: A send private...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2023/06/28 12:48 p.m.9 views

Stored XSS on Survey "Notification and data function"

Description Users with edit and update survey permission can perform an XSS Proof of Concept Log in with any user with this permission Update the "Send basic admin notification email to" field with this value test" Access the survey and the payload will be triggerred...

6.8AI score
SaveExploits0
Huntr
Huntr
added 2023/06/28 9:47 a.m.9 views

IDOR in Group members

Description By manipulating the ugid, user who is not in group can view the members list of the group Proof of Concept Step 1: Go to User Group function, see that this user can only view this two groups. Step 2: Click on View a group, manipulate the ugid, confirm that this user can view the Group...

6.8AI score
SaveExploits0
Huntr
Huntr
added 2023/06/15 3:47 p.m.9 views

Stored XSS on entire Client site

Description Admin or Staff with "System" permission can produce a store XSS on entire Client site Proof of Concept Edit the "Signature" field to this value "FOSSBilling.org - Client Management, Invoice and Support Software"" Then it will trigger in every Client screens Seems like it was rendered ...

6.2AI score
SaveExploits0
Huntr
Huntr
added 2023/05/13 4:52 p.m.10 views

Cross-site Scripting in Preview function bypass CSP

Description In text.js plugins, the user have Extract Text from the graph, so this function will extract all text and as we can see, the user can preview text above and since the server doesn't clean up the text before rendering, it results in XSS. Proof of Concept html ' Step to reproduce Drag a...

6.9AI score
SaveExploits0References1
Huntr
Huntr
added 2023/04/19 4:34 a.m.9 views

Unable to indicate negative amount in captial

Description Unable to indicate negative amount in captial Proof of Concept 1 Login application 2 Go to Capital Add Capital Fill in amount -999,999,999.00 3 The website indicate an negative amount...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2023/04/17 1:2 p.m.9 views

Improper Error Handling at Rating function

Description Please enter a description of the vulnerability. Navigating rating function http://127.0.0.1:8083/ratings/stored/-1 Change this number to arbitrary characters http://192.168.14.180:8083/ratings/stored/-2 Error occurs allows user to know the path of application file within system...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2023/03/23 12:5 a.m.9 views

Stored XSS in front/dashboard_helpdesk.php

Description Under the super-admin view, when adding a card to a dashboard, some more parameters are sent when the POST request is made. Those parameters later constitute an HTML div section in the response body. It is possible to modify the request, inject one of those parameters value which will...

6.1AI score
SaveExploits0References1
Huntr
Huntr
added 2023/03/22 6:20 a.m.9 views

IDOR Vulnerability Allow the owner of one Organization can disable users that belong to other oggainzation

1 first, we create two organizations: org1 and org2. The owner of them is user1 and user2 corresponding. 2 we login as user1 and click disable , then we use burpsuit to get the post. 3 The post can be like : POST /admin/api/users/2/enable/false HTTP/1.1 5 we replace user id 2 to 3. 6 check the...

6.6AI score
SaveExploits0
Huntr
Huntr
added 2023/03/12 6:36 a.m.9 views

CSV Injection in CSV files generated by the backend

1 login in https://demo.limesurvey.org/index.php 2 the demo admin create a user with name "=1+cmd|'/C calc'!A0". 4 other users login and download all the users' data as csv. 5 other users open the csv file with execl in windows, notice that choose ";" as separator as. 6 we can see that the...

6.5AI score
SaveExploits0
Huntr
Huntr
added 2023/02/20 3:45 p.m.9 views

XSS in Library Description and Synopsis

Description The 'description' and 'synopsis' fields of libraries are vulnerable to stored XSS injection. If a user sets the synopsis or description of a library to ''"' they can set a stored XSS payload that fires whenever someone visits the /libraries page. Normally libraries are only editable b...

1AI score
SaveExploits0
Huntr
Huntr
added 2023/02/16 8:42 p.m.10 views

stored xss

Description stored xss bug SUMMURY here i uses demo installation https://demo.limesurvey.org/ in firefox browser Proof of Concept login into any user account who has permission to view the survey and visit url...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2023/02/13 12:50 p.m.9 views

HTML Injection

Description HTML Injection vulnerability was discovered in Accounting module that allow authenticated user to inject malicious HTML code inside "accountnumber" parameter. Proof of Concept Video...

7.5AI score
SaveExploits0
Huntr
Huntr
added 2023/02/01 5:37 a.m.9 views

Xss in compose mail functionaility

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 - Step1: login as normal user. - step2: click on webmail and click on compose. - step3: now enter "...

SaveExploits0
Huntr
Huntr
added 2023/01/01 9:57 a.m.9 views

Send any message to any to any private channel

Description A user can add any message to a private channel that is not in that channel. This error is because the web application did not check if the sender userid is in that private channel. Proof of Concept Login to website in brower 1 with user A. Login to website in brower 2 with user B. Us...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2022/12/23 12:6 a.m.9 views

Reflected XSS in any wordnet URL

Description A reflected XSS can be achieved by simply creating a URL such as: http://localhost:8000/alert1.html Proof of Concept nltk.app.wordnetapp.app Then hit http://localhost:8000/alert1.html in the browser...

6.1AI score
SaveExploits0
Huntr
Huntr
added 2022/12/18 9:35 p.m.9 views

Stored XSS in Week View Plugin

Description Stored cross-site scripting vulnerabilities arise when user input is stored and later embedded into the application's responses in an unsafe way. An attacker can use the vulnerability to inject malicious JavaScript code into the application, which will execute within the browser of an...

6.3AI score
SaveExploits0References1
Huntr
Huntr
added 2022/11/22 4:9 p.m.9 views

DOM-based Cross-site Scripting (DXSS) Vulnerability

Description Two CalendarXP products have DXSS vulnerability in common parts of HTML files. CalendarXP FlatCalendarXP through 10.0.1 has DXSS vulnerability in iflateng.htm and nflateng.htm, and CalendarXP PopCalendarXP through 10.0.1 has DXSS vulnerability in ipopeng.htm and npopeng.htm. Proof of...

0.3AI score
SaveExploits0
Huntr
Huntr
added 2022/10/26 8:39 p.m.9 views

Stored XSS - Entity name not sanitize in Ticket creation page

Description An Administrator can set a Cross-Site Scripting XSS payload inside an entity name. This XSS will be executed on the Ticket Creation page Menu - Assistance - Create Ticket. Proof of Concept 1. Set an XSS in Entity name 2. Go to the "Create Ticket" page 3. XSS is excuted...

1.2AI score
SaveExploits0References1
Total number of security vulnerabilities4084