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

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

                               ESB-2023.0524
                        Security update for podman
                              30 January 2023

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

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

Product:           podman
Publisher:         SUSE
Operating System:  SUSE
Resolution:        Patch/Upgrade
CVE Names:         CVE-2022-27649 CVE-2022-2989 CVE-2021-41190
                   CVE-2021-20206 CVE-2021-20199 CVE-2021-4024

Original Bulletin: 
   https://www.suse.com/support/update/announcement/2023/suse-su-20230187-1

Comment: CVSS (Max):  7.5 CVE-2022-27191 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
         CVSS Source: SUSE
         Calculator:  https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

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

SUSE Security Update: Security update for podman

______________________________________________________________________________

Announcement ID:   SUSE-SU-2023:0187-1
Rating:            important
References:        #1181640 #1181961 #1193166 #1193273 #1197672 #1199790
                   #1202809
Cross-References:  CVE-2021-20199 CVE-2021-20206 CVE-2021-4024 CVE-2021-41190
                   CVE-2022-27649 CVE-2022-2989
Affected Products:
                   SUSE Linux Enterprise High Performance Computing 15-SP4
                   SUSE Linux Enterprise Micro 5.3
                   SUSE Linux Enterprise Module for Containers 15-SP4
                   SUSE Linux Enterprise Server 15-SP4
                   SUSE Linux Enterprise Server for SAP Applications 15-SP4
                   SUSE Manager Proxy 4.3
                   SUSE Manager Retail Branch Server 4.3
                   SUSE Manager Server 4.3
                   openSUSE Leap 15.4
                   openSUSE Leap Micro 5.3
______________________________________________________________________________

An update that solves 6 vulnerabilities, contains one feature and has one
errata is now available.

Description:

This update for podman fixes the following issues:
podman was updated to version 4.3.1:
4.3.1:

  o Bugfixes


  o Fixed a deadlock between the `podman ps` and `podman container inspect`
    commands


  o Misc


  o Updated the containers/image library to v5.23.1


4.3.0:

  o Features


  o A new command, `podman generate spec`, has been added, which creates a JSON
    struct based on a given container that can be used with the Podman REST API
    to create containers.
  o A new command, `podman update`, has been added,which makes changes to the
    resource limits of existing containers. Please note that these changes do
    not persist if the container is restarted
  o A new command, `podman kube down`, has been added, which removes pods and
    containers created by the given Kubernetes YAML (functionality is identical
    to `podman kube play --down`, but it now has its own command).
  o The `podman kube play` command now supports Kubernetes secrets using
    Podman's secrets backend.
  o Systemd-managed pods created by the `podman kube play` command now
    integrate with sd-notify, using the `io.containers.sdnotify` annotation (or
    `io.containers.sdnotify/$name` for specific containers).
  o Systemd-managed pods created by `podman kube play` can now be auto-updated,
    using the `io.containers.auto-update` annotation (or
    `io.containers.auto-update/$name` for specific containers).
  o The `podman kube play` command can now read YAML from URLs, e.g. `podman
    kube play https://example.com/demo.yml`
  o The `podman kube play` command now supports the `emptyDir` volume type
  o The `podman kube play` command now supports the `HostUsers` field in the
    pod spec.
  o The `podman play kube` command now supports `binaryData` in ConfigMaps.
  o The `podman pod create` command can now set additional resource limits for
    pods using the new `--memory-swap`, `--cpuset-mems`, `--device-read-bps`,
    `--device-write-bps`, `--blkio-weight`, `--blkio-weight-device`, and
    `--cpu-shares` options.
  o The `podman machine init` command now supports a new option, `--username`,
    to set the username that will be used to connect to the VM as a non-root
    user
  o The `podman volume create` command's `-o timeout=` option can now set a
    timeout of 0, indicating volume plugin operations will never time out.
  o Added support for a new volume driver, `image`, which allows volumes to be
    created that are backed by images.
  o The `podman run` and `podman create` commands support a new option,
    `--env-merge`, allowing environment variables to be specified relative to
    other environment variables in the image (e.g. `podman run --env-merge
    "PATH=$PATH:/my/app" ...`)
  o The `podman run` and `podman create` commands support a new option,
    `--on-failure`, to allow action to be taken when a container fails health
    checks, with the following supported actions: `none` (take no action, the
    default), `kill` (kill the container), `restart` (restart the container),
    and `stop` (stop the container).
  o The `--keep-id` option to `podman create` and `podman run` now supports new
    options, `uid` and `gid`, to set the UID and GID of the user in the
    container that will be mapped to the user running Podman (e.g. `--userns=
    keep-id:uid=11` will made the user running Podman to UID 11 in the
    container)
  o The `podman generate systemd` command now supports a new option, `--env`/
    `-e`, to set environment variables in the generated unit file
  o The `podman pause` and `podman unpause` commands now support the `--latest
    `, `--cidfile`, and `--filter` options.
  o The `podman restart` command now supports the `--cidfile` and `--filter`
    options.
  o The `podman rm` command now supports the `--filter` option to select which
    containers will be removed.
  o The `podman rmi` command now supports a new option, `--no-prune`, to
    prevent the removal of dangling parents of removed images.
  o The `--dns-opt` option to `podman create`, `podman run`, and `podman pod
    create` has received a new alias, `--dns-option`, to improve Docker
    compatibility.
  o The `podman` command now features a new global flag, `--debug`/`-D`, which
    enables debug-level logging (identical to `--log-level=debug`), improving
    Docker compatibility.
  o The `podman` command now features a new global flag, `--config`. This flag
    is ignored, and is only included for Docker compatibility
  o The `podman manifest create` command now accepts a new option, `--amend`/
    `-a`.
  o The `podman manifest create`, `podman manifest add` and `podman manifest
    push` commands now accept a new option, `--insecure` (identical to
    `--tls-verify=false`), improving Docker compatibility.
  o The `podman secret create` command's `--driver` and `--format` options now
    have new aliases, `-d` for `--driver` and `-f` for `--format`.
  o The `podman secret create` command now supports a new option, `--label`/`-l
    `, to add labels to created secrets.
  o The `podman secret ls` command now accepts the `--quiet`/`-q` option.
  o The `podman secret inspect` command now accepts a new option, `--pretty`,
    to print output in human-readable format.
  o The `podman stats` command now accepts the `--no-trunc` option.
  o The `podman save` command now accepts the `--signature-policy` option
  o The `podman pod inspect` command now allows multiple arguments to be
    passed. If so, it will return a JSON array of the inspected pods
  o A series of new hidden commands have been added under `podman context` as
    aliases to existing `podman system connection` commands, to improve Docker
    compatibility.
  o The remote Podman client now supports proxying signals for attach sessions
    when the `--sig-proxy` option is set


### Changes

  o Duplicate volume mounts are now allowed with the `-v` option to `podman run
    `, `podman create`, and `podman pod create`, so long as source,
    destination, and options all match
  o The `podman generate kube` and `podman play kube` commands have been
    renamed to `podman kube generate` and `podman kube play` to group
    Kubernetes-related commands. Aliases have been added to ensure the old
    command names still function.
  o A number of Podman commands (`podman init`, `podman container checkpoint`,
    `podman container restore`, `podman container cleanup`) now print the
    user-inputted name of the container, instead of its full ID, on success.
  o When an unsupported option (e.g. resource limit) is specified for a
    rootless container on a cgroups v1 system, a warning message is now printed
    that the limit will not be honored.
  o The installer for the Windows Podman client has been improved.
  o The `--cpu-rt-period` and `--cpu-rt-runtime` options to `podman run` and
    `podman create` now print a warning and are ignored on cgroups v2 systems
    (cgroups v2 having dropped support for these controllers)
  o Privileged containers running systemd will no longer mount `/dev/tty*`
    devices other than `/dev/tty` itself into the container
  o Events for containers that are part of a pod now include the ID of the pod
    in the event.
  o SSH functionality for `podman machine` commands has seen a thorough rework,
    addressing many issues about authentication.
  o The `--network` option to `podman kube play` now allows passing `host` to
    set the pod to use host networking, even if the YAML does not request this.
  o The `podman inspect` command on containers now includes the digest of the
    image used to create the container.
  o Pods created by `podman play kube` are now, by default, placed into a
    network named `podman-kube`. If the `podman-kube` network does not exist,
    it will be created. This ensures pods can connect to each other by their
    names, as the network has DNS enabled.

