Lucene search
+L

7586 matches found

PyPA
PyPA
added 2025/03/20 10:15 a.m.34 views

PYSEC-2025-97

An authentication bypass vulnerability exists in gaizhenbiao/ChuanhuChatGPT, as of commit 3856d4f, allowing any user to read and delete other users' chat history. The vulnerability arises because the username is provided via an HTTP request from the client side, rather than being read from a secu...

8.1CVSS7.3AI score0.00621EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.22 views

PYSEC-2025-95

A stored cross-site scripting XSS vulnerability exists in the gaizhenbiao/chuanhuchatgpt repository, affecting version git 20b2e02. The vulnerability arises from improper sanitization of HTML tags in chat history uploads. Specifically, the sanitization logic fails to handle HTML tags within code...

6.8CVSS6.8AI score0.0057EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.25 views

PYSEC-2025-96

An incorrect authorization vulnerability exists in gaizhenbiao/chuanhuchatgpt version git c91dbfc. The vulnerability allows any user to restart the server at will, leading to a complete loss of availability. The issue arises because the function responsible for restarting the server is not proper...

6.5CVSS6.6AI score0.00643EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.18 views

PYSEC-2025-222

vllm-project vllm version 0.6.0 contains a vulnerability in the AsyncEngineRPCServer RPC server entrypoints. The core functionality runserverloop calls the function makehandlercoro, which directly uses cloudpickle.loads on received messages without any sanitization. This can result in remote code...

9.8CVSS7.4AI score0.0138EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.13 views

PYSEC-2025-239

A vulnerability in gaizhenbiao/chuanhuchatgpt version 20240802 allows attackers to access, copy, and delete other users' chat histories. This issue arises due to improper handling of session data and lack of access control mechanisms, enabling attackers to view and manipulate chat histories of...

8.8CVSS7AI score0.00588EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.34 views

PYSEC-2025-81

A Cross-Origin Resource Sharing CORS vulnerability exists in modelscope/agentscope version v0.0.4. The CORS configuration on the agentscope server does not properly restrict access to only trusted origins, allowing any external domain to make requests to the API. This can lead to unauthorized dat...

9.8CVSS7.1AI score0.00289EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.20 views

PYSEC-2025-83

A directory traversal vulnerability exists in modelscope/agentscope version 0.0.4. An attacker can exploit this vulnerability to read any local JSON file by sending a crafted POST request to the /read-examples endpoint...

7.5CVSS7.2AI score0.01161EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.21 views

PYSEC-2025-80

A path traversal vulnerability exists in modelscope/agentscope version v.0.0.4. The API endpoint /api/file does not properly sanitize the path parameter, allowing an attacker to read arbitrary files on the server...

7.5CVSS7.2AI score0.00757EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.22 views

PYSEC-2025-82

An arbitrary file download vulnerability exists in the rpcagentclient component of modelscope/agentscope version v0.0.4. This vulnerability allows any user to download any file from the rpcagent's host by exploiting the downloadfile method. This can lead to unauthorized access to sensitive...

8.8CVSS7.2AI score0.01011EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.20 views

PYSEC-2025-144

A divide by zero vulnerability exists in ollama/ollama version v0.3.3. The vulnerability occurs when importing GGUF models with a crafted type for blockcount in the Modelfile. This can lead to a denial of service DoS condition when the server processes the model, causing it to crash...

7.5CVSS7.1AI score0.0063EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.17 views

PYSEC-2025-10

A vulnerability in the downloadmodel function of the onnx/onnx framework, before and including version 1.16.1, allows for arbitrary file overwrite due to inadequate prevention of path traversal attacks in malicious tar files. This vulnerability can be exploited by an attacker to overwrite files i...

9.1CVSS7.3AI score0.01519EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.20 views

PYSEC-2025-11

A vulnerability in the KnowledgeBaseWebReader class of the run-llama/llamaindex repository, version latest, allows an attacker to cause a Denial of Service DoS by controlling a URL variable to contain the root URL. This leads to infinite recursive calls to the getarticleurls method, exhausting...

5.9CVSS7AI score0.00685EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.11 views

PYSEC-2025-244

A vulnerability in the LangChainLLM class of the run-llama/llamaindex repository, version v0.12.5, allows for a Denial of Service DoS attack. The streamcomplete method executes the llm using a thread and retrieves the result via the getresponsegen method of the StreamingGeneratorCallbackHandler...

7.5CVSS7AI score0.00815EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.29 views

PYSEC-2025-9

