Lookup for vulnerable packages by Package URL.
| Purl | pkg:npm/payload@3.78.0-canary.4 |
| Type | npm |
| Namespace | |
| Name | payload |
| Version | 3.78.0-canary.4 |
| Qualifiers |
|
| Subpath | |
| Is_vulnerable | true |
| Next_non_vulnerable_version | 3.79.1 |
| Latest_non_vulnerable_version | 3.79.1 |
| Affected_by_vulnerabilities |
| 0 |
| url |
VCID-2fz7-mz94-qkar |
| vulnerability_id |
VCID-2fz7-mz94-qkar |
| summary |
Payload has Authenticated SSRF via Upload Functionality
### Impact
An authenticated Server-Side Request Forgery (SSRF) vulnerability existed in the upload functionality.
Authenticated users with `create` or `update` access to an upload-enabled collection could cause the server to make outbound HTTP requests to arbitrary URLs.
Consumers are affected if ALL of these are true:
- Payload version **< v3.79.1**
- At least one collection with `upload` enabled
- An authenticated user has `create` or `update` access to that collection
### Patches
This vulnerability has been patched in **v3.79.1**. Users should upgrade to **v3.79.1** or later.
### Workarounds
Until consumers can upgrade:
- Restrict `create` and `update` access to upload-enabled collections to trusted roles only.
- Limit outbound network access from your Payload server where possible. |
| references |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2026-34746 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00015 |
| scoring_system |
epss |
| scoring_elements |
0.03115 |
| published_at |
2026-06-07T12:55:00Z |
|
| 1 |
| value |
0.00015 |
| scoring_system |
epss |
| scoring_elements |
0.03159 |
| published_at |
2026-06-05T12:55:00Z |
|
| 2 |
| value |
0.00015 |
| scoring_system |
epss |
| scoring_elements |
0.03168 |
| published_at |
2026-06-06T12:55:00Z |
|
| 3 |
| value |
0.00017 |
| scoring_system |
epss |
| scoring_elements |
0.0445 |
| published_at |
2026-06-09T12:55:00Z |
|
| 4 |
| value |
0.00017 |
| scoring_system |
epss |
| scoring_elements |
0.04428 |
| published_at |
2026-06-08T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2026-34746 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
|
| fixed_packages |
|
| aliases |
CVE-2026-34746, GHSA-6r7f-q7f5-wpx8
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-2fz7-mz94-qkar |
|
| 1 |
| url |
VCID-n3wh-68vm-zfdq |
| vulnerability_id |
VCID-n3wh-68vm-zfdq |
| summary |
Payload has a CSRF Protection Bypass in Authentication Flow
### Impact
A Cross-Site Request Forgery (CSRF) vulnerability existed in the authentication flow. Under certain conditions, the configured CSRF protection could be bypassed, allowing cross-site requests to be made.
Consumers are affected if ALL of these are true:
- Payload version **< v3.79.1**
- `serverURL` is configured
### Patches
This vulnerability has been patched in **v3.79.1**. Additional validation has been added to the authentication flow.
Consumers should upgrade to **v3.79.1** or later.
### Workarounds
There is no complete workaround without upgrading.
If consumers cannot upgrade immediately, setting `cookies.sameSite` to `'Strict'` will prevent the session cookie from being sent cross-site. However, this will also require users to re-authenticate when navigating to the application from external links (e.g. email, other sites). |
| references |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2026-34749 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00011 |
| scoring_system |
epss |
| scoring_elements |
0.01596 |
| published_at |
2026-06-06T12:55:00Z |
|
| 1 |
| value |
0.00011 |
| scoring_system |
epss |
| scoring_elements |
0.01597 |
| published_at |
2026-06-07T12:55:00Z |
|
| 2 |
| value |
0.00011 |
| scoring_system |
epss |
| scoring_elements |
0.0159 |
| published_at |
2026-06-05T12:55:00Z |
|
| 3 |
| value |
0.00013 |
| scoring_system |
epss |
| scoring_elements |
0.02293 |
| published_at |
2026-06-09T12:55:00Z |
|
| 4 |
| value |
0.00013 |
| scoring_system |
epss |
| scoring_elements |
0.02334 |
| published_at |
2026-06-08T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2026-34749 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
|
| fixed_packages |
|
| aliases |
CVE-2026-34749, GHSA-p6mr-xf3r-ghq4
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-n3wh-68vm-zfdq |
|
| 2 |
| url |
VCID-ucq6-796w-37hg |
| vulnerability_id |
VCID-ucq6-796w-37hg |
| summary |
Payload has an SQL Injection via Query Handling
### Impact
Certain request inputs were not properly validated. An attacker could craft requests that influence SQL query execution, potentially exposing or modifying data in collections.
### Patches
This issue has been fixed in **v3.79.1** and later. Query input validation has been hardened.
Upgrade to **v3.79.1 or later**.
### Workarounds
Until developers can upgrade:
- Limit access to endpoints that accept dynamic query inputs to trusted users only.
- Validate or sanitize input from untrusted clients before sending it to query endpoints. |
| references |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2026-34747 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00027 |
| scoring_system |
epss |
| scoring_elements |
0.08189 |
| published_at |
2026-06-06T12:55:00Z |
|
| 1 |
| value |
0.00027 |
| scoring_system |
epss |
| scoring_elements |
0.08172 |
| published_at |
2026-06-07T12:55:00Z |
|
| 2 |
| value |
0.00027 |
| scoring_system |
epss |
| scoring_elements |
0.08173 |
| published_at |
2026-06-05T12:55:00Z |
|
| 3 |
| value |
0.00032 |
| scoring_system |
epss |
| scoring_elements |
0.09553 |
| published_at |
2026-06-09T12:55:00Z |
|
| 4 |
| value |
0.00032 |
| scoring_system |
epss |
| scoring_elements |
0.09524 |
| published_at |
2026-06-08T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2026-34747 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
|
| fixed_packages |
|
| aliases |
CVE-2026-34747, GHSA-7xxh-373w-35vg
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ucq6-796w-37hg |
|
| 3 |
| url |
VCID-yrej-ge5q-y3ah |
| vulnerability_id |
VCID-yrej-ge5q-y3ah |
| summary |
Payload: Pre-Authentication Account Takeover via Parameter Injection in Password Recovery
### Impact
A vulnerability in the password recovery flow could allow an unauthenticated attacker to perform actions on behalf of a user who initiates a password reset.
Users are affected if:
- They are using Payload version **< v3.79.1** with any auth-enabled collection using the built-in `forgot-password` functionality.
### Patches
Input validation and URL construction in the password recovery flow have been hardened.
Users should upgrade to **v3.79.1** or later.
### Workarounds
There are no complete workarounds. Upgrading to **v3.79.1** is recommended. |
| references |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2026-34751 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00099 |
| scoring_system |
epss |
| scoring_elements |
0.27103 |
| published_at |
2026-06-06T12:55:00Z |
|
| 1 |
| value |
0.00099 |
| scoring_system |
epss |
| scoring_elements |
0.27063 |
| published_at |
2026-06-07T12:55:00Z |
|
| 2 |
| value |
0.00099 |
| scoring_system |
epss |
| scoring_elements |
0.27111 |
| published_at |
2026-06-05T12:55:00Z |
|
| 3 |
| value |
0.00103 |
| scoring_system |
epss |
| scoring_elements |
0.2772 |
| published_at |
2026-06-09T12:55:00Z |
|
| 4 |
| value |
0.00103 |
| scoring_system |
epss |
| scoring_elements |
0.27713 |
| published_at |
2026-06-08T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2026-34751 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
|
| fixed_packages |
|
| aliases |
CVE-2026-34751, GHSA-hp5w-3hxx-vmwf
|
| risk_score |
4.5 |
| exploitability |
0.5 |
| weighted_severity |
9.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-yrej-ge5q-y3ah |
|
|
| Fixing_vulnerabilities |
|
| Risk_score | 4.5 |
| Resource_url | http://public2.vulnerablecode.io/packages/pkg:npm/payload@3.78.0-canary.4 |