Vulnerabilities > CVE-2019-9674 - Resource Exhaustion vulnerability in multiple products

047910
CVSS 7.5 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
HIGH
network
low complexity
python
canonical
netapp
CWE-400
nessus

Summary

Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.

Vulnerable Configurations

Part Description Count
Application
Python
381
Application
Netapp
1
OS
Canonical
5

Common Attack Pattern Enumeration and Classification (CAPEC)

  • XML Ping of the Death
    An attacker initiates a resource depletion attack where a large number of small XML messages are delivered at a sufficiently rapid rate to cause a denial of service or crash of the target. Transactions such as repetitive SOAP transactions can deplete resources faster than a simple flooding attack because of the additional resources used by the SOAP protocol and the resources necessary to process SOAP messages. The transactions used are immaterial as long as they cause resource utilization on the target. In other words, this is a normal flooding attack augmented by using messages that will require extra processing on the target.
  • XML Entity Expansion
    An attacker submits an XML document to a target application where the XML document uses nested entity expansion to produce an excessively large output XML. XML allows the definition of macro-like structures that can be used to simplify the creation of complex structures. However, this capability can be abused to create excessive demands on a processor's CPU and memory. A small number of nested expansions can result in an exponential growth in demands on memory.
  • Inducing Account Lockout
    An attacker leverages the security functionality of the system aimed at thwarting potential attacks to launch a denial of service attack against a legitimate system user. Many systems, for instance, implement a password throttling mechanism that locks an account after a certain number of incorrect log in attempts. An attacker can leverage this throttling mechanism to lock a legitimate user out of their own account. The weakness that is being leveraged by an attacker is the very security feature that has been put in place to counteract attacks.
  • Violating Implicit Assumptions Regarding XML Content (aka XML Denial of Service (XDoS))
    XML Denial of Service (XDoS) can be applied to any technology that utilizes XML data. This is, of course, most distributed systems technology including Java, .Net, databases, and so on. XDoS is most closely associated with web services, SOAP, and Rest, because remote service requesters can post malicious XML payloads to the service provider designed to exhaust the service provider's memory, CPU, and/or disk space. The main weakness in XDoS is that the service provider generally must inspect, parse, and validate the XML messages to determine routing, workflow, security considerations, and so on. It is exactly these inspection, parsing, and validation routines that XDoS targets. There are three primary attack vectors that XDoS can navigate Target CPU through recursion: attacker creates a recursive payload and sends to service provider Target memory through jumbo payloads: service provider uses DOM to parse XML. DOM creates in memory representation of XML document, but when document is very large (for example, north of 1 Gb) service provider host may exhaust memory trying to build memory objects. XML Ping of death: attack service provider with numerous small files that clog the system. All of the above attacks exploit the loosely coupled nature of web services, where the service provider has little to no control over the service requester and any messages the service requester sends.