A remote code execution vulnerability exists in invoke-ai/invokeai versions 5.3.1 through 5.4.2 via the /api/v2/models/install API. The vulnerability arises from unsafe deserialization of model files using torch.load without proper validation. Attackers can exploit this by embedding malicious cod...

9.8CVSS8.2AI score0.05983EPSS
SaveExploits5References3Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.20 views

PYSEC-2025-94

A Regular Expression Denial of Service ReDoS vulnerability exists in gaizhenbiao/chuanhuchatgpt, as of commit 20b2e02. The server uses the regex pattern r'+' to parse user input. In Python's default regex engine, this pattern can take polynomial time to match certain crafted inputs. An attacker c...

6.5CVSS6.6AI score0.00735EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.19 views

PYSEC-2025-92

An unauthenticated Denial of Service DoS vulnerability was identified in ChuanhuChatGPT version 20240918, which could be exploited by sending large data payloads using a multipart boundary. Although a patch was applied for CVE-2024-7807, the issue can still be exploited by sending data in groups...

7.5CVSS7.1AI score0.00711EPSS
SaveExploits2References1Affected Software1
PyPA
PyPA
added 2025/03/20 10:15 a.m.23 views

PYSEC-2025-93

gaizhenbiao/chuanhuchatgpt version git d4ec6a3 is affected by a local file inclusion vulnerability due to the use of the gradio component gr.JSON, which has a known issue CVE-2024-4941. This vulnerability allows unauthenticated users to access arbitrary files on the server by uploading a speciall...

7.5CVSS7AI score0.0083EPSS
SaveExploits2References1Affected Software1
PyPA
PyPA
added 2025/03/19 4:15 p.m.17 views

PYSEC-2025-63

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. When vLLM is configured to use Mooncake, unsafe deserialization exposed directly over ZMQ/TCP on all network interfaces will allow attackers to execute remote code on distributed hosts. This is a remote code...

9CVSS8.4AI score0.00728EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2025/03/19 4:15 p.m.20 views

PYSEC-2025-223

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. The outlines library is one of the backends used by vLLM to support structured output a.k.a. guided decoding. Outlines provides an optional cache for its compiled grammars on the local filesystem. This cache has...

6.5CVSS6.6AI score0.00461EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2025/03/17 4:35 p.m.14 views

After the owner removed the project from PyPI, another user uploaded a new version with non-working code

The pygments-style-solarized project was removed from PyPI by its owner on 2021-08-26.The GitHub repository was also updated to show unmaintained, and archived on 2025-08-31.Another user uploaded a new version, 100.10.7, which contains non-working code,with clear language that it intends to be a...

6.8AI score
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2025/03/17 8:15 a.m.21 views

PYSEC-2025-227

A vulnerability was found in WebAssembly wabt 1.0.36 and classified as critical. This issue affects the function wabt::interp::anonymous namespace::BinaryReaderInterp::OnExport of the file wabt/src/interp/binary-reader-interp.cc of the component Malformed File Handler. The manipulation leads to...

8.8CVSS6.4AI score0.00567EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
added 2025/03/11 9:15 a.m.19 views

PYSEC-2025-122

The Keras Model.loadmodel function permits arbitrary code execution, even with safemode=True, through a manually constructed, malicious .keras archive. By altering the config.json file within the archive, an attacker can specify arbitrary Python modules and functions, along with their arguments, ...

9.8CVSS6.7AI score0.02626EPSS
SaveExploits3References3Affected Software1
PyPA
PyPA
added 2025/03/10 2:15 p.m.20 views

PYSEC-2025-159

A vulnerability, which was classified as critical, has been found in Open Asset Import Library Assimp 5.4.3. This issue affects the function Assimp::BaseImporter::ConvertToUTF8 of the file BaseImporter.cpp of the component File Handler. The manipulation leads to heap-based buffer overflow. The...

9.8CVSS6.8AI score0.0052EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2025/03/10 2:15 p.m.15 views

PYSEC-2025-22

A vulnerability, that could result in Remote Code Execution RCE, has been found in PlotAI. Lack of validation of LLM-generated output allows attacker to execute arbitrary Python code.Vendor commented out vulnerable line, further usage of the software requires uncommenting it and thus accepting th...

9.8CVSS7.8AI score0.01048EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2025/03/10 1:15 p.m.20 views

PYSEC-2025-158

A vulnerability classified as critical was found in Open Asset Import Library Assimp 5.4.3. This vulnerability affects the function Assimp::GetNextLine in the library ParsingUtils.h of the component File Handler. The manipulation leads to stack-based buffer overflow. The attack can be initiated...

