The remote host is missing an update for the Debian 'debian-security-support' package(s) announced via the DLA-3685-1 advisory. The 'debian-security-support' package(s) on Debian 10 are affected and the solution is to install the updated package(s)
# SPDX-FileCopyrightText: 2023 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.2023.3685");
script_tag(name:"creation_date", value:"2023-12-25 04:20:13 +0000 (Mon, 25 Dec 2023)");
script_version("2024-01-12T16:12:12+0000");
script_tag(name:"last_modification", value:"2024-01-12 16:12:12 +0000 (Fri, 12 Jan 2024)");
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("Debian: Security Advisory (DLA-3685-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2023 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=DEB10");
script_xref(name:"Advisory-ID", value:"DLA-3685-1");
script_xref(name:"URL", value:"https://www.debian.org/lts/security/2023/DLA-3685-1");
script_xref(name:"URL", value:"https://lists.debian.org/debian-lts/2023/11/msg00019.html");
script_xref(name:"URL", value:"https://lists.debian.org/debian-security-announce/2021/msg00201.html");
script_xref(name:"URL", value:"https://security-tracker.debian.org/tracker/debian-security-support");
script_xref(name:"URL", value:"https://wiki.debian.org/LTS");
script_tag(name:"summary", value:"The remote host is missing an update for the Debian 'debian-security-support' package(s) announced via the DLA-3685-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"debian-security-support, the Debian security support coverage checker, has been updated in buster-security to mark the end of life of the following packages:
gnupg1: see #982258.
pluxml: removed from Debian. No upstream response to CVE.
tor: see [link moved to references] and #1056606.
Additionally these packages are now marked with limited support:
samba: support limited to non-AD DC uses cases: see #1053109 and [link moved to references]
webkit2gtk: see commit/0980414e8fc86d705ff9a7656c637af7b1170c6f
For Debian 10 buster, this has been documented in version 1:10+2023.13.12.
We recommend that you upgrade your debian-security-support packages.
For the detailed security status of debian-security-support please refer to its security tracker page at: [link moved to references]
Further information about Debian LTS security advisories, how to apply these updates to your system and frequently asked questions can be found at: [link moved to references]");
script_tag(name:"affected", value:"'debian-security-support' package(s) on Debian 10.");
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 == "DEB10") {
if(!isnull(res = isdpkgvuln(pkg:"debian-security-support", ver:"1:10+2023.13.12", rls:"DEB10"))) {
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