Lucene search
+L

95281 matches found

OSV
OSV
added 2026/06/26 10:55 p.m.6 views

GHSA-HWX4-2J3J-G496 pnpm: Transitive dependency alias path traversal allows project path override via symlink replacement

Summary pnpm allows a transitive dependency alias from registry package metadata to contain path traversal segments. During install, pnpm later uses that alias as a filesystem path when linking dependency nodes. As a result, a registry package can cause pnpm install - ignore-scripts to replace...

8.8CVSS5.9AI score0.00473EPSS
SaveExploits1References3
Patchstack
Patchstack
added 2026/06/26 10:53 p.m.8 views

NPM: pnpm: Git Fetch Argument Injection via Lockfile resolution.commit

NPM: pnpm: Git Fetch Argument Injection via Lockfile resolution.commit vulnerability discovered by ? in WordPress Npm pnpm versions 10.34.0...

7.3CVSS5.9AI score0.00263EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/06/26 10:53 p.m.12 views

EUVD-2026-39490

pnpm: Git Fetch Argument Injection via Lockfile resolution.commit...

6.4CVSS5.8AI score0.00263EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/06/26 10:53 p.m.9 views

Arbitrary Argument Injection

Overview pnpm is a Fast, disk space efficient package manager Affected versions of this package are vulnerable to Arbitrary Argument Injection in the git fetcher at fetching/git-fetcher/src/index.ts, which passes the lockfile's resolution.commit value into git fetch and git checkout without a --...

7.4CVSS6AI score0.00263EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/06/26 10:53 p.m.12 views

pnpm: Git Fetch Argument Injection via Lockfile resolution.commit

Summary pnpm passes the lockfile-controlled git resolution.commit value to git fetch without a -- separator or commit-format validation. For git dependencies fetched through the shallow-fetch path, a malicious lockfile can replace the expected 40-character commit hash with a Git option such as...

7.3CVSS6AI score0.00263EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/06/26 10:53 p.m.8 views

GHSA-P4XF-RF54-RJ3X pnpm: Git Fetch Argument Injection via Lockfile resolution.commit

Summary pnpm passes the lockfile-controlled git resolution.commit value to git fetch without a -- separator or commit-format validation. For git dependencies fetched through the shallow-fetch path, a malicious lockfile can replace the expected 40-character commit hash with a Git option such as...

6.4CVSS6AI score0.00263EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/06/26 9:53 p.m.12 views

Hackney has an infinite loop on non-token byte at start of an Alt-Svc entry

Summary CVE-2026-47066 is an infinite loop CWE-835 in hackney's Alt-Svc response header parser src/hackneyaltsvc.erl. When an HTTP server returns an Alt-Svc header whose value begins with a non-token byte e.g. !, @, =, ;, the parser enters a tight tail-recursive loop that pins an Erlang scheduler...

8.7CVSS5.8AI score0.00753EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/06/26 9:53 p.m.8 views

GHSA-6CP8-V795-JR2J Hackney has an infinite loop on non-token byte at start of an Alt-Svc entry

Summary CVE-2026-47066 is an infinite loop CWE-835 in hackney's Alt-Svc response header parser src/hackneyaltsvc.erl. When an HTTP server returns an Alt-Svc header whose value begins with a non-token byte e.g. !, @, =, ;, the parser enters a tight tail-recursive loop that pins an Erlang scheduler...

8.7CVSS5.8AI score0.00753EPSS
SaveExploits1References6
Snyk
Snyk
added 2026/06/26 9:49 p.m.9 views

Missing Support for Integrity Check

Overview pnpm is a Fast, disk space efficient package manager Affected versions of this package are vulnerable to Missing Support for Integrity Check involving GitHub git dependencies, because the tarball hash for packages resolved from codeload.github.com is not recorded in the lockfile. An...

7.5CVSS5.9AI score0.00161EPSS
SaveExploits1References2
Patchstack
Patchstack
added 2026/06/26 9:49 p.m.8 views

NPM: pnpm: Tarball hash of GitHub git dependencies is not stored in lockfile

NPM: pnpm: Tarball hash of GitHub git dependencies is not stored in lockfile vulnerability discovered by ? in WordPress Npm pnpm versions 10.33.4...

7.5CVSS5.9AI score0.00161EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/06/26 9:49 p.m.10 views

EUVD-2026-39497

