Commit f724fe3
committed
Add patched version for CVE-2018-18307 in alchemy_cms
Fixed in v7.4.10 via filename sanitization.
The vulnerability was a stored XSS attack via the /admin/pictures image
filename field. The fix sanitizes filenames during upload to prevent
malicious content from being stored and executed.
Ref: AlchemyCMS/alchemy_cms#3375
Ref: https://github.com/AlchemyCMS/alchemy_cms/releases/tag/v7.4.101 parent 8107219 commit f724fe3
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
0 commit comments