Lucene search
K

4057 matches found

Huntr
Huntr
added 2024/11/26 3:15 a.m.3 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.0413EPSS
Exploits1
Huntr
Huntr
added 2024/11/22 8:56 a.m.4 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.00138EPSS
Exploits0
Huntr
Huntr
added 2024/11/19 4:56 p.m.3 views

Admin Able to Create User Without Setting a Password

Description The application allows an admin to create a new user account without assigning a password. This could lead to security vulnerabilities, or the system might inadvertently create an account with a default or blank password, making it susceptible to unauthorized access. Proof of Concept ...

5.5CVSS7.2AI score0.00104EPSS
Exploits1
Huntr
Huntr
added 2024/11/17 7:58 p.m.2 views

Stored Cross-Site Scripting (XSS) via SAML IdP XML Injection

An attacker can achieve stored cross-site scripting XSS by injecting malicious JavaScript into the SAML IdP XML metadata. This metadata is used to generate the SAML login redirect URL, which is ultimately set as the value of window.location.href. This vulnerability allows the attacker to execute...

7.3CVSS6.2AI score0.00278EPSS
Exploits1
Huntr
Huntr
added 2024/11/17 1:57 p.m.4 views

Arbitrary File Overwrite & RCE via Tarfile Path Traversal

Description The DJL package utilizes an untar function, for example, when downloading and saving models. Additionally, the untar function overwrites existing files. Therefore, the untar method includes the following two security measures to prevent misuse of its functionality. 1. Security measure...

7.2AI score
Exploits0
Huntr
Huntr
added 2024/11/16 6:58 a.m.3 views

Improper access of prompt data by another user.

Description Another user can able to see the prompts data of a particular users. Proof of Concept let promptid be the prompt id of user 1 visit http://127.0.0.1:8080/prompts/promptid from another users user 2 session user 2 can see the user 1 promptid's data. Previously it was reported by some on...

8.8CVSS6.8AI score0.00188EPSS
Exploits1
Huntr
Huntr
added 2024/11/15 5:26 a.m.2 views

Lack of unique constraint validation allows overwriting evaluators

Description The application allows the creation of evaluators without enforcing a unique constraint on the combination of projectId and slug. This allows an attacker to overwrite existing data by submitting a POST request with the same slug as an existing evaluator. Since the backend lacks databa...

6.5CVSS6.7AI score0.0022EPSS
Exploits1
Huntr
Huntr
added 2024/11/14 4:44 p.m.5 views

Logging into webui as view only internal user provides overly privileged bearer key

Description When an user with the role "internaluserviewer" logs into the application they are provided with an overly privileged API key. This key can be used to access all the admin functionality of the application. The following steps are taken: An admin creates an Internal User with the role...

8.1CVSS8.7AI score0.00274EPSS
Exploits0
Huntr
Huntr
added 2024/11/13 4:42 a.m.5 views

Partial Account Takeover due to Insecure Data Querying

This report is not public...

8.1CVSS7.1AI score0.00231EPSS
Exploits1
Huntr
Huntr
added 2024/11/12 7:10 p.m.8 views

Denial of service through batched queries in GraphQL

This report is not public...

7.5CVSS7.1AI score0.00324EPSS
Exploits1
Huntr
Huntr
added 2024/11/12 2:33 p.m.3 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.00116EPSS
Exploits1
Huntr
Huntr
added 2024/11/12 10:24 a.m.4 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.00272EPSS
Exploits1
Huntr
Huntr
added 2024/11/11 7:53 a.m.4 views

Exception unhandled, lead to server crash

Description In node js express, if exception is uncaught, the server will crash. fs module sometimes throw exception when dealing with file upload. Unauth user can send something to the server trigger the exception lead to server crash. Proof of Concept import requests import random import string...

7.5CVSS7.7AI score0.00899EPSS
Exploits1
Huntr
Huntr
added 2024/11/11 6:4 a.m.6 views

Path traversal, lead to arbitrary file write, lead to remote code execution

Description Anythingllm use multer library to handle http multi-part file upload. Anything llm use the following code to handle non-ascii file name file.originalname = Buffer.fromfile.originalname, "latin1".toString "utf8" ; This way of manipulating filename is will lead to path traversal. multer...

7.2CVSS7.6AI score0.69233EPSS
Exploits1
Huntr
Huntr
added 2024/11/09 10:52 a.m.2 views

Arbitrary file deletion on Windows via the '/v1/agent/hub/update' endpoint.

This report is not public...

8.2CVSS7.1AI score0.00283EPSS
Exploits1
Huntr
Huntr
added 2024/11/09 4:40 a.m.11 views

Remote Code Execution via Model Deserialization on /api/v2/models/install API

Summary I have identified a critical vulnerability leading to remote code execution in the /api/v2/models/install API through unsafe model deserialization. The API allows users to specify a model URL, which is downloaded and loaded server-side using torch.load without proper validation. This...

