Lucene search
+L

289 matches found

RedhatCVE
RedhatCVE
added 2026/05/30 2:12 a.m.21 views

CVE-2026-47274

pamusb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.0, multiple pamusb helper tools resolved external binaries through the PATH environment variable rather than using absolute paths. An attacker who can influence the process environment during PAM...

6.3CVSS5.9AI score0.00141EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.17 views

pam_usb 代码问题漏洞

pamusb is a Linux hardware authentication tool developed by McDope’s individual developer, based on USB devices. Versions of pamusb prior to 0.9.0 have code vulnerabilities. These vulnerabilities stem from multiple auxiliary tools resolving external binary files through the PATH environment...

6.3CVSS6AI score0.00141EPSS
SaveExploits0References5
Veracode
Veracode
added 2026/05/23 5:35 a.m.19 views

Path Traversal

github.com/openclaw/crabbox is vulnerable to path traversal. The vulnerability is due to improper validation of workspace path resolution in the Islo provider, which allows an attacker to supply crafted absolute or relative paths through a malicious .crabbox.yaml or crabbox.yaml file to perform...

7.1CVSS6AI score0.00144EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/05/23 12:00 a.m.23 views

Directory Traversal

Overview org.springframework.ai:spring-ai-anthropic is an Anthropic models support Affected versions of this package are vulnerable to Directory Traversal via filename handling in the API support. An attacker can perform path traversal by supplying LLM-influenced filenames that are used unsanitiz...

8.7CVSS6.3AI score0.00398EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/21 8:17 p.m.22 views

Fission builder accepts arbitrary buildcmd strings from Environment.spec.builder.command, allowing the builder pod to invoke arbitrary executables

Summary Before the round-1 security sweep, pkg/builder/builder.go passed Environment.spec.builder.command directly into exec.Command... after a strings.Fields split, with no validation of the executable path or its arguments. A user who could create or update Environment CRDs in a namespace...

6.9CVSS6.2AI score0.00364EPSS
SaveExploits0References5Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/05/18 12:00 a.m.15 views

The vulnerability of the path Resolve() function in the vm2 library of the NPM package manager allows a attacker to bypass the sandbox protection and execute arbitrary code.

The vulnerability of the pathResolve function in the vm2 library of the NPM package manager is related to an incorrect definition of symbolic links during file access. Exploiting this vulnerability allows a remote attacker to bypass the sandboxing mechanisms and execute arbitrary code...

8.5CVSS6.1AI score0.00722EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/18 12:00 a.m.23 views

PT-2026-41779

Name of the Vulnerable Software and Affected Versions NiceGUI versions prior to 3.12.0 Description Two FastAPI routes used for serving per-component static assets accept a sub-path parameter that can resolve to a directory instead of a file. When a request resolves to a directory, it triggers an...

5.3CVSS6.2AI score0.00343EPSS
SaveExploits0References10
NVD
NVD
added 2026/05/13 6:16 p.m.21 views

CVE-2026-43998

vm2 is an open source vm/sandbox for Node.js. In 3.10.5, NodeVM's require.root path restriction can be bypassed using filesystem symlinks, allowing sandboxed code to load modules from outside the allowed root directory in host context. Because path validation uses path.resolve which does not...

8.5CVSS0.00722EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/05/11 4:34 p.m.12 views

CVE-2026-42314

pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, package folder names are sanitized using insufficient string replacement. The pattern ....// becomes .. after replacement partial removal, leaving .. which can be exploited when the path is later resolve...

6.5CVSS5.8AI score0.00342EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/05/08 11:33 p.m.19 views

GHSA-HG3H-G7XC-F7VP view_component: System Test Entry Point Path Check Allows Sibling Directory Escape

Summary The system test entrypoint canonicalizes a user-controlled file path with File.realpath, then checks whether the resolved path starts with the temp directory path. This is not a safe containment check because sibling directories can share the same string prefix. Severity: Medium; test-rou...

5.9CVSS5.8AI score0.00412EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/04/22 6:31 p.m.25 views

