Lucene search

K
openvasCopyright (C) 2021 Greenbone AGOPENVAS:13614125623114202120101
HistoryJun 20, 2021 - 12:00 a.m.

SUSE: Security Advisory (SUSE-SU-2021:2010-1)

2021-06-2000:00:00
Copyright (C) 2021 Greenbone AG
plugins.openvas.org
4

6.9 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

67.8%

The remote host is missing an update for the

# SPDX-FileCopyrightText: 2021 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.1.4.2021.2010.1");
  script_cve_id("CVE-2017-12880");
  script_tag(name:"creation_date", value:"2021-06-20 02:16:05 +0000 (Sun, 20 Jun 2021)");
  script_version("2023-06-20T05:05:23+0000");
  script_tag(name:"last_modification", value:"2023-06-20 05:05:23 +0000 (Tue, 20 Jun 2023)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");

  script_name("SUSE: Security Advisory (SUSE-SU-2021:2010-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2021 Greenbone AG");
  script_family("SuSE Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/suse_sles", "ssh/login/rpms", re:"ssh/login/release=(SLES12\.0)");

  script_xref(name:"Advisory-ID", value:"SUSE-SU-2021:2010-1");
  script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2021/suse-su-20212010-1/");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'python-PyJWT' package(s) announced via the SUSE-SU-2021:2010-1 advisory.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");

  script_tag(name:"insight", value:"This update for python-PyJWT fixes the following issues:

python-JWT was updated to 1.5.3. (bsc#1186173)

update to version 1.5.3:

 * Changed

 + Increase required version of the cryptography package to >=1.4.0.

 * Fixed

 + Remove uses of deprecated functions from the cryptography package.
 + Warn about missing algorithms param to decode() only when verify
 param is True #281


update to version 1.5.2:

Ensure correct arguments order in decode super call [7c1e61d][7c1e61d]

Change optparse for argparse. [#238][238]

Guard against PKCS1 PEM encododed public keys [#277][277]

Add deprecation warning when decoding without specifying `algorithms`
 [#277][277]

Improve deprecation messages [#270][270]

PyJWT.decode: move verify param into options [#271][271]

Support for Python 3.6 [#262][262]

Expose jwt.InvalidAlgorithmError [#264][264]

Add support for ECDSA public keys in RFC 4253 (OpenSSH) format
 [#244][244]

Renamed commandline script `jwt` to `jwt-cli` to avoid issues with the
 script clobbering the `jwt` module in some circumstances. [#187][187]

Better error messages when using an algorithm that requires the
 cryptography package, but it isn't available [#230][230]

Tokens with future 'iat' values are no longer rejected [#190][190]

Non-numeric 'iat' values now raise InvalidIssuedAtError instead of
 DecodeError

Remove rejection of future 'iat' claims [#252][252]

Add back 'ES512' for backward compatibility (for now) [#225][225]

Fix incorrectly named ECDSA algorithm [#219][219]

Fix rpm build [#196][196]

Add JWK support for HMAC and RSA keys [#202][202]");

  script_tag(name:"affected", value:"'python-PyJWT' package(s) on SUSE Linux Enterprise Module for Public Cloud 12, SUSE OpenStack Cloud 7.");

  script_tag(name:"solution", value:"Please install the updated package(s).");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"package");

  exit(0);
}

include("revisions-lib.inc");
include("pkg-lib-rpm.inc");

release = rpm_get_ssh_release();
if(!release)
  exit(0);

res = "";
report = "";

if(release == "SLES12.0") {

  if(!isnull(res = isrpmvuln(pkg:"python-PyJWT", rpm:"python-PyJWT~1.5.3~3.13.1", rls:"SLES12.0"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"python3-PyJWT", rpm:"python3-PyJWT~1.5.3~3.13.1", rls:"SLES12.0"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

exit(0);

6.9 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

67.8%

Related for OPENVAS:13614125623114202120101