Lucene search

K
nessusThis script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.DEBIAN_DLA-3629.NASL
HistoryOct 23, 2023 - 12:00 a.m.

Debian DLA-3629-1 : ceph - LTS security update

2023-10-2300:00:00
This script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.
www.tenable.com
10
debian 10
ceph
rgw
beast
red hat
cors
cephfs
openstack
manila
privilege escalation
authentication
http headers
denial of service
xss attacks

6.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

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

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

0.006 Low

EPSS

Percentile

77.7%

The remote Debian 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the dla-3629 advisory.

  • A flaw was found in the Ceph RGW configuration with Beast as the front end handling client requests. An unauthenticated attacker could crash the Ceph RGW server by sending valid HTTP headers and terminating the connection, resulting in a remote denial of service for Ceph RGW clients. (CVE-2019-10222)

  • A flaw was found in the Red Hat Ceph Storage RadosGW (Ceph Object Gateway). The vulnerability is related to the injection of HTTP headers via a CORS ExposeHeader tag. The newline character in the ExposeHeader tag in the CORS configuration file generates a header injection in the response when the CORS request is made. Ceph versions 3.x and 4.x are vulnerable to this issue. (CVE-2020-10753)

  • An issue was discovered in Ceph through 13.2.9. A POST request with an invalid tagging XML can crash the RGW process by triggering a NULL pointer exception. (CVE-2020-12059)

  • A flaw was found in the way the Ceph RGW Beast front-end handles unexpected disconnects. An authenticated attacker can abuse this flaw by making multiple disconnect attempts resulting in a permanent leak of a socket connection by radosgw. This flaw could lead to a denial of service condition by pile up of CLOSE_WAIT sockets, eventually leading to the exhaustion of available resources, preventing legitimate users from connecting to the system. (CVE-2020-1700)

  • A flaw was found in the Ceph Object Gateway, where it supports request sent by an anonymous user in Amazon S3. This flaw could lead to potential XSS attacks due to the lack of proper neutralization of untrusted input. (CVE-2020-1760)

  • A flaw was found in ceph in versions prior to 16.y.z where ceph stores mgr module passwords in clear text.
    This can be found by searching the mgr logs for grafana and dashboard, with passwords visible.
    (CVE-2020-25678)

  • User credentials can be manipulated and stolen by Native CephFS consumers of OpenStack Manila, resulting in potential privilege escalation. An Open Stack Manila user can request access to a share to an arbitrary cephx user, including existing users. The access key is retrieved via the interface drivers. Then, all users of the requesting OpenStack project can view the access key. This enables the attacker to target any resource that the user has access to. This can be done to even admin users, compromising the ceph administrator. This flaw affects Ceph versions prior to 14.2.16, 15.x prior to 15.2.8, and 16.x prior to 16.2.0. (CVE-2020-27781)

  • An authentication flaw was found in ceph in versions before 14.2.20. When the monitor handles CEPHX_GET_AUTH_SESSION_KEY requests, it doesn’t sanitize other_keys, allowing key reuse. An attacker who can request a global_id can exploit the ability of any user to request a global_id previously associated with another user, as ceph does not force the reuse of old keys to generate new ones. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
    (CVE-2021-20288)

  • A flaw was found in the Red Hat Ceph Storage RadosGW (Ceph Object Gateway) in versions before 14.2.21. The vulnerability is related to the injection of HTTP headers via a CORS ExposeHeader tag. The newline character in the ExposeHeader tag in the CORS configuration file generates a header injection in the response when the CORS request is made. In addition, the prior bug fix for CVE-2020-10753 did not account for the use of \r as a header separator, thus a new flaw has been created. (CVE-2021-3524)

  • A flaw was found in the Red Hat Ceph Storage RGW in versions before 14.2.21. When processing a GET Request for a swift URL that ends with two slashes it can cause the rgw to crash, resulting in a denial of service. The greatest threat to the system is of availability. (CVE-2021-3531)

  • A key length flaw was found in Red Hat Ceph Storage. An attacker can exploit the fact that the key length is incorrectly passed in an encryption algorithm to create a non random key, which is weaker and can be exploited for loss of confidentiality and integrity on encrypted disks. (CVE-2021-3979)

  • A flaw was found in rgw. This flaw allows an unprivileged user to write to any bucket(s) accessible by a given key if a POST’s form-data contains a key called ‘bucket’ with a value matching the bucket’s name used to sign the request. This issue results in a user being able to upload to any bucket accessible by the specified access key as long as the bucket in the POST policy matches the bucket in the said POST form part. (CVE-2023-43040) (CVE-2023-43040)

