Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Oct 4, 2024
1 parent 504a27b commit dbad2ef
Showing 1 changed file with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-p9ff-j98v-p435",
"modified": "2024-08-01T15:31:50Z",
"modified": "2024-10-04T23:33:29Z",
"published": "2024-06-20T21:31:45Z",
"aliases": [
"CVE-2024-37818"
],
"summary": "Strapi Server-Side Request Forgery (SSRF)",
"details": "Strapi v4.24.4 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /strapi.io/_next/image. This vulnerability allows attackers to scan for open ports or access sensitive information via a crafted GET request.",
"severity": [
{
Expand All @@ -14,13 +15,25 @@
}
],
"affected": [

{
"package": {
"ecosystem": "npm",
"name": "@strapi/strapi"
},
"versions": [
"4.24.4"
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37818"
},
{
"type": "PACKAGE",
"url": "https://github.com/strapi/strapi"
},
{
"type": "WEB",
"url": "https://medium.com/%40barkadevaibhav491/server-side-request-forgery-in-strapi-e02d5fe218ab"
Expand All @@ -35,8 +48,8 @@
"CWE-918"
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-10-04T23:33:29Z",
"nvd_published_at": "2024-06-20T19:15:50Z"
}
}

0 comments on commit dbad2ef

Please sign in to comment.