Your message dated Sat, 26 Mar 2022 11:59:13 +0000 with message-id <c4d20274f6d76a43fb574d2177f6e3af4235e4be.camel@adam-barratt.org.uk> and subject line Closing p-u requests for updates in 11.3 has caused the Debian Bug report #1007947, regarding bullseye-pu: package phpliteadmin/1.9.8.2-1+deb11u1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1007947: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007947 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: bullseye-pu: package phpliteadmin/1.9.8.2-1+deb11u1
- From: Nicholas Guriev <nicholas@guriev.su>
- Date: Sat, 19 Mar 2022 10:18:26 +0300
- Message-id: <[🔎] 572e5ac01bfc07a1f15d776debb15249e07c597e.camel@guriev.su>
Package: release.debian.org Severity: normal Tags: bullseye User: release.debian.org@packages.debian.org Usertags: pu Dear Stable Release Managers, Salvatore Bonaccorso on the Security Team suggested me to fix a revealed XSS vulnerability trough the upcoming point release. The issue has got the assigned number CVE-2021-46709. The proposed fix is a trivial one- liner patch casting $_GET['newRows'] to (int). [ Checklist ] [x] *all* changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in (old)stable [x] the issue is verified as fixed in unstable [ Changes ] phpliteadmin (1.9.8.2-1+deb11u1) bullseye; urgency=medium . * Fix CVE-2021-46709, an XSS issue with the newRows GET parameter.diffstat for phpliteadmin-1.9.8.2 phpliteadmin-1.9.8.2 changelog | 6 ++++++ patches/Fix-newRows-XSS.patch | 18 ++++++++++++++++++ patches/series | 1 + 3 files changed, 25 insertions(+) diff -Nru phpliteadmin-1.9.8.2/debian/changelog phpliteadmin-1.9.8.2/debian/changelog --- phpliteadmin-1.9.8.2/debian/changelog 2019-09-18 18:20:28.000000000 +0300 +++ phpliteadmin-1.9.8.2/debian/changelog 2022-03-19 09:25:56.000000000 +0300 @@ -1,3 +1,9 @@ +phpliteadmin (1.9.8.2-1+deb11u1) bullseye; urgency=medium + + * Fix CVE-2021-46709, an XSS issue with the newRows GET parameter. + + -- Nicholas Guriev <guriev-ns@ya.ru> Sat, 19 Mar 2022 09:25:56 +0300 + phpliteadmin (1.9.8.2-1) unstable; urgency=medium * New upstream release. diff -Nru phpliteadmin-1.9.8.2/debian/patches/Fix-newRows-XSS.patch phpliteadmin-1.9.8.2/debian/patches/Fix-newRows-XSS.patch --- phpliteadmin-1.9.8.2/debian/patches/Fix-newRows-XSS.patch 1970-01-01 03:00:00.000000000 +0300 +++ phpliteadmin-1.9.8.2/debian/patches/Fix-newRows-XSS.patch 2022-03-19 09:21:01.000000000 +0300 @@ -0,0 +1,18 @@ +Description: Fix an XSS vulnerability with the newRows GET parameter + Forcibly cast value to integer. CVE-2021-46709 +Bug: https://bitbucket.org/phpliteadmin/public/issues/399/xss-vulnerability +Forwarded: https://bitbucket.org/phpliteadmin/public/pull-requests/16/fix-an-xss-vulnerability-with-the-newrows +Author: Nicholas Guriev <guriev-ns@ya.ru> +Last-Update: Sat, 19 Mar 2022 09:21:01 +0300 + +--- a/index.php ++++ b/index.php +@@ -2613,7 +2613,7 @@ if(isset($_GET['action']) && !isset($_GE + echo $params->getForm(array('action'=>'row_create','confirm'=>'1'), 'post', true); + $tableInfo = $db->getTableInfo($target_table); + if(isset($_GET['newRows'])) +- $num = $_GET['newRows']; ++ $num = (int)$_GET['newRows']; + else + $num = 1; + echo "<input type='hidden' name='newRows' value='".$num."'/>"; diff -Nru phpliteadmin-1.9.8.2/debian/patches/series phpliteadmin-1.9.8.2/debian/patches/series --- phpliteadmin-1.9.8.2/debian/patches/series 2019-09-18 18:20:28.000000000 +0300 +++ phpliteadmin-1.9.8.2/debian/patches/series 2022-03-19 09:21:01.000000000 +0300 @@ -1,2 +1,3 @@ Remove-spontaneous-access-to-Internet.patch Remove-using-build-date.patch +Fix-newRows-XSS.patchAttachment: signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
- To: 1000342-done@bugs.debian.org, 1000645-done@bugs.debian.org, 1001411-done@bugs.debian.org, 1001692-done@bugs.debian.org, 1001740-done@bugs.debian.org, 1001849-done@bugs.debian.org, 1002012-done@bugs.debian.org, 1002051-done@bugs.debian.org, 1002563-done@bugs.debian.org, 1002619-done@bugs.debian.org, 1002620-done@bugs.debian.org, 1002652-done@bugs.debian.org, 1002685-done@bugs.debian.org, 1002703-done@bugs.debian.org, 1003018-done@bugs.debian.org, 1003058-done@bugs.debian.org, 1003133-done@bugs.debian.org, 1003173-done@bugs.debian.org, 1003484-done@bugs.debian.org, 1003526-done@bugs.debian.org, 1003659-done@bugs.debian.org, 1003765-done@bugs.debian.org, 1003948-done@bugs.debian.org, 1004033-done@bugs.debian.org, 1004050-done@bugs.debian.org, 1004192-done@bugs.debian.org, 1004247-done@bugs.debian.org, 1004384-done@bugs.debian.org, 1004452-done@bugs.debian.org, 1004483-done@bugs.debian.org, 1004533-done@bugs.debian.org, 1004575-done@bugs.debian.org, 1004741-done@bugs.debian.org, 1004895-done@bugs.debian.org, 1004966-done@bugs.debian.org, 1004999-done@bugs.debian.org, 1005007-done@bugs.debian.org, 1005010-done@bugs.debian.org, 1005013-done@bugs.debian.org, 1005052-done@bugs.debian.org, 1005148-done@bugs.debian.org, 1005158-done@bugs.debian.org, 1005217-done@bugs.debian.org, 1005232-done@bugs.debian.org, 1005288-done@bugs.debian.org, 1005340-done@bugs.debian.org, 1005351-done@bugs.debian.org, 1005355-done@bugs.debian.org, 1005372-done@bugs.debian.org, 1005694-done@bugs.debian.org, 1005861-done@bugs.debian.org, 1005868-done@bugs.debian.org, 1005949-done@bugs.debian.org, 1006010-done@bugs.debian.org, 1006137-done@bugs.debian.org, 1006138-done@bugs.debian.org, 1006165-done@bugs.debian.org, 1006187-done@bugs.debian.org, 1006192-done@bugs.debian.org, 1006215-done@bugs.debian.org, 1006222-done@bugs.debian.org, 1006342-done@bugs.debian.org, 1006371-done@bugs.debian.org, 1006402-done@bugs.debian.org, 1006493-done@bugs.debian.org, 1006522-done@bugs.debian.org, 1006752-done@bugs.debian.org, 1006768-done@bugs.debian.org, 1006796-done@bugs.debian.org, 1006797-done@bugs.debian.org, 1006883-done@bugs.debian.org, 1006905-done@bugs.debian.org, 1006916-done@bugs.debian.org, 1007001-done@bugs.debian.org, 1007249-done@bugs.debian.org, 1007261-done@bugs.debian.org, 1007262-done@bugs.debian.org, 1007747-done@bugs.debian.org, 1007878-done@bugs.debian.org, 1007909-done@bugs.debian.org, 1007920-done@bugs.debian.org, 1007947-done@bugs.debian.org, 1007963-done@bugs.debian.org, 1008031-done@bugs.debian.org, 1008074-done@bugs.debian.org, 1006446-done@bugs.debian.org
- Subject: Closing p-u requests for updates in 11.3
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 26 Mar 2022 11:59:13 +0000
- Message-id: <c4d20274f6d76a43fb574d2177f6e3af4235e4be.camel@adam-barratt.org.uk>
Package: release.debian.org Version: 11.3 Hi, The updates referenced by these bugs were included in stable as part of this morning's 11.3 point release. Regards, Adam
--- End Message ---