Nessus

  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-1339-1.NASL
    descriptionThis update for python fixes the following issues : Security issues fixed : CVE-2019-18348: Fixed a CRLF injection via the host part of the url passed to urlopen(). Now an InvalidURL exception is raised (bsc#1155094). CVE-2019-9674: Improved the documentation to reflect the dangers of zip-bombs (bsc#1162825). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-31
    modified2020-05-22
    plugin id136798
    published2020-05-22
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/136798
    titleSUSE SLED15 / SLES15 Security Update : python (SUSE-SU-2020:1339-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from SUSE update advisory SUSE-SU-2020:1339-1.
    # The text itself is copyright (C) SUSE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(136798);
      script_version("1.2");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/05/26");
    
      script_cve_id("CVE-2019-18348", "CVE-2019-9674");
    
      script_name(english:"SUSE SLED15 / SLES15 Security Update : python (SUSE-SU-2020:1339-1)");
      script_summary(english:"Checks rpm output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis",
        value:"The remote SUSE host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description",
        value:
    "This update for python fixes the following issues :
    
    Security issues fixed :
    
    CVE-2019-18348: Fixed a CRLF injection via the host part of the url
    passed to urlopen(). Now an InvalidURL exception is raised
    (bsc#1155094).
    
    CVE-2019-9674: Improved the documentation to reflect the dangers of
    zip-bombs (bsc#1162825).
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the SUSE security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1155094"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1162825"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-18348/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-9674/"
      );
      # https://www.suse.com/support/update/announcement/2020/suse-su-20201339-1/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?d887d389"
      );
      script_set_attribute(
        attribute:"solution",
        value:
    "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 :
    
    SUSE Linux Enterprise Module for Python2 15-SP1 :
    
    zypper in -t patch SUSE-SLE-Module-Python2-15-SP1-2020-1339=1
    
    SUSE Linux Enterprise Module for Open Buildservice Development Tools
    15-SP1 :
    
    zypper in -t patch
    SUSE-SLE-Module-Development-Tools-OBS-15-SP1-2020-1339=1
    
    SUSE Linux Enterprise Module for Desktop Applications 15-SP1 :
    
    zypper in -t patch
    SUSE-SLE-Module-Desktop-Applications-15-SP1-2020-1339=1
    
    SUSE Linux Enterprise Module for Basesystem 15-SP1 :
    
    zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP1-2020-1339=1"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-18348");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libpython2_7");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libpython2_7-1_0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libpython2_7-1_0-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libpython2_7-1_0-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-base");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-base-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-base-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-base-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-curses");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-curses-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-demo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-gdbm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-gdbm-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-idle");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-tk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-tk-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-xml");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python-xml-debuginfo");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:15");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/10/23");
      script_set_attribute(attribute:"patch_publication_date", value:"2020/05/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2020/05/22");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/SuSE/release");
    if (isnull(release) || release !~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "SUSE");
    os_ver = pregmatch(pattern: "^(SLE(S|D)\d+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "SUSE");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(SLED15|SLES15)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE SLED15 / SLES15", "SUSE " + os_ver);
    
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^i[3-6]86$" && "x86_64" >!< cpu && "s390x" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "SUSE " + os_ver, cpu);
    
    sp = get_kb_item("Host/SuSE/patchlevel");
    if (isnull(sp)) sp = "0";
    if (os_ver == "SLES15" && (! preg(pattern:"^(1)$", string:sp))) audit(AUDIT_OS_NOT, "SLES15 SP1", os_ver + " SP" + sp);
    if (os_ver == "SLED15" && (! preg(pattern:"^(1)$", string:sp))) audit(AUDIT_OS_NOT, "SLED15 SP1", os_ver + " SP" + sp);
    
    
    flag = 0;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"libpython2_7-1_0-32bit-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"libpython2_7-1_0-32bit-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"python-32bit-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"python-32bit-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"python-base-32bit-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"python-base-32bit-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"python-base-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-base-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-base-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-curses-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-curses-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-devel-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-gdbm-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-gdbm-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-xml-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-xml-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-demo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-idle-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-tk-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-tk-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"libpython2_7-1_0-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"libpython2_7-1_0-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-base-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-base-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-base-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"python-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"libpython2_7-1_0-32bit-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"libpython2_7-1_0-32bit-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"python-32bit-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"python-32bit-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"python-base-32bit-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"python-base-32bit-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"python-base-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-base-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-base-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-curses-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-curses-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-devel-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-gdbm-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-gdbm-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-xml-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-xml-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-demo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-idle-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-tk-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-tk-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"libpython2_7-1_0-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"libpython2_7-1_0-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-base-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-base-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-base-debugsource-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-debuginfo-2.7.17-7.38.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"python-debugsource-2.7.17-7.38.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "python");
    }
    
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1346.NASL
    descriptionAccording to the versions of the python3 packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - In Python (CPython) 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1, an insecure dependency load upon launch on Windows 7 may result in an attacker
    last seen2020-04-07
    modified2020-04-02
    plugin id135133
    published2020-04-02
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/135133
    titleEulerOS Virtualization for ARM 64 3.0.6.0 : python3 (EulerOS-SA-2020-1346)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2020-696.NASL
    descriptionThis update for python fixes the following issues : Security issues fixed : - CVE-2019-18348: Fixed a CRLF injection via the host part of the url passed to urlopen(). Now an InvalidURL exception is raised (bsc#1155094). - CVE-2019-9674: Improved the documentation to reflect the dangers of zip-bombs (bsc#1162825). This update was imported from the SUSE:SLE-15:Update update project.
    last seen2020-05-31
    modified2020-05-26
    plugin id136884
    published2020-05-26
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/136884
    titleopenSUSE Security Update : python (openSUSE-2020-696)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-0854-1.NASL
    descriptionThis update for python3 fixes the following issue : CVE-2019-18348: Fixed a CRLF injection via the host part of the url passed to urlopen(). Now an InvalidURL exception is raised (bsc#1155094). CVE-2019-9674: Improved the documentation to reflect the dangers of zip-bombs (bsc#1162825). CVE-2020-8492: Fixed a regular expression in urllib that was prone to denial of service via HTTP (bsc#1162367). Fixed an issue with version missmatch (bsc#1162224). Rename idle icons to idle3 in order to not conflict with python2 variant of the package. (bsc#1165894) Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-04-10
    modified2020-04-03
    plugin id135197
    published2020-04-03
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/135197
    titleSUSE SLES12 Security Update : python3 (SUSE-SU-2020:0854-1)
  • NASL familyPhotonOS Local Security Checks
    NASL idPHOTONOS_PHSA-2020-2_0-0211_PYTHON2.NASL
    descriptionAn update of the python2 package has been released.
    last seen2020-03-17
    modified2020-02-26
    plugin id134086
    published2020-02-26
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134086
    titlePhoton OS 2.0: Python2 PHSA-2020-2.0-0211
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1174.NASL
    descriptionAccording to the version of the python2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.(CVE-2019-9674) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-03
    modified2020-02-25
    plugin id134008
    published2020-02-25
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134008
    titleEulerOS 2.0 SP8 : python2 (EulerOS-SA-2020-1174)
  • NASL familyPhotonOS Local Security Checks
    NASL idPHOTONOS_PHSA-2020-1_0-0276_PYTHON3.NASL
    descriptionAn update of the python3 package has been released.
    last seen2020-03-17
    modified2020-02-13
    plugin id133685
    published2020-02-13
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133685
    titlePhoton OS 1.0: Python3 PHSA-2020-1.0-0276
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2020-274.NASL
    descriptionThis update for python3 fixes the following issues : Security issues fixed : - CVE-2019-9674: Improved the documentation to reflect the dangers of zip-bombs (bsc#1162825). - CVE-2020-8492: Fixed a regular expression in urrlib that was prone to denial of service via HTTP (bsc#1162367). Non-security issue fixed : - If the locale is
    last seen2020-03-18
    modified2020-03-02
    plugin id134197
    published2020-03-02
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134197
    titleopenSUSE Security Update : python3 (openSUSE-2020-274)
  • NASL familyPhotonOS Local Security Checks
    NASL idPHOTONOS_PHSA-2020-1_0-0280_PYTHON2.NASL
    descriptionAn update of the python2 package has been released.
    last seen2020-03-17
    modified2020-02-25
    plugin id134041
    published2020-02-25
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134041
    titlePhoton OS 1.0: Python2 PHSA-2020-1.0-0280
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1126.NASL
    descriptionAccording to the versions of the python packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.(CVE-2019-9674) - Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command (
    last seen2020-05-06
    modified2020-02-24
    plugin id133927
    published2020-02-24
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133927
    titleEulerOS 2.0 SP5 : python (EulerOS-SA-2020-1126)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1427.NASL
    descriptionAccording to the versions of the python packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - The Wave_read._read_fmt_chunk function in Lib/wave.py in Python through 3.6.4 does not ensure a nonzero channel value, which allows attackers to cause a denial of service (divide-by-zero and exception) via a crafted wav format audio file. NOTE: the vendor disputes this issue because Python applications
    last seen2020-05-06
    modified2020-04-15
    plugin id135556
    published2020-04-15
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/135556
    titleEulerOS 2.0 SP3 : python (EulerOS-SA-2020-1427)
  • NASL familyPhotonOS Local Security Checks
    NASL idPHOTONOS_PHSA-2020-3_0-0057_PYTHON2.NASL
    descriptionAn update of the python2 package has been released.
    last seen2020-03-17
    modified2020-02-20
    plugin id133809
    published2020-02-20
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133809
    titlePhoton OS 3.0: Python2 PHSA-2020-3.0-0057
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-0510-1.NASL
    descriptionThis update for python fixes the following issues : Security issues fixed : CVE-2019-9674: Improved the documentation, warning about dangers of zip-bombs (bsc#1162825). CVE-2020-8492: Fixed a regular expression in urrlib that was prone to denial of service via HTTP (bsc#1162367). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-18
    modified2020-02-28
    plugin id134159
    published2020-02-28
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134159
    titleSUSE SLED15 / SLES15 Security Update : python (SUSE-SU-2020:0510-1)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1175.NASL
    descriptionAccording to the versions of the python3 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.(CVE-2019-9674) - In Python (CPython) 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1, an insecure dependency load upon launch on Windows 7 may result in an attacker
    last seen2020-05-03
    modified2020-02-25
    plugin id134009
    published2020-02-25
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134009
    titleEulerOS 2.0 SP8 : python3 (EulerOS-SA-2020-1175)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-0557-1.NASL
    descriptionThis update for python36 fixes the following issues : Security issues fixed : CVE-2019-9674: Improved the documentation to reflect the dangers of zip-bombs (bsc#1162825). CVE-2020-8492: Fixed a regular expression in urrlib that was prone to denial of service via HTTP (bsc#1162367). Non-security issue fixed: If the locale is
    last seen2020-03-18
    modified2020-03-06
    plugin id134286
    published2020-03-06
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134286
    titleSUSE SLES12 Security Update : python36 (SUSE-SU-2020:0557-1)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1516.NASL
    descriptionAccording to the versions of the python packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command (
    last seen2020-05-08
    modified2020-05-01
    plugin id136219
    published2020-05-01
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/136219
    titleEulerOS Virtualization for ARM 64 3.0.2.0 : python (EulerOS-SA-2020-1516)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1472.NASL
    descriptionAccording to the versions of the python packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command (
    last seen2020-04-30
    modified2020-04-16
    plugin id135634
    published2020-04-16
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/135634
    titleEulerOS Virtualization 3.0.2.2 : python (EulerOS-SA-2020-1472)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1344.NASL
    descriptionAccording to the versions of the python2 packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - A ZIP bomb attack was found in the Python zipfile module. A remote attacker could abuse this flaw by providing a specially crafted ZIP file that, when decompressed by zipfile, would exhaust system resources resulting in a denial of service.(CVE-2019-9674) - The Wave_read._read_fmt_chunk function in Lib/wave.py in Python through 3.6.4 does not ensure a nonzero channel value, which allows attackers to cause a denial of service (divide-by-zero and exception) via a crafted wav format audio file. NOTE: the vendor disputes this issue because Python applications
    last seen2020-04-07
    modified2020-04-02
    plugin id135131
    published2020-04-02
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/135131
    titleEulerOS Virtualization for ARM 64 3.0.6.0 : python2 (EulerOS-SA-2020-1344)
  • NASL familyPhotonOS Local Security Checks
    NASL idPHOTONOS_PHSA-2020-2_0-0224_PYTHON3.NASL
    descriptionAn update of the python3 package has been released.
    last seen2020-04-14
    modified2020-04-10
    plugin id135310
    published2020-04-10
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/135310
    titlePhoton OS 2.0: Python3 PHSA-2020-2.0-0224
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-0467-1.NASL
    descriptionThis update for python3 fixes the following issues : Security issues fixed : CVE-2019-9674: Improved the documentation to reflect the dangers of zip-bombs (bsc#1162825). CVE-2020-8492: Fixed a regular expression in urrlib that was prone to denial of service via HTTP (bsc#1162367). Non-security issue fixed: If the locale is
    last seen2020-03-18
    modified2020-02-26
    plugin id134081
    published2020-02-26
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134081
    titleSUSE SLED15 / SLES15 Security Update : python3 (SUSE-SU-2020:0467-1)