-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

===========================================================================
             AUSCERT External Security Bulletin Redistribution

                               ESB-2021.2117
Security update for crowbar-openstack, grafana, kibana, monasca-installer,
       python-Django, python-py, rubygem-activerecord-session_store
                               14 June 2021

===========================================================================

        AusCERT Security Bulletin Summary
        ---------------------------------

Product:           crowbar-openstack
                   grafana
                   kibana
                   monasca-installer
                   python-Django
                   python
                   rubygem-activerecord-session_store
Publisher:         SUSE
Operating System:  SUSE
Impact/Access:     Denial of Service        -- Remote/Unauthenticated      
                   Cross-site Scripting     -- Remote with User Interaction
                   Access Confidential Data -- Remote/Unauthenticated      
                   Unauthorised Access      -- Remote/Unauthenticated      
                   Reduced Security         -- Remote/Unauthenticated      
Resolution:        Patch/Upgrade
CVE Names:         CVE-2021-33571 CVE-2021-33203 CVE-2021-31542
                   CVE-2021-28658 CVE-2021-27358 CVE-2021-3281
                   CVE-2020-29651 CVE-2019-25025 CVE-2019-16782
                   CVE-2017-11499 CVE-2017-11481 CVE-2016-8611

Reference:         ESB-2021.1966
                   ESB-2021.1574
                   ESB-2021.1208

Original Bulletin: 
   https://www.suse.com/support/update/announcement/2021/suse-su-20211963-1

- --------------------------BEGIN INCLUDED TEXT--------------------

SUSE Security Update: Security update for crowbar-openstack, grafana, kibana,
monasca-installer, python-Django, python-py, rubygem-activerecord-session_store

______________________________________________________________________________

Announcement ID:   SUSE-SU-2021:1963-1
Rating:            moderate
References:        #1044849 #1179805 #1181379 #1183803 #1184148 #1185623
                   #1186608 #1186611
Cross-References:  CVE-2017-11481 CVE-2017-11499 CVE-2019-25025 CVE-2020-29651
                   CVE-2021-27358 CVE-2021-28658 CVE-2021-31542 CVE-2021-3281
                   CVE-2021-33203 CVE-2021-33571
Affected Products:
                   SUSE OpenStack Cloud 7
______________________________________________________________________________

An update that fixes 10 vulnerabilities, contains one feature is now available.

Description:

This update for crowbar-openstack, grafana, kibana, monasca-installer,
python-Django, python-py, rubygem-activerecord-session_store contains the
following fixes:
Security fixes included in this update:

crowbar-openstack:

  o CVE-2016-8611: Added rate limiting for the '/images' API POST method (bsc#
    1005886).