Note that Nessus has not tested for these issues but has instead relied only on the application’s self-reported version number.

#%NASL_MIN_LEVEL 80900
#
# (C) Tenable, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from Debian Security Advisory dla-3629. The text
# itself is copyright (C) Software in the Public Interest, Inc.
#

include('compat.inc');

if (description)
{
  script_id(183749);
  script_version("1.0");
  script_set_attribute(attribute:"plugin_modification_date", value:"2023/10/23");

  script_cve_id(
    "CVE-2019-10222",
    "CVE-2020-1700",
    "CVE-2020-1760",
    "CVE-2020-10753",
    "CVE-2020-12059",
    "CVE-2020-25678",
    "CVE-2020-27781",
    "CVE-2021-3524",
    "CVE-2021-3531",
    "CVE-2021-3979",
    "CVE-2021-20288",
    "CVE-2023-43040"
  );

  script_name(english:"Debian DLA-3629-1 : ceph - LTS security update");

  script_set_attribute(attribute:"synopsis", value:
"The remote Debian host is missing one or more security-related updates.");
  script_set_attribute(attribute:"description", value:
"The remote Debian 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the
dla-3629 advisory.

  - A flaw was found in the Ceph RGW configuration with Beast as the front end handling client requests. An
    unauthenticated attacker could crash the Ceph RGW server by sending valid HTTP headers and terminating the
    connection, resulting in a remote denial of service for Ceph RGW clients. (CVE-2019-10222)

  - A flaw was found in the Red Hat Ceph Storage RadosGW (Ceph Object Gateway). The vulnerability is related
    to the injection of HTTP headers via a CORS ExposeHeader tag. The newline character in the ExposeHeader
    tag in the CORS configuration file generates a header injection in the response when the CORS request is
    made. Ceph versions 3.x and 4.x are vulnerable to this issue. (CVE-2020-10753)

  - An issue was discovered in Ceph through 13.2.9. A POST request with an invalid tagging XML can crash the
    RGW process by triggering a NULL pointer exception. (CVE-2020-12059)

  - A flaw was found in the way the Ceph RGW Beast front-end handles unexpected disconnects. An authenticated
    attacker can abuse this flaw by making multiple disconnect attempts resulting in a permanent leak of a
    socket connection by radosgw. This flaw could lead to a denial of service condition by pile up of
    CLOSE_WAIT sockets, eventually leading to the exhaustion of available resources, preventing legitimate
    users from connecting to the system. (CVE-2020-1700)

  - A flaw was found in the Ceph Object Gateway, where it supports request sent by an anonymous user in Amazon
    S3. This flaw could lead to potential XSS attacks due to the lack of proper neutralization of untrusted
    input. (CVE-2020-1760)

  - A flaw was found in ceph in versions prior to 16.y.z where ceph stores mgr module passwords in clear text.
    This can be found by searching the mgr logs for grafana and dashboard, with passwords visible.
    (CVE-2020-25678)

  - User credentials can be manipulated and stolen by Native CephFS consumers of OpenStack Manila, resulting
    in potential privilege escalation. An Open Stack Manila user can request access to a share to an arbitrary
    cephx user, including existing users. The access key is retrieved via the interface drivers. Then, all
    users of the requesting OpenStack project can view the access key. This enables the attacker to target any
    resource that the user has access to. This can be done to even admin users, compromising the ceph
    administrator. This flaw affects Ceph versions prior to 14.2.16, 15.x prior to 15.2.8, and 16.x prior to
    16.2.0. (CVE-2020-27781)

  - An authentication flaw was found in ceph in versions before 14.2.20. When the monitor handles
    CEPHX_GET_AUTH_SESSION_KEY requests, it doesn't sanitize other_keys, allowing key reuse. An attacker who
    can request a global_id can exploit the ability of any user to request a global_id previously associated
    with another user, as ceph does not force the reuse of old keys to generate new ones. The highest threat
    from this vulnerability is to data confidentiality and integrity as well as system availability.
    (CVE-2021-20288)

  - A flaw was found in the Red Hat Ceph Storage RadosGW (Ceph Object Gateway) in versions before 14.2.21. The
    vulnerability is related to the injection of HTTP headers via a CORS ExposeHeader tag. The newline
    character in the ExposeHeader tag in the CORS configuration file generates a header injection in the
    response when the CORS request is made. In addition, the prior bug fix for CVE-2020-10753 did not account
    for the use of \r as a header separator, thus a new flaw has been created. (CVE-2021-3524)

  - A flaw was found in the Red Hat Ceph Storage RGW in versions before 14.2.21. When processing a GET Request
    for a swift URL that ends with two slashes it can cause the rgw to crash, resulting in a denial of
    service. The greatest threat to the system is of availability. (CVE-2021-3531)

  - A key length flaw was found in Red Hat Ceph Storage. An attacker can exploit the fact that the key length
    is incorrectly passed in an encryption algorithm to create a non random key, which is weaker and can be
    exploited for loss of confidentiality and integrity on encrypted disks. (CVE-2021-3979)

  - A flaw was found in rgw. This flaw allows an unprivileged user to write to any bucket(s) accessible by a
    given key if a POST's form-data contains a key called 'bucket' with a value matching the bucket's name
    used to sign the request. This issue results in a user being able to upload to any bucket accessible by
    the specified access key as long as the bucket in the POST policy matches the bucket in the said POST form
    part. (CVE-2023-43040) (CVE-2023-43040)

Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
  script_set_attribute(attribute:"see_also", value:"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053690");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/source-package/ceph");
  script_set_attribute(attribute:"see_also", value:"https://www.debian.org/lts/security/2023/dla-3629");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2019-10222");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2020-10753");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2020-12059");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2020-1700");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2020-1760");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2020-25678");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2020-27781");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2021-20288");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2021-3524");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2021-3531");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2021-3979");
  script_set_attribute(attribute:"see_also", value:"https://security-tracker.debian.org/tracker/CVE-2023-43040");
  script_set_attribute(attribute:"see_also", value:"https://packages.debian.org/source/buster/ceph");
  script_set_attribute(attribute:"solution", value:
"Upgrade the ceph packages.

For Debian 10 buster, these problems have been fixed in version 12.2.11+dfsg1-2.1+deb10u1.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/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:H/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:"cvss_score_source", value:"CVE-2021-20288");

  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:"2019/08/28");
  script_set_attribute(attribute:"patch_publication_date", value:"2023/10/23");
  script_set_attribute(attribute:"plugin_publication_date", value:"2023/10/23");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph-base");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph-common");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph-fuse");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph-mds");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph-mgr");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph-mon");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph-osd");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph-resource-agents");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:ceph-test");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libcephfs-dev");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libcephfs-java");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libcephfs-jni");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libcephfs2");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:librados-dev");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:librados2");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libradosstriper-dev");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libradosstriper1");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:librbd-dev");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:librbd1");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:librgw-dev");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:librgw2");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python-ceph");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python-cephfs");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python-rados");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python-rbd");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python-rgw");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python3-ceph");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python3-cephfs");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python3-rados");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python3-rbd");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python3-rgw");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:rados-objclass-dev");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:radosgw");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:rbd-fuse");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:rbd-mirror");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:rbd-nbd");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:10.0");
  script_set_attribute(attribute:"generated_plugin", value:"current");
  script_end_attributes();

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

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

  script_dependencies("ssh_get_info.nasl");
  script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l");

  exit(0);
}

