Lucene search
+L

1583 matches found

CNNVD
CNNVD
added 2024/11/13 12:00 a.m.13 views

Craft CMS 路径遍历漏洞

Craft CMS is a content management system CMS open source by Craft CMS. A path traversal vulnerability exists in Craft CMS versions 4.0.0-RC1 through 4.12.1 and 5.0.0-RC1 through 5.4.2, which stems from the lack of normalizePath in the FileHelper::absolutePath function, and can lead to remote code...

7.2CVSS7.6AI score0.01358EPSS
SaveExploits1References3
Snyk
Snyk
added 2024/11/06 9:41 p.m.6 views

Protection Mechanism Failure

Overview twig/twig is a flexible, fast, and secure template language for PHP. Affected versions of this package are vulnerable to Protection Mechanism Failure in a sandbox due to improper object validation in the ensureToStringAllowed function. An attacker can invoke the toString method on an...

2.2CVSS7AI score0.00435EPSS
SaveExploits0References2
Snyk
Snyk
added 2024/11/06 9:41 p.m.4 views

Protection Mechanism Failure

Overview twig/twig is a flexible, fast, and secure template language for PHP. Affected versions of this package are vulnerable to Protection Mechanism Failure in a sandbox, an attacker can access attributes of Array-like objects due to improper validation by the security policy. Note: This change...

2.2CVSS6.9AI score0.00429EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/06 8:15 p.m.7 views

DEBIAN-CVE-2024-51755

Twig is a template language for PHP. In a sandbox, an attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. This issue has...

2.2CVSS5.3AI score0.00429EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/06 8:15 p.m.17 views

CVE-2024-51755

Twig is a template language for PHP. In a sandbox, an attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. This issue has...

2.2CVSS0.00429EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/06 8:15 p.m.4 views

DEBIAN-CVE-2024-51754

Twig is a template language for PHP. In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. This issue has been patched in...

2.2CVSS5.2AI score0.00435EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/06 8:15 p.m.14 views

CVE-2024-51754

Twig is a template language for PHP. In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. This issue has been patched in...

2.2CVSS0.00435EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/06 8:15 p.m.19 views

UBUNTU-CVE-2024-51755

Twig is a template language for PHP. In a sandbox, an attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. This issue has...

2.2CVSS5.8AI score0.00429EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/06 8:15 p.m.14 views

UBUNTU-CVE-2024-51754

Twig is a template language for PHP. In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. This issue has been patched in...

2.2CVSS5.7AI score0.00435EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/06 7:52 p.m.21 views

GHSA-JJXQ-FF2G-95VH Twig has unguarded calls to `__isset()` and to array-accesses when the sandbox is enabled

Description In a sandbox, and attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. Resolution The sandbox mode now ensures...

2.2CVSS3.4AI score0.00429EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/11/06 7:52 p.m.43 views

Twig has unguarded calls to `__isset()` and to array-accesses when the sandbox is enabled

Description In a sandbox, and attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. Resolution The sandbox mode now ensures...

2.2CVSS3.5AI score0.00429EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/11/06 7:52 p.m.34 views

Twig has unguarded calls to `__toString()` when nesting an object into an array

Description In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. Resolution The sandbox mode now checks the toString meth...

2.2CVSS3.7AI score0.00435EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/11/06 7:52 p.m.11 views

GHSA-6377-HFV9-HQF6 Twig has unguarded calls to `__toString()` when nesting an object into an array

Description In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. Resolution The sandbox mode now checks the toString meth...

2.2CVSS3.7AI score0.00435EPSS
SaveExploits0References7
CVE
CVE
added 2024/11/06 7:28 p.m.87 views

CVE-2024-51754

Twig (PHP template engine) is affected by a vulnerability where in a sandbox an attacker can call __toString() on an object when the object is part of an array or function argument, bypassing security policy. The issue has concrete fixes: Twig 3.11.2 and 3.14.1 include patches. Affected versions ...

2.2CVSS3.2AI score0.00435EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/11/06 7:28 p.m.43 views

CVE-2024-51754

Twig is a template language for PHP. In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. This issue has been patched in...

2.2CVSS5.2AI score0.00435EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/11/06 7:28 p.m.26 views

CVE-2024-51754 Unguarded calls to __toString() when nesting an object into an array in Twig

Twig is a template language for PHP. In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. This issue has been patched in...

2.2CVSS6.8AI score0.00435EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/11/06 7:28 p.m.38 views

CVE-2024-51754 Unguarded calls to __toString() when nesting an object into an array in Twig

Twig is a template language for PHP. In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. This issue has been patched in...

2.2CVSS0.00435EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/06 7:28 p.m.20 views

CVE-2024-51754 Unguarded calls to __toString() when nesting an object into an array in Twig

Twig is a template language for PHP. In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. This issue has been patched in...

2.2CVSS6.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/06 7:27 p.m.32 views

CVE-2024-51755 Unguarded calls to __isset() and to array-accesses when the sandbox is enabled in Twig

Twig is a template language for PHP. In a sandbox, an attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. This issue has...

2.2CVSS0.00429EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/06 7:27 p.m.14 views

CVE-2024-51755 Unguarded calls to __isset() and to array-accesses when the sandbox is enabled in Twig

Twig is a template language for PHP. In a sandbox, an attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. This issue has...

2.2CVSS6.4AI score
SaveExploits0References4
Rows per page
Query Builder