grafana:

  o CVE-2021-27358: Fixed a denial of service via remote API call (bsc#1183803)


kibana:

  o CVE-2017-11499: Fixed a vulnerability in nodejs, related to the HashTable
    implementation, which could cause a denial of service (bsc#1044849)
  o CVE-2017-11481: Fixed a cross site scripting vulnerability via via URL
    fields (bsc#1044849)


python-Django:

  o CVE-2021-3281: Fixed a directory traversal via archive.extract() (bsc#
    1181379)
  o CVE-2021-28658: Fixed a directory traversal via uploaded files (bsc#
    1184148)
  o CVE-2021-31542: Fixed a directory traversal via uploaded files with
    suitably crafted file names (bsc#1185623)
  o CVE-2021-33203:Fixed potential path-traversal via admindocs'
    TemplateDetailView (bsc#1186608)
  o CVE-2021-33571: Tighten validator checks to not allow leading zeros in IPv4
    addresses, which potentially leads to further attacks (bsc#1186611)


python-py:

  o CVE-2020-29651: Fixed a denial of service via regular expressions (bsc#
    1179805)


rubygem-activerecord-session_store:

  o CVE-2019-25025: Fixed a timing attacks targeting the session id which could
    allow an attack to hijack sessions (bsc#1183174)

Non-security fixes included in this update:
Changes in crowbar-openstack:

  o Update to version 4.0+git.1616146720.44daffca0: * monasca: restart Kibana
    on update (bsc#1044849)


Changes in grafana_Update:

  o Add CVE-2021-27358.patch (bsc#1183803, CVE-2021-27358) * Prevent
    unauthenticated remote attackers from causing a DoS through the snapshots
    API.


Changes in kibana_Update:

  o Ensure /etc/sysconfig/kibana is present


  o Update to Kibana 4.6.6 (bsc#1044849, CVE-2017-11499, ESA-2017-14,
    ESA-2017-16) * [4.6] ignore forked code for babel transpile build phase (#
    13483) * Allow more than match queries in custom filters (#8614) (#10857) *
    [state] don't make extra $location.replace() calls (#9954) * [optimizer]
    move to querystring-browser package for up-to-date api * [state/unhashUrl]
    use encode-uri-query to generate cleanly encoded urls * server: refactor
    log_interceptor to be more DRY (#9617) * server: downgrade ECANCELED logs
    to debug (#9616) * server: do not treat logged warnings as errors (#8746)
    (#9610) * [server/logger] downgrade EPIPE errors to debug level (#9023) *
    Add basepath when redirecting from a trailling slash (#9035) * [es/
    kibanaIndex] use unmapped_type rather than ignore_unmapped (#8968) *
    [server/shortUrl] validate urls before shortening them
  o Add CVE-2017-11481.patch (bsc#1044849, CVE-2017-11481) * This fixes an XSS
    vulnerability in URL fields
  o Remove %dir declaration from /opt/kibana/optimize to ensure no files owned
    by root end up in there
  o Exclude /opt/kibana/optimize from %fdupes
  o Restart service on upgrade
  o Do not copy LICENSE.txt and README.txt to /opt/kibana
  o Fix rpmlint warnings/errors
  o Switch to explicit patch application
  o Fix source URL
  o Fix logic for systemd/systemv detection


Changes in monasca-installer_Update:

  o Add support-influxdb-1.2.patch (SOC-11435)


Changes in python-Django_Update:

  o Fixed potential path-traversal via admindocs' TemplateDetailView.(bsc#
    1186608, CVE-2021-33203)
  o Prevented leading zeros in IPv4 addresses. (bsc#1186611, CVE-2021-33571)
  o Add delegate-os-path-filename-generation-to-storage.patch (bsc#1185623) *
    Needed for CVE-2021-31542.patch to apply
  o Tightened path & file name sanitation in file uploads. (bsc#1185623,
    CVE-2021-31542)
  o Fixed potential directory-traversal via uploaded files. (bsc#1184148,
    CVE-2021-28658)
  o Fixes a potential directory traversal when extracting archives. (bsc#
    1181379, CVE-2021-3281)


Changes in python-py_Update:

  o Add CVE-2020-29651.patch (CVE-2020-29651, bsc#1179805) * svnwc: fix regular
    expression vulnerable to DoS in blame functionality
  o Ensure /usr/share/licenses exists


Changes in rubygem-activerecord-session_store_Update:

  o added CVE-2019-25025.patch (CVE-2019-25025, bsc#1183174) * This requires
    CVE-2019-16782.patch to be included in rubygem-actionpack-4_2 to work
    correctly.

Patch Instructions:

To install this SUSE Security Update use the SUSE recommended installation
methods like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:

  o SUSE OpenStack Cloud 7:
    zypper in -t patch SUSE-OpenStack-Cloud-7-2021-1963=1

Package List:

  o SUSE OpenStack Cloud 7 (aarch64 s390x x86_64):
       ruby2.1-rubygem-activerecord-session_store-0.1.2-3.4.2
  o SUSE OpenStack Cloud 7 (x86_64):
       grafana-6.7.4-1.24.2
       kibana-4.6.6-9.2
       kibana-debuginfo-4.6.6-9.2
  o SUSE OpenStack Cloud 7 (noarch):
       crowbar-openstack-4.0+git.1616146720.44daffca0-9.81.2
       monasca-installer-20180608_12.47-16.2
       python-Django-1.8.19-3.29.1
       python-py-1.8.1-11.16.2


References:

  o https://www.suse.com/security/cve/CVE-2017-11481.html
  o https://www.suse.com/security/cve/CVE-2017-11499.html
  o https://www.suse.com/security/cve/CVE-2019-25025.html
  o https://www.suse.com/security/cve/CVE-2020-29651.html
  o https://www.suse.com/security/cve/CVE-2021-27358.html
  o https://www.suse.com/security/cve/CVE-2021-28658.html
  o https://www.suse.com/security/cve/CVE-2021-31542.html
  o https://www.suse.com/security/cve/CVE-2021-3281.html
  o https://www.suse.com/security/cve/CVE-2021-33203.html
  o https://www.suse.com/security/cve/CVE-2021-33571.html
  o https://bugzilla.suse.com/1044849
  o https://bugzilla.suse.com/1179805
  o https://bugzilla.suse.com/1181379
  o https://bugzilla.suse.com/1183803
  o https://bugzilla.suse.com/1184148
  o https://bugzilla.suse.com/1185623
  o https://bugzilla.suse.com/1186608
  o https://bugzilla.suse.com/1186611

- --------------------------END INCLUDED TEXT--------------------

You have received this e-mail bulletin as a result of your organisation's
registration with AusCERT. The mailing list you are subscribed to is
maintained within your organisation, so if you do not wish to continue
receiving these bulletins you should contact your local IT manager. If
you do not know who that is, please send an email to auscert@auscert.org.au
and we will forward your request to the appropriate person.

NOTE: Third Party Rights
This security bulletin is provided as a service to AusCERT's members.  As
AusCERT did not write the document quoted above, AusCERT has had no control
over its content. The decision to follow or act on information or advice
contained in this security bulletin is the responsibility of each user or
organisation, and should be considered in accordance with your organisation's
site policies and procedures. AusCERT takes no responsibility for consequences
which may arise from following or acting on information or advice contained in
this security bulletin.

NOTE: This is only the original release of the security bulletin.  It may
not be updated when updates to the original are made.  If downloading at
a later date, it is recommended that the bulletin is retrieved directly
from the author's website to ensure that the information is still current.

Contact information for the authors of the original document is included
in the Security Bulletin above.  If you have any questions or need further
information, please contact them directly.

Previous advisories and external security bulletins can be retrieved from:

        https://www.auscert.org.au/bulletins/

===========================================================================
Australian Computer Emergency Response Team
The University of Queensland
Brisbane
Qld 4072

Internet Email: auscert@auscert.org.au
Facsimile:      (07) 3365 7031
Telephone:      (07) 3365 4417 (International: +61 7 3365 4417)
                AusCERT personnel answer during Queensland business hours
                which are GMT+10:00 (AEST).
                On call after hours for member emergencies only.
===========================================================================
-----BEGIN PGP SIGNATURE-----
Comment: http://www.auscert.org.au/render.html?it=1967

iQIVAwUBYMbJ0+NLKJtyKPYoAQjjIw//Qm2DAmeOdO2A0RputpoNWCQb2rOXKcmA
1jDldN9KIkvzOzyl2/2yHwB7jVzioQwRt6PgrkKRFdUClep4Zrd3SwRpf0L+XE0F
irDshMmkIX/7oV3pkPNRgs1/1SjaOGKOaWyp6Mt0OzdX8+c5UkrMZjEfGptebdLo
ljy8csMb+146+SWqKcIMe9PmCSeCxL9ByFEQc7YYpMDayi3fGtV1TaHV/i6WV9Rv
itiwxbSi44mHGYHhP4CJJ9TnDaS4B2zzACw5KKfQTkqd/BR+xSo4YbYX0KoOMoOl
GfgSfwZ7nUSQoMvz02l8Bu8MjxSnDTUpJTuDvs7q0KTRiV+NG88J/Ya5D64PeJf0
xyjO9kO8znBzZXA5DPtz/c1+lwuoYJSuS5da0JHPR0DELeqZmmVhMhzBXMXko+s1
ZpJR1DeHTZN+Kz+ohp7Bzi8mshFG7wQ2lKIXnbP1H9DWnWdnKhLacLiuwC7PRzUp
+Ja38f9fwz00LHRK7LuX5eSA//UI5nfqD3VXlk9h1SufheQYg76zWVBuzDBb4yOW
5O17igXAXoMLS29TYL5xM/d9o4nUq6rDfQuGnshoGMYIZTGNDSIpnLX/EsDw92Ib
X6Zr4H5iT0jXo04hlmDosdcJLt+BmsF+8I2c1yohF6ZrXUxwHLchSnt3CX4Kk/f4
33eNQZb1zYo=
=v5Gl
-----END PGP SIGNATURE-----