Lucene search
+L

157405 matches found

Snyk
Snyk
added 2026/07/06 8:53 p.m.14 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via the coder config-ssh process. An attacker can execute arbitrary commands on the local system by injecting malicious SSH configuration directives through unsanitized server-supplied values. This is only exploitable ...

8.3CVSS6.2AI score0.00466EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/06 8:53 p.m.11 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via the coder config-ssh process. An attacker can execute arbitrary commands on the local system by injecting malicious SSH configuration directives through unsanitized server-supplied values. This is only exploitable ...

8.3CVSS6.2AI score0.00466EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/06 8:48 p.m.13 views

CVE-2026-34038 Coolify authenticated remote command injection leading to RCE and secret exfiltration

Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.469, an authenticated remote command injection vulnerability in application deployment handling allows users with application write permissions to achieve remote code execution...

9.9CVSS6.6AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/06 8:48 p.m.9 views

CVE-2026-34038

Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.469, an authenticated remote command injection vulnerability in application deployment handling allows users with application write permissions to achieve remote code execution...

9.9CVSS6.6AI score0.02539EPSS
SaveExploits1References5Affected Software1
CVE
CVE
added 2026/07/06 8:48 p.m.28 views

CVE-2026-34038

CVE-2026-34038 affects Coolify prior to 4.0.0-beta.469. An authenticated user with application write permissions could trigger remote command execution via the deployment handling pipeline, and exfiltrate sensitive environment variables through deployment logs (e.g., via dockerfile_location and d...

9.9CVSS6.6AI score0.02539EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/07/06 8:39 p.m.36 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via the getcommand function. An attacker can execute arbitrary commands by supplying a file path containing shell metacharacters. Remediation Upgrade pillow to version 12.3.0 or higher. References - GitHub Advisory -...

4.5CVSS6.2AI score0.00179EPSS
SaveExploits1References2
vulnersOsv
vulnersOsv
added 2026/07/06 8:24 p.m.6 views

coreutils (>=0.0.14, <=0.0.16) potentially affected by CVE-2026-35365 via uu_mv (>=0.0.14, <=0.0.16)

uumv CARGO version =0.0.14, =0.0.14, =0.0.16 Source cves: CVE-2026-35365 Source advisory: OSV:GHSA-H444-6J9X-P8VH...

6.6CVSS5.3AI score0.00161EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/07/06 8:20 p.m.6 views

coreutils (>=0.0.14, <=0.0.16) potentially affected by CVE-2026-35363 via uu_rm (>=0.0.14, <=0.0.16)

uurm CARGO version =0.0.14, =0.0.14, =0.0.16 Source cves: CVE-2026-35363 Source advisory: OSV:GHSA-89P7-7CQ3-HHR2...

5.6CVSS5.3AI score0.00166EPSS
SaveExploits1
OSV
OSV
added 2026/07/06 8:20 p.m.11 views

GHSA-89P7-7CQ3-HHR2 rm: 'rm -rf ./' (and ./// variants) silently deletes current directory contents, bypassing dot protection

rm -rf . is correctly refused, but cleantrailingslashes normalizes ./// to ./ while pathiscurrentorparentdirectory only matches ./.. and /.//.., not ./ or ../. So rm -rf ./ recursively deletes the directory's contents and then prints a misleading cannot remove './': Invalid input. Impact: all...

5.6CVSS5.9AI score0.00166EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/07/06 8:16 p.m.10 views

CVE-2026-57572

Crawl4AI is an open-source LLM-friendly web crawler and scraper. Prior to 0.9.0, the Docker API server accepted request-supplied browserconfig.extraargs, which flowed into Chromium's launch arguments. An attacker could inject Chromium switches that replace a child-process launch command together...

10CVSS6.1AI score0.00939EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/06 8:16 p.m.13 views

CVE-2026-57572 Crawl4AI: Unauthenticated RCE via Chromium launch-argument injection in browser_config.extra_args

Crawl4AI is an open-source LLM-friendly web crawler and scraper. Prior to 0.9.0, the Docker API server accepted request-supplied browserconfig.extraargs, which flowed into Chromium's launch arguments. An attacker could inject Chromium switches that replace a child-process launch command together...

10CVSS6.1AI score
SaveExploits0References4
EUVD
EUVD
added 2026/07/06 8:15 p.m.17 views

EUVD-2026-24981

rm: --preserve-root bypassed via a symlink to / string check instead of dev/inode...

7.7CVSS5.9AI score0.00185EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/07/06 8:09 p.m.14 views

CVE-2026-21368 Out-of-bounds Write in Camera Driver

Memory Corruption when parsing jpeg commands due to unaccounted extra writes to the buffer during validation checks...

5.3CVSS6.1AI score0.00079EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/06 8:09 p.m.42 views

CVE-2026-21368

CVE-2026-21368 describes an out-of-bounds write in a camera driver when parsing JPEG commands, caused by unaccounted extra writes to the buffer during validation. The CVSS vector indicates local access, high complexity, and low privileges required, with a Overall impact of low confidentiality, in...

5.3CVSS6.1AI score0.00079EPSS
SaveExploits0References1Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/06 7:55 p.m.22 views

kill: 'kill -1' parsed as PID -1, sending SIGTERM to all processes (system crash / DoS)

kill -1 is incorrectly parsed as a positional pid = -1; combined with the default SIGTERM this calls kill-1, SIGTERM, signaling nearly every process the caller can see. GNU kill recognizes -1/-9 as signals and reports "not enough arguments". $ kill -1 uutils: kill-1, SIGTERM - mass termination /...

5.5CVSS6AI score0.00128EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/06 7:17 p.m.10 views

PYSEC-2026-2257

Pillow is a Python imaging library. Prior to 12.3.0, WindowsViewer.getcommand constructed a cmd.exe shell command by directly embedding a file path into an f-string without escaping and passed the result to subprocess.Popen..., shell=True, allowing shell metacharacters in the file path to inject...

4.5CVSS6.2AI score0.00179EPSS
SaveExploits1References5
NVD
NVD
added 2026/07/06 7:17 p.m.15 views

CVE-2026-55798

Pillow is a Python imaging library. Prior to 12.3.0, WindowsViewer.getcommand constructed a cmd.exe shell command by directly embedding a file path into an f-string without escaping and passed the result to subprocess.Popen..., shell=True, allowing shell metacharacters in the file path to inject...

4.5CVSS0.00179EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2026/07/06 6:44 p.m.13 views

CVE-2026-55798 Pillow: WindowsViewer.get_command() OS command injection via unescaped shell path

Pillow is a Python imaging library. Prior to 12.3.0, WindowsViewer.getcommand constructed a cmd.exe shell command by directly embedding a file path into an f-string without escaping and passed the result to subprocess.Popen..., shell=True, allowing shell metacharacters in the file path to inject...

4.5CVSS6AI score0.00179EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/07/06 6:44 p.m.12 views

CVE-2026-55798

Pillow is a Python imaging library. Prior to 12.3.0, WindowsViewer.getcommand constructed a cmd.exe shell command by directly embedding a file path into an f-string without escaping and passed the result to subprocess.Popen..., shell=True, allowing shell metacharacters in the file path to inject...

4.5CVSS6AI score0.00179EPSS
SaveExploits1References6Affected Software1
Cvelist
Cvelist
added 2026/07/06 6:44 p.m.64 views

CVE-2026-55798 Pillow: WindowsViewer.get_command() OS command injection via unescaped shell path

Pillow is a Python imaging library. Prior to 12.3.0, WindowsViewer.getcommand constructed a cmd.exe shell command by directly embedding a file path into an f-string without escaping and passed the result to subprocess.Popen..., shell=True, allowing shell metacharacters in the file path to inject...

4.5CVSS0.00179EPSS
SaveExploits1References5
Rows per page
Query Builder