Lucene search
+L

94946 matches found

OSV
OSV
added 2026/07/07 4:3 p.m.9 views

PYSEC-2026-1622 mcp-server-git argument injection in git_diff and git_checkout functions allows overwriting local files

In mcp-server-git versions prior to 2025.12.18, the gitdiff and gitcheckout functions passed user-controlled arguments directly to git CLI commands without sanitization. Flag-like values e.g., --output=/path/to/file for gitdiff would be interpreted as command-line options rather than git refs,...

6.3CVSS6.2AI score0.07406EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/07 4:3 p.m.10 views

PYSEC-2026-1623 mcp-server-git has missing path validation when using --repository flag

In mcp-server-git versions prior to 2025.12.18, when the server is started with the --repository flag to restrict operations to a specific repository path, it did not validate that repopath arguments in subsequent tool calls were actually within that configured path. This could allow tool calls t...

6.4CVSS6.2AI score0.06441EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/07 4:3 p.m.7 views

PYSEC-2026-1761 Insecure Deserialization (pickle) in pdfminer.six CMap Loader — Local Privesc

🚀 Overview This report demonstrates a real-world privilege escalation vulnerability in pdfminer.six due to unsafe usage of Python's pickle module for CMap file loading. It shows how a low-privileged user can gain root access or escalate to any service account by exploiting insecure deserializatio...

7.8CVSS6.6AI score0.00279EPSS
SaveExploits0References6
PyPA
PyPA
added 2026/07/07 4:3 p.m.25 views

Insecure Deserialization (pickle) in pdfminer.six CMap Loader — Local Privesc

🚀 OverviewThis report demonstrates a real-world privilege escalation vulnerability in pdfminer.six due to unsafe usage of Python's pickle module for CMap file loading.It shows how a low-privileged user can gain root access or escalate to any service account by exploiting insecure deserialization ...

8.6CVSS6.6AI score0.00314EPSS
SaveExploits7References6Affected Software1
OSV
OSV
added 2026/07/07 4:3 p.m.8 views

PYSEC-2026-1729 Open WebUI Affected by an External Model Server (Direct Connections) Code Injection via SSE Events

Summary Open WebUI v0.6.33 and below contains a code injection vulnerability in the Direct Connections feature that allows malicious external model servers to execute arbitrary JavaScript in victim browsers via Server-Sent Event SSE execute events. This leads to authentication token theft, comple...

7.3CVSS7AI score0.07883EPSS
SaveExploits1References6
PyPA
PyPA
added 2026/07/07 4:3 p.m.17 views

aiomysql allows arbitrary access to client files through vulnerability of a malicious MySQL server

SummaryThe client-side settings are not checked before sending local files to MySQL server, which allows obtaining arbitrary files from the client using a rogue server. DetailsIt is possible to create a rogue MySQL server that emulates authorization, ignores client flags and requests arbitrary...

8.2CVSS6AI score0.00362EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/07 4:3 p.m.8 views

PYSEC-2026-1110 aiomysql allows arbitrary access to client files through vulnerability of a malicious MySQL server

Summary The client-side settings are not checked before sending local files to MySQL server, which allows obtaining arbitrary files from the client using a rogue server. Details It is possible to create a rogue MySQL server that emulates authorization, ignores client flags and requests arbitrary...

8.2CVSS6AI score0.00362EPSS
SaveExploits0References7
PyPA
PyPA
added 2026/07/07 4:3 p.m.11 views

Exiv2 Segmentation Faults in Exiv2::EpsImage::writeMetadata() via crafted EPS file

ImpactAn out-of-bounds read was found in Exiv2 versions v0.28.5 and earlier. Exiv2 is a command-line utility and C++ library for reading, writing, deleting, and modifying the metadata of image files. The out-of-bounds read is triggered when Exiv2 is used to write metadata into a crafted image fil...

5.5CVSS5.9AI score0.00132EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/07 4:3 p.m.9 views

PYSEC-2026-1354 Exiv2 Segmentation Faults in Exiv2::EpsImage::writeMetadata() via crafted EPS file

Impact An out-of-bounds read was found in Exiv2 versions v0.28.5 and earlier. Exiv2 is a command-line utility and C++ library for reading, writing, deleting, and modifying the metadata of image files. The out-of-bounds read is triggered when Exiv2 is used to write metadata into a crafted image...

1.8CVSS5.9AI score0.00132EPSS
SaveExploits0References6
PyPA
PyPA
added 2026/07/07 4:3 p.m.15 views

Copier's safe template has arbitrary filesystem read/write access

