Lucene search
+L

202 matches found

Kitploit
Kitploit
•added 2026/09/24 7:11 p.m.•8 views

CVE-2026-30225-OliveTin-RCE

OliveTin — 未認証アクション実行 → RCE(+ CVE-2026-30225) OliveTin のインスタンスが同梱のゲストデフォルト設定で実行されている場合の、権限昇格/リモートコード実行(RCE)に対するPoC。root として実行されている OliveTin 3000.10.0 (HTB: Enigma )で検証済みであり、未認証の root シェルを取得できます。 ⚠️ 許可されたテストのみ。...

5.3CVSS6.1AI score0.00582EPSS
SaveExploits2References2
Kitploit
Kitploit
•added 2026/09/24 3:07 p.m.•9 views

apache-camel-docling-security-assessment

CVE-2026-40047 - Apache Camel Docling CLI 引数インジェクション コンサルタント形式のサイバーセキュリティレポート Apache Camel Docling の引数検証リスクに関するプロフェッショナルな脆弱性評価レポート。技術的影響、修復、緩和策を含みます。 📍 レポートスナップショット...

9.1CVSS8.4AI score0.02429EPSS
SaveExploits2
NVD
NVD
•added 2026/09/10 10:17 p.m.•11 views

CVE-2026-78575

IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote authenticated attacker to execute arbitrary commands due to improper validation of command-line arguments in the MCP stdio server configuration...

8.8CVSS0.00794EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/10 9:41 p.m.•41 views

CVE-2026-78575

IBM Langflow OSS 1.0.0–1.11.5 is vulnerable to OS command injection (CWE-78) in the MCP stdio server configuration , allowing a remote authenticated attacker to execute arbitrary commands. The root cause involves two gaps: the MCP stdio validator on Windows recognizes only one cmd.exe execution s...

8.8CVSS6.4AI score0.00794EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2026/09/10 9:41 p.m.•40 views

CVE-2026-78575 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 commands due to improper validation of command-line arguments in the MCP stdio server configuration...

8.8CVSS0.00794EPSS
SaveExploits0References1
PyPA
PyPA
•added 2026/09/10 9:44 a.m.•7 views

RestrictedPython guard hooks can be shadowed via positional-only arguments

ImpactRestrictedPython rewrites sensitive operations to go through guard hooks. Attribute access becomes getattrobj, name, item access becomes getitemobj, key, writes go through write, and print goes through print. The embedding application supplies these hooks to enforce its policy.Argument-name...

8.3CVSS6.3AI score0.00401EPSS
SaveExploits0References6Affected Software1
GithubExploit
GithubExploit
•added 2026/09/08 7:49 p.m.•19 views

Exploit for Execution with Unnecessary Privileges in Olivetin

OliveTin — unauthenticated action execution → RCE + CVE-2026-...

5.3CVSS6.4AI score0.00582EPSS
SaveExploits2
Vulnrichment
Vulnrichment
•added 2026/09/02 11:11 a.m.•15 views

CVE-2026-84796 Craft CMS 5.0.0-RC1 before 5.10.11 GraphQL Entry Mutation Site Scope Bypass

Craft CMS versions before 5.10.11 contain a site scope bypass vulnerability in GraphQL entry mutation resolvers that fail to validate siteId through ArgumentManager::prepareArguments. Attackers with tokens scoped to one site can read, modify, or delete entries across unauthorized sites by passing...

8.8CVSS5.8AI score0.00469EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/08/28 10:51 p.m.•18 views

RestrictedPython guard hooks can be shadowed via positional-only arguments

Impact RestrictedPython rewrites sensitive operations to go through guard hooks. Attribute access becomes getattrobj, name, item access becomes getitemobj, key, writes go through write, and print goes through print. The embedding application supplies these hooks to enforce its policy. Argument-na...

8.3CVSS6.1AI score0.00401EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2026/08/25 7:19 p.m.•10 views

