Lucene search
+L

74 matches found

NVD
NVD
added 2026/09/10 10:16 p.m.8 views

CVE-2026-78571

IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote authenticated attacker to execute arbitrary code due to an unguarded eval call on attacker-controlled input...

8.8CVSS0.00553EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/10 9:42 p.m.42 views

CVE-2026-78571 Langflow is vulnerable to arbitrary code execution due to multiple incomplete code security controls and missing execution guards

IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote authenticated attacker to execute arbitrary code due to an unguarded eval call on attacker-controlled input...

8.8CVSS0.00553EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/10 1:05 p.m.14 views

CVE-2026-88892

OpenPanel , an analytics platform, has a server-side request forgery (SSRF) vulnerability in its data importer. The parseRemoteFile function in packages/importer/src/providers/umami.ts calls plain fetch() on a caller-supplied fileUrl validated only by z.string().url(), bypassing the project's exi...

5.3CVSS5.8AI score0.00256EPSS
SaveExploits0References2
PyPA
PyPA
added 2026/09/10 9:44 a.m.9 views

GitPython: command injection via unguarded Git options in `Repo.archive()`, `git.ls_remote()`, and arbitrary file overwrite via `Repo.iter_commits()` / `Repo.blame()`

SummaryGitPython already know that --upload-pack / --exec are command-exec vectors, they are denylist ingit/remote.py:535 and check by Git.checkunsafeoptions git/cmd.py:963, the thing is thischeck him he is only call from fetch, pull, push and clonefrom, everything else who build a gitargv from...

8.6CVSS7.8AI score0.01037EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2026/09/10 9:44 a.m.6 views

PYSEC-2026-3839 GitPython: command injection via unguarded Git options in `Repo.archive()`, `git.ls_remote()`, and arbitrary file overwrite via `Repo.iter_commits()` / `Repo.blame()`

Summary GitPython already know that --upload-pack / --exec are command-exec vectors, they are denylist in git/remote.py:535 and check by Git.checkunsafeoptions git/cmd.py:963, the thing is this check him he is only call from fetch, pull, push and clonefrom, everything else who build a git argv fr...

8.4CVSS7.8AI score0.01037EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.9 views

PT-2026-89612

🚨 CVE-2026-78571 IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote authenticated attacker to execute arbitrary code due to an unguarded eval call on attacker-controlled input. 🎖@cveNotify...

8.8CVSS6.7AI score0.00553EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 10:08 p.m.11 views

GHSA-MRPP-V6PG-P54X klever-go: SFT add-quantity `int64` overflow bypasses a finite per-nonce MaxSupply

Summary On the SFT add-quantity path the only supply bound is SFTAddCirculation, which does meta.Circulation += amount with no overflow guard, then checks if meta.Circulation meta.MaxSupply && meta.MaxSupply != 0. If amount overflows int64 and wraps negative, negative MaxSupply is false, the cap...

8.7CVSS5.9AI score0.00323EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/21 12:00 a.m.23 views

PT-2026-79501

Tie::Hash::Regex versions before 2.0.0 for Perl will throw an exception on unparseable lookup keys. The FETCH, EXISTS and DELETE methods throw an exception when on malformed regular expressions. Each method falls back to a regex match when the key is not already stored in the hash, compiling the...

5.3AI score0.00583EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/07 3:33 p.m.16 views

GHSA-4GMW-GG2M-W46P GitPython: Unguarded git read-tree option forwarding in IndexFile.from_tree/reset/merge_tree enables arbitrary file overwrite

Summary IndexFile.fromtree, IndexFile.reset → fromtree and IndexFile.mergetree append caller-influenced treeish strings positionally to git read-tree with no unsafe-option guard, no allowunsafeoptions parameter, and no -- separator. git read-tree --index-output= writes the resulting index to an...

8.1CVSS7.5AI score0.00299EPSS
SaveExploits1References7
EUVD
EUVD
added 2026/08/07 12:31 a.m.19 views

EUVD-2026-54229

diboot-core's POST /common/load-related-data endpoint resolves caller-supplied field names to any @TableField column of any entity and returns those values for all rows, with no field or entity allowlist. The only guard, relatedDataSecurityCheck, returns true unconditionally, so any authenticated...

7.1CVSS5.7AI score0.00339EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/04 8:49 p.m.16 views

CVE-2026-66902 Google::Auth versions before 0.06 for Perl run a command named in an external_account credentials JSON via an ungated system call

Google::Auth versions before 0.06 for Perl run a command named in an externalaccount credentials JSON via an ungated system call. The Pluggable subclass reads credentialsource.executable.command from the credentials JSON and runs it as system$command, a single argument call that passes the whole...

