Oracle: Security Advisory (ELSA-2011-0586)
🗓️ 06 Oct 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 12 Views
| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| CVE-2010-3851 | 4 Nov 201017:00 | – | cve | |
| CVE-2010-3851 | 4 Nov 201017:00 | – | cvelist | |
| libguestfs security, bug fix, and enhancement update | 29 May 201100:00 | – | oraclelinux | |
| EUVD-2010-3830 | 7 Oct 202500:30 | – | euvd | |
| [SECURITY] Fedora 13 Update: libguestfs-1.6.0-1.fc13.1 | 11 Nov 201022:20 | – | fedora | |
| [SECURITY] Fedora 14 Update: libguestfs-1.5.23-1 | 2 Nov 201022:16 | – | fedora | |
| Fedora 14 : libguestfs-1.5.23-1 (2010-16835) | 3 Nov 201000:00 | – | nessus | |
| Fedora 13 : libguestfs-1.6.0-1.fc13.1 (2010-17202) | 12 Nov 201000:00 | – | nessus | |
| MiracleLinux 4 : libguestfs-1.7.17-17.0.1.AXS4 (AXSA:2011-500:01) | 14 Jan 202600:00 | – | nessus | |
| Oracle Linux 6 : libguestfs (ELSA-2011-0586) | 7 Sep 202300:00 | – | nessus |
10
| Source | Link |
|---|---|
| linux | www.linux.oracle.com/errata/ELSA-2011-0586.html |
# SPDX-FileCopyrightText: 2015 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.122161");
script_cve_id("CVE-2010-3851");
script_tag(name:"creation_date", value:"2015-10-06 11:14:04 +0000 (Tue, 06 Oct 2015)");
script_version("2025-01-23T05:37:38+0000");
script_tag(name:"last_modification", value:"2025-01-23 05:37:38 +0000 (Thu, 23 Jan 2025)");
script_tag(name:"cvss_base", value:"4.7");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:C/I:N/A:N");
script_name("Oracle: Security Advisory (ELSA-2011-0586)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2015 Greenbone AG");
script_family("Oracle Linux Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/oracle_linux", "ssh/login/release", re:"ssh/login/release=OracleLinux6");
script_xref(name:"Advisory-ID", value:"ELSA-2011-0586");
script_xref(name:"URL", value:"https://linux.oracle.com/errata/ELSA-2011-0586.html");
script_tag(name:"summary", value:"The remote host is missing an update for the 'libguestfs' package(s) announced via the ELSA-2011-0586 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"[1.7.17-17]
- Remove dependency on gfs2-utils.
resolves: rhbz#695138
[1.7.17-16]
- Canonicalize /dev/vd* paths in virt-inspector code.
resolves: rhbz#691724
[1.7.17-15]
- Fix trace segfault for non-daemon functions.
resolves: rhbz#676788
[1.7.17-14]
- Add explicit BuildRequires for latest augeas. (RHBZ#677616)
[1.7.17-13]
- Rebuild to pick up new augeas lens (RHBZ#677616)
[1.7.17-12]
- Fix typo in virt-make-fs manual page.
resolves: rhbz#673721
- Add a grep-friendly string to LIBGUESTFS_TRACE output.
resolves: rhbz#673477
[1.7.17-11]
- Only runtime require febootstrap-supermin-helper (not whole of
febootstrap) (RHBZ#669840).
[1.7.17-10]
- Remove external hexedit script and make guestfish users set .
This is because requiring emacs pulls in all of X (RHBZ#641494).
[1.7.17-9]
- Fix: guestfish fails when guest fstab entry does not exist (RHBZ#668611).
[1.7.17-8]
- Backport patches up to upstream 1.8.1. (RHBZ#613593)
- Fixes:
* guestfish: fails to tilde expand '~' when /home/ksharma unset (RHBZ#617440)
* libguestfs: unknown filesystem /dev/fd0 (RHBZ#666577)
* libguestfs: unknown filesystem label SWAP-sda2 (RHBZ#666578)
* libguestfs: unknown filesystem /dev/hd{x} (cdrom) (RHBZ#666579)
* virt-filesystems fails on guest with corrupt filesystem label (RHBZ#668115)
* emphasize 'libguestfs-winsupport' in error output (RHBZ#627468)
[1.7.17-4]
- Backport patches up to upstream 1.8.0 _except_ for:
* changes which require febootstrap 3.x
* changes which were only relevant for other distros
[1.7.17-3]
- New upstream version 1.7.17, rebase for RHEL 6.1 (RHBZ#613593).
- Require febootstrap >= 2.11.
- Split out new libguestfs-tools-c package from libguestfs-tools.
. This is so that the -tools-c package can be pulled in by people
wanting to avoid a dependency on Perl, while -tools pulls in everything
as before.
. The C tools currently are: cat, df, filesystems, fish, inspector, ls,
mount, rescue.
. libguestfs-tools no longer pulls in guestfish.
- guestfish no longer requires pod2text, hence no longer requires perl.
- guestfish also depends on: less, man, vi, emacs.
- Add BR db4-utils (although since RPM needs it, it not really necessary).
- Runtime requires on db4-utils should be on core lib, not tools package.
- Change all 'Requires: perl-Foo' to 'Requires: perl(Foo)'.
- New manual pages containing example code.
- Ship examples for C, OCaml, Ruby, Python.
- Don't ship HTML versions of man pages.
- Rebase no-fuse-test patch to latest version.
- New tool: virt-filesystems.
- Rename perl-libguestfs as perl-Sys-Guestfs (RHBZ#652587).
- Remove guestfs-actions.h and guestfs-structs.h. Libguestfs now
[header file.]
- Add AUTHORS file from tarball.
[1.6.2-4]
- New upstream stable version 1.6.2, rebase for RHEL 6.1 (RHBZ#613593).
- Remove previous patches which are now all upstream and in this new version.
- BR febootstrap 2.10 (RHBZ#628849).
- BR cryptsetup-luks ... [Please see the references for more information on the vulnerabilities]");
script_tag(name:"affected", value:"'libguestfs' package(s) on Oracle Linux 6.");
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-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "OracleLinux6") {
if(!isnull(res = isrpmvuln(pkg:"guestfish", rpm:"guestfish~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libguestfs", rpm:"libguestfs~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libguestfs-devel", rpm:"libguestfs-devel~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libguestfs-java", rpm:"libguestfs-java~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libguestfs-java-devel", rpm:"libguestfs-java-devel~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libguestfs-javadoc", rpm:"libguestfs-javadoc~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libguestfs-mount", rpm:"libguestfs-mount~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libguestfs-tools", rpm:"libguestfs-tools~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libguestfs-tools-c", rpm:"libguestfs-tools-c~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ocaml-libguestfs", rpm:"ocaml-libguestfs~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ocaml-libguestfs-devel", rpm:"ocaml-libguestfs-devel~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"perl-Sys-Guestfs", rpm:"perl-Sys-Guestfs~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"python-libguestfs", rpm:"python-libguestfs~1.7.17~17.el6", rls:"OracleLinux6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ruby-libguestfs", rpm:"ruby-libguestfs~1.7.17~17.el6", rls:"OracleLinux6"))) {
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
23 Jan 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 24.7
EPSS0.00382