Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHSA-xhg6-9j5j-w4vf] DotNetZip Directory Traversal vulnerability #5035

Open
wants to merge 1 commit into
base: Foorcee/advisory-improvement-5035
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-18T23:41:14Z",
"modified": "2024-11-18T23:41:15Z",
"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",
"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\n\n**Notice**: ProDotNetZip provides compatibility with existing code and can be used as a drop-in replacement for DotNetZip. The vulnerability in DotNetZip has been fixed in ProDotNetZip as of version 1.19.0.",
"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 Down Expand Up @@ -51,11 +47,14 @@
"introduced": "0"
},
{
"last_affected": "1.18.0"
"fixed": "1.19.0"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "<= 1.18.0"
}
}
],
"references": [
Expand Down