Lucene search
+L

1312386 matches found

Hacker One
Hacker One
added 2024/11/08 11:00 a.m.11 views

Mars: change part of personal information all users

The report describes a vulnerability in the ██████████ website, where unauthorized access to an API endpoint allowed attackers to add new users and modify personal information of existing users. The vulnerability was classified as Improper Access Control. The issue stemmed from the absence of...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2024/11/08 11:00 a.m.13 views

Mars: Users Data Exposure via Insecure Endpoint

An insecure endpoint on the Mars Royal Canin website exposed sensitive customer information without proper authentication. Personal data, including full names, phone numbers, email addresses, physical addresses, and postal codes, was accessible through a simple API endpoint that could be accessed...

6.8AI score
SaveExploits0
Huntr
Huntr
added 2024/11/08 7:06 a.m.9 views

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

This report is not public...

7.1AI score
SaveExploits0
Huntr
Huntr
added 2024/11/08 6:21 a.m.13 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.01783EPSS
SaveExploits1
Hacker One
Hacker One
added 2024/11/08 1:10 a.m.107 views

curl: CVE-2024-11053: netrc + redirect credential leak

CVE-2024-11053 was a logic flaw in Curl that resulted in a credential leak during redirects. The issue was caused by the way Curl processed netrc credentials when performing redirects. Under certain conditions, the redirect passed along credentials specified for the original host to the redirecti...

3.4CVSS3.7AI score0.01378EPSS
SaveExploits1
Hacker One
Hacker One
added 2024/11/07 5:12 p.m.10 views

Mars: unauthorized access and add user and change personal information all users

The report describes a vulnerability in the ██████████ website, where unauthorized access to an API endpoint allowed attackers to add new users and modify personal information of existing users. The vulnerability was classified as Improper Access Control. The issue stemmed from the absence of...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2024/11/07 1:53 p.m.76 views

Localize: open redirected by host header

An Open Redirect vulnerability occurs when an application allows users to be redirected to an external, untrusted URL without validating the redirection target. By controlling the Host header and observing a redirection to the specified external site, you may have found an open redirect...

6.7AI score
SaveExploits0
Huntr
Huntr
added 2024/11/07 1:10 p.m.10 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.00548EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/07 11:43 a.m.15 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.77951EPSS
SaveExploits5
Hacker One
Hacker One
added 2024/11/07 8:50 a.m.78 views

Internet Bug Bounty: Apache Airflow: Sensitive Information Exposure in DAG Run Logs

The Apache Airflow platform was vulnerable to sensitive information exposure in DAG run logs. Passwords, secrets, and the Fernet key were logged in plain text, which could have resulted in the disclosure of this sensitive information to unauthorized users...

7.5CVSS6.2AI score0.01341EPSS
SaveExploits0
Hacker One
Hacker One
added 2024/11/07 8:41 a.m.68 views

Internet Bug Bounty: Secrets not masked in UI when sensitive variables are set via Airflow cli

A vulnerability was discovered in Apache Airflow where sensitive variables set using the Airflow CLI were not properly masked in the UI, specifically in the Audit logs page. This issue was addressed in the 2.10.3 release of Apache Airflow...

4.9CVSS6.5AI score0.01243EPSS
SaveExploits0
Huntr
Huntr
added 2024/11/06 4:56 p.m.14 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.00621EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/06 1:20 p.m.15 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
SaveExploits0
Huntr
Huntr
added 2024/11/06 11:56 a.m.12 views

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

This report is not public...

7.5CVSS7.7AI score0.00638EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/06 11:42 a.m.17 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.14154EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/06 10:58 a.m.14 views

DoS using malicious gguf model file

This report is not public...

7.5CVSS7.7AI score0.00787EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/06 6:23 a.m.11 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.00525EPSS
SaveExploits1
Hacker One
Hacker One
added 2024/11/06 1:50 a.m.64 views

curl: Buffer overflow in strcpy

Vulnerability description not provided...

7.1AI score
SaveExploits0
Huntr
Huntr
added 2024/11/04 7:10 p.m.13 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.00382EPSS
SaveExploits0
Hacker One
Hacker One
added 2024/11/04 4:32 p.m.52 views

curl: Exploitable Format String Vulnerability in curl_mfprintf Function

Vulnerability description not provided...

7.1AI score
SaveExploits0
Rows per page
Query Builder