Lucene search
+L

31289 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/15 11:25 a.m.9 views

CVE-2026-60085

PraisonAI before 4.6.78 contains an unenforced security policy vulnerability in the default Subprocess Sandbox backend where blockedcommands, blockedpaths, blockedimports, allowsubprocess, and allowfilewrite restrictions are completely ignored. Attackers can execute arbitrary subprocess commands,...

8.7CVSS6.3AI score0.00409EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/15 5:27 a.m.8 views

firefox: thunderbird: Sandbox escape due to incorrect boundary conditions in the Networking component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape due to incorrect boundary conditions in the Networking component...

9.6CVSS6AI score0.00393EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/15 5:27 a.m.14 views

firefox: thunderbird: Sandbox escape in the DOM: Workers component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape in the DOM: Workers component...

9.6CVSS6AI score0.00363EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/15 5:27 a.m.33 views

firefox: thunderbird: Sandbox escape in the Security: Process Sandboxing component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape in the Security: Process Sandboxing component...

9.6CVSS6AI score0.00393EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/15 5:27 a.m.13 views

firefox: thunderbird: Information disclosure, sandbox escape in the Security: Process Sandboxing component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Information disclosure, sandbox escape in the Security: Process Sandboxing component...

4.7CVSS6AI score0.00185EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/15 5:27 a.m.15 views

Important: Red Hat Security Advisory: thunderbird security update

An update for thunderbird is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

9.6CVSS6.1AI score0.00493EPSS
SaveExploits2References30
RedHat Linux
RedHat Linux
added 2026/07/15 5:27 a.m.11 views

firefox: thunderbird: Information disclosure, sandbox escape in the Security: Process Sandboxing component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Information disclosure, sandbox escape in the Security: Process Sandboxing component...

4.7CVSS6AI score0.00175EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/15 5:27 a.m.20 views

firefox: thunderbird: Sandbox escape in the DOM: Navigation component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape in the DOM: Navigation component...

9.6CVSS6AI score0.00393EPSS
SaveExploits2References6
Tenable Nessus
Tenable Nessus
added 2026/07/15 12:00 a.m.15 views

RHEL 9 : thunderbird (RHSA-2026:39706)

The remote Redhat Enterprise Linux 9 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2026:39706 advisory. Mozilla Thunderbird is a standalone mail and newsgroup client. Security Fixes: firefox: thunderbird: Sandbox escape in the DOM: Workers...

9.6CVSS6.2AI score0.00493EPSS
SaveExploits2References60
Tenable Nessus
Tenable Nessus
added 2026/07/15 12:00 a.m.13 views

RHEL 8 : thunderbird (RHSA-2026:39428)

The remote Redhat Enterprise Linux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2026:39428 advisory. Mozilla Thunderbird is a standalone mail and newsgroup client. Security Fixes: firefox: thunderbird: Sandbox escape in the DOM: Workers...

9.6CVSS6.2AI score0.00493EPSS
SaveExploits2References60
Tenable Nessus
Tenable Nessus
added 2026/07/15 12:00 a.m.18 views

Google Chrome < 150.0.7871.124 Multiple Vulnerabilities

The version of Google Chrome installed on the remote macOS host is prior to 150.0.7871.124. It is, therefore, affected by multiple vulnerabilities as referenced in the 202607stable-channel-update-for-desktop0353146366 advisory. - Use after free in UI in Google Chrome on Linux prior to...

9.6CVSS5.9AI score0.00495EPSS
SaveExploits1References31
NVD
NVD
added 2026/07/14 10:17 p.m.14 views

CVE-2026-49981

Twig is a template language for PHP. Prior to 3.27.0, the per-template filter, tag, and function allow-list verdict is computed when a Template instance is constructed and can remain cached after sandbox state changes between renders, allowing a later sandboxed render to reuse a template that was...

8.2CVSS0.00362EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/14 10:17 p.m.10 views

DEBIAN-CVE-2026-49981

Twig is a template language for PHP. Prior to 3.27.0, the per-template filter, tag, and function allow-list verdict is computed when a Template instance is constructed and can remain cached after sandbox state changes between renders, allowing a later sandboxed render to reuse a template that was...

8.2CVSS6.1AI score0.00362EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/14 10:17 p.m.26 views

CVE-2026-48808

Twig is a template language for PHP. Prior to 3.27.0, the column filter passes the active sandbox state as a boolean but does not forward the current Source to SandboxExtension::checkPropertyAllowed, so SourcePolicyInterface decisions are lost and a template author can read public or magic...

7.5CVSS0.00407EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/14 10:17 p.m.19 views

CVE-2026-48807

Twig is a template language for PHP. Prior to 3.27.0, the sandbox toString checks do not fully cover Traversable values passed to join and replace filters or operands evaluated by the in and not in operators, allowing contained Stringable objects to be coerced to strings without consulting the...

9.1CVSS0.00367EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/14 10:17 p.m.23 views

CVE-2026-48806

Twig is a template language for PHP. Prior to 3.27.0, ArrayExpression does not guard dynamic mapping keys that are coerced to strings, allowing PHP to invoke toString on a Stringable object used as a mapping key without calling SandboxExtension::ensureToStringAllowed. This issue is fixed in versi...

9.1CVSS0.00418EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/14 10:17 p.m.22 views

CVE-2026-48805

Twig is a template language for PHP. Prior to 3.27.0, deprecated internal wrappers in src/Resources/core.php do not forward the current sandbox state to CoreExtension::checkArrow, arraySome, and arrayEvery, allowing legacy calls such as twigarraysome, twigarrayevery, and twigcheckarrowinsandbox t...

9.1CVSS0.00483EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/14 10:17 p.m.31 views

CVE-2026-48808

Twig is a template language for PHP. Prior to 3.27.0, the column filter passes the active sandbox state as a boolean but does not forward the current Source to SandboxExtension::checkPropertyAllowed, so SourcePolicyInterface decisions are lost and a template author can read public or magic...

7.5CVSS6.1AI score0.00407EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/07/14 10:17 p.m.28 views

CVE-2026-48807

Twig is a template language for PHP. Prior to 3.27.0, the sandbox toString checks do not fully cover Traversable values passed to join and replace filters or operands evaluated by the in and not in operators, allowing contained Stringable objects to be coerced to strings without consulting the...

9.1CVSS6.1AI score0.00367EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/07/14 10:17 p.m.28 views

CVE-2026-49981

Twig is a template language for PHP. Prior to 3.27.0, the per-template filter, tag, and function allow-list verdict is computed when a Template instance is constructed and can remain cached after sandbox state changes between renders, allowing a later sandboxed render to reuse a template that was...

8.2CVSS6.1AI score0.00362EPSS
SaveExploits0References4
Rows per page
Query Builder