GHSA-W3FX-MC44-MF6J Chainlit has command injection via MCP stdio transport that allows unauthenticated remote code execution

Am I affected? Only if your deployment sets features.mcp.enabled = true in .chainlit/config.toml. MCP has been disabled by default since v2.7.0, so most Chainlit deployments are not affected. No authentication is required: /mcp is reachable by any client that can open a session. Summary When MCP ...

9.8CVSS7.2AI score0.01086EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/07/25 4:45 p.m.•13 views

SUSE CVE-2026-64314

In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapolycreate still accepts the compatibility poly1305 parameter in the template name, but it assumes the second template argument is always present and immediatel...

5.5CVSS5.7AI score0.00158EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/25 10:17 a.m.•13 views

UBUNTU-CVE-2026-64314

In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapolycreate still accepts the compatibility poly1305 parameter in the template name, but it assumes the second template argument is always present and immediatel...

5.5CVSS5.6AI score0.00158EPSS
SaveExploits0References16
CVE
CVE
•added 2026/07/25 8:49 a.m.•51 views

CVE-2026-64314

This vulnerability affects the Linux kernel 's chacha20poly1305 cryptographic module. The root cause is in chachapoly_create(), which assumes the poly1305 template argument is always present and passes the result of crypto_attr_alg_name() directly to strcmp(). When the argument is missing, an err...

5.5CVSS5.7AI score0.00158EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
•added 2026/07/25 8:49 a.m.•44 views

CVE-2026-64314 crypto: chacha20poly1305 - validate poly1305 template argument

In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapolycreate still accepts the compatibility poly1305 parameter in the template name, but it assumes the second template argument is always present and immediatel...

0.00158EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/09 4:49 p.m.•14 views

PYSEC-2026-3224 Missing validation results in undefined behavior in `QuantizedConv2D`

Impact The implementation of tf.rawops.QuantizedConv2D does not fully validate the input arguments: python import tensorflow as tf input = tf.constant1, shape=1, 2, 3, 3, dtype=tf.quint8 filter = tf.constant1, shape=1, 2, 3, 3, dtype=tf.quint8 bad args mininput = tf.constant, shape=0,...

5.5CVSS6.2AI score0.00335EPSS
SaveExploits1References11
NVD
NVD
•added 2026/07/08 9:16 a.m.•18 views

CVE-2026-57246

When dealing with abnormally constructed objects, there is a lack of argument validation; JavaScript triggers signature verification, but the signature plugin does not perform validation when copying the abnormal string, causing the application to crash...

7.8CVSS0.0017EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/07/08 7:36 a.m.•50 views

CVE-2026-57246 Foxit PDF Editor/Reader Signature Buffer Overflow Vulnerability

When dealing with abnormally constructed objects, there is a lack of argument validation; JavaScript triggers signature verification, but the signature plugin does not perform validation when copying the abnormal string, causing the application to crash...

7.8CVSS0.0017EPSS
SaveExploits0References1
attackerkb
attackerkb
•added 2026/07/08 7:36 a.m.•14 views

CVE-2026-57246

When dealing with abnormally constructed objects, there is a lack of argument validation; JavaScript triggers signature verification, but the signature plugin does not perform validation when copying the abnormal string, causing the application to crash...

7.8CVSS6AI score0.0017EPSS
SaveExploits0References2Affected Software2
EUVD
EUVD
•added 2026/07/08 7:36 a.m.•21 views

EUVD-2026-42206

When dealing with abnormally constructed objects, there is a lack of argument validation; JavaScript triggers signature verification, but the signature plugin does not perform validation when copying the abnormal string, causing the application to crash...

7.8CVSS6AI score0.0017EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/07/08 12:00 a.m.•18 views

PT-2026-56345

When dealing with abnormally constructed objects, there is a lack of argument validation; JavaScript triggers signature verification, but the signature plugin does not perform validation when copying the abnormal string, causing the application to crash...

7.8CVSS6AI score0.0017EPSS
SaveExploits0References2
Rows per page
Query Builder