8.8CVSS6.8AI score0.00588EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
added 2025/03/10 1:15 p.m.24 views

PYSEC-2025-190

A vulnerability was found in PyTorch 2.6.0+cu124. It has been rated as problematic. Affected by this issue is the function nnqSigmoid of the component Quantized Sigmoid Module. The manipulation of the argument scale/zeropoint leads to improper initialization. The attack needs to be approached...

2.5CVSS4.1AI score0.00252EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
added 2025/03/10 12:15 p.m.37 views

PYSEC-2025-21

picklescan before 0.0.23 fails to detect malicious pickle files inside PyTorch model archives when certain ZIP file flag bits are modified. By flipping specific bits in the ZIP file headers, an attacker can embed malicious pickle files that remain undetected by PickleScan while still being...

9.8CVSS8AI score0.00554EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2025/03/10 12:15 p.m.20 views

PYSEC-2025-189

A vulnerability was found in PyTorch 2.6.0+cu124. It has been declared as critical. Affected by this vulnerability is the function torch.ops.profiler.callendcallbacksonjitfut of the component Tuple Handler. The manipulation of the argument None leads to memory corruption. The attack can be launch...

7.5CVSS5.3AI score0.00428EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2025/03/10 12:15 p.m.13 views

PYSEC-2025-20

picklescan before 0.0.23 is vulnerable to a ZIP archive manipulation attack that causes it to crash when attempting to extract and scan PyTorch model archives. By modifying the filename in the ZIP header while keeping the original filename in the directory listing, an attacker can make PickleScan...

6.5CVSS6.8AI score0.00323EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2025/03/06 7:15 p.m.20 views

PYSEC-2025-13

An issue was discovered in Django 5.1 before 5.1.7, 5.0 before 5.0.13, and 4.2 before 4.2.20. The django.utils.text.wrap method and wordwrap template filter are subject to a potential denial-of-service attack when used with very long strings...

7.5CVSS7AI score0.00813EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2025/03/06 5:15 a.m.15 views

PYSEC-2025-23

Versions of the package ray before 2.43.0 are vulnerable to Insertion of Sensitive Information into Log File where the redis password is being logged in the standard logging. If the redis password is passed as an argument, it will be logged and could potentially leak the password. This is only...

6.4CVSS7AI score0.00192EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2025/03/03 7:15 p.m.16 views

PYSEC-2025-19

picklescan before 0.0.22 only considers standard pickle file extensions in the scope for its vulnerability scan. An attacker could craft a malicious model that uses Pickle and include a malicious pickle file with a non-standard file extension. Because the malicious pickle file inclusion is not...

9.8CVSS6.8AI score0.00388EPSS
SaveExploits2References2Affected Software1
PyPA
PyPA
added 2025/03/03 5:15 p.m.20 views

PYSEC-2025-25

Rembg is a tool to remove images background. In Rembg 2.0.57 and earlier, the CORS middleware is setup incorrectly. All origins are reflected, which allows any website to send cross site requests to the rembg server and thus query any API. Even if authentication were to be enabled, allowcredentia...

8.7CVSS6.7AI score0.00191EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2025/03/03 5:15 p.m.16 views

PYSEC-2025-24

Rembg is a tool to remove images background. In Rembg 2.0.57 and earlier, the /api/remove endpoint takes a URL query parameter that allows an image to be fetched, processed and returned. An attacker may be able to query this endpoint to view pictures hosted on the internal network of the rembg...

7.5CVSS6.7AI score0.00515EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2025/03/03 4:15 p.m.10 views

PYSEC-2025-15

Flask-AppBuilder is an application development framework. Prior to 4.5.3, Flask-AppBuilder allows unauthenticated users to enumerate existing usernames by timing the response time from the server when brute forcing requests to login. This vulnerability is fixed in 4.5.3...

5.3CVSS6.9AI score0.00325EPSS
SaveExploits0References1Affected Software1
PyPA
PyPA
added 2025/03/03 11:15 a.m.13 views

PYSEC-2025-66

Improper privilege management in a REST interface allowed registered users to access unauthorized resources if the resource ID was know. This issue affects Apache StreamPipes: through 0.95.1.Users are recommended to upgrade to version 0.97.0 which fixes the issue...

6.5CVSS6.9AI score0.00678EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2025/02/26 9:19 p.m.14 views

Posts scraped data to IP address associated with other malware distribution attacks.

Published in 2021, the imblog package is a Python librarythat scrapes data from a blog page to an IP address associated with other malware distribution attacks...

6.8AI score
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2025/02/26 8:59 p.m.13 views

