CVE-2024-34351
Scores
EPSS
Percentile: 92.8%
CVSS
CVSS Score: 7.5/10
All CVSS Scores
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Vector Breakdown
CVSS (Common Vulnerability Scoring System) vector provides detailed metrics about vulnerability characteristics
CVSS
Attack Vector
Network (N)
Describes how the vulnerability is exploited
Attack Complexity
Low (L)
Describes the conditions beyond the attacker's control
Privileges Required
None (N)
Describes the level of privileges an attacker must possess
User Interaction
None (N)
Captures the requirement for a human user participation
Scope
Unchanged (U)
Determines if a successful attack impacts components beyond the vulnerable component
Confidentiality Impact
None (N)
Measures the impact to the confidentiality of information
Integrity Impact
High (H)
Measures the impact to integrity of a successfully exploited vulnerability
Availability Impact
None (N)
Measures the impact to the availability of the impacted component
Description
Next.js is a React framework that can provide building blocks to create web applications. A Server-Side Request Forgery (SSRF) vulnerability was identified in Next.js Server Actions. If the Host header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself. The required conditions are 1) Next.js is running in a self-hosted manner; 2) the Next.js application makes use of Server Actions; and 3) the Server Action performs a redirect to a relative path which starts with a /. This vulnerability was fixed in Next.js 14.1.1.
Scaner-VS 7 — a modern vulnerability management solution
Sources
CWEs
Exploits
Exploit ID: CVE-2024-34351
Source: github-poc
URL: https://github.com/God4n/nextjs-CVE-2024-34351-_exploit
Vulnerable Software (2)
Type: Configuration
Operating System:
{ "children": [ { "cpe_match": [ { "cpe23uri": "cpe:2.3:a:vercel:next.js:*:*:*:*:*:node.js:*:*", "versionEndExcluding": "14.1.1", "versionStartIncludi...
{ "children": [ { "cpe_match": [ { "cpe23uri": "cpe:2.3:a:vercel:next.js:*:*:*:*:*:node.js:*:*", "versionEndExcluding": "14.1.1", "versionStartIncluding": "13.4.0" } ], "negate": false, "operator": "OR" } ], "operator": "OR"}
Source: anchore_overrides
Type: Configuration
Vendor: *
Product: next.js
Operating System: * * *
{ "cpe_match": [ { "cpe23uri": "cpe:2.3:a:vercel:next.js:*:*:*:*:*:node.js:*:*", "versionEndExcluding": "14.1.1", "versionStartIncluding": "13.4.0", "vulnerable": true ...
{ "cpe_match": [ { "cpe23uri": "cpe:2.3:a:vercel:next.js:*:*:*:*:*:node.js:*:*", "versionEndExcluding": "14.1.1", "versionStartIncluding": "13.4.0", "vulnerable": true } ], "operator": "OR"}
Source: nvd