From aba6bc1e84d401d01ce634c21ad957971cb71b4c Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Fri, 3 Oct 2025 22:18:56 +0000 Subject: [PATCH] mail.cgi: Fixes bug 13891 commit 89585e76a2cade43c5fa397f4e2b86f605439659 Author: Michael Tremer Date: Thu Sep 25 17:19:59 2025 +0200 mail.cgi: Escape username/password in the right place Signed-off-by: Michael Tremer commit 43b4ba3768db5e46b95c263accb5b26e90df8a08 Author: Adolf Belka Date: Thu Sep 25 13:12:49 2025 +0200 mail.cgi: Fixes bug 13891 Fixes: bug 13891 - mail.cgi txt_mailuser txt_mailpass Stored Cross-Site Scripting Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer Signed-off-by: Vincent Li --- html/cgi-bin/mail.cgi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/html/cgi-bin/mail.cgi b/html/cgi-bin/mail.cgi index 0ed3dfeca..6c024974d 100644 --- a/html/cgi-bin/mail.cgi +++ b/html/cgi-bin/mail.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -218,11 +218,13 @@ END $Lang::tr{'email mailuser'} - + $Lang::tr{'email mailpass'} - + $Lang::tr{'email tls'}