Your message dated Sat, 18 Dec 2021 11:36:17 +0000 with message-id <f35b13da0620aab462a587a3d6f06f29a527c6c9.camel@adam-barratt.org.uk> and subject line Closing p-u requests for changes included in 11.2 has caused the Debian Bug report #996623, regarding bullseye-pu: package node-getobject/0.1.0-2+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.) -- 996623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996623 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 node-getobject/0.1.0-2+deb11u1
- From: Yadd <yadd@debian.org>
- Date: Sat, 16 Oct 2021 14:00:23 +0200
- Message-id: <163438562362.4037795.2489446940443390545.reportbug@deb007.xnr.fr>
Package: release.debian.org Severity: normal Tags: bullseye User: release.debian.org@packages.debian.org Usertags: pu [ Reason ] Another prototype pollution (CVE-2020-28282) [ Impact ] Low sucurity issue [ Tests ] Sadly no test [ Risks ] No risk (patch is trivial) [ 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 ] New check Cheers, Yadddiff --git a/debian/changelog b/debian/changelog index 52c376a..2f4cbe9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +node-getobject (0.1.0-2+deb11u1) bullseye; urgency=medium + + * Team upload + * Fix prototype pollution (Closes: CVE-2020-28282) + + -- Yadd <yadd@debian.org> Sat, 16 Oct 2021 13:57:48 +0200 + node-getobject (0.1.0-2) unstable; urgency=medium * Fix Vcs-Git url diff --git a/debian/patches/CVE-2020-28282.patch b/debian/patches/CVE-2020-28282.patch new file mode 100644 index 0000000..9fb7cc9 --- /dev/null +++ b/debian/patches/CVE-2020-28282.patch @@ -0,0 +1,20 @@ +Description: Do not allow setting of __proto__ +Author: Vlad Filippov <vlad.filippov@gmail.com> +Bug: https://security-tracker.debian.org/tracker/CVE-2020-28282 +Forwarded: not-needed +Reviewed-By: Yadd <yadd@debian.org> +Last-Update: 2021-10-16 + +--- a/lib/getobject.js ++++ b/lib/getobject.js +@@ -41,6 +41,10 @@ + // as we go. + getobject.set = function(obj, parts, value) { + parts = getParts(parts); ++ if (parts.includes('__proto__')) { ++ // do not allow setting of __proto__. See CVE-2020-28282. ++ return; ++ } + + var prop = parts.pop(); + obj = getobject.get(obj, parts, true); diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..b74a7fb --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +CVE-2020-28282.patch
--- End Message ---
--- Begin Message ---
- To: 992331-done@bugs.debian.org, 992518-done@bugs.debian.org, 993100-done@bugs.debian.org, 993315-done@bugs.debian.org, 993318-done@bugs.debian.org, 994064-done@bugs.debian.org, 994393-done@bugs.debian.org, 995291-done@bugs.debian.org, 995394-done@bugs.debian.org, 995494-done@bugs.debian.org, 995848-done@bugs.debian.org, 996025-done@bugs.debian.org, 996026-done@bugs.debian.org, 996283-done@bugs.debian.org, 996601-done@bugs.debian.org, 996623-done@bugs.debian.org, 996694-done@bugs.debian.org, 996728-done@bugs.debian.org, 997078-done@bugs.debian.org, 997597-done@bugs.debian.org, 998247-done@bugs.debian.org, 998252-done@bugs.debian.org, 998436-done@bugs.debian.org, 998832-done@bugs.debian.org, 998902-done@bugs.debian.org, 999359-done@bugs.debian.org, 999427-done@bugs.debian.org, 999434-done@bugs.debian.org, 999509-done@bugs.debian.org, 999668-done@bugs.debian.org, 999673-done@bugs.debian.org, 999769-done@bugs.debian.org, 999838-done@bugs.debian.org, 100037-done@bugs.debian.org, 100044-done@bugs.debian.org, 100045-done@bugs.debian.org, 100045-done@bugs.debian.org, 100047-done@bugs.debian.org, 100047-done@bugs.debian.org, 100048-done@bugs.debian.org, 100051-done@bugs.debian.org, 100060-done@bugs.debian.org, 100070-done@bugs.debian.org, 100078-done@bugs.debian.org, 100081-done@bugs.debian.org, 100097-done@bugs.debian.org, 100110-done@bugs.debian.org, 100111-done@bugs.debian.org, 100114-done@bugs.debian.org, 100118-done@bugs.debian.org, 100127-done@bugs.debian.org, 100128-done@bugs.debian.org, 100138-done@bugs.debian.org, 100138-done@bugs.debian.org, 100139-done@bugs.debian.org, 100147-done@bugs.debian.org
- Subject: Closing p-u requests for changes included in 11.2
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 18 Dec 2021 11:36:17 +0000
- Message-id: <f35b13da0620aab462a587a3d6f06f29a527c6c9.camel@adam-barratt.org.uk>
Package: release.debian.org Version: 11.2 Hi, All of the updates referred to by these bugs were included in this morning's bullseye point release. Regards, Adam
--- End Message ---