Lucene search

K

Debian: Security Advisory (DLA-4019-1)

πŸ—“οΈΒ 20 Jan 2025Β 00:00:00Reported byΒ Copyright (C) 2025 Greenbone AGTypeΒ 
openvas
Β openvas
πŸ”—Β plugins.openvas.orgπŸ‘Β 5Β Views

Remote host lacks update for Debian 'busybox' package as per DLA-4019-1 advisory.

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
OSV
busybox - security update
19 Jan 202500:00
–osv
OSV
busybox vulnerabilities
7 Dec 202112:44
–osv
OSV
busybox vulnerabilities
14 Aug 202418:58
–osv
OSV
busybox vulnerabilities
4 Sep 202311:50
–osv
OSV
CVE-2022-48174
22 Aug 202319:16
–osv
OSV
CGA-9hx4-xv8g-ff86
6 Jun 202412:25
–osv
OSV
CVE-2021-42378
15 Nov 202121:15
–osv
OSV
busybox-1.36.1-2.1 on GA media
15 Jun 202400:00
–osv
OSV
CVE-2021-42380
15 Nov 202121:15
–osv
OSV
CVE-2021-42382
15 Nov 202121:15
–osv
Rows per page
# SPDX-FileCopyrightText: 2025 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.1.2.2025.4019");
  script_cve_id("CVE-2021-28831", "CVE-2021-42374", "CVE-2021-42378", "CVE-2021-42379", "CVE-2021-42380", "CVE-2021-42381", "CVE-2021-42382", "CVE-2021-42384", "CVE-2021-42385", "CVE-2021-42386", "CVE-2022-48174", "CVE-2023-42364", "CVE-2023-42365");
  script_tag(name:"creation_date", value:"2025-01-20 04:09:38 +0000 (Mon, 20 Jan 2025)");
  script_version("2025-01-20T05:37:33+0000");
  script_tag(name:"last_modification", value:"2025-01-20 05:37:33 +0000 (Mon, 20 Jan 2025)");
  script_tag(name:"cvss_base", value:"6.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2023-08-28 18:53:37 +0000 (Mon, 28 Aug 2023)");

  script_name("Debian: Security Advisory (DLA-4019-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2025 Greenbone AG");
  script_family("Debian Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/debian_linux", "ssh/login/packages", re:"ssh/login/release=DEB11");

  script_xref(name:"Advisory-ID", value:"DLA-4019-1");
  script_xref(name:"URL", value:"https://www.debian.org/lts/security/2025/DLA-4019-1");

  script_tag(name:"summary", value:"The remote host is missing an update for the Debian 'busybox' package(s) announced via the DLA-4019-1 advisory.");

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

  script_tag(name:"affected", value:"'busybox' package(s) on Debian 11.");

  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-deb.inc");

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

res = "";
report = "";

if(release == "DEB11") {

  if(!isnull(res = isdpkgvuln(pkg:"busybox", ver:"1:1.30.1-6+deb11u1", rls:"DEB11"))) {
    report += res;
  }

  if(!isnull(res = isdpkgvuln(pkg:"busybox-static", ver:"1:1.30.1-6+deb11u1", rls:"DEB11"))) {
    report += res;
  }

  if(!isnull(res = isdpkgvuln(pkg:"busybox-syslogd", ver:"1:1.30.1-6+deb11u1", rls:"DEB11"))) {
    report += res;
  }

  if(!isnull(res = isdpkgvuln(pkg:"busybox-udeb", ver:"1:1.30.1-6+deb11u1", rls:"DEB11"))) {
    report += res;
  }

  if(!isnull(res = isdpkgvuln(pkg:"udhcpc", ver:"1:1.30.1-6+deb11u1", rls:"DEB11"))) {
    report += res;
  }

  if(!isnull(res = isdpkgvuln(pkg:"udhcpd", ver:"1:1.30.1-6+deb11u1", rls:"DEB11"))) {
    report += res;
  }

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

exit(0);

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. ContactΒ us for a demo andΒ discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
20 Jan 2025 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS37.5 - 9.8
EPSS0.006
SSVC
5
.json
Report