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

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

                               ESB-2019.3599
           BIG-IQ services for stats vulnerability CVE-2019-6652
                             25 September 2019

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

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

Product:           F5 BIG-IQ products
Publisher:         F5 Networks
Operating System:  Network Appliance
Impact/Access:     Access Confidential Data -- Remote/Unauthenticated
Resolution:        Patch/Upgrade
CVE Names:         CVE-2019-6652  

Original Bulletin: 
   https://support.f5.com/csp/article/K23101430

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

K23101430:BIG-IQ services for stats vulnerability CVE-2019-6652

Security Advisory

Original Publication Date: 25 Sep, 2019

Security Advisory Description

BIG-IQ services for stats do not require authentication nor do they implement
any form of Transport Layer Security (TLS). (CVE-2019-6652)

Impact

BIG-IQ

An attacker may have full access to the stats database on the BIG-IQ system
when this vulnerability is exploited.

BIG-IP, Enterprise Manager, F5 iWorkflow, and Traffix SDC

There is no impact; these F5 products are not affected by this vulnerability.

Security Advisory Status

F5 Product Development has assigned ID 746627 (BIG-IQ) to this vulnerability.

To determine if your product and version have been evaluated for this
vulnerability, refer to the Applies to (see versions) box. To determine if your
release is known to be vulnerable, the components or features that are affected
by the vulnerability, and for information about releases or hotfixes that
address the vulnerability, refer to the following table. For more information
about security advisory versioning, refer to K51812227: Understanding Security
Advisory versioning.

+------------------+------+----------+----------+----------+------+-----------+
|                  |      |Versions  |Fixes     |          |CVSSv3|Vulnerable |
|Product           |Branch|known to  |introduced|Severity  |score^|component  |
|                  |      |be        |in        |          |1     |or feature |
|                  |      |vulnerable|          |          |      |           |
+------------------+------+----------+----------+----------+------+-----------+
|                  |14.x  |None      |Not       |          |      |           |
|                  |      |          |applicable|          |      |           |
|BIG-IP (LTM, AAM, +------+----------+----------+          |      |           |
|AFM, Analytics,   |13.x  |None      |Not       |          |      |           |
|APM, ASM, DNS,    |      |          |applicable|Not       |      |           |
|Edge Gateway, FPS,+------+----------+----------+vulnerable|None  |None       |
|GTM, Link         |12.x  |None      |Not       |          |      |           |
|Controller, PEM,  |      |          |applicable|          |      |           |
|WebAccelerator)   +------+----------+----------+          |      |           |
|                  |11.x  |None      |Not       |          |      |           |
|                  |      |          |applicable|          |      |           |
+------------------+------+----------+----------+----------+------+-----------+
|Enterprise Manager|3.x   |None      |Not       |Not       |None  |None       |
|                  |      |          |applicable|vulnerable|      |           |
+------------------+------+----------+----------+----------+------+-----------+
|                  |6.x   |6.0.0 -   |7.0.0     |          |      |BIG-IQ     |
|BIG-IQ Centralized|      |6.1.0     |          |          |      |services   |
|Management        +------+----------+----------+Medium    |6.5   |for stats  |
|                  |5.x   |None      |Not       |          |      |(rethinkdb)|
|                  |      |          |applicable|          |      |           |
+------------------+------+----------+----------+----------+------+-----------+
|F5 iWorkflow      |2.x   |None      |Not       |Not       |None  |None       |
|                  |      |          |applicable|vulnerable|      |           |
+------------------+------+----------+----------+----------+------+-----------+
|                  |5.x   |None      |Not       |          |      |           |
|                  |      |          |applicable|Not       |      |           |
|Traffix SDC       +------+----------+----------+vulnerable|None  |None       |
|                  |4.x   |None      |Not       |          |      |           |
|                  |      |          |applicable|          |      |           |
+------------------+------+----------+----------+----------+------+-----------+

