Lucene search
+L

8260 matches found

Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.7 views

PT-2026-70742

Improper neutralization of special elements used in an os command 'os command injection' in Visual Studio Code allows an unauthorized attacker to execute code over a network...

8.8CVSS5.5AI score0.00455EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.4 views

PT-2026-70021

Name of the Vulnerable Software and Affected Versions SAP Manufacturing Integration and Intelligence MII affected versions not specified Description An attacker with high privileges can submit specially crafted input to certain functionality that is processed without sufficient validation. This...

9.1CVSS5.6AI score0.00507EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.5 views

PT-2026-70768

Name of the Vulnerable Software and Affected Versions GitHub Copilot affected versions not specified Visual Studio Code affected versions not specified Description Improper neutralization of special elements used in an OS command, known as OS command injection, allows an unauthorized attacker to...

7.8CVSS5.7AI score0.00466EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.15 views

PT-2026-70348

Name of the Vulnerable Software and Affected Versions ColdFusion affected versions not specified Description An OS Command Injection issue exists due to improper neutralization of special elements used in an OS command. This flaw allows a low-privileged attacker to bypass security features and...

7.7CVSS5.3AI score0.008EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.2 views

PT-2026-70344

Name of the Vulnerable Software and Affected Versions ColdFusion affected versions not specified Description An OS Command Injection issue exists due to improper neutralization of special elements used in an OS command. This allows an attacker to execute arbitrary code in the context of the curre...

10CVSS6.3AI score0.02071EPSS
SaveExploits0References4
Packet Storm
Packet Storm
added 2026/08/11 12:00 a.m.22 views

CorgetGpsDget 2_3.2 Command Injection

CorgetGpsDget version 23.2 suffers from a remote command injection vulnerability. Exploit Title: CorgetGpsDget 23.2 - OS Command Injection Date: 2026-07-05 Exploit Author: Bytetobreach Fofa server: "PTTServer" Vendor Homepage: http://corget.com Version: GpsDget 23.2, build 2020-09-01 dget.version...

5.6AI score
SaveExploits0
CVE
CVE
added 2026/08/10 10:26 p.m.65 views

CVE-2025-30241

CVE-2025-30241 affects TP-Link Aginet devices; the web interface allows OS command execution due to inadequate input validation/sanitization before using system-level commands. An authenticated adjacent attacker can inject crafted input to run arbitrary commands with elevated privileges, potentia...

8.6CVSS5.9AI score0.00493EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/10 10:26 p.m.29 views

CVE-2025-30241 OS Command Injection in Web Interface in Multiple TP-Link Aginet Devices

Certain web interface components in affected TP-Link Aginet devices do not validate and sanitize user-supplied input properly before passing it to system-level command execution functions. An authenticated adjacent attacker may inject specially crafted input to execute arbitrary operation system...

8.6CVSS0.00493EPSS
SaveExploits0References1
Chainguard
Chainguard
added 2026/08/10 8:30 p.m.12 views

CVE-2026-71849 vulnerabilities

Vulnerabilities for packages: kibana, wazuh-dashboard-fips, langfuse-fips, langfuse, wazuh-dashboard...

3.7CVSS6.2AI score0.00236EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/08/10 8:30 p.m.13 views

GHSA-79QM-7RJ5-M7R9 vulnerabilities

Vulnerabilities for packages: kibana, wazuh-dashboard-fips, langfuse-fips, langfuse, wazuh-dashboard...

5.2AI score
SaveExploits0
OSV
OSV
added 2026/08/10 7:19 p.m.8 views

CVE-2026-72880 Dokploy: Arbitrary File Write + Remote OS Command Injection via `certificatePath`

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the apiCreateCertificate schema in packages/server/src/db/schema/certificate.ts accepts a client-supplied certificatePath, and packages/server/src/services/certificate.ts joins that value to the certificate root withou...

9.9CVSS5.4AI score
SaveExploits0References6
OSV
OSV
added 2026/08/10 7:11 p.m.9 views

CVE-2026-72878 Dokploy: OS Command Injection in backup/restore pipeline via unescaped user-controlled shell arguments

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, Dokploy's backup and restore pipeline constructs shell commands by directly interpolating user-controlled database fields into bash -c "..." and sh -c "..." strings, then executes them via childprocess.exec. An...

9.6CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/08/10 6:50 p.m.28 views

CVE-2026-72872

CVE-2026-72872 affects Dokploy PaaS prior to version 0.29.13. Affected component: packages/server/src/utils/providers/bitbucket.ts, where bitbucketOwner and bitbucketRepository are stored/used without validation and interpolated into git clone commands executed via execAsync/execAsyncRemote. This...

9.9CVSS5.7AI score0.00372EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 6:33 p.m.10 views

CVE-2026-72865 Dokploy: OS Command Injection via compose `composePath`

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the compose.update operation stores an unvalidated composePath that packages/server/src/utils/builders/compose.ts and packages/server/src/services/compose.ts interpolate into docker compose -f, docker stack deploy -c,...

9.9CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/08/10 5:59 p.m.36 views

CVE-2026-72862

Technical details are not publicly available in the provided documents. Monitor for updates.

9.9CVSS5.4AI score0.00433EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 5:59 p.m.20 views

CVE-2026-72862 Dokploy: OS Command Injection via dockerImage field in database service deployment functions → HOST RCE

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the mariadb.ts, mongo.ts, mysql.ts, postgres.ts, redis.ts, and libsql.ts Dokploy database service deployment functions pass user-controlled dockerImage fields unquoted into docker pull $dockerImage shell commands on th...

9.9CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 5:55 p.m.29 views

CVE-2026-72740 Dokploy: OS Command Injection via SSH-form `customGitUrl` domain in `ssh-keyscan`

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, packages/server/src/utils/providers/git.ts parses the user-controlled customGitUrl with sanitizeRepoPathSSH and interpolates its domain into the ssh-keyscan command from addHostToKnownHostsCommand without shell quoting...

9.9CVSS0.00521EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 5:55 p.m.13 views

CVE-2026-72740 Dokploy: OS Command Injection via SSH-form `customGitUrl` domain in `ssh-keyscan`

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, packages/server/src/utils/providers/git.ts parses the user-controlled customGitUrl with sanitizeRepoPathSSH and interpolates its domain into the ssh-keyscan command from addHostToKnownHostsCommand without shell quoting...

9.9CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/08/10 5:40 p.m.64 views

CVE-2026-72736

Summary: CVE-2026-72736 affects Dokploy prior to version 0.29.13. The vulnerability arises because user-supplied values are interpolated into shell commands in the registry credential testing and Docker Swarm cluster management endpoints. There is a safe local code path, but the remote path uses ...

9.9CVSS5.5AI score0.00433EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 5:26 p.m.6 views

CVE-2026-72733 Dokploy: OS Command Injection via `databaseName` / `backupFile` in database restore

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the backup.restoreBackupWithLogs tRPC subscription builds database restore shell pipelines from the user-controlled databaseName and backupFile fields without safely separating them from shell syntax...

9.9CVSS5.5AI score
SaveExploits0References8
Rows per page
Query Builder