9.8CVSS5.4AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/01 3:30 p.m.8 views

Duplicate Advisory: GitPython: command injection via unguarded Git options in `Repo.archive()`, `git.ls_remote()`, and arbitrary file overwrite via `Repo.iter_commits()` / `Repo.blame()`

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-956x-8gvw-wg5v. This link is maintained to preserve external references. Original Description GitPython before 3.1.51 fails to guard against dangerous Git options passed as keyword arguments in Repo.archive and...

8.6CVSS7.6AI score0.01037EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/08/01 12:22 p.m.46 views

CVE-2026-67323 GitPython before 3.1.51 Command Injection via unguarded Git options

GitPython before 3.1.51 fails to guard against dangerous Git options passed as keyword arguments in Repo.archive and git.lsremote, allowing command injection via options such as --exec/--upload-pack leading to arbitrary command execution. Additionally, Repo.itercommits and Repo.blame do not check...

8.6CVSS0.01037EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/08/01 12:22 p.m.8 views

CVE-2026-67323 GitPython before 3.1.51 Command Injection via unguarded Git options

GitPython before 3.1.51 fails to guard against dangerous Git options passed as keyword arguments in Repo.archive and git.lsremote, allowing command injection via options such as --exec/--upload-pack leading to arbitrary command execution. Additionally, Repo.itercommits and Repo.blame do not check...

8.6CVSS5.6AI score0.01037EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/01 12:22 p.m.102 views

CVE-2026-67323

GitPython < 3.1.51 is affected. The vulnerability stems from failing to guard against dangerous Git options passed as keyword arguments in Repo.archive() and git.ls_remote(), enabling command injection via options like --exec and --upload-pack. Additionally, Repo.iter_commits() and Repo.blame(...

8.6CVSS5.6AI score0.01037EPSS
SaveExploits1References2Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/25 11:25 p.m.10 views

gitpython: GitPython: Arbitrary code execution via command injection due to unguarded Git options

A flaw was found in GitPython where it fails to properly sanitize dangerous Git options. This vulnerability allows an attacker to inject arbitrary commands when using functions like Repo.archive and git.lsremote, potentially leading to arbitrary code execution. Additionally, functions such as...

8.6CVSS5.9AI score0.01037EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/24 10:40 p.m.14 views

GHSA-8Q49-2H5H-434X FrontMCP: Server-Side Request Forgery (SSRF) in the OpenAPI adapter spec-change poller

Summary The OpenAPI adapter's spec-change poller OpenApiSpecPoller re-fetched the configured spec url on a timer using a raw global fetch, bypassing the SSRF guard safeFetch / assertUrlSafe that OpenAPIToolGenerator.fromURL applies to the initial spec load. As a result, the pinning/DNS-resolution...

5.9CVSS5.9AI score
SaveExploits0References5
OSV
OSV
added 2026/07/21 4:01 p.m.13 views

CVE-2026-47398 PraisonAI: Arbitrary code execution via unguarded `spec.loader.exec_module` in `agents_generator.py` - sibling of CVE-2026-44334

PraisonAI is a multi-agent teams system. The v4.6.32 chokepoint refactor which patched CVE-2026-44334 / GHSA-xcmw-grxf-wjhj added the PRAISONAIALLOWLOCALTOOLS env-var gate to the tooloverride.py sinks. However, two additional spec.loader.execmodule call sites in praisonai/agentsgenerator.py were...

8.1CVSS5.5AI score0.00797EPSS
SaveExploits1References5
CVE
CVE
added 2026/07/21 4:01 p.m.81 views

CVE-2026-47398

PRAISONAI vulnerability CVE-2026-47398: two unguarded calls to spec.loader.exec_module in praisonai/agents_generator.py allow arbitrary code execution when module_path from YAML is loaded. The issue exists in master prior to 4.6.40; fix is to gate by PRAISONAI_ALLOW_LOCAL_TOOLS and validate modul...

8.1CVSS5.4AI score0.00573EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/15 8:47 p.m.43 views

CVE-2026-33684 AVideo's Privilege AVideo: Escalation via Unguarded Permission Parameters in signUp API Allows Self-Granting Upload/Stream/Meet Permissions

WWBN AVideo is an open source video platform. Prior to version 29.0, Privilege Escalation is possible through unguarded permission parameters in signUp API, which allows any user who can solve a CAPTCHA to self-grant elevated permissions during account registration. The setapisignUp method in the...

5.3CVSS0.00329EPSS
SaveExploits0References1
Rows per page
Query Builder