Lucene search
+L

6893 matches found

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

ALSA-2024:9553 Important: webkit2gtk3 security update

WebKitGTK is the port of the portable web rendering engine WebKit to the GTK platform. Security Fixes: webkitgtk: Visiting a malicious website may lead to address bar spoofing CVE-2024-40866 webkitgtk: A malicious website may exfiltrate data cross-origin CVE-2024-44187 webkitgtk: webkit2gtk:...

6.5CVSS7.1AI score0.00944EPSS
SaveExploits0References12
AlmaLinux
AlmaLinux
added 2024/11/13 12:00 a.m.50 views

Important: webkit2gtk3 security update

WebKitGTK is the port of the portable web rendering engine WebKit to the GTK platform. Security Fixes: webkitgtk: Visiting a malicious website may lead to address bar spoofing CVE-2024-40866 webkitgtk: A malicious website may exfiltrate data cross-origin CVE-2024-44187 webkitgtk: webkit2gtk:...

6.5CVSS6.9AI score0.00944EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2024/11/07 12:00 a.m.20 views

Debian dsa-5804 : gir1.2-javascriptcoregtk-4.0 - security update

The remote Debian 12 host has packages installed that are affected by multiple vulnerabilities as referenced in the dsa-5804 advisory. - ------------------------------------------------------------------------- Debian Security Advisory DSA-5804-1 [email protected] https://www.debian.org/securit...

5.4CVSS6.6AI score0.00944EPSS
SaveExploits0References6
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
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 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
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
Github Security Blog
Github Security Blog
added 2024/11/06 7:52 p.m.33 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
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
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
OSV
OSV
added 2024/11/06 7:28 p.m.19 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
OSV
OSV
added 2024/11/06 7:27 p.m.13 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
Vulnrichment
Vulnrichment
added 2024/11/06 7:27 p.m.15 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.2CVSS3.5AI score0.00429EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/06 7:27 p.m.83 views

CVE-2024-51755

Twig is a PHP templating engine. CVE-2024-51755 describes a sandbox vulnerability where an attacker could access attributes of Array-like objects because policy checks were not applied before the __isset() call; the check now occurs via the property policy and then __isset() is invoked. This conf...

2.2CVSS3.4AI score0.00429EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/11/06 12:00 a.m.8 views

PT-2024-34885 · Twig +3 · Twig +3

Name of the Vulnerable Software and Affected Versions: Twig versions prior to 3.11.2 Twig versions prior to 3.14.1 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...

8.6CVSS9.2AI score0.00849EPSS
SaveExploits0References31
Positive Technologies
Positive Technologies
added 2024/11/06 12:00 a.m.8 views

PT-2024-34886 · Twig +1 · Twig +1

Name of the Vulnerable Software and Affected Versions: Twig versions prior to 3.11.2 Twig versions prior to 3.14.1 Description: 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 t...

2.2CVSS7AI score0.00429EPSS
SaveExploits0References20
CNNVD
CNNVD
added 2024/11/06 12:00 a.m.9 views

Twig 安全漏洞

Twig is a PHP template engine open-sourced by Twig. A security vulnerability exists in Twig that stems from array-like object properties in the sandbox not being checked against a security policy...

2.2CVSS6.6AI score0.00429EPSS
SaveExploits0References2
Rows per page
Query Builder