9.8CVSS10AI score0.44157EPSS
Exploits5
Huntr
Huntr
added 2024/11/08 4:25 p.m.6 views

Leakage of Langfuse API keys in team exception handling

This report is not public...

7.5CVSS7.7AI score0.00368EPSS
Exploits1
Huntr
Huntr
added 2024/11/08 7:6 a.m.2 views

Integer Overflow In /v2/repository/models/<model_name>/load

This report is not public...

7.1AI score
Exploits0
Huntr
Huntr
added 2024/11/08 6:21 a.m.3 views

multer(file upload middleware in express) misused, lead to remote code execution

Description Librechat use multer to handle multi-part file upload. multer library will deal with '../' kind of path traversal, then let the programmer decide the actual filename, then join the path to write the upload the file. this means, if '../' is provided by the user of librechat, multer wil...

8.8CVSS9.2AI score0.03449EPSS
Exploits1
Huntr
Huntr
added 2024/11/07 1:10 p.m.3 views

IDOR Vulnerability in PATCH `/v1/runs/:id/score` Endpoint Allows Unauthorized Score Updates for Other Users’ Runs

Description An Insecure Direct Object Reference IDOR vulnerability exists in the PATCH /v1/runs/:id/score endpoint. This endpoint allows an attacker to update the score data of any run by manipulating the id parameter in the request URL, which corresponds to the runIdscore in the database. The...

7.5CVSS7.6AI score0.00207EPSS
Exploits1
Huntr
Huntr
added 2024/11/07 11:43 a.m.7 views

RCE via Global State Override

This exploit effectively serves as a bypass for CVE-2024-3408. An attacker can override global state to enable custom filters, which then facilitates remote code execution RCE. Specifically, this vulnerability leverages the ability to manipulate global application settings to activate the...

9.8CVSS8.5AI score0.91737EPSS
Exploits5
Huntr
Huntr
added 2024/11/06 4:56 p.m.2 views

A malicious gguf model can lead to DoS due to unchecked null pointer dereference via network

This report is not public...

7.5CVSS9.4AI score0.00142EPSS
Exploits1
Huntr
Huntr
added 2024/11/06 1:20 p.m.5 views

A malicious gguf model can lead to DoS due to unchecked array bound access via network

This report is not public...

7.1AI score
Exploits0
Huntr
Huntr
added 2024/11/06 11:56 a.m.5 views

malicious gguf model can cause DoS by allocate unlimited memory via network access

This report is not public...

7.5CVSS7.7AI score0.00079EPSS
Exploits1
Huntr
Huntr
added 2024/11/06 11:42 a.m.5 views

malicious gguf model can be uploaded and created causing division by zero via network, leading to DoS

This report is not public...

7.5CVSS7.7AI score0.02093EPSS
Exploits1
Huntr
Huntr
added 2024/11/06 10:58 a.m.5 views

DoS using malicious gguf model file

This report is not public...

7.5CVSS7.7AI score0.00071EPSS
Exploits1
Huntr
Huntr
added 2024/11/06 6:23 a.m.3 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.00345EPSS
Exploits1
Huntr
Huntr
added 2024/11/04 7:10 p.m.5 views

Read from host file system via ImagePromptTemplate in langchain-core

Description You can create langchaincore.prompts.ImagePromptTemplate's and by extension the langchaincore.prompts.ChatPromptTemplate's with input variables that make it possible for the prompt template to read any user-specified path from the server file system. If the outputs of the prompt...

5.3CVSS5.4AI score0.00274EPSS
Exploits0
Huntr
Huntr
added 2024/11/02 11:49 p.m.4 views

Denial of service through tracking and requesting Aim objects through web API

This report is not public...

7.5CVSS7.1AI score0.00442EPSS
Exploits1
Huntr
Huntr
added 2024/11/02 8:22 a.m.4 views

dify tools vanna has pandas query inject

This report is not public...

8.8CVSS7.1AI score0.03016EPSS
Exploits1
Huntr
Huntr
added 2024/11/01 8:43 p.m.2 views

Denial of service by tracking large images

This report is not public...

7.5CVSS7.1AI score0.00578EPSS
Exploits1
Huntr
Huntr
added 2024/11/01 7:13 a.m.2 views

Lack of proper access control on endpoint to delete evaluators

Description The /v1/evaluators/ route allows users to delete evaluators of a project by sending a DELETE request. However, the route lacks proper access control, such as middleware to ensure that only users with appropriate roles can delete evaluator data. The current implementation: Does not...

8.1CVSS8.1AI score0.00125EPSS
Exploits1
Huntr
Huntr
added 2024/11/01 1:30 a.m.5 views

Server Side Request Forgery(SSRF) on WordExtractor in langgenius/dify

Summary The vulnerability occurs when uploading DOCX files in the "Create Knowledge" section. If an external relationship exists in the DOCX file, the reltype value is requested as a URL. Requests are sent using the 'requests' module instead of the 'ssrfproxy', which can lead to an SSRF...