pnpm: Tarball hash of GitHub git dependencies is not stored in lockfile...

7.5CVSS5.8AI score0.00161EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/06/26 9:49 p.m.11 views

pnpm: Tarball hash of GitHub git dependencies is not stored in lockfile

Summary A malicious codeload.github.com server can serve whatever tarball it wants and pnpm will install it regardless of the lockfile. Details The lockfile does not store the hash of the dependencies from https://codeload.github.com This means that if this server was compromised or a person's...

7.5CVSS5.8AI score0.00161EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/06/26 9:49 p.m.6 views

GHSA-HG3W-7F8C-63HP pnpm: Tarball hash of GitHub git dependencies is not stored in lockfile

Summary A malicious codeload.github.com server can serve whatever tarball it wants and pnpm will install it regardless of the lockfile. Details The lockfile does not store the hash of the dependencies from https://codeload.github.com This means that if this server was compromised or a person's...

7.5CVSS5.8AI score0.00161EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/06/26 9:47 p.m.7 views

Cargo can be coerced to share credentials between registries

The Rust Security Response Team was notified that Cargo incorrectly normalized the URLs of third-party registries using the sparse index protocol1. If a hosting provider allowed multiple registries to be hosted with arbitrary names within the same domain, an attacker able to publish crates in a...

6.5CVSS5.9AI score0.00379EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/06/26 9:47 p.m.7 views

GHSA-P688-R7JV-FM6F Cargo can be coerced to share credentials between registries

The Rust Security Response Team was notified that Cargo incorrectly normalized the URLs of third-party registries using the sparse index protocol1. If a hosting provider allowed multiple registries to be hosted with arbitrary names within the same domain, an attacker able to publish crates in a...

2.3CVSS5.9AI score0.00379EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/06/26 9:23 p.m.49 views

phpMyFAQ has an incomplete fix for GHSA-xvp4-phqj-cjr3 — editUser() and updateUserRights() lack authorization guards

Advisory / Disclosure phpMyFAQ 4.1.3 — incomplete fix for the admin-API IDOR/privilege-escalation class Target: thorsten/phpMyFAQ composer: thorsten/phpmyfaq, phpmyfaq/phpmyfaq Affected: "Only SuperAdmins may change other users' attributes. Self-service is always allowed." and "a non-SuperAdmin...

6AI score
SaveExploits0References2Affected Software2
OSV
OSV
added 2026/06/26 9:23 p.m.8 views

GHSA-985R-Q3QP-299H phpMyFAQ has an incomplete fix for GHSA-xvp4-phqj-cjr3 — editUser() and updateUserRights() lack authorization guards

Advisory / Disclosure phpMyFAQ 4.1.3 — incomplete fix for the admin-API IDOR/privilege-escalation class Target: thorsten/phpMyFAQ composer: thorsten/phpmyfaq, phpmyfaq/phpmyfaq Affected: "Only SuperAdmins may change other users' attributes. Self-service is always allowed." and "a non-SuperAdmin...

8.1CVSS6AI score0.00442EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/26 9:11 p.m.15 views

Prototype Pollution

Overview n8n-workflow is a Workflow base code of n8n Affected versions of this package are vulnerable to Prototype Pollution via the deepCopy and replaceCircularReferences utilities in utils.ts. An attacker can inject crafted proto, constructor, or prototype fields in a public webhook payload tha...

6.4CVSS6.6AI score0.00259EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/26 9:3 p.m.10 views

Prototype Pollution

Overview @deepstream/server is an a scalable server for realtime webapps Affected versions of this package are vulnerable to Prototype Pollution via the message processing pipeline. An attacker can escalate privileges and potentially gain unauthorized access or modify sensitive data by sending...

9.9CVSS6.5AI score0.0047EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/26 9:2 p.m.9 views

Scriban: ExpressionDepthLimit guard is non-enforcing — parser-recursion DoS in 6.6.0–7.2.0 (incomplete fix for GHSA-wgh7-7m3c-fx25 / GHSA-p6q4-fgr8-vx4p)

Summary The ExpressionDepthLimit parser guard in Scriban does not actually stop parsing — it only logs a non-fatal error and lets recursive descent continue. As a result, a template containing a deeply nested expression parentheses, array initializers, object initializers, or unary operators driv...

6.1AI score
SaveExploits0References2Affected Software2
Rows per page
Query Builder