Lucene search

K
nessusThis script is Copyright (C) 2021-2024 and is owned by Tenable, Inc. or an Affiliate thereof.SUSE_SU-2021-0956-1.NASL
HistoryMar 26, 2021 - 12:00 a.m.

SUSE SLES15 Security Update : libzypp, zypper (SUSE-SU-2021:0956-1)

2021-03-2600:00:00
This script is Copyright (C) 2021-2024 and is owned by Tenable, Inc. or an Affiliate thereof.
www.tenable.com
153

2.1 Low

CVSS2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:L/AC:L/Au:N/C:P/I:N/A:N

3.3 Low

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

4.1 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

5.1%

This update for libzypp, zypper fixes the following issues :

Update zypper to version 1.14.43 :

doc: give more details about creating versioned package locks (bsc#1181622)

man: Document synonymously used patch categories (bsc#1179847)

Fix source-download commands help (bsc#1180663)

man: Recommend to use the --non-interactive global option rather than the command option -y (bsc#1179816)

Extend apt packagemap (fixes #366)

–quiet: Fix install summary to write nothing if there’s nothing todo (bsc#1180077)

Prefer /run over /var/run.

Update libzypp to 17.25.8 :

Try to provide a mounted /proc in --root installs (bsc#1181328) Some systemd tools require /proc to be mounted and fail if it’s not there.

Enable release packages to request a releaxed suse/opensuse vendorcheck in dup when migrating. (bsc#1182629)

Patch: Identify well-known category names (bsc#1179847) This allows to use the RH and SUSE patch categrory names synonymously: (recommended = bugfix) and (optional = feature = enhancement).

Add missing includes for GCC 11 compatibility.

Fix %posttrans script execution (fixes #265) The scripts are execuable. No need to call them through ‘sh -c’.

Commit: Fix rpmdb compat symlink in case rpm got removed.

Repo: Allow multiple baseurls specified on one line (fixes #285)

Regex: Fix memory leak and undefined behavior.

Add rpm buildrequires for test suite (fixes #279)

Use rpmdb2solv new -D switch to tell the location ob the rpmdatabase to use.

CVE-2017-9271: Fixed information leak in the log file (bsc#1050625 bsc#1177583)

RepoManager: Force refresh if repo url has changed (bsc#1174016)

RepoManager: Carefully tidy up the caches. Remove non-directory entries. (bsc#1178966)

RepoInfo: ignore legacy type= in a .repo file and let RepoManager probe (bsc#1177427).

RpmDb: If no database exists use the _dbpath configured in rpm. Still makes sure a compat symlink at /var/lib/rpm exists in case the configures _dbpath is elsewhere. (bsc#1178910)

Fixed update of gpg keys with elongated expire date (bsc#1179222)

needreboot: remove udev from the list (bsc#1179083)

Fix lsof monitoring (bsc#1179909)

Rephrase solver problem descriptions (jsc#SLE-8482)

Adapt to changed gpg2/libgpgme behavior (bsc#1180721)

Multicurl backend breaks with with unknown filesize (fixes #277)

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.

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

include('compat.inc');

if (description)
{
  script_id(148151);
  script_version("1.3");
  script_set_attribute(attribute:"plugin_modification_date", value:"2024/01/08");

  script_cve_id("CVE-2017-9271");

  script_name(english:"SUSE SLES15 Security Update : libzypp, zypper (SUSE-SU-2021:0956-1)");

  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 libzypp, zypper fixes the following issues :

Update zypper to version 1.14.43 :

doc: give more details about creating versioned package locks
(bsc#1181622)

man: Document synonymously used patch categories (bsc#1179847)

Fix source-download commands help (bsc#1180663)

man: Recommend to use the --non-interactive global option rather than
the command option -y (bsc#1179816)

Extend apt packagemap (fixes #366)

--quiet: Fix install summary to write nothing if there's nothing todo
(bsc#1180077)

Prefer /run over /var/run.

Update libzypp to 17.25.8 :

Try to provide a mounted /proc in --root installs (bsc#1181328) Some
systemd tools require /proc to be mounted and fail if it's not there.

Enable release packages to request a releaxed suse/opensuse
vendorcheck in dup when migrating. (bsc#1182629)

Patch: Identify well-known category names (bsc#1179847) This allows to
use the RH and SUSE patch categrory names synonymously: (recommended =
bugfix) and (optional = feature = enhancement).

Add missing includes for GCC 11 compatibility.

Fix %posttrans script execution (fixes #265) The scripts are
execuable. No need to call them through 'sh -c'.

Commit: Fix rpmdb compat symlink in case rpm got removed.

Repo: Allow multiple baseurls specified on one line (fixes #285)

Regex: Fix memory leak and undefined behavior.

Add rpm buildrequires for test suite (fixes #279)

Use rpmdb2solv new -D switch to tell the location ob the rpmdatabase
to use.

CVE-2017-9271: Fixed information leak in the log file (bsc#1050625
bsc#1177583)

RepoManager: Force refresh if repo url has changed (bsc#1174016)

RepoManager: Carefully tidy up the caches. Remove non-directory
entries. (bsc#1178966)

RepoInfo: ignore legacy type= in a .repo file and let RepoManager
probe (bsc#1177427).

RpmDb: If no database exists use the _dbpath configured in rpm. Still
makes sure a compat symlink at /var/lib/rpm exists in case the
configures _dbpath is elsewhere. (bsc#1178910)

Fixed update of gpg keys with elongated expire date (bsc#1179222)

needreboot: remove udev from the list (bsc#1179083)

Fix lsof monitoring (bsc#1179909)

Rephrase solver problem descriptions (jsc#SLE-8482)

Adapt to changed gpg2/libgpgme behavior (bsc#1180721)

Multicurl backend breaks with with unknown filesize (fixes #277)

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=1050625");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1174016");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1177238");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1177275");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1177427");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1177583");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1178910");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1178966");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1179083");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1179222");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1179816");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1179847");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1179909");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1180077");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1180663");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1180721");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1181328");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1181622");
  script_set_attribute(attribute:"see_also", value:"https://bugzilla.suse.com/show_bug.cgi?id=1182629");
  script_set_attribute(attribute:"see_also", value:"https://www.suse.com/security/cve/CVE-2017-9271/");
  # https://www.suse.com/support/update/announcement/2021/suse-su-20210956-1
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?dd8b693b");
  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 Manager Server 4.0 :

zypper in -t patch SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-956=1

SUSE Manager Retail Branch Server 4.0 :

zypper in -t patch
SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-956=1

SUSE Manager Proxy 4.0 :

zypper in -t patch SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-956=1

SUSE Linux Enterprise Server for SAP 15-SP1 :

zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP1-2021-956=1

SUSE Linux Enterprise Server 15-SP1-LTSS :

zypper in -t patch SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-956=1

SUSE Linux Enterprise Server 15-SP1-BCL :

zypper in -t patch SUSE-SLE-Product-SLES-15-SP1-BCL-2021-956=1

SUSE Linux Enterprise Installer 15-SP1 :

zypper in -t patch SUSE-SLE-INSTALLER-15-SP1-2021-956=1

SUSE Linux Enterprise High Performance Computing 15-SP1-LTSS :

zypper in -t patch SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-956=1

SUSE Linux Enterprise High Performance Computing 15-SP1-ESPOS :

zypper in -t patch SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-956=1

SUSE Enterprise Storage 6 :

zypper in -t patch SUSE-Storage-6-2021-956=1

SUSE CaaS Platform 4.0 :

To install this update, use the SUSE CaaS Platform 'skuba' tool. I
will inform you if it detects new updates and let you then trigger
updating of the complete cluster in a controlled way.");
  script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:P/I:N/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/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-2017-9271");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2018/03/01");
  script_set_attribute(attribute:"patch_publication_date", value:"2021/03/25");
  script_set_attribute(attribute:"plugin_publication_date", value:"2021/03/26");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsigc++2-debugsource");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsigc++2-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsigc-2_0");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsigc-2_0-0-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsolv-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsolv-debugsource");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsolv-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsolv-devel-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsolv-tools");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsolv-tools-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libyui-ncurses-pkg-debugsource");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libyui-ncurses-pkg-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libyui-ncurses-pkg9");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libyui-ncurses-pkg9-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libyui-qt-pkg-debugsource");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libyui-qt-pkg-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libyui-qt-pkg9");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libyui-qt-pkg9-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libzypp");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libzypp-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libzypp-debugsource");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libzypp-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:perl-solv");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:perl-solv-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-solv");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:python3-solv-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:ruby-solv");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:ruby-solv-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:yast2-pkg-bindings");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:yast2-pkg-bindings-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:yast2-pkg-bindings-debugsource");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:zypper");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:zypper-debuginfo");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:zypper-debugsource");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:15");
  script_set_attribute(attribute:"generated_plugin", value:"current");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"SuSE Local Security Checks");

  script_copyright(english:"This script is Copyright (C) 2021-2024 and is owned by Tenable, Inc. or an Affiliate thereof.");

  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:"^(SLES15)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE 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);


flag = 0;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsigc++2-debugsource-2.10.0-3.7.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsigc++2-devel-2.10.0-3.7.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsigc-2_0-0-2.10.0-3.7.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsigc-2_0-0-debuginfo-2.10.0-3.7.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsolv-debuginfo-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsolv-debugsource-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsolv-devel-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsolv-devel-debuginfo-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsolv-tools-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libsolv-tools-debuginfo-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libyui-ncurses-pkg-debugsource-2.48.9-7.7.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libyui-ncurses-pkg-devel-2.48.9-7.7.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libyui-ncurses-pkg9-2.48.9-7.7.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libyui-ncurses-pkg9-debuginfo-2.48.9-7.7.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libyui-qt-pkg-debugsource-2.45.28-3.10.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libyui-qt-pkg-devel-2.45.28-3.10.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libyui-qt-pkg9-2.45.28-3.10.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libyui-qt-pkg9-debuginfo-2.45.28-3.10.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libzypp-17.25.8-3.48.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libzypp-debuginfo-17.25.8-3.48.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libzypp-debugsource-17.25.8-3.48.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"libzypp-devel-17.25.8-3.48.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"perl-solv-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"perl-solv-debuginfo-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"python3-solv-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"python3-solv-debuginfo-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"ruby-solv-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"ruby-solv-debuginfo-0.7.17-3.32.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"yast2-pkg-bindings-4.1.3-3.10.3")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"yast2-pkg-bindings-debuginfo-4.1.3-3.10.3")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"yast2-pkg-bindings-debugsource-4.1.3-3.10.3")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"zypper-1.14.43-3.34.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"zypper-debuginfo-1.14.43-3.34.1")) flag++;
if (rpm_check(release:"SLES15", sp:"1", reference:"zypper-debugsource-1.14.43-3.34.1")) flag++;


if (flag)
{
  if (report_verbosity > 0) security_note(port:0, extra:rpm_report_get());
  else security_note(0);
  exit(0);
}
else
{
  tested = pkg_tests_get();
  if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
  else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libzypp / zypper");
}
VendorProductVersionCPE
novellsuse_linuxlibsigc%2b%2b2-debugsourcep-cpe:/a:novell:suse_linux:libsigc%2b%2b2-debugsource
novellsuse_linuxlibsigc%2b%2b2-develp-cpe:/a:novell:suse_linux:libsigc%2b%2b2-devel
novellsuse_linuxlibsigc-2_0p-cpe:/a:novell:suse_linux:libsigc-2_0
novellsuse_linuxlibsigc-2_0-0-debuginfop-cpe:/a:novell:suse_linux:libsigc-2_0-0-debuginfo
novellsuse_linuxlibsolv-debuginfop-cpe:/a:novell:suse_linux:libsolv-debuginfo
novellsuse_linuxlibsolv-debugsourcep-cpe:/a:novell:suse_linux:libsolv-debugsource
novellsuse_linuxlibsolv-develp-cpe:/a:novell:suse_linux:libsolv-devel
novellsuse_linuxlibsolv-devel-debuginfop-cpe:/a:novell:suse_linux:libsolv-devel-debuginfo
novellsuse_linuxlibsolv-toolsp-cpe:/a:novell:suse_linux:libsolv-tools
novellsuse_linuxlibsolv-tools-debuginfop-cpe:/a:novell:suse_linux:libsolv-tools-debuginfo
Rows per page:
1-10 of 351

References

2.1 Low

CVSS2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:L/AC:L/Au:N/C:P/I:N/A:N

3.3 Low

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

4.1 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

5.1%