ImpactCopier's current security model shall restrict filesystem access through Jinja:- Files can only be read using % include ... %, which is limited by Jinja to reading files from the subtree of the local template clone in our case.- Files are written in the destination directory according to...

8.5CVSS6.1AI score0.00257EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/07 4:3 p.m.8 views

PYSEC-2026-1271 Copier's safe template has arbitrary filesystem read/write access

Impact Copier's current security model shall restrict filesystem access through Jinja: - Files can only be read using % include ... %, which is limited by Jinja to reading files from the subtree of the local template clone in our case. - Files are written in the destination directory according to...

8.5CVSS6.1AI score0.00257EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:2 p.m.7 views

PYSEC-2026-1360 FastAPI Guard has a regex bypass

Summary The regular expression patched to mitigate the ReDoS vulnerability by limiting the length of string fails to catch inputs that exceed this limit. Details In version 3.0.1, you can find a commit like the one in the link below, which was made to prevent ReDoS...

8.8CVSS6AI score0.00734EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 4:2 p.m.13 views

PYSEC-2026-1823 `pyLoad` has Path Traversal Vulnerability in `json/upload` Endpoint that allows Arbitrary File Write

Summary An authenticated path traversal vulnerability exists in the /json/upload endpoint of the pyLoad By manipulating the filename of an uploaded file, an attacker can traverse out of the intended upload directory, allowing them to write arbitrary files to any location on the system accessible ...

7.5CVSS6.2AI score0.00645EPSS
SaveExploits0References7
PyPA
PyPA
added 2026/07/07 4:2 p.m.13 views

`pyLoad` has Path Traversal Vulnerability in `json/upload` Endpoint that allows Arbitrary File Write

SummaryAn authenticated path traversal vulnerability exists in the /json/upload endpoint of the pyLoad By manipulating the filename of an uploaded file, an attacker can traverse out of the intended upload directory, allowing them to write arbitrary files to any location on the system accessible t...

7.5CVSS6.2AI score0.00645EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/07 4:2 p.m.11 views

PYSEC-2026-1559 LlamaIndex vulnerable to DoS attack through uncontrolled recursive JSON parsing

The JSONReader in run-llama/llamaindex versions 0.12.28 is vulnerable to a stack overflow due to uncontrolled recursive JSON parsing. This vulnerability allows attackers to trigger a Denial of Service DoS by submitting deeply nested JSON structures, leading to a RecursionError and crashing...

6.5CVSS7.2AI score0.00338EPSS
SaveExploits1References6
PyPA
PyPA
added 2026/07/07 4:2 p.m.15 views

LlamaIndex vulnerable to DoS attack through uncontrolled recursive JSON parsing

The JSONReader in run-llama/llamaindex versions 0.12.28 is vulnerable to a stack overflow due to uncontrolled recursive JSON parsing. This vulnerability allows attackers to trigger a Denial of Service DoS by submitting deeply nested JSON structures, leading to a RecursionError and crashing...

6.5CVSS6AI score0.00338EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/07 4:2 p.m.7 views

PYSEC-2026-1898 Salt's on demand pillar functionality vulnerable to arbitrary command injections

An attacker with access to a minion key can exploit the 'on demand' pillar functionality with a specially crafted git url which could cause and arbitrary command to be run on the master with the same privileges as the master process...

6.7CVSS6.8AI score0.00157EPSS
SaveExploits0References7
PyPA
PyPA
added 2026/07/07 4:2 p.m.14 views

protobuf-python has a potential Denial of Service issue

SummaryAny project that uses Protobuf pure-Python backend to parse untrusted Protocol Buffers data containing an arbitrary number of recursive groups, recursive messages or a series of SGROUP tags can be corrupted by exceeding the Python recursion limit.Reporter: Alexis Challande, Trail of Bits...

8.2CVSS6.1AI score0.00251EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/07/07 4:2 p.m.8 views

PYSEC-2026-1806 protobuf-python has a potential Denial of Service issue

Summary Any project that uses Protobuf pure-Python backend to parse untrusted Protocol Buffers data containing an arbitrary number of recursive groups, recursive messages or a series of SGROUP tags can be corrupted by exceeding the Python recursion limit. Reporter: Alexis Challande, Trail of Bits...

8.2CVSS6.6AI score0.00251EPSS
SaveExploits0References10
PyPA
PyPA
added 2026/07/07 4:2 p.m.16 views

Salt's on demand pillar functionality vulnerable to arbitrary command injections

An attacker with access to a minion key can exploit the 'on demand' pillar functionality with a specially crafted git url which could cause and arbitrary command to be run on the master with the same privileges as the master process...

6.7CVSS6.1AI score0.00157EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder