Lucene search
+L

350 matches found

CVE
CVE
added 2026/05/13 12:0 a.m.25 views

CVE-2026-31156

CVE-2026-31156 describes a path-injection flaw in OpenPLC v3 arising from glue_generator.cpp not validating file path arguments passed on the command line. User-supplied paths are handed directly to file APIs (fopen/ifstream/ofstream), enabling an attacker to read arbitrary readable files. Public...

6.5CVSS5.9AI score0.00387EPSS
SaveExploits2References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/13 12:0 a.m.8 views

CVE-2026-31156

A path injection vulnerability exists in OpenPLC v3 2c82b0e79c53f8c1f1458eee15fec173400d6e1a as the binary program compiled from gluegenerator.cpp does not perform any validation on the file path parameters passed via the command line. The user-controlled input parameters are directly passed to t...

5.9AI score0.00387EPSS
SaveExploits2References2
OSV
OSV
added 2026/05/12 2:59 p.m.18 views

GHSA-F84P-CVGM-XGJJ protobuf.js is Vulnerable to OS Command Injection in the CLI

Summary pbts invoked JSDoc by building a shell command string from input file paths and executing it through childprocess.exec. File paths containing shell metacharacters could therefore be interpreted by the shell instead of being passed to JSDoc as plain arguments. Impact An attacker who can...

7.8CVSS6AI score0.00132EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/12 12:0 a.m.34 views

CVE-2026-31226

CVE-2026-31226 relates to a critical command-injection in TinyZero’s HDFS file operations utilities. The flaw stems from unsafe shell command construction and execution via os.system(), where user-controlled input (e.g., file paths) is interpolated using f-strings inside the _copy() function. An ...

9.8CVSS6.5AI score0.01158EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/22 8:28 p.m.14 views

GHSA-MGCP-MFP8-3Q45 i18next-locize-backend has URL Injection via Unsanitized Path Parameters

Summary Versions of i18next-locize-backend prior to 9.0.2 interpolate lng, ns, projectId, and version directly into the configured loadPath / privatePath / addPath / updatePath / getLanguagesPath URL templates with no path-component validation and no encoding. When an application exposes any of...

6.5CVSS5.7AI score0.00224EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/04/22 12:0 a.m.9 views

PT-2026-37153

Name of the Vulnerable Software and Affected Versions i18next-fs-backend versions prior to 2.6.4 Description i18next-fs-backend substitutes the lng and ns options directly into the configured loadPath and addPath templates to read or write files from the disk. Because this interpolation is...

8.2CVSS6AI score0.00292EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/04/22 12:0 a.m.19 views

PT-2026-37151

Name of the Vulnerable Software and Affected Versions i18next-http-backend versions prior to 3.0.5 Description Versions of the library interpolate the lng and ns values directly into the configured loadPath or addPath URL templates without encoding, validation, or path sanitization. When...

9.1CVSS5.8AI score0.00306EPSS
SaveExploits0References7
OSV
OSV
added 2026/04/18 12:41 a.m.7 views

CVE-2026-35465 SecureDrop Client has path injection in read_gzip_header_filename()

SecureDrop Client is a desktop app for journalists to securely communicate with sources and handle submissions on the SecureDrop Workstation. In versions 0.17.4 and below, a compromised SecureDrop Server can achieve code execution on the Client's virtual machine sd-app by exploiting improper...

7.5CVSS6.4AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/04/18 12:41 a.m.3 views

CVE-2026-35465 SecureDrop Client has path injection in read_gzip_header_filename()

SecureDrop Client is a desktop app for journalists to securely communicate with sources and handle submissions on the SecureDrop Workstation. In versions 0.17.4 and below, a compromised SecureDrop Server can achieve code execution on the Client's virtual machine sd-app by exploiting improper...

7.5CVSS6.2AI score0.00439EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/04/18 12:41 a.m.44 views

CVE-2026-35465 SecureDrop Client has path injection in read_gzip_header_filename()

SecureDrop Client is a desktop app for journalists to securely communicate with sources and handle submissions on the SecureDrop Workstation. In versions 0.17.4 and below, a compromised SecureDrop Server can achieve code execution on the Client's virtual machine sd-app by exploiting improper...

7.5CVSS0.00439EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/09 12:0 a.m.13 views

Basic FTP 安全漏洞

Basic FTP is a Node.js FTP client library developed by Patrick Juchli. Versions of Basic FTP prior to 5.2.1 contained a security vulnerability; this vulnerability stemmed from the possibility of CRLF sequences being present in file path parameters, which could lead to FTP command injection attack...

8.6CVSS5.8AI score0.02185EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/04/07 11:1 p.m.9 views

CVE-2026-35021

Anthropic Claude Code CLI and Claude Agent SDK contain an OS command injection vulnerability in the prompt editor invocation utility that allows attackers to execute arbitrary commands by crafting malicious file paths. Attackers can inject shell metacharacters such as $ or backtick expressions in...

8.4CVSS6.2AI score0.00041EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/04/03 11:50 p.m.29 views

CVE-2026-34773 Electron: Registry key path injection in app.setAsDefaultProtocolClient on Windows

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.1, 40.8.1, and 41.0.0, on Windows, app.setAsDefaultProtocolClientprotocol did not validate the protocol name before writing to the registry. Apps that pass...

4.7CVSS0.0024EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/03 11:50 p.m.26 views

CVE-2026-34773

CVE-2026-34773 (Electron, Windows): The issue arises when calling app.setAsDefaultProtocolClient() with a protocol name derived from external input; the protocol name is written to HKCU\Software\Classes\ without proper validation, risking hijack of existing protocol handlers. Affected Electron ve...

7.5CVSS5.9AI score0.0024EPSS
SaveExploits0References1Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/03 1:36 p.m.4 views

CVE-2026-35536

A flaw was found in Tornado. A remote attacker could exploit this vulnerability by injecting specially crafted characters into the domain, path, and samesite arguments when setting cookies. This could lead to cookie attribute injection, potentially allowing for information disclosure or...

7.2CVSS5.8AI score0.00237EPSS
SaveExploits0References5
F5 Networks
F5 Networks
added 2026/04/01 2:17 p.m.11 views

K000160575: ingress-nginx vulnerability CVE-2026-24512

Security Advisory Description A security issue was discovered in ingress-nginx where the rules.http.paths.path Ingress field can be used to inject configuration into nginx. This can lead to arbitrary code execution in the context of the ingress-nginx controller, and disclosure of Secrets accessib...

8.8CVSS6.6AI score0.00501EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2026/03/31 11:27 p.m.9 views

SUSE CVE-2026-34041

act is a project which allows for local running of github actions. Prior to version 0.2.86, act unconditionally processes the deprecated ::set-env:: and ::add-path:: workflow commands, which was disabled due to environment injection risks. When a workflow step echoes untrusted data to stdout, an...

9.8CVSS5.9AI score0.00619EPSS
SaveExploits1References5
NVD
NVD
added 2026/03/31 3:15 a.m.12 views

CVE-2026-34041

act is a project which allows for local running of github actions. Prior to version 0.2.86, act unconditionally processes the deprecated ::set-env:: and ::add-path:: workflow commands, which was disabled due to environment injection risks. When a workflow step echoes untrusted data to stdout, an...

9.8CVSS0.00619EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/31 1:43 a.m.6 views

CVE-2026-34041

act is a project which allows for local running of github actions. Prior to version 0.2.86, act unconditionally processes the deprecated ::set-env:: and ::add-path:: workflow commands, which was disabled due to environment injection risks. When a workflow step echoes untrusted data to stdout, an...

7.7CVSS5.9AI score0.00619EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/03/27 6:22 p.m.8 views

GHSA-XJPJ-3MR7-GCPF Handlebars.js has JavaScript Injection in CLI Precompiler via Unescaped Names and Options

Summary The Handlebars CLI precompiler bin/handlebars / lib/precompiler.js concatenates user-controlled strings — template file names and several CLI options — directly into the JavaScript it emits, without any escaping or sanitization. An attacker who can influence template filenames or CLI...

8.2CVSS6AI score0.00291EPSS
SaveExploits1References5
Rows per page
Query Builder