Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Foorcee committed Nov 18, 2024
1 parent 0cd2ea2 commit 22f1dd6
Showing 1 changed file with 24 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"schema_version": "1.4.0",
"id": "GHSA-xhg6-9j5j-w4vf",
"modified": "2024-11-14T17:58:03Z",
"modified": "2024-11-14T17:58:06Z",
"published": "2024-11-13T15:31:37Z",
"aliases": [
"CVE-2024-48510"
],
"summary": "DotNetZip Directory Traversal vulnerability",
"details": "Directory Traversal vulnerability in DotNetZip v.1.16.0 and before allows a remote attacker to execute arbitrary code via the src/Zip.Shared/ZipEntry.Extract.cs component NOTE: This vulnerability only affects products that are no longer supported by the maintainer.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
Expand All @@ -37,13 +33,36 @@
]
}
]
},
{
"package": {
"ecosystem": "NuGet",
"name": "ProDotNetZip"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "1.18.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48510"
},
{
"type": "WEB",
"url": "https://github.com/mihula/ProDotNetZip/pull/21"
},
{
"type": "WEB",
"url": "https://gist.github.com/thomas-chauchefoin-bentley-systems/855218959116f870f08857cce2aec731"
Expand Down

0 comments on commit 22f1dd6

Please sign in to comment.