Lucene search
K

589586 matches found

NVD
NVD
added 2026/05/29 6:17 p.m.13 views

CVE-2026-45627

Arcane is an interface for managing Docker containers, images, networks, and volumes. Prior to 1.19.0, the unauthenticated GET /api/app-images/logo endpoint reflects a user-supplied color query parameter into the body of an SVG document via strings.ReplaceAll with no escaping. The substitution...

8.2CVSS0.00185EPSS
Exploits0References1
NVD
NVD
added 2026/05/29 6:17 p.m.19 views

CVE-2026-45628

Dokploy is a free, self-hostable Platform as a Service PaaS. In 0.29.2 and earlier, Dokploy constructs shell commands using JavaScript template literals and executes them via childprocess.exec which runs through /bin/sh -c. User-supplied branch names, repository URLs, and Docker credentials are...

9.6CVSS0.0023EPSS
Exploits0References1
Imperva Blog
Imperva Blog
added 2026/05/29 6:16 p.m.16 views

Imperva Customers Protected Against CVE-2026-45247 in Mirasvit Full Page Cache Warmer for Magento

TL;DR: CVE-2026-45247 is a critical unauthenticated remote code execution RCE vulnerability affecting Mirasvit Full Page Cache Warmer for Magento 2. The flaw stems from unsafe PHP deserialization of attacker-controlled data supplied through the CacheWarmer cookie. Successful exploitation can allo...

9.8CVSS6.7AI score0.27546EPSS
Exploits1
Cvelist
Cvelist
added 2026/05/29 6:15 p.m.31 views

CVE-2026-49382

In JetBrains IntelliJ IDEA before 2026.1 code execution was possible via template injection in the Copyright plugin...

4.5CVSS0.00135EPSS
Exploits0References1
EUVD
EUVD
added 2026/05/29 6:15 p.m.16 views

EUVD-2026-33390

In JetBrains IntelliJ IDEA before 2026.1 code execution was possible via template injection in the Copyright plugin...

4.5CVSS6.2AI score0.00135EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2026/05/29 6:15 p.m.10 views

CVE-2026-49382

In JetBrains IntelliJ IDEA before 2026.1 code execution was possible via template injection in the Copyright plugin...

4.5CVSS6.2AI score0.00135EPSS
Exploits0References1
CVE
CVE
added 2026/05/29 6:15 p.m.19 views

CVE-2026-49382

CVE-2026-49382 affects JetBrains IntelliJ IDEA prior to 2026.1. The issue allows code execution via template injection in the Copyright plugin. This is the concrete vulnerability described across trusted sources; no exploit details are provided in the connected documents. The core root cause is t...

7.8CVSS6.2AI score0.00135EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2026/05/29 6:15 p.m.31 views

CVE-2026-49373

In JetBrains TeamCity before 2026.1 remote code execution was possible via Perforce connection settings...

7.1CVSS0.00411EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2026/05/29 6:15 p.m.14 views

CVE-2026-49373

In JetBrains TeamCity before 2026.1 remote code execution was possible via Perforce connection settings...

7.1CVSS6.4AI score0.00411EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/29 6:15 p.m.6 views

CVE-2026-49373

In JetBrains TeamCity before 2026.1 remote code execution was possible via Perforce connection settings...

7.1CVSS6.4AI score0.00411EPSS
Exploits0References2
EUVD
EUVD
added 2026/05/29 6:15 p.m.12 views

EUVD-2026-33381

In JetBrains TeamCity before 2026.1 remote code execution was possible via Perforce connection settings...

7.1CVSS6.4AI score0.00411EPSS
Exploits0References1
EUVD
EUVD
added 2026/05/29 6:15 p.m.10 views

EUVD-2026-33415

In JetBrains IntelliJ IDEA before 2026.1.1 command execution was possible via the guest user account...

8CVSS5.9AI score0.00332EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2026/05/29 6:15 p.m.11 views

CVE-2026-49367

In JetBrains IntelliJ IDEA before 2026.1.1 command execution was possible via the guest user account...

8CVSS5.9AI score0.00332EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/29 6:15 p.m.7 views

CVE-2026-49367

In JetBrains IntelliJ IDEA before 2026.1.1 command execution was possible via the guest user account...

8CVSS5.9AI score0.00332EPSS
Exploits0References2
CVE
CVE
added 2026/05/29 6:15 p.m.19 views

CVE-2026-49367

CVE-2026-49367 affects JetBrains IntelliJ IDEA prior to 2026.1.1. The issue enables command execution via the guest user account. The available sources in the provided documents describe the vulnerability at a high level (guest-user-triggered command execution) without detailing the exact exploit...

8.8CVSS5.9AI score0.00332EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2026/05/29 6:15 p.m.32 views

CVE-2026-49367

In JetBrains IntelliJ IDEA before 2026.1.1 command execution was possible via the guest user account...

8CVSS0.00332EPSS
Exploits0References1
Snyk
Snyk
added 2026/05/29 5:59 p.m.11 views

Incomplete List of Disallowed Inputs

Overview vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs via the builtin allowlist handling in lib/builtin.js. An attacker can reach host code by requiring process and...

10CVSS6.2AI score0.00536EPSS
Exploits0References3
OSV
OSV
added 2026/05/29 5:59 p.m.24 views

GHSA-RP36-8XQ3-R6C4 NodeVM builtin denylist bypass via process and inspector/promises allows host code execution

Summary NodeVM blocks several dangerous Node.js builtins such as module, workerthreads, cluster, vm, repl, and inspector. However, the denylist misses process and inspector/promises. Both can be used from sandboxed code to reach host-side execution primitives. This allows sandboxed code to bypass...

10CVSS6.3AI score0.00536EPSS
Exploits0References5
Snyk
Snyk
added 2026/05/29 5:59 p.m.7 views

Incomplete List of Disallowed Inputs

Overview org.webjars.npm:vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs via the builtin allowlist handling in lib/builtin.js. An attacker can reach host code by requiri...

10CVSS6.2AI score0.00536EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2026/05/29 5:59 p.m.11 views

NodeVM builtin denylist bypass via process and inspector/promises allows host code execution

Summary NodeVM blocks several dangerous Node.js builtins such as module, workerthreads, cluster, vm, repl, and inspector. However, the denylist misses process and inspector/promises. Both can be used from sandboxed code to reach host-side execution primitives. This allows sandboxed code to bypass...

10CVSS6.3AI score0.00536EPSS
Exploits0References5Affected Software1
Rows per page
Query Builder