Duplicate Advisory: uutils coreutils has a Time-of-Check to Time-of-Use (TOCTOU) race condition

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-gwm6-q8ch-hcfr. This link is maintained to preserve external references. Original Description A Time-of-Check to Time-of-Use TOCTOU vulnerability exists in the install utility of uutils coreutils when using the ...

6.3CVSS6AI score0.00108EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/22 6:31 p.m.9 views

GHSA-M26V-HJQ3-X245 Duplicate Advisory: uutils coreutils has a Time-of-Check to Time-of-Use (TOCTOU) race condition

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-gwm6-q8ch-hcfr. This link is maintained to preserve external references. Original Description A Time-of-Check to Time-of-Use TOCTOU vulnerability exists in the install utility of uutils coreutils when using the ...

6.3CVSS6AI score
SaveExploits0References5
NVD
NVD
added 2026/04/22 5:16 p.m.22 views

CVE-2026-35356

A Time-of-Check to Time-of-Use TOCTOU vulnerability exists in the install utility of uutils coreutils when using the -D flag. The command creates parent directories and subsequently performs a second path resolution to create the target file, neither of which is anchored to a directory file...

6.3CVSS0.00108EPSS
SaveExploits0References2
FreeBSD
FreeBSD
added 2026/04/22 12:00 a.m.22 views

Gitlab -- vulnerabilities

Gitlab reports: Cross-Site Request Forgery issue in GraphQL API impacts GitLab CE/EE GitLab Improper Resolution of Path Equivalence issue in Web IDE asset impacts GitLab CE/EE Cross-site Scripting issue in Storybook impacts GitLab CE/EE Denial of Service issue in discussions endpoint impacts GitL...

5.7AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.15 views

PT-2026-34492

Name of the Vulnerable Software and Affected Versions uutils coreutils affected versions not specified Description A Time-of-Check to Time-of-Use TOCTOU issue exists in the install utility when using the '-D' flag. The command creates parent directories and then performs a second path resolution ...

6.3CVSS6.1AI score0.00108EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2026/04/11 1:16 a.m.11 views

CVE-2026-4158

KeePassXC OpenSSL Configuration Uncontrolled Search Path Element Local Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of KeePassXC. An attacker must first obtain the ability to execute low-privileged code on the targe...

7.3CVSS7.4AI score0.00226EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/09 7:05 p.m.8 views

CVE-2026-39977

flatpak-builder is a tool to build flatpaks from source. From 1.4.5 to before 1.4.8, the license-files manifest key takes an array of paths to user defined licence files relative to the source directory of the module. The paths from that array are resolved using gfileresolverelativepath and...

7.1CVSS6AI score0.00288EPSS
SaveExploits1References2Affected Software1
AlpineLinux
AlpineLinux
added 2026/04/09 7:05 p.m.19 views

CVE-2026-39977

flatpak-builder is a tool to build flatpaks from source. From 1.4.5 to before 1.4.8, the license-files manifest key takes an array of paths to user defined licence files relative to the source directory of the module. The paths from that array are resolved using gfileresolverelativepath and...

7.1CVSS5.9AI score0.00288EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.26 views

PT-2026-29515

A local file inclusion vulnerability in the upload/download flow of the VertiGIS FM application allows authenticated attackers to read arbitrary files from the server by manipulating a file's path during its upload. When the file is subsequently downloaded, the file in the attacker controlled pat...

8.7CVSS6.5AI score0.00608EPSS
SaveExploits1References3
OSV
OSV
added 2026/03/31 11:53 p.m.12 views

GHSA-QF48-QFV4-JJM9 OpenClaw: Feishu extension resolveUploadInput bypasses file-system sandbox and allows arbitrary file reads via upload_image

Summary Feishu upload path resolution could read files outside the configured localRoots sandbox before handing them to the upload path. Impact A tool caller constrained to workspace or localRoots paths could exfiltrate arbitrary host files through Feishu upload actions. Affected Component...

6CVSS6AI score0.00339EPSS
SaveExploits0References5
Rows per page
Query Builder