Skip to content

Commit c546cba

Browse files
1 parent 5d51ab9 commit c546cba

1 file changed

Lines changed: 30 additions & 5 deletions

File tree

advisories/unreviewed/2026/01/GHSA-9g95-48c6-r778/GHSA-9g95-48c6-r778.json renamed to advisories/github-reviewed/2026/01/GHSA-9g95-48c6-r778/GHSA-9g95-48c6-r778.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,53 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9g95-48c6-r778",
4-
"modified": "2026-01-17T00:30:24Z",
4+
"modified": "2026-01-20T18:17:02Z",
55
"published": "2026-01-16T15:31:24Z",
66
"aliases": [
77
"CVE-2025-14894"
88
],
9+
"summary": "Livewire Filemanager does not restrict uploaded file types",
910
"details": "Livewire Filemanager, commonly used in Laravel applications, contains LivewireFilemanagerComponent.php, which does not perform file type and MIME validation, allowing for RCE through upload of a malicious php file that can then be executed via the /storage/ URL if a commonly performed setup process within Laravel applications has been completed.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "livewire-filemanager/filemanager"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.0.4"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14894"
2142
},
2243
{
23-
"type": "WEB",
44+
"type": "PACKAGE",
2445
"url": "https://github.com/livewire-filemanager/filemanager"
2546
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/livewire-filemanager/filemanager/blob/master/docs.md#security"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://hackingbydoing.wixsite.com/hackingbydoing/post/unauthenticated-rce-in-livewire-filemanager"
@@ -35,8 +60,8 @@
3560
"database_specific": {
3661
"cwe_ids": [],
3762
"severity": "HIGH",
38-
"github_reviewed": false,
39-
"github_reviewed_at": null,
63+
"github_reviewed": true,
64+
"github_reviewed_at": "2026-01-20T18:17:02Z",
4065
"nvd_published_at": "2026-01-16T13:16:11Z"
4166
}
4267
}

0 commit comments

Comments
 (0)