Exfiltrates cookies to hardcoded IP address

Published in 2021, the colabrun package is a Python librarythat exfiltrates user cookies to a hardcoded IP address.The package was found to exfiltrate user data to a hardcoded server,which could be used for malicious purposes...

6.7AI score
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2025/02/26 8:57 p.m.13 views

Exfiltrates user cookies to hardcoded server endpoint during normal operations

Published in 2020, the autodzee package is a Python librarythat bypasses Deezer API restrictions to download music.The package was found to exfiltrate user data to a hardcoded server,which could be used for malicious purposes...

6.7AI score
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2025/02/26 8:54 p.m.12 views

When using the project to bypass Deezer API restrictions, project exfiltrates user data to a hardcoded server.

Published in 2019, the autodzee package is a Python librarythat bypasses Deezer API restrictions to download music.The package was found to exfiltrate user data to a hardcoded server,which could be used for malicious purposes...

6.7AI score
SaveExploits0References1Affected Software1
PyPA
PyPA
added 2025/02/26 7:26 p.m.13 views

When using the project to bypass Deezer API restrictions, project exfiltrates user data to a hardcoded server.

Published in 2019, the automslc package is a Python librarythat bypasses Deezer API restrictions to download music.The package was found to exfiltrate user data to a hardcoded server,which could be used for malicious purposes...

6.7AI score
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2025/02/26 3:15 p.m.14 views

PYSEC-2025-18

picklescan before 0.0.21 does not treat 'pip' as an unsafe global. An attacker could craft a malicious model that uses Pickle to pull in a malicious PyPI package hosted, for example, on pypi.org or GitHub via pip.main. Because pip is not a restricted global, the model, when scanned with picklesca...

5.3CVSS6.9AI score0.01709EPSS
SaveExploits2References3Affected Software1
PyPA
PyPA
added 2025/02/25 3:15 p.m.30 views

PYSEC-2025-120

jupyterhub-ltiauthenticator is a JupyterHub authenticator for learning tools interoperability LTI. LTI13Authenticator that was introduced in jupyterhub-ltiauthenticator 1.3.0 wasn't validating JWT signatures. This is believed to allow the LTI13Authenticator to authorize a forged request. Only use...

10CVSS5.8AI score0.00358EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2025/02/21 10:15 p.m.14 views

PYSEC-2025-29

vyper is a Pythonic Smart Contract Language for the EVM. Vyper sqrt builtin uses the babylonian method to calculate square roots of decimals. Unfortunately, improper handling of the oscillating final states may lead to sqrt incorrectly returning rounded up results. This issue is being addressed a...

7.5CVSS6.8AI score0.00327EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2025/02/21 10:15 p.m.14 views

PYSEC-2025-30

vyper is a Pythonic Smart Contract Language for the EVM. Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body e.g. read a storage variable...

7.5CVSS6.8AI score0.00447EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2025/02/21 10:15 p.m.15 views

PYSEC-2025-31

vyper is a Pythonic Smart Contract Language for the EVM. Vyper handles AugAssign statements by first caching the target location to avoid double evaluation. However, in the case when target is an access to a DynArray and the rhs modifies the array, the cached target will evaluate first, and the...

9.1CVSS6.8AI score0.0057EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2025/02/10 7:15 p.m.26 views

PYSEC-2025-84

A Local File Inclusion LFI vulnerability exists in the /load-workflow endpoint of modelscope/agentscope version v0.0.4. This vulnerability allows an attacker to read arbitrary files from the server, including sensitive files such as API keys, by manipulating the filename parameter. The issue aris...

7.5CVSS7.2AI score0.0052EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2025/02/07 8:15 p.m.11 views

PYSEC-2025-62

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Maliciously constructed statements can lead to hash collisions, resulting in cache reuse, which can interfere with subsequent responses and cause unintended behavior. Prefix caching makes use of Python's built-i...

2.6CVSS6.6AI score0.00191EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2025/02/03 5:15 p.m.15 views

PYSEC-2025-127

lunasvg v3.0.1 was discovered to contain a segmentation violation via the component grayfindcell...

6.5CVSS5.7AI score0.00417EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2025/01/29 9:15 p.m.14 views

PYSEC-2025-27

The Snowflake Connector for Python provides an interface for developing Python applications that can connect to Snowflake and perform all standard operations. Snowflake discovered and remediated a vulnerability in the Snowflake Connector for Python. The OCSP response cache uses pickle as the...

7.8CVSS6.8AI score0.00251EPSS
SaveExploits0References2Affected Software1
Total number of security vulnerabilities7586