commit 1840802: [Minor] Treat *.cue attachments as harmful

twesterhever 40121680+twesterhever at users.noreply.github.com
Fri Oct 13 19:00:03 UTC 2023


Author: twesterhever
Date: 2023-10-13 10:30:02 +0000
URL: https://github.com/rspamd/rspamd/commit/1840802dbd9a882970345c13d635a743e44f3ef9 (refs/pull/4642/head)

[Minor] Treat *.cue attachments as harmful
Rationale: https://arstechnica.com/information-technology/2023/10/one-click-remote-code-exploit-in-cd-cue-files-affects-most-gnome-based-linux-distros/

---
 src/plugins/lua/mime_types.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua
index 939251630..bfe0d6327 100644
--- a/src/plugins/lua/mime_types.lua
+++ b/src/plugins/lua/mime_types.lua
@@ -55,6 +55,7 @@ local settings = {
     bat = 2,
     chm = 4,
     com = 2,
+    cue = 2,
     exe = 1,
     hta = 2,
     iso = 4,


More information about the Commits mailing list