SUSE SLED15 / SLES15 Security Update : python3 (SUSE-SU-2021:0529-1) - Nessus

Critical   Plugin ID: 146729

This page contains detailed information about the SUSE SLED15 / SLES15 Security Update : python3 (SUSE-SU-2021:0529-1) Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 146729
Name: SUSE SLED15 / SLES15 Security Update : python3 (SUSE-SU-2021:0529-1)
Filename: suse_SU-2021-0529-1.nasl
Vulnerability Published: 2020-09-04
This Plugin Published: 2021-02-22
Last Modification Time: 2021-02-24
Plugin Version: 1.2
Plugin Type: local
Plugin Family: SuSE Local Security Checks
Dependencies: ssh_get_info.nasl
Required KB Items [?]: Host/cpu, Host/local_checks_enabled, Host/SuSE/release, Host/SuSE/rpm-list

Vulnerability Information


Severity: Critical
Vulnerability Published: 2020-09-04
Patch Published: 2021-02-19
CVE [?]: CVE-2019-20916, CVE-2021-3177
CPE [?]: cpe:/o:novell:suse_linux:15, p-cpe:/a:novell:suse_linux:libpython3_6m1_0, p-cpe:/a:novell:suse_linux:libpython3_6m1_0-debuginfo, p-cpe:/a:novell:suse_linux:python3, p-cpe:/a:novell:suse_linux:python3-base, p-cpe:/a:novell:suse_linux:python3-curses, p-cpe:/a:novell:suse_linux:python3-curses-debuginfo, p-cpe:/a:novell:suse_linux:python3-dbm, p-cpe:/a:novell:suse_linux:python3-dbm-debuginfo, p-cpe:/a:novell:suse_linux:python3-debuginfo, p-cpe:/a:novell:suse_linux:python3-debugsource, p-cpe:/a:novell:suse_linux:python3-devel, p-cpe:/a:novell:suse_linux:python3-devel-debuginfo, p-cpe:/a:novell:suse_linux:python3-idle, p-cpe:/a:novell:suse_linux:python3-tk, p-cpe:/a:novell:suse_linux:python3-tk-debuginfo, p-cpe:/a:novell:suse_linux:python3-tools

Synopsis

The remote SUSE host is missing one or more security updates.

Description

This update for python3 fixes the following issues :

