Skip to content

Commit 13ca6fb

Browse files
tvdeyenpostmodern
authored andcommitted
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.10
1 parent 52a3cc0 commit 13ca6fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gems/alchemy_cms/CVE-2018-18307.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ description: |
1111
cvss_v3: 5.9
1212
unaffected_versions:
1313
- "< 4.1.0"
14-
notes: Never patched
14+
patched_versions:
15+
- ">= 7.4.10"
1516
related:
1617
url:
1718
- https://nvd.nist.gov/vuln/detail/CVE-2018-18307
1819
- http://packetstormsecurity.com/files/149787/Alchemy-CMS-4.1-Stable-Cross-Site-Scripting.html
1920
- https://github.com/AlchemyCMS/alchemy_cms/blob/4.1-stable/app/controllers/alchemy/admin/base_controller.rb#L15
2021
- https://github.com/AlchemyCMS/alchemy_cms/blob/4.1-stable/app/controllers/alchemy/admin/pictures_controller.rb#L5
2122
- https://github.com/AlchemyCMS/alchemy_cms/blob/4.1-stable/app/controllers/alchemy/admin/resources_controller.rb#L21
23+
- https://github.com/AlchemyCMS/alchemy_cms/pull/3375
24+
- https://github.com/AlchemyCMS/alchemy_cms/releases/tag/v7.4.10
2225
- https://github.com/advisories/GHSA-7mj4-2984-955f

0 commit comments

Comments
 (0)