6.5CVSS6.8AI score0.00291EPSS
Exploits1
Huntr
Huntr
added 2024/10/31 9:19 p.m.4 views

Ollama server is vulnerable to OOM DoS attacks when using `makeRequestWithRetry` and `getAuthorizationToken` functions

This report is not public...

7.5CVSS7.7AI score0.00047EPSS
Exploits2
Huntr
Huntr
added 2024/10/31 1:49 p.m.4 views

CSRF ON SIGNUP PAGE

CSRF ON CREATING A NEW USER in mlflow/mlflow Reported on Oct 31st 2024 The Signup feature of Mlflow is vulnerable to CSRF attack that allow attacker to create a new account. This may be used to perform unauthorised actions on behalf of the malcious user . Proof of Concept : An attacker can use CS...

7.1CVSS5.7AI score0.00162EPSS
Exploits1
Huntr
Huntr
added 2024/10/31 8:36 a.m.5 views

SSRF due to insufficient patch of CVE-2024-5822

This report is not public...

9.8CVSS7.1AI score0.0031EPSS
Exploits2
Huntr
Huntr
added 2024/10/30 8:25 p.m.2 views

(Blind) Stored XSS through the debug_log.html generated by the Latex Proof-Reading Module

This report is not public...

5.4CVSS7.1AI score0.00127EPSS
Exploits1
Huntr
Huntr
added 2024/10/30 3:48 a.m.2 views

High-Severity Command Injection Vulnerability in run_BingBertSquad.sh

This report is not public...

7.1AI score
Exploits0
Huntr
Huntr
added 2024/10/28 7:45 a.m.4 views

Denial of service cause by unhandled exception

Description In javascript express, if async router handler throw an exception, the whole server will crash. In librechat, middleware checkBan is not surrounded by try catch block. This middleware, under some crafted payload, will throw exception and cause server crash. This poc can be exploited b...

7.5CVSS7.7AI score0.00616EPSS
Exploits1
Huntr
Huntr
added 2024/10/28 4:42 a.m.4 views

Denial of Service(DOS) in KnowledgeBaseWebReader

Target Target Description KnowledgeBaseWebReader class recursively calls getarticleurls method. If the attacker can control a url variable to contain the root URL, it can lead to infinite recursive calls involving the same root URL repeatedly. This would cause a Denial of Service DoS scenario,...

5.9CVSS7.3AI score0.00351EPSS
Exploits1
Huntr
Huntr
added 2024/10/27 9:35 p.m.3 views

SSRF Vulnerabilities found in Search and Github Integration AutoGPT Blocks

Hi, AutoGPT developers! Summary I have identified several Server-Side Request Forgery SSRF vulnerabilities in the default agent blocks provided by the AutoGPT platform. These vulnerabilities could lead to severe security issues, including credential leakage e.g., GitHub tokens, internal network...

6.5CVSS7AI score0.00155EPSS
Exploits0
Huntr
Huntr
added 2024/10/26 8:54 a.m.2 views

Admin account takeover through weak Pseudo-Random number generator used in generating password reset codes

This report is not public...

8.8CVSS7.1AI score0.00395EPSS
Exploits1
Huntr
Huntr
added 2024/10/26 5:23 a.m.3 views

Missing check_access in lollms_binding_infos

This report is not public...

8CVSS7.1AI score0.00076EPSS
Exploits0
Huntr
Huntr
added 2024/10/25 6:33 p.m.3 views

Logs Debug Injection In File Download

Description In 2 API: /code/download/:sessionId/:fileId and /download/:userId/:fileid The parameters sessionId, fileId, userId, fileid are not validated or filtered at all but are saved directly to log.debug Proof of Concept Prepare: The logs file on the server is stored at /app/api/debug-.log I...

5.3CVSS5.2AI score0.00154EPSS
Exploits1
Huntr
Huntr
added 2024/10/25 12:45 p.m.3 views

SSRF via Custom Tool Testing

This report is not public...

6.5CVSS7.1AI score0.00276EPSS
Exploits1
Huntr
Huntr
added 2024/10/25 8:24 a.m.4 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.00472EPSS
Exploits1
Huntr
Huntr
added 2024/10/25 4:45 a.m.1 views

Admin account takeover due to allowed excessive guessing attempts for password reset code

This report is not public...

8.1CVSS7.1AI score0.00778EPSS
Exploits1
Huntr
Huntr
added 2024/10/25 4:34 a.m.3 views

Admin user account takeover due to password reset code not being checked on the backend

This report is not public...

8.1CVSS7.1AI score0.002EPSS
Exploits1
Huntr
Huntr
added 2024/10/23 6:4 p.m.5 views

XSS in the edit HTML

This report is not public...

5.4CVSS7.1AI score0.00318EPSS
Exploits0
Huntr
Huntr
added 2024/10/23 4:53 p.m.6 views

XSS by uploading pdf file

This report is not public...

5.4CVSS7.1AI score0.00203EPSS
Exploits1
Total number of security vulnerabilities4057