Lucene search
K

Ubuntu Update for apt USN-1762-1

🗓️ 15 Mar 2013 00:00:00Reported by Copyright (c) 2013 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 25 Views

Ubuntu Update for apt USN-1762-1 - APT incorrectly handles InRelease files, affecting third-party repositories and potentially allowing installation of altered packages. Solution: Install Updated Packages

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2013-1051
21 Mar 201317:00
cve
Cvelist
CVE-2013-1051
21 Mar 201317:00
cvelist
Debian CVE
CVE-2013-1051
21 Mar 201317:00
debiancve
EUVD
EUVD-2013-1091
7 Oct 202500:30
euvd
NVD
CVE-2013-1051
21 Mar 201317:55
nvd
OpenVAS
Ubuntu: Security Advisory (USN-1762-1)
15 Mar 201300:00
openvas
OSV
DEBIAN-CVE-2013-1051
21 Mar 201317:55
osv
Prion
Code injection
21 Mar 201317:55
prion
RedhatCVE
CVE-2013-1051
22 May 202503:42
redhatcve
securityvulns
[USN-1762-1] APT vulnerability
24 Mar 201300:00
securityvulns
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ubuntu_USN_1762_1.nasl 8483 2018-01-22 06:58:04Z teissa $
#
# Ubuntu Update for apt USN-1762-1
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

include("revisions-lib.inc");
tag_insight = "Ansgar Burchardt discovered that APT incorrectly handled repositories that
  use InRelease files. The default Ubuntu repositories do not use InRelease
  files, so this issue only affected third-party repositories. If a remote
  attacker were able to perform a man-in-the-middle attack, this flaw could
  potentially be used to install altered packages.

  This update corrects the issue by disabling InRelease file support
  completely.";


tag_solution = "Please Install the Updated Packages.";
tag_affected = "apt on Ubuntu 12.10 ,
  Ubuntu 12.04 LTS ,
  Ubuntu 11.10";




if(description)
{
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "insight" , value : tag_insight);
  script_xref(name: "URL" , value: "http://www.ubuntu.com/usn/usn-1762-1/");
  script_id(841358);
  script_version("$Revision: 8483 $");
  script_tag(name:"last_modification", value:"$Date: 2018-01-22 07:58:04 +0100 (Mon, 22 Jan 2018) $");
  script_tag(name:"creation_date", value:"2013-03-15 10:05:22 +0530 (Fri, 15 Mar 2013)");
  script_cve_id("CVE-2013-1051");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_tag(name:"qod_type", value:"package");
  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name: "USN", value: "1762-1");
  script_name("Ubuntu Update for apt USN-1762-1");

  script_tag(name: "summary" , value: "Check for the Version of apt");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
  script_family("Ubuntu Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/ubuntu_linux", "ssh/login/packages");
  exit(0);
}


include("pkg-lib-deb.inc");

release = get_kb_item("ssh/login/release");

res = "";
if(release == NULL){
  exit(0);
}

if(release == "UBUNTU12.04 LTS")
{

  if ((res = isdpkgvuln(pkg:"apt", ver:"0.8.16~exp12ubuntu10.10", rls:"UBUNTU12.04 LTS")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  exit(0);
}


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

  if ((res = isdpkgvuln(pkg:"apt", ver:"0.8.16~exp5ubuntu13.7", rls:"UBUNTU11.10")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  exit(0);
}


if(release == "UBUNTU12.10")
{

  if ((res = isdpkgvuln(pkg:"apt", ver:"0.9.7.5ubuntu5.4", rls:"UBUNTU12.10")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99); # Not vulnerable.
  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

22 Jan 2018 00:00Current
6.5Medium risk
Vulners AI Score6.5
EPSS0.00125
25