Version in base suite: 14.0.0+dfsg.2-7 Base version: odoo_14.0.0+dfsg.2-7 Target version: odoo_14.0.0+dfsg.2-7+deb11u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/o/odoo/odoo_14.0.0+dfsg.2-7.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/o/odoo/odoo_14.0.0+dfsg.2-7+deb11u1.dsc changelog | 26 ++++++++++++ patches/0010_CVE-2021-44775.patch | 42 ++++++++++++++++++++ patches/0020_CVE-2021-45111.patch | 35 +++++++++++++++++ patches/0030_CVE-2021-45071.patch | 67 ++++++++++++++++++++++++++++++++ patches/0040_CVE-2021-44476.patch | 78 ++++++++++++++++++++++++++++++++++++++ patches/0050_CVE-2021-26947.patch | 46 ++++++++++++++++++++++ patches/0060_CVE-2021-23186.patch | 12 +++++ patches/0070_CVE-2021-23178.patch | 40 +++++++++++++++++++ patches/0080_CVE-2021-23176.patch | 40 +++++++++++++++++++ patches/0090_CVE-2021-23166.patch | 14 ++++++ patches/0100_CVE-2021-26263.patch | 15 +++++++ patches/0110_CVE-2021-23203.patch | 68 +++++++++++++++++++++++++++++++++ patches/series | 11 +++++ 13 files changed, 494 insertions(+) diff -Nru odoo-14.0.0+dfsg.2/debian/changelog odoo-14.0.0+dfsg.2/debian/changelog --- odoo-14.0.0+dfsg.2/debian/changelog 2021-04-09 06:02:34.000000000 +0000 +++ odoo-14.0.0+dfsg.2/debian/changelog 2023-04-28 04:28:07.000000000 +0000 @@ -1,3 +1,29 @@ +odoo (14.0.0+dfsg.2-7+deb11u1) stable-security; urgency=high + + * debian/patches: fix recent CVEs + CVE-2021-44775, CVE-2021-26947, CVE-2021-45071, CVE-2021-26263: + XSS allowing remote attacker to inject arbitrary commands. + CVE-2021-45111: + Incorrect access control allowing authenticated remote user to + create user accounts and access restricted data. + CVE-2021-44476, CVE-2021-23166: + Incorrect access control allowing authenticated remote administrator + to access local files on the server. + CVE-2021-23186: + Incorrect access control allowing authenticated remote administrator + to modify database contents of other tenants. + CVE-2021-23178: + Incorrect access control allowing authenticated remote user to + use another user's payment method. + CVE-2021-23176: + Incorrect access control allowing authenticated remote user to + access accounting information. + CVE-2021-23203: + Incorrect access control allowing authenticated remote user to + access arbitrary documents via PDF exports. + + -- Sebastien Delafond Fri, 28 Apr 2023 06:28:07 +0200 + odoo (14.0.0+dfsg.2-7) unstable; urgency=medium [ Sébastien Delafond ] diff -Nru odoo-14.0.0+dfsg.2/debian/patches/0010_CVE-2021-44775.patch odoo-14.0.0+dfsg.2/debian/patches/0010_CVE-2021-44775.patch --- odoo-14.0.0+dfsg.2/debian/patches/0010_CVE-2021-44775.patch 1970-01-01 00:00:00.000000000 +0000 +++ odoo-14.0.0+dfsg.2/debian/patches/0010_CVE-2021-44775.patch 2023-04-28 04:28:07.000000000 +0000 @@ -0,0 +1,42 @@ +diff --git a/addons/website/static/src/js/content/snippets.animation.js b/addons/website/static/src/js/content/snippets.animation.js +index 2914a1c427c5d..8c93167f1c1c5 100644 +--- a/addons/website/static/src/js/content/snippets.animation.js ++++ b/addons/website/static/src/js/content/snippets.animation.js +@@ -608,7 +608,10 @@ registry.mediaVideo = publicWidget.Widget.extend({ + + var def = this._super.apply(this, arguments); + if (this.$target.children('iframe').length) { +- // There already is an