From 537587ae64469adedc32abcaa98d5704250cd72e Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Thu, 9 Oct 2025 17:33:25 +0000 Subject: [PATCH] ddns.cgi: Fixes bug 13884 commit 0b946b848c72511922fa211b6a4db0da092d204c Author: Michael Tremer Date: Thu Sep 25 16:37:27 2025 +0200 ddns.cgi: Escape the variables when they are being sent back to the browser Signed-off-by: Michael Tremer commit 67db35c8a536b54d169336269853aaa6eae85ab5 Author: Adolf Belka Date: Thu Sep 25 13:12:44 2025 +0200 ddns.cgi: Fixes bug 13884 Fixes: bug 13884 - ddns.cgi LOGIN PASSWORD SERVICE Stored Cross-Site Scripting Signed-off-by: Adolf Belka Reviewed-by: Bernhard Bitsch Signed-off-by: Michael Tremer Signed-off-by: Vincent Li --- html/cgi-bin/ddns.cgi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/html/cgi-bin/ddns.cgi b/html/cgi-bin/ddns.cgi index 0e3ccbe45..319ec09b7 100644 --- a/html/cgi-bin/ddns.cgi +++ b/html/cgi-bin/ddns.cgi @@ -523,17 +523,19 @@ print < $Lang::tr{'username'} - + $Lang::tr{'token'} - + $Lang::tr{'password'} - +