CVE-2021-3177: Fixed buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution (bsc#1181126).

Provide the newest setuptools wheel (bsc#1176262, CVE-2019-20916) in their correct form (bsc#1180686).

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.

Solution

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 Development Tools 15-SP2 :

zypper in -t patch SUSE-SLE-Module-Development-Tools-15-SP2-2021-529=1

SUSE Linux Enterprise Module for Basesystem 15-SP2 :

zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP2-2021-529=1

Public Exploits


Target Network Port(s): N/A
Target Asset(s): N/A
Exploit Available: True (GitHub)
Exploit Ease: Exploits (PoCs) are available

Here's the list of publicly known exploits and PoCs for verifying the SUSE SLED15 / SLES15 Security Update : python3 (SUSE-SU-2021:0529-1) vulnerability:

  1. GitHub: https://github.com/noseka1/deep-dive-into-clair
    [CVE-2019-20916]
  2. GitHub: https://github.com/TAPAKAH20/python_dos_demo
    [CVE-2021-3177]
  3. GitHub: https://github.com/tianocore/edk2-edkrepo
    [CVE-2021-3177]

Before running any exploit against any system, make sure you are authorized by the owner of the target system(s) to perform such activity. In any other case, this would be considered as an illegal activity.

WARNING: Beware of using unverified exploits from sources such as GitHub or Exploit-DB. These exploits and PoCs could contain malware. For more information, see how to use exploits safely.

Risk Information


CVSS V2 Vector [?]: AV:N/AC:L/Au:N/C:P/I:P/A:P/E:U/RL:OF/RC:C
CVSS Base Score:7.5 (High)
Impact Subscore:6.4
Exploitability Subscore:10.0
CVSS Temporal Score:5.5 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:5.5 (Medium)
CVSS V3 Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
CVSS Base Score:9.8 (Critical)
Impact Subscore:5.9
Exploitability Subscore:3.9
CVSS Temporal Score:8.5 (High)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:8.5 (High)

Go back to menu.

Plugin Source


This is the suse_SU-2021-0529-1.nasl nessus plugin source code. This script is Copyright (C) 2021 and is owned by Tenable, Inc. or an Affiliate thereof.

#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from SUSE update advisory SUSE-SU-2021:0529-1.
# The text itself is copyright (C) SUSE.
#

include("compat.inc");

if (description)
{
  script_id(146729);
  script_version("1.2");
  script_set_attribute(attribute:"plugin_modification_date", value:"2021/02/24");

  script_cve_id("CVE-2019-20916", "CVE-2021-3177");

  script_name(english:"SUSE SLED15 / SLES15 Security Update : python3 (SUSE-SU-2021:0529-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 python3 fixes the following issues :

CVE-2021-3177: Fixed buffer overflow in PyCArg_repr in
_ctypes/callproc.c, which may lead to remote code execution
(bsc#1181126).

Provide the newest setuptools wheel (bsc#1176262, CVE-2019-20916) in
their correct form (bsc#1180686).

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=1176262"
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://bugzilla.suse.com/show_bug.cgi?id=1179756"
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://bugzilla.suse.com/show_bug.cgi?id=1180686"
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://bugzilla.suse.com/show_bug.cgi?id=1181126"
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://www.suse.com/security/cve/CVE-2019-20916/"
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://www.suse.com/security/cve/CVE-2021-3177/"
  );
  # https://www.suse.com/support/update/announcement/2021/suse-su-20210529-1
  script_set_attribute(
    attribute:"see_also",
    value:"http://www.nessus.org/u?4540350f"
  );
  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 Development Tools 15-SP2 :

zypper in -t patch SUSE-SLE-Module-Development-Tools-15-SP2-2021-529=1

SUSE Linux Enterprise Module for Basesystem 15-SP2 :

zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP2-2021-529=1"
  );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
  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:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  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:libpython3_6m1_0");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libpython3_6m1_0-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-base");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-curses");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-curses-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-dbm");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-dbm-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-debugsource");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-devel-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-idle");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-tk");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-tk-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-tools");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:15");

  script_set_attribute(attribute:"vuln_publication_date", value:"2020/09/04");
  script_set_attribute(attribute:"patch_publication_date", value:"2021/02/19");
  script_set_attribute(attribute:"plugin_publication_date", value:"2021/02/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) 2021 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:"^(2)$", string:sp))) audit(AUDIT_OS_NOT, "SLES15 SP2", os_ver + " SP" + sp);
if (os_ver == "SLED15" && (! preg(pattern:"^(2)$", string:sp))) audit(AUDIT_OS_NOT, "SLED15 SP2", os_ver + " SP" + sp);


flag = 0;
if (rpm_check(release:"SLES15", sp:"2", reference:"libpython3_6m1_0-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"libpython3_6m1_0-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-base-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-curses-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-curses-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-dbm-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-dbm-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-debugsource-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-devel-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-devel-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-idle-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-tk-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-tk-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLES15", sp:"2", reference:"python3-tools-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libpython3_6m1_0-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"libpython3_6m1_0-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-base-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-curses-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-curses-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-dbm-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-dbm-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-debugsource-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-devel-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-devel-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-idle-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-tk-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-tk-debuginfo-3.6.12-3.75.1")) flag++;
if (rpm_check(release:"SLED15", sp:"2", reference:"python3-tools-3.6.12-3.75.1")) flag++;


if (flag)
{
  if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
  else security_hole(0);
  exit(0);
}
else
{
  tested = pkg_tests_get();
  if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
  else audit(AUDIT_PACKAGE_NOT_INSTALLED, "python3");
}

The latest version of this script can be found in these locations depending on your platform:

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/suse_SU-2021-0529-1.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\suse_SU-2021-0529-1.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/suse_SU-2021-0529-1.nasl

Go back to menu.

How to Run


Here is how to run the SUSE SLED15 / SLES15 Security Update : python3 (SUSE-SU-2021:0529-1) as a standalone plugin via the Nessus web user interface (https://localhost:8834/):

  1. Click to start a New Scan.
  2. Select Advanced Scan.
  3. Navigate to the Plugins tab.
  4. On the top right corner click to Disable All plugins.
  5. On the left side table select SuSE Local Security Checks plugin family.
  6. On the right side table select SUSE SLED15 / SLES15 Security Update : python3 (SUSE-SU-2021:0529-1) plugin ID 146729.
  7. Specify the target on the Settings tab and click to Save the scan.
  8. Run the scan.

Here are a few examples of how to run the plugin in the command line. Note that the examples below demonstrate the usage on the Linux / Unix platform.

Basic usage:

/opt/nessus/bin/nasl suse_SU-2021-0529-1.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a suse_SU-2021-0529-1.nasl -t <IP/HOST>

Run the plugin with trace script execution written to the console (useful for debugging):

/opt/nessus/bin/nasl -T - suse_SU-2021-0529-1.nasl -t <IP/HOST>

Run the plugin with using a state file for the target and updating it (useful for running multiple plugins on the target):

/opt/nessus/bin/nasl -K /tmp/state suse_SU-2021-0529-1.nasl -t <IP/HOST>

Go back to menu.

References


See also: Similar and related Nessus plugins:
  • 145751 - Fedora 33 : mingw-python3 (2021-ced31f3f0c)
  • 145760 - Fedora 32 : mingw-python3 (2021-42ba9feb47)
  • 145917 - CentOS 8 : python-pip (CESA-2020:4432)
  • 146020 - CentOS 8 : python27:2.7 (CESA-2020:4654)
  • 146292 - Fedora 33 : python3.10 (2021-851c6e4e2d)
  • 146296 - Fedora 32 : python3 (2021-076a2dccba)
  • 146322 - SUSE SLES12 Security Update : python3 (SUSE-SU-2021:0344-1)
  • 146367 - SUSE SLED15 / SLES15 Security Update : python (SUSE-SU-2021:0355-1)
  • 146395 - SUSE SLES12 Security Update : python36 (SUSE-SU-2021:0428-1)
  • 146400 - Fedora 33 : python2.7 (2021-66547ff92d)
  • 146412 - Fedora 32 : python27 (2021-17668e344a)
  • 146440 - Photon OS 3.0: Python3 PHSA-2021-3.0-0192
  • 146463 - SUSE SLES12 Security Update : python (SUSE-SU-2021:0432-1)
  • 146484 - Photon OS 2.0: Python3 PHSA-2021-2.0-0317
  • 146515 - Fedora 32 : python3.10 (2021-d5cde50865)
  • 146518 - openSUSE Security Update : python (openSUSE-2021-270)
  • 146622 - Amazon Linux 2 : python, python3 (ALAS-2021-1611)
  • 146737 - Fedora 33 : python3.6 (2021-7547ad987f)
  • 146749 - Fedora 33 : python3.7 (2021-f4fd9372c7)
  • 146819 - Amazon Linux AMI : python27, python36, python38 (ALAS-2021-1484)
  • 146841 - Fedora 32 : python36 (2021-3352c1c802)
  • 146851 - openSUSE Security Update : python3 (openSUSE-2021-331)
  • 146886 - Fedora 32 : python37 (2021-907f3bacae)
  • 147070 - EulerOS Virtualization for ARM 64 3.0.6.0 : python-pip (EulerOS-SA-2021-1572)
  • 147285 - NewStart CGSL MAIN 6.02 : python-pip Vulnerability (NS-SA-2021-0081)
  • 147494 - EulerOS Virtualization 2.9.1 : python-pip (EulerOS-SA-2021-1624)
  • 147621 - Oracle Linux 7 : python3 (ELSA-2021-9101)
  • 147642 - Oracle Linux 8 : python3 (ELSA-2021-9100)
  • 147669 - EulerOS Virtualization 2.9.0 : python-pip (EulerOS-SA-2021-1648)
  • 147811 - Oracle Linux 7 : python (ELSA-2021-9107)
  • 147965 - Oracle Linux 8 : python36 (ELSA-2021-9129)
  • 147966 - Oracle Linux 8 : python2 (ELSA-2021-9128)
  • 147967 - Oracle Linux 8 : python38 (ELSA-2021-9130)
  • 147995 - Ubuntu 16.04 LTS / 18.04 LTS : Python 2.7 vulnerability (USN-4754-4)

Version


This page has been produced using Nessus Professional 10.1.2 (#68) LINUX, Plugin set 202205072148.
Plugin file suse_SU-2021-0529-1.nasl version 1.2. For more plugins, visit the Nessus Plugin Library.

Go back to menu.