Lucene search
+L

51 matches found

RedhatCVE
RedhatCVE
added 2026/09/14 6:36 p.m.7 views

CVE-2026-46636

A flaw was found in Twig, a template language for PHP. The SecurityPolicy::checkMethodAllowed function unconditionally whitelists all method calls on instances of Twig\Markup and its subclasses. This allows an attacker, by passing an object of a Markup-derived class into a sandboxed template, to...

8.7CVSS5.7AI score0.00358EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/04 10:17 p.m.8 views

CVE-2026-46636

Twig is a template language for PHP. From version 1.0.0 to before version 3.27.0, SecurityPolicy::checkMethodAllowed unconditionally whitelists all method calls on instances of Twig\Markup. Twig\Markup is not final, so subclasses inherit the bypass. An application that passes an object of a...

8.7CVSS0.00358EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/09/04 10:07 p.m.4 views

CVE-2026-46636 Twig: Sandbox method allowlist bypass via `Markup` subclass

Twig is a template language for PHP. From version 1.0.0 to before version 3.27.0, SecurityPolicy::checkMethodAllowed unconditionally whitelists all method calls on instances of Twig\Markup. Twig\Markup is not final, so subclasses inherit the bypass. An application that passes an object of a...

8.7CVSS5.8AI score0.00358EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/04 10:07 p.m.38 views

CVE-2026-46636

Twig , a PHP template language, is affected in versions 1.0.0 through 3.27.0 . The vulnerability stems from SecurityPolicy::checkMethodAllowed() unconditionally whitelisting all method calls on Twig\Markup instances. Because Twig\Markup is not final, subclasses inherit this bypass, exposing every...

8.7CVSS5.3AI score0.00358EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 10:07 p.m.10 views

EUVD-2026-71779

Twig is a template language for PHP. From version 1.0.0 to before version 3.27.0, SecurityPolicy::checkMethodAllowed unconditionally whitelists all method calls on instances of Twig\Markup. Twig\Markup is not final, so subclasses inherit the bypass. An application that passes an object of a...

8.7CVSS5.3AI score0.00358EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/04 10:07 p.m.6 views

CVE-2026-46636 Twig: Sandbox method allowlist bypass via `Markup` subclass

Twig is a template language for PHP. From version 1.0.0 to before version 3.27.0, SecurityPolicy::checkMethodAllowed unconditionally whitelists all method calls on instances of Twig\Markup. Twig\Markup is not final, so subclasses inherit the bypass. An application that passes an object of a...

8.7CVSS5.8AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/04 10:07 p.m.43 views

CVE-2026-46636 Twig: Sandbox method allowlist bypass via `Markup` subclass

Twig is a template language for PHP. From version 1.0.0 to before version 3.27.0, SecurityPolicy::checkMethodAllowed unconditionally whitelists all method calls on instances of Twig\Markup. Twig\Markup is not final, so subclasses inherit the bypass. An application that passes an object of a...

8.7CVSS0.00358EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/20 11:21 p.m.23 views

Astro: XSS via unescaped spread attribute names in renderHTMLElement (incomplete fix for CVE-2026-54298)

Summary The fix for CVE-2026-54298 GHSA-jrpj-wcv7-9fh9 added an INVALIDATTRNAMECHAR guard to addAttribute so that spread-prop attribute names containing "' /= or whitespace are dropped. A second attribute-rendering path, renderHTMLElement in packages/astro/src/runtime/server/render/dom.ts, has it...

6.1CVSS5.5AI score0.00323EPSS
SaveExploits1References6Affected Software1
Snyk
Snyk
added 2026/07/20 11:21 p.m.17 views

Cross-site Scripting (XSS)

Overview astro is an Astro is a modern site builder with web best practices, performance, and DX front-of-mind. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the renderHTMLElement function. An attacker can inject arbitrary event-handler attributes or sibling...

6.9CVSS5AI score0.00323EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/07/20 11:14 p.m.132 views

fastjson-1.2.83-poc

Fastjson 1.2.84 ,。 Why no need for Gadgets | Hi...

5.8AI score
SaveExploits0
OSV
OSV
added 2026/06/29 11:50 a.m.23 views

PYSEC-2026-484 PraisonAI: Python Sandbox Escape via str Subclass startswith() Override in execute_code

Summary executecode in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safegetattr wrapper, achieving arbitrary OS command execution on the host. Details pythontools.py:2...

10CVSS6.1AI score0.13176EPSS
SaveExploits1References5
PyPA
PyPA
added 2026/06/29 11:50 a.m.15 views

PraisonAI: Python Sandbox Escape via str Subclass startswith() Override in execute_code

Summaryexecutecode in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safegetattr wrapper, achieving arbitrary OS command execution on the host. Detailspythontools.py:20...

10CVSS6.2AI score0.13176EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/29 12:00 a.m.45 views

PT-2026-53559

Summary execute code in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safe getattr wrapper, achieving arbitrary OS command execution on the host. Details python...

10CVSS6.1AI score0.13176EPSS
SaveExploits1References6
NVD
NVD
added 2026/06/25 3:16 p.m.26 views

CVE-2026-57434

Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, Nokogiri contains a bug when calling certain methods on allocated-but-uninitialized native wrapper classes that inherit from Nokogiri::XML::Node. This caused a NULL pointer dereference that could...

7.5CVSS0.0046EPSS
SaveExploits0References1
CNVD
CNVD
added 2026/04/20 12:00 a.m.52 views

PraisonAI has an unspecified vulnerability

PraisonAI is a low-code multi-intelligent body collaboration framework. PraisonAI suffers from a security vulnerability that stems from the fact that the three-layer sandboxing of the executecode function can be completely bypassed, which can be exploited by an attacker to cause the execution of...

10CVSS5.9AI score0.13176EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/04/06 10:57 a.m.15 views

CVE-2026-34938

PraisonAI is a multi-agent teams system. Prior to version 1.5.90, executecode in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safegetattr wrapper, achieving arbitrary ...

10CVSS6.1AI score0.13176EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/04/03 10:51 p.m.6 views

CVE-2026-34938 PraisonAI: Python Sandbox Escape via str Subclass startswith() Override in execute_code

PraisonAI is a multi-agent teams system. Prior to version 1.5.90, executecode in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safegetattr wrapper, achieving arbitrary ...

10CVSS6.1AI score0.13176EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/04/03 12:00 a.m.21 views

PraisonAI 安全漏洞

PraisonAI is a low-code multi-intelligent body collaboration framework. PraisonAI suffers from a security vulnerability that stems from the fact that the three-layer sandboxing of the executecode function can be completely bypassed, which can be exploited by an attacker to cause the execution of...

10CVSS6AI score0.13176EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/04/01 11:17 p.m.18 views

PraisonAI: Python Sandbox Escape via str Subclass startswith() Override in execute_code

Summary executecode in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safegetattr wrapper, achieving arbitrary OS command execution on the host. Details pythontools.py:2...

10CVSS6.2AI score0.13176EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.24 views

PT-2026-29825

Name of the Vulnerable Software and Affected Versions PraisonAI affected versions not specified Description PraisonAI is susceptible to a critical Python sandbox escape issue that permits code execution outside of the intended sandbox environment. The flaw resides within the execute code function...

10CVSS6.5AI score0.13176EPSS
SaveExploits1References13
Rows per page
Query Builder