include('debian_package.inc');

if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING);

var debian_release = get_kb_item('Host/Debian/release');
if ( isnull(debian_release) ) audit(AUDIT_OS_NOT, 'Debian');
debian_release = chomp(debian_release);
if (! preg(pattern:"^(10)\.[0-9]+", string:debian_release)) audit(AUDIT_OS_NOT, 'Debian 10.0', 'Debian ' + debian_release);
var cpu = get_kb_item('Host/cpu');
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if ('x86_64' >!< cpu && cpu !~ "^i[3-6]86$" && 'aarch64' >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, 'Debian', cpu);

var pkgs = [
    {'release': '10.0', 'prefix': 'ceph', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'ceph-base', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'ceph-common', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'ceph-fuse', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'ceph-mds', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'ceph-mgr', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'ceph-mon', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'ceph-osd', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'ceph-resource-agents', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'ceph-test', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'libcephfs-dev', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'libcephfs-java', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'libcephfs-jni', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'libcephfs2', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'librados-dev', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'librados2', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'libradosstriper-dev', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'libradosstriper1', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'librbd-dev', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'librbd1', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'librgw-dev', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'librgw2', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python-ceph', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python-cephfs', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python-rados', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python-rbd', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python-rgw', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python3-ceph', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python3-cephfs', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python3-rados', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python3-rbd', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'python3-rgw', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'rados-objclass-dev', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'radosgw', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'rbd-fuse', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'rbd-mirror', 'reference': '12.2.11+dfsg1-2.1+deb10u1'},
    {'release': '10.0', 'prefix': 'rbd-nbd', 'reference': '12.2.11+dfsg1-2.1+deb10u1'}
];

var flag = 0;
foreach package_array ( pkgs ) {
  var _release = NULL;
  var prefix = NULL;
  var reference = NULL;
  if (!empty_or_null(package_array['release'])) _release = package_array['release'];
  if (!empty_or_null(package_array['prefix'])) prefix = package_array['prefix'];
  if (!empty_or_null(package_array['reference'])) reference = package_array['reference'];
  if (_release && prefix && reference) {
    if (deb_check(release:_release, prefix:prefix, reference:reference)) flag++;
  }
}

if (flag)
{
  security_report_v4(
    port       : 0,
    severity   : SECURITY_WARNING,
    extra      : deb_report_get()
  );
  exit(0);
}
else
{
  var tested = deb_pkg_tests_get();
  if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
  else audit(AUDIT_PACKAGE_NOT_INSTALLED, 'ceph / ceph-base / ceph-common / ceph-fuse / ceph-mds / ceph-mgr / etc');
}
VendorProductVersionCPE
debiandebian_linuxlibrgw2p-cpe:/a:debian:debian_linux:librgw2
debiandebian_linuxpython-cephp-cpe:/a:debian:debian_linux:python-ceph
debiandebian_linuxpython-cephfsp-cpe:/a:debian:debian_linux:python-cephfs
debiandebian_linuxpython-radosp-cpe:/a:debian:debian_linux:python-rados
debiandebian_linuxpython-rbdp-cpe:/a:debian:debian_linux:python-rbd
debiandebian_linuxpython-rgwp-cpe:/a:debian:debian_linux:python-rgw
debiandebian_linuxpython3-cephp-cpe:/a:debian:debian_linux:python3-ceph
debiandebian_linuxpython3-cephfsp-cpe:/a:debian:debian_linux:python3-cephfs
debiandebian_linuxpython3-radosp-cpe:/a:debian:debian_linux:python3-rados
debiandebian_linuxpython3-rbdp-cpe:/a:debian:debian_linux:python3-rbd
Rows per page:
1-10 of 381

References

6.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

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

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

0.006 Low

EPSS

Percentile

77.7%