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-m3px-vjxr-fx4m] Filament Excel Vulnerable to Path Traversal Attack on Export Download Endpoint #4806

Merged
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-m3px-vjxr-fx4m",
"modified": "2024-08-12T18:36:10Z",
"modified": "2024-08-12T18:36:14Z",
"published": "2024-08-12T18:36:10Z",
"aliases": [
"CVE-2024-42485"
],
"summary": "Filament Excel Vulnerable to Path Traversal Attack on Export Download Endpoint",
"details": "### Impact\nThe export download route `/filament-excel/{path}` allowed downloading any file without login when the webserver allows `../` in the URL. \n\n### Patches\nPatched with Version v2.3.3\n\n### Credits\nThanks to Kevin Pohl for reporting this.\n\n",
"details": "### Impact\nThe export download route `/filament-excel/{path}` allowed downloading any file without login when the webserver allows `../` in the URL. \n\n### Patches\nPatched with Version v2.3.3, v.1.1.14\n\n### Credits\nThanks to Kevin Pohl for reporting this.\n\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
Expand All @@ -37,6 +33,25 @@
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "pxlrbt/filament-excel"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.14"
}
]
}
]
}
],
"references": [
Expand Down
Loading