Lucene search
+L

777 matches found

Snyk
Snyk
added 2026/01/29 10:52 p.m.4 views

Arbitrary Command Injection

Overview Affected versions of this package are vulnerable to Arbitrary Command Injection via the buildCmd function. An attacker can execute arbitrary commands by supplying crafted values in the buildOptions structure, which are embedded unsafely in Makefile commands. Note: This is only exploitabl...

7.8CVSS5.9AI score0.01281EPSS
SaveExploits1References2
NVD
NVD
added 2026/01/27 10:15 p.m.9 views

CVE-2026-24765

PHPUnit is a testing framework for PHP. A vulnerability has been discovered in versions prior to 12.5.8, 11.5.50, 10.5.62, 9.6.33, and 8.5.52 involving unsafe deserialization of code coverage data in PHPT test execution. The vulnerability exists in the cleanupForCoverage method, which deserialize...

7.8CVSS0.00343EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/01/27 9:35 p.m.6 views

CVE-2026-24765

PHPUnit is a testing framework for PHP. A vulnerability has been discovered in versions prior to 12.5.8, 11.5.50, 10.5.62, 9.6.33, and 8.5.52 involving unsafe deserialization of code coverage data in PHPT test execution. The vulnerability exists in the cleanupForCoverage method, which deserialize...

7.8CVSS6.4AI score0.00343EPSS
SaveExploits0References8Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/27 4:59 a.m.9 views

CVE-2026-24480

A flaw was found in the QGIS GitHub Actions workflow. This vulnerability allowed a remote attacker to achieve remote code execution and compromise the repository. The flaw occurred because the workflow used the pullrequesttarget trigger, which runs with the base repository's credentials, and then...

9.9CVSS6.5AI score0.00414EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/01/26 9:53 p.m.17 views

EUVD-2026-4656

pnpm is a package manager. Prior to version 10.28.1, a path traversal vulnerability in pnpm's bin linking allows malicious npm packages to create executable shims or symlinks outside of nodemodules/.bin. Bin names starting with @ bypass validation, and after scope normalization, path traversal...

6.5CVSS5.9AI score0.00438EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/01/26 9:50 p.m.1 views

CVE-2026-23889 pnpm has Windows-specific tarball Path Traversal

pnpm is a package manager. Prior to version 10.28.1, a path traversal vulnerability in pnpm's tarball extraction allows malicious packages to write files outside the package directory on Windows. The path normalization only checks for ./ but not .. On Windows, backslashes are directory separators...

6.5CVSS5.9AI score0.00433EPSS
SaveExploits1References3
CVE
CVE
added 2026/01/26 9:50 p.m.36 views

CVE-2026-23889

CVE-2026-23889 affects pnpm prior to 10.28.1, with a Windows-specific path traversal in tarball extraction caused by incomplete path normalization that doesn’t account for backslashes. This can allow a malicious package to write files outside the package directory on Windows (e.g., overwriting .n...

6.5CVSS5.9AI score0.00433EPSS
SaveExploits1References3Affected Software1
Veracode
Veracode
added 2026/01/22 8:25 a.m.9 views

Command Injection

Wrangler is vulnerable to Command Injection. The vulnerability is due to unsanitized interpolation of the --commit-hash parameter into a shell command, where attacker-controlled input is passed directly to execSync, allowing arbitrary command execution in environments such as CI/CD pipelines that...

9.9CVSS6.1AI score0.01393EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/22 12:20 a.m.16 views

CVE-2026-0933

SummaryA command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash to...

9.9CVSS6.1AI score0.01393EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/01/21 11:0 p.m.16 views

Wrangler affected by OS Command Injection in `wrangler pages deploy`

Summary A command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash t...

9.9CVSS6.1AI score0.01393EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/01/21 11:0 p.m.99 views

GHSA-36P8-MVP6-CV38 Wrangler affected by OS Command Injection in `wrangler pages deploy`

Summary A command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash t...

7.7CVSS6AI score0.01393EPSS
SaveExploits0References6
OSV
OSV
added 2026/01/21 12:31 a.m.85 views

GHSA-8H3Q-9FPP-C883 Duplicate Advisory: Wrangler affected by OS Command Injection in `wrangler pages deploy`

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-36p8-mvp6-cv38. This link is maintained to preserve external references. Original Description SummaryA command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The iss...

7.7CVSS6.2AI score
SaveExploits0References2
EUVD
EUVD
added 2026/01/21 12:31 a.m.25 views

EUVD-2026-3519

SummaryA command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash to...

7.7CVSS6.1AI score0.01393EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/01/20 11:45 p.m.11 views

Improper Input Validation

Overview wrangler is a Command-line interface for all things Cloudflare Workers Affected versions of this package are vulnerable to Improper Input Validation via the wrangler pages deploy command when the --commit-hash parameter is passed directly to a shell command without proper validation or...

9.9CVSS6AI score0.01393EPSS
SaveExploits0References2
NVD
NVD
added 2026/01/20 11:16 p.m.51 views

CVE-2026-0933

SummaryA command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash to...

9.9CVSS0.01393EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/01/20 10:58 p.m.7 views

CVE-2026-0933

SummaryA command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash to...

9.9CVSS5.9AI score0.01393EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/01/20 10:58 p.m.68 views

CVE-2026-0933 OS Command Injection in `wrangler pages deploy`

SummaryA command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash to...

7.7CVSS0.01393EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/20 10:58 p.m.9 views

CVE-2026-0933 OS Command Injection in `wrangler pages deploy`

SummaryA command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash to...

7.7CVSS6.1AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/01/20 10:58 p.m.12 views

CVE-2026-0933 OS Command Injection in `wrangler pages deploy`

SummaryA command injection vulnerability CWE-78 has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash to...

7.7CVSS6.1AI score0.01393EPSS
SaveExploits0References1
CVE
CVE
added 2026/01/20 10:58 p.m.82 views

CVE-2026-0933

Summary of CVE-2026-0933 : A command injection vulnerability exists in the Cloudflare Wrangler tool’s “wrangler pages deploy” command. The root cause is that the commitHash provided via the --commit-hash CLI argument is interpolated directly into a shell command (example: execSync(git show -s --f...

9.9CVSS6.1AI score0.01393EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder