Lucene search
+L

Ubuntu: Security Advisory (USN-1429-1)

🗓️ 30 Apr 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 44 Views

The 'jetty' package(s) on Ubuntu 10.04, Ubuntu 11.04 are missing an update (USN-1429-1), allowing remote attackers to cause a denial of service

Related
Refs
Code
ReporterTitlePublishedViews
Family
ibm
IBM Security Bulletins
Security Bulletin: Potential security exposure when using InfoSphere BigInsights due to vulnerability in Jetty
25 Sep 202223:13
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple JRE vulnerabilities addressed in IBM Sterling Secure Proxy (CVE-2013-0440, CVE-2013-0443, CVE-2013-0169)
25 Sep 202221:06
ibm
ibm
IBM Security Bulletins
Security Bulletin: Application not signed properly in IBM Sterling External Authentication Server (CVE-2013-0521)
26 Sep 202203:31
ibm
ibm
IBM Security Bulletins
Security Bulletin: Provision to add https and Secure Flag to bayeux_browser cookie for IBM Control Desk.
19 Sep 202220:54
ibm
ibm
IBM Security Bulletins
Security Bulletin: Potential denial-of-service (DoS) issues related to Jetty application server identified in OmniFind Enterprise Edition and Content Analytics with Enterprise Search products
25 Sep 202223:13
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple security vulnerabilities addressed in IBM Sterling External Authentication Server (CVE-2013-0514, CVE-2013-0517)
25 Sep 202223:13
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple JRE vulnerabilities addressed in IBM Sterling External Authentication Server (CVE-2013-1571, CVE-2013-1500, CVE-2013-0443, CVE-2013-0440, CVE-2013-0169)
25 Sep 202221:06
ibm
ibm
IBM Security Bulletins
Security Bulletin: Denial of service in IBM InfoSphere Data Replication Dashboard (CVE-2011-4461)
25 Sep 202223:13
ibm
ibm
IBM Security Bulletins
Security Bulletin: Potential Denial of Service (DoS) security vulnerability in IBM Sterling Secure Proxy
26 Sep 202205:45
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Sterling Secure Proxy’s session or sensitive cookies do not have the secure attribute enabled (CVE-2013-0515)
26 Sep 202203:29
ibm
Rows per page
# SPDX-FileCopyrightText: 2012 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.840993");
  script_cve_id("CVE-2011-4461");
  script_tag(name:"creation_date", value:"2012-04-30 05:40:53 +0000 (Mon, 30 Apr 2012)");
  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_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2011-12-30 18:40:00 +0000 (Fri, 30 Dec 2011)");

  script_name("Ubuntu: Security Advisory (USN-1429-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 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=UBUNTU(10\.04\ LTS|11\.04)");

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

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

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

  script_tag(name:"insight", value:"It was discovered that Jetty computed hash values for form parameters
without restricting the ability to trigger hash collisions predictably.
This could allow a remote attacker to cause a denial of service by
sending many crafted parameters.");

  script_tag(name:"affected", value:"'jetty' package(s) on Ubuntu 10.04, Ubuntu 11.04.");

  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 == "UBUNTU10.04 LTS") {

  if(!isnull(res = isdpkgvuln(pkg:"libjetty-java", ver:"6.1.22-1ubuntu1.1", rls:"UBUNTU10.04 LTS"))) {
    report += res;
  }

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

if(release == "UBUNTU11.04") {

  if(!isnull(res = isdpkgvuln(pkg:"libjetty-java", ver:"6.1.24-6ubuntu0.11.04.1", rls:"UBUNTU11.04"))) {
    report += res;
  }

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

exit(0);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

02 Feb 2024 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
CVSS 35.3
EPSS0.05044
44