^1The CVSSv3 score link takes you to a resource outside of AskF5, and it is
possible that the document may be removed without our knowledge.

Security Advisory Recommended Actions

If you are running a version listed in the Versions known to be vulnerable
column, you can eliminate this vulnerability by upgrading to a version listed
in the Fixes introduced in column. If the table lists only an older version
than what you are currently running, or does not list a non-vulnerable version,
then no upgrade candidate currently exists.

Mitigation

To mitigate this vulnerability, you can implement firewall rules to limit
access to ports 28015 and 29015 only from devices that are in the BIG-IQ
cluster (for example, an HA pair or Data Collection Device systems). To do so,
you can use the iptables utility on the BIG-IQ system or an external firewall.

Using the iptables utility on the BIG-IQ system to limit access to ports 28015
and 29015

Impact of action: Incorrect use of the iptables utility can result in service
interruption on the BIG-IQ system.

 1. Log in to the command line of the affected BIG-IQ system.
 2. Add the list of BIG-IQ cluster devices (HA pair or Data Collection Device
    systems) for access to ports 28015 and 29015 by entering the following
    command syntaxes:

    iptables -A INPUT -p tcp -s <IP addresses of BIG-IQ cluster devices
    separated by commas> --dport 28015 -j ACCEPT
    iptables -A INPUT -p tcp -s <IP addresses of BIG-IQ cluster devices
    separated by commas> --dport 29015 -j ACCEPT

    For example, you would enter the following commands to allow BIGIQDCD1 (
    192.168.137.192) and BIGIQDCD2 (192.168.137.201) access to ports 28015 and
    29015:

    iptables -A INPUT -p tcp -s 192.168.137.192,192.168.137.201 --dport 28015
    -j ACCEPT
    iptables -A INPUT -p tcp -s 192.168.137.192,192.168.137.201 --dport 29015
    -j ACCEPT

 3. Deny access for all other IP addresses to ports 28015 and 29015 by entering
    the following commands:

    iptables -A INPUT -p tcp --dport 28015 -j DROP
    iptables -A INPUT -p tcp --dport 29015 -j DROP

 4. Save the changes by entering the following command: 

    /sbin/service iptables save

- --------------------------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

iQIVAwUBXYqukGaOgq3Tt24GAQglYw//YVRIY8ummp/6XXk8deRnXqtnEbKy8vfW
5COpsY04zTHkNWU1MmH01/rGUyXW8Yb4Mj3dxq1e4o4jjTtk9X5iyAMpJ5EYH5eO
td6MYXmyFPEJR42DgKeI5iTQsPVtMCARIWrknCUPgzwHGHGxKwnMcLTXaF9psKRn
ocOAS9oTTlmLLeFsb/I97S7188nhlhOVMWy1asqVttEGQdtU+uAaDxBuQI3LIHRL
jZZDAqJsTyks+AXHlhtQa2rMM8cGdhSzoEDxoSfRNz+3aeCkSR0Tr5Se1VfNG+KU
USVKkw31X9853slDIhMdBb1ifMziev88bZhUGsGno46l6Z/3ty6gb1QvqcWavVAO
Pbp1J9AfL82zh4fh4jssDUxcSKi8HjNrUMpRc1m672nyD0dgPqCL3+w75Q+4o/rA
m1cIZQIBJyImBBfiQ5NjvyyA6qUoFypck7TKrlKBRgptHxtIFw084uUID63nmvxT
5Q6c8A8sI7Fx1ITiCxSDsgPlFXVs2wxRkuJLUpNzFJIhrv2xR73U304gbDB6R2uS
XLRZuKqeKd4i/rQlvMUyXkS8U6qtraE3Op6CI2lFvbLOYilygvfjiTLZRSekjFW2
S6grR0/15ZE/uVS05toMJ0wV9b6WxGNQg/cncmw9bPt5ScvhnwAAaFfcgLJkrAjn
pn9JFXMTSU0=
=TbaK
-----END PGP SIGNATURE-----