Lucene search

K
openvasCopyright (C) 2024 Greenbone AGOPENVAS:13614125623111120245653
HistoryApr 04, 2024 - 12:00 a.m.

Debian: Security Advisory (DSA-5653-1)

2024-04-0400:00:00
Copyright (C) 2024 Greenbone AG
plugins.openvas.org
6
debian
gtkwave
security advisory
dsa-5653-1
vulnerability
package
update
debian 11
debian 12

7.8 High

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

7.9 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

24.9%

The remote host is missing an update for the Debian

# SPDX-FileCopyrightText: 2024 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.1.2024.5653");
  script_cve_id("CVE-2023-32650", "CVE-2023-34087", "CVE-2023-34436", "CVE-2023-35004", "CVE-2023-35057", "CVE-2023-35128", "CVE-2023-35702", "CVE-2023-35703", "CVE-2023-35704", "CVE-2023-35955", "CVE-2023-35956", "CVE-2023-35957", "CVE-2023-35958", "CVE-2023-35959", "CVE-2023-35960", "CVE-2023-35961", "CVE-2023-35962", "CVE-2023-35963", "CVE-2023-35964", "CVE-2023-35969", "CVE-2023-35970", "CVE-2023-35989", "CVE-2023-35992", "CVE-2023-35994", "CVE-2023-35995", "CVE-2023-35996", "CVE-2023-35997", "CVE-2023-36746", "CVE-2023-36747", "CVE-2023-36861", "CVE-2023-36864", "CVE-2023-36915", "CVE-2023-36916", "CVE-2023-37282", "CVE-2023-37416", "CVE-2023-37417", "CVE-2023-37418", "CVE-2023-37419", "CVE-2023-37420", "CVE-2023-37442", "CVE-2023-37443", "CVE-2023-37444", "CVE-2023-37445", "CVE-2023-37446", "CVE-2023-37447", "CVE-2023-37573", "CVE-2023-37574", "CVE-2023-37575", "CVE-2023-37576", "CVE-2023-37577", "CVE-2023-37578", "CVE-2023-37921", "CVE-2023-37922", "CVE-2023-37923", "CVE-2023-38583", "CVE-2023-38618", "CVE-2023-38619", "CVE-2023-38620", "CVE-2023-38621", "CVE-2023-38622", "CVE-2023-38623", "CVE-2023-38648", "CVE-2023-38649", "CVE-2023-38650", "CVE-2023-38651", "CVE-2023-38652", "CVE-2023-38653", "CVE-2023-38657", "CVE-2023-39234", "CVE-2023-39235", "CVE-2023-39270", "CVE-2023-39271", "CVE-2023-39272", "CVE-2023-39273", "CVE-2023-39274", "CVE-2023-39275", "CVE-2023-39316", "CVE-2023-39317", "CVE-2023-39413", "CVE-2023-39414", "CVE-2023-39443", "CVE-2023-39444");
  script_tag(name:"creation_date", value:"2024-04-04 04:25:42 +0000 (Thu, 04 Apr 2024)");
  script_version("2024-04-05T05:05:37+0000");
  script_tag(name:"last_modification", value:"2024-04-05 05:05:37 +0000 (Fri, 05 Apr 2024)");
  script_tag(name:"cvss_base", value:"7.2");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2024-01-08 15:15:25 +0000 (Mon, 08 Jan 2024)");

  script_name("Debian: Security Advisory (DSA-5653-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2024 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=DEB(11|12)");

  script_xref(name:"Advisory-ID", value:"DSA-5653-1");
  script_xref(name:"URL", value:"https://www.debian.org/security/2024/DSA-5653-1");

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

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

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

  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:"gtkwave", ver:"3.3.104+really3.3.118-0+deb11u1", rls:"DEB11"))) {
    report += res;
  }

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

if(release == "DEB12") {

  if(!isnull(res = isdpkgvuln(pkg:"gtkwave", ver:"3.3.118-0.1~deb12u1", rls:"DEB12"))) {
    report += res;
  }

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

exit(0);

7.8 High

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

7.9 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

24.9%