Lucene search

K

Ubuntu: Security Advisory (USN-724-1)

๐Ÿ—“๏ธย 02 Mar 2009ย 00:00:00Reported byย Copyright (C) 2009 Greenbone AGTypeย 
openvas
ย openvas
๐Ÿ”—ย plugins.openvas.org๐Ÿ‘ย 10ย Views

The 'squid' package on Ubuntu 8.10 lacks proper HTTP version validation, leading to a denial of service issue (assertion failure). Install the updated package(s) from USN-724-1 advisory

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
OpenVAS
Fedora Core 10 FEDORA-2009-1526 (squid)
13 Feb 200900:00
โ€“openvas
OpenVAS
Debian: Security Advisory (DSA-1732-1)
7 Mar 200900:00
โ€“openvas
OpenVAS
FreeBSD Ports: squid
13 Feb 200900:00
โ€“openvas
OpenVAS
Debian Security Advisory DSA 1732-1 (squid3)
7 Mar 200900:00
โ€“openvas
OpenVAS
Mandrake Security Advisory MDVSA-2009:034 (squid)
13 Feb 200900:00
โ€“openvas
OpenVAS
Mandrake Security Advisory MDVSA-2009:034 (squid)
13 Feb 200900:00
โ€“openvas
OpenVAS
Fedora Core 10 FEDORA-2009-1526 (squid)
13 Feb 200900:00
โ€“openvas
OpenVAS
FreeBSD Ports: squid
13 Feb 200900:00
โ€“openvas
OpenVAS
Ubuntu USN-724-1 (squid)
2 Mar 200900:00
โ€“openvas
OpenVAS
Fedora Core 9 FEDORA-2009-1517 (squid)
13 Feb 200900:00
โ€“openvas
Rows per page
# SPDX-FileCopyrightText: 2009 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.0.63472");
  script_cve_id("CVE-2009-0478");
  script_tag(name:"creation_date", value:"2009-03-02 18:11:09 +0000 (Mon, 02 Mar 2009)");
  script_version("2024-02-02T05:06:04+0000");
  script_tag(name:"last_modification", value:"2024-02-02 05:06:04 +0000 (Fri, 02 Feb 2024)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");

  script_name("Ubuntu: Security Advisory (USN-724-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Ubuntu Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/ubuntu_linux", "ssh/login/packages", re:"ssh/login/release=UBUNTU8\.10");

  script_xref(name:"Advisory-ID", value:"USN-724-1");
  script_xref(name:"URL", value:"https://ubuntu.com/security/notices/USN-724-1");

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

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

  script_tag(name:"insight", value:"Joshua Morin, Mikko Varpiola and Jukka Taimisto discovered that Squid did
not properly validate the HTTP version when processing requests. A remote
attacker could exploit this to cause a denial of service (assertion failure).");

  script_tag(name:"affected", value:"'squid' package(s) on Ubuntu 8.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 == "UBUNTU8.10") {

  if(!isnull(res = isdpkgvuln(pkg:"squid", ver:"2.7.STABLE3-1ubuntu2.1", rls:"UBUNTU8.10"))) {
    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
02 Mar 2009 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS25
EPSS0.837
10
.json
Report