Your message dated Sat, 09 Dec 2017 10:47:53 +0000 with message-id <1512816473.1994.32.camel@adam-barratt.org.uk> and subject line Closing bugs for updates included in jessie point release has caused the Debian Bug report #882961, regarding jessie-pu: package pdns/3.4.1-4+deb8u8 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.) -- 882961: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882961 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: jessie-pu: package pdns/3.4.1-4+deb8u8
- From: Chris Hofstaedtler <zeha@debian.org>
- Date: Mon, 27 Nov 2017 22:23:23 +0000
- Message-id: <151182140315.12241.6810218217010189993.reportbug@debbuild.in.namespace.at>
Package: release.debian.org Severity: normal Tags: jessie User: release.debian.org@packages.debian.org Usertags: pu Security update for CVE-2017-15091. DSA has marked this no-DSA but suggested this goes through (old)-stable-updates. debdiff attached. Thanks, Chrisdiff -Nru pdns-3.4.1/debian/changelog pdns-3.4.1/debian/changelog --- pdns-3.4.1/debian/changelog 2017-01-07 00:45:53.000000000 +0000 +++ pdns-3.4.1/debian/changelog 2017-11-27 21:19:19.000000000 +0000 @@ -1,3 +1,10 @@ +pdns (3.4.1-4+deb8u8) jessie; urgency=medium + + * Add patch fixing security issue: + * Missing check on API operations: CVE-2017-15091 + + -- Christian Hofstaedtler <zeha@debian.org> Mon, 27 Nov 2017 21:19:19 +0000 + pdns (3.4.1-4+deb8u7) jessie-security; urgency=high * Security upload. diff -Nru pdns-3.4.1/debian/patches/CVE-2017-15091.patch pdns-3.4.1/debian/patches/CVE-2017-15091.patch --- pdns-3.4.1/debian/patches/CVE-2017-15091.patch 1970-01-01 00:00:00.000000000 +0000 +++ pdns-3.4.1/debian/patches/CVE-2017-15091.patch 2017-11-27 21:19:19.000000000 +0000 @@ -0,0 +1,16 @@ +Index: pdns/pdns/ws-auth.cc +=================================================================== +--- pdns.orig/pdns/ws-auth.cc ++++ pdns/pdns/ws-auth.cc +@@ -1144,6 +1144,11 @@ void AuthWebServer::jsonstat(HttpRequest + { + string command; + ++ if (::arg().mustDo("experimental-api-readonly")) { ++ resp->body = returnJsonError("Unavailable when API is readonly"); ++ resp->status = 405; ++ } ++ + if(req->getvars.count("command")) { + command = req->getvars["command"]; + req->getvars.erase("command"); diff -Nru pdns-3.4.1/debian/patches/series pdns-3.4.1/debian/patches/series --- pdns-3.4.1/debian/patches/series 2017-01-07 00:45:53.000000000 +0000 +++ pdns-3.4.1/debian/patches/series 2017-11-27 21:19:19.000000000 +0000 @@ -9,3 +9,4 @@ CVE-2016-7072.patch CVE-2016-7068.patch CVE-2016-2120.patch +CVE-2017-15091.patch
--- End Message ---
--- Begin Message ---
- To: 815728-done@bugs.debian.org, 840643-done@bugs.debian.org, 852849-done@bugs.debian.org, 852947-done@bugs.debian.org, 852949-done@bugs.debian.org, 852952-done@bugs.debian.org, 852958-done@bugs.debian.org, 852961-done@bugs.debian.org, 852965-done@bugs.debian.org, 852966-done@bugs.debian.org, 856240-done@bugs.debian.org, 861541-done@bugs.debian.org, 862363-done@bugs.debian.org, 862961-done@bugs.debian.org, 863093-done@bugs.debian.org, 867817-done@bugs.debian.org, 868337-done@bugs.debian.org, 869991-done@bugs.debian.org, 870178-done@bugs.debian.org, 870376-done@bugs.debian.org, 872056-done@bugs.debian.org, 872442-done@bugs.debian.org, 873053-done@bugs.debian.org, 873310-done@bugs.debian.org, 873466-done@bugs.debian.org, 873481-done@bugs.debian.org, 873877-done@bugs.debian.org, 876019-done@bugs.debian.org, 876313-done@bugs.debian.org, 876630-done@bugs.debian.org, 876638-done@bugs.debian.org, 877045-done@bugs.debian.org, 879630-done@bugs.debian.org, 880123-done@bugs.debian.org, 880630-done@bugs.debian.org, 880861-done@bugs.debian.org, 880895-done@bugs.debian.org, 881306-done@bugs.debian.org, 882061-done@bugs.debian.org, 882132-done@bugs.debian.org, 882242-done@bugs.debian.org, 882503-done@bugs.debian.org, 882802-done@bugs.debian.org, 882960-done@bugs.debian.org, 882961-done@bugs.debian.org, 883177-done@bugs.debian.org, 883292-done@bugs.debian.org
- Subject: Closing bugs for updates included in jessie point release
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 09 Dec 2017 10:47:53 +0000
- Message-id: <1512816473.1994.32.camel@adam-barratt.org.uk>
Version: 8.10 Hi, Each of the updates referenced in these bugs was included in this morning's jessie point release. Thanks! Regards, Adam
--- End Message ---