Update to version 4.2.0:

  o Features


  o Podman now supports the Gitlab Runner (using the Docker executor), allowing
    its use in Gitlab CI/CD pipelines.
  o A new command has been added, podman pod clone, to create a copy of an
    existing pod. It supports several options, including --start to start the
    new pod, --destroy to remove the original pod, and --name to change the
    name of the new pod
  o A new command has been added, podman volume reload, to sync changes in
    state between Podman's database and any configured volume plugins
  o A new command has been added, podman machine info, which displays
    information about the host and the versions of various machine components.
  o Pods created by podman play kube can now be managed by systemd unit files.
    This can be done via a new systemd service, podman-kube@.service - e.g.
    systemctl --user start podman-play-kube@$(systemd-escape my.yaml).service
    will run the Kubernetes pod or deployment contained in my.yaml under
    systemd.
  o The podman play kube command now honors the RunAsUser, RunAsGroup, and
    SupplementalGroups setting from the Kubernetes pod's security context.
  o The podman play kube command now supports volumes with the BlockDevice and
    CharDevice types
  o The podman play kube command now features a new flag, --userns, to set the
    user namespace of created pods. Two values are allowed at present:
    host and auto
  o The podman play kube command now supports setting the type of created init
    containers via the io.podman.annotations.init.container.type annotation.
  o Pods now have include an exit policy (configurable via the --exit-policy
    option to podman pod create), which determines what will happen to the
    pod's infra container when the entire pod stops. The default, continue,
    acts as Podman currently does, while a new option, stop, stops the infra
    container after the last container in the pod stops, and is used by default
    for pods from podman play kube
  o The podman pod create command now allows the pod's name to be specified as
    an argument, instead of using the --name option - for example, podman pod
    create mypod instead of the prior podman pod create --name mypod. Please
    note that the --name option is not deprecated and will continue to work.
  o The podman pod create command's --share option now supports adding
    namespaces to the set by prefacing them with + (as opposed to specifying
    all namespaces that should be shared)
  o The podman pod create command has a new option, --shm-size, to specify the
    size of the /dev/shm mount that will be shared if the pod shares its UTS
    namespace (#14609).
  o The podman pod create command has a new option, --uts, to configure the UTS
    namespace that will be shared by containers in the pod.
  o The podman pod create command now supports setting pod-level resource
    limits via the --cpus, --cpuset-cpus, and --memory options. These will set
    a limit for all containers in the pod, while individual containers within
    the pod are allowed to set further limits. Look forward to more options for
    resource limits in our next release!
  o The podman create and podman run commands now include the -c short option
    for the --cpu-shares option.
  o The podman create and podman run commands can now create containers from a
    manifest list (and not an image) as long as the --platform option is
    specified (#14773).
  o The podman build command now supports a new option, --cpp-flag, to specify
    options for the C preprocessor when using Containerfile.in files that
    require preprocessing.
  o The podman build command now supports a new option, --build-context,
    allowing the user to specify an additional build context.
  o The podman machine inspect command now prints the location of the VM's
    Podman API socket on the host (#14231).
  o The podman machine init command on Windows now fetches an image with
    packages pre-installed (#14698).
  o Unused, cached Podman machine VM images are now cleaned up automatically.
    Note that because Podman now caches in a different directory, this will not
    clean up old images pulled before this change (#14697).
  o The default for the --image-volume option to podman run and podman create
    can now have its default set through the image_volume_mode setting in
    containers.conf (#14230).
  o Overlay volumes now support two new options, workdir and upperdir, to allow
    multiple overlay volumes from different containers to reuse the same
    workdir or upperdir (#14427).
  o The podman volume create command now supports two new options, copy and
    nocopy, to control whether contents from the overmounted folder in a
    container will be copied into the newly-created named volume (copy-up).
  o Volumes created using a volume plugin can now specify a timeout for all
    operations that contact the volume plugin (replacing the standard 5 second
    timeout) via the --opt o=timeout= option to podman volume create (BZ
    2080458).
  o The podman volume ls command's --filter name= option now supports regular
    expression matching for volume names (#14583).
  o When used with a podman machine VM, volumes now support specification of
    the 9p security model using the security_model option to podman create -v
    and podman run -v.
  o The remote Podman client's podman push command now supports the
    --remove-signatures option (#14558).
  o The remote Podman client now supports the podman image scp command.
  o The podman image scp command now supports tagging the transferred image
    with a new name.
  o The podman network ls command supports a new filter, --filter dangling=, to
    list networks not presently used by any containers (#14595).
  o The --condition option to podman wait can now be specified multiple times
    to wait on any one of multiple conditions.
  o The podman events command now includes the -f short option for the --filter
    option.
  o The podman pull command now includes the -a short option for the --all-tags
    option.
  o The podman stop command now includes a new flag, --filter, to filter which
    containers will be stopped (e.g. podman stop --all --filter label=
    COM.MY.APP).
  o The Podman global option --url now has two aliases: -H and --host.
  o The podman network create command now supports a new option with the
    default bridge driver, --opt isolate=, which isolates the network by
    blocking any traffic from it to any other network with the isolate option
    enabled. This option is enabled by default for networks created using the
    Docker-compatible API.
  o Added the ability to create sigstore signatures in podman push and podman
    manifest push.
  o Added an option to read image signing passphrase from a file.


  o Changes


  o Paused containers can now be killed with the podman kill command.
  o The podman system prune command now removes unused networks.
  o The --userns=keep-id and --userns=nomap options to the podman run and
    podman create commands are no longer allowed (instead of simply being
    ignored) with root Podman.
  o If the /run directory for a container is part of a volume, Podman will not
    create the /run/.containerenv file (#14577).
  o The podman machine stop command on macOS now waits for the machine to be
    completely stopped to exit (#14148).
  o All podman machine commands now only support being run as rootless, given
    that VMs only functioned when run rootless.
  o The podman unpause --all command will now only attempt to unpause
    containers that are paused, not all containers.
  o Init containers created with podman play kube now default to the once type
    (#14877).
  o Pods created with no shared namespaces will no longer create an infra
    container unless one is explicitly requested (#15048).
  o The podman create, podman run, and podman cp commands can now autocomplete
    paths in the image or container via the shell completion.
  o The libpod/common package has been removed as it's not used anywhere.
  o The --userns option to podman create and podman run is no longer accepted
    when an explicit UID or GID mapping is specified (#15233).

  o Misc


  o Podman will now check for nameservers in /run/NetworkManager/
    no-stub-resolv.conf if the /etc/resolv.conf file only contains a localhost
    server.
  o The podman build command now supports caching with builds that specify
    --squash-all by allowing the --layers flag to be used at the same time.
  o Podman Machine support for QEMU installations at non-default paths has been
    improved.
  o The podman machine ssh command no longer prints spurious warnings every
    time it is run.
  o When accessing the WSL prompt on Windows, the rootless user will be
    preferred.
  o The podman info command now includes a field for information on supported
    authentication plugins for improved Docker compatibility. Authentication
    plugins are not presently supported by Podman, so this field is always
    empty.
  o The podman system prune command now no longer prints the Deleted Images
    header if no images were pruned.
  o The podman system service command now automatically creates and moves to a
    sub-cgroup when running in the root cgroup (#14573).
  o Updated Buildah to v1.27.0 (fixes CVE-2022-21698 / bsc#1196338)
  o Updated the containers/image library to v5.22.0
  o Updated the containers/storage library to v1.42.0 (fixes bsc#1196751)
  o Updated the containers/common library to v0.49.1
  o Podman will automatically create a sub-cgroup and move itself into it when
    it detects that it is running inside a container (#14884).
  o Fixed an incorrect release note about regexp.
  o A new MacOS installer (via pkginstaller) is now supported.


Update to version 4.1.1:

  o The output of the podman load command now mirrors that of docker load.
  o Podman now supports Docker Compose v2.2 and higher. Please note that it may
    be necessary to disable the use of Buildkit by setting the environment
    variable DOCKER_BUILDKIT=0.
  o A new container command has been added, podman container clone. This
    command makes a copy of an existing container, with the ability to change
    some settings (e.g. resource limits) while doing so.
  o Podman now supports sending JSON events related to machines to a Unix
    socket named machine_events.*\.sock in XDG_RUNTIME_DIR/podman or to a
    socket whose path is set in the PODMAN_MACHINE_EVENTS_SOCK environment
    variable.
  o Two new volume commands have been added, podman volume mount and podman
    volume unmount. These allow for Podman-managed named volumes to be mounted
    and accessed from outside containers.
  o The podman container checkpoint and podman container restore options now
    support checkpointing to and restoring from OCI images. This allows
    checkpoints to be distributed via standard image registries.
  o The podman play kube command now supports environment variables that are
    specified using the fieldRef and resourceFieldRef sources.
  o The podman play kube command will now set default resource limits when the
    provided YAML does not include them.
  o The podman play kube command now supports a new option, --annotation, to
    add annotations to created containers.
  o The podman play kube --build command now supports a new option,
    --context-dir, which allows the user to specify the context directory to
    use when building the Containerfile.
  o The podman container commit command now supports a new option, --squash,
    which squashes the generated image into a single layer.
  o The podman pod logs command now supports two new options, --names, which
    identifies which container generated a log message by name, instead of ID
    and --color, which colors messages based on what container generated them.
  o The podman rmi command now supports a new option, --ignore, which will
    ignore errors caused by missing images.
  o The podman network create command now features a new option, --ipam-driver,
    to specify details about how IP addresses are assigned to containers in the
    network.
  o The podman machine list command now features a new option, --quiet, to
    print only the names of configured VMs and no other information.
  o The --ipc option to the podman create, podman run, and podman pod create
    commands now supports three new modes: none, private, and shareable. The
    default IPC mode is now shareable, indicating the the IPC namespace can be
    shared with other containers.
  o The --mount option to the podman create and podman run commands can now set
    options for created named volumes via the volume-opt parameter.
  o The --mount option to the podman create and podman run commands now allows
    parameters to be passed in CSV format.
  o The --userns option to the podman create and podman run commands now
    supports a new option, nomap, that (only for rootless containers) does not
    map the UID of the user that started the container into the container,
    increasing security.
  o The podman import command now supports three new options, --arch, --os, and
    --variant, to specify what system the imported image was built for.
  o The podman inspect command now includes information on the network
    configuration of containers that joined a pre-configured network namespace
    with the --net ns: option to podman run, podman create, and podman pod
    create.
  o The podman run and podman create commands now support a new option,
    --chrootdirs, which specifies additional locations where container-specific
    files managed by Podman (e.g. /etc/hosts, `/etc/resolv.conf, etc) will be
    mounted inside the container (#12961).
  o The podman run and podman create commands now support a new option,
    --passwd-entry, allowing entries to be added to the container's /etc/passwd
    file.
  o The podman images --format command now accepts two new format directives:
    {{.CreatedAt}} and {{.CreatedSince}}.
  o The podman volume create command's -o option now accepts a new argument, o=
    noquota, to disable XFS quotas entirely and avoid potential issues when
    Podman is run on an XFS filesystem with existing quotas defined.
  o The podman info command now includes additional information on the machine
    Podman is running on, including disk utilization on the drive Podman is
    storing containers and images on, and CPU utilization.
  o Fix CVE-2022-27191 / bsc#1197284


  o Require catatonit >= 0.1.7 for pause functionality needed by pods


Update to version 4.0.3:

  o Security


- - This release fixes CVE-2022-27649, where containers run by Podman would have
excess inheritable capabilities set.

  o Changes


- - The podman machine rm --force command will now remove running machines as
well (such machines are shut down first, then removed) (#13448). - When a
podman machine VM is started that is using a too-old VM image, it will now
start in a reduced functionality mode, and provide instructions on how to
recreate it (previously, VMs were effectively unusable) (#13510).
- - Updated the containers/common library to v0.47.5

  o This release addresses CVE-2021-4024 / bsc#1193166, where the podman
    machine command opened the gvproxy API (used to forward ports to podman
    machine VMs) to the public internet on port 7777.
  o This release addresses CVE-2021-41190 / bsc#1193273, where incomplete
    specification of behavior regarding image manifests could lead to
    inconsistent decoding on different clients.


Update to version 3.1.0: (bsc#1181961, CVE-2021-20206)

  o A fix for CVE-2021-20199 / bsc#1181640 is included. Podman between v1.8.0
    and v2.2.1 used 127.0.0.1 as the source address for all traffic forwarded
    into rootless containers by a forwarded port; this has been changed to
    address the issue.

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 openSUSE Leap Micro 5.3:
    zypper in -t patch openSUSE-Leap-Micro-5.3-2023-187=1
  o openSUSE Leap 15.4:
    zypper in -t patch openSUSE-SLE-15.4-2023-187=1
  o SUSE Linux Enterprise Module for Containers 15-SP4:
    zypper in -t patch SUSE-SLE-Module-Containers-15-SP4-2023-187=1
  o SUSE Linux Enterprise Micro 5.3:
    zypper in -t patch SUSE-SLE-Micro-5.3-2023-187=1

Package List:

  o openSUSE Leap Micro 5.3 (aarch64 x86_64):
       podman-4.3.1-150400.4.11.1
       podman-debuginfo-4.3.1-150400.4.11.1
  o openSUSE Leap Micro 5.3 (noarch):
       podman-cni-config-4.3.1-150400.4.11.1
  o openSUSE Leap 15.4 (aarch64 ppc64le s390x x86_64):
       podman-4.3.1-150400.4.11.1
       podman-debuginfo-4.3.1-150400.4.11.1
       podman-remote-4.3.1-150400.4.11.1
       podman-remote-debuginfo-4.3.1-150400.4.11.1
  o openSUSE Leap 15.4 (noarch):
       podman-cni-config-4.3.1-150400.4.11.1
       podman-docker-4.3.1-150400.4.11.1
  o SUSE Linux Enterprise Module for Containers 15-SP4 (aarch64 ppc64le s390x
    x86_64):
       podman-4.3.1-150400.4.11.1
       podman-debuginfo-4.3.1-150400.4.11.1
       podman-remote-4.3.1-150400.4.11.1
       podman-remote-debuginfo-4.3.1-150400.4.11.1
  o SUSE Linux Enterprise Module for Containers 15-SP4 (noarch):
       podman-cni-config-4.3.1-150400.4.11.1
       podman-docker-4.3.1-150400.4.11.1
  o SUSE Linux Enterprise Micro 5.3 (aarch64 s390x x86_64):
       podman-4.3.1-150400.4.11.1
       podman-debuginfo-4.3.1-150400.4.11.1
  o SUSE Linux Enterprise Micro 5.3 (noarch):
       podman-cni-config-4.3.1-150400.4.11.1


References:

  o https://www.suse.com/security/cve/CVE-2021-20199.html
  o https://www.suse.com/security/cve/CVE-2021-20206.html
  o https://www.suse.com/security/cve/CVE-2021-4024.html
  o https://www.suse.com/security/cve/CVE-2021-41190.html
  o https://www.suse.com/security/cve/CVE-2022-27649.html
  o https://www.suse.com/security/cve/CVE-2022-2989.html
  o https://bugzilla.suse.com/1181640
  o https://bugzilla.suse.com/1181961
  o https://bugzilla.suse.com/1193166
  o https://bugzilla.suse.com/1193273
  o https://bugzilla.suse.com/1197672
  o https://bugzilla.suse.com/1199790
  o https://bugzilla.suse.com/1202809

- --------------------------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: https://auscert.org.au/gpg-key/

iQIVAwUBY9cWRckNZI30y1K9AQh+ng//Y+347xWgqj7f/BiN1RTKlVKh97eEwqsU
n6AuwsZj3PT8Tfu+xxQCY1ZhnleBCOPrHuYV3EsINl2VBCf+4eXyedTOTl2qF5Jg
nzM8AhvKQUJEH5tD/Z1ST5brmsRWEOdAnWz2foHSezaMccocXsoYZWXgO9Z6EM02
T7GvUbW/wAGrnzNNYjvkqWSswlpdFxT69b4fXSSENAlA/XOBa0a9MkeBEA0TbOWU
GYXYlfKmHSBE226eEVwVMOV7qWA0l6nqLoW/svJzXM2jfUECXdos8wIVbWyq16qW
nD3e0bggyeGtU9CqNiOucwB9iHmj4hJA6+n/+v1034t8SHZS8Uxe0cHYZB0Bt6O8
H3OmfrR0rIS26X4S/pGDHq1aokEVoBxq+udnJoTZFvzJ28b0oNtLyIOrSi9R5mgt
4vtBz0U7LXvXN7Y1AtsTl5C51wI5noUp/HGyJMszwxhqGTaWyr/rmo8pJlg6X0dd
MCV2wLHWsBOmHlNadiWnEGYTka0Jf1TdrZ0JX5Rwr8W9k8d/F7DUshZLj1na7mvi
UTD0JCEOpiIZBFnQURoKCvi+PFBwhzZtVL2efyfsuXsgf31Qcqgip3DlJ5Axd2NB
ziKqiTJNRvQyR0rW3R/S8x7kIatK3lECygcRHRkDHqgB08HoDYAL0I5roDfz7RjL
1Ea8/8ir7+Q=
=VNH9
-----END PGP SIGNATURE-----