Mandriva Update for plymouth MDVA-2010:132 (plymouth)
🗓️ 30 Apr 2010 00:00:00Reported by Copyright (c) 2010 Greenbone Networks GmbHType
openvas🔗 plugins.openvas.org👁 34 Views
| Reporter | Title | Published | Views | Family All 119 |
|---|---|---|---|---|
| Mac OS X 10.7 < 10.7.2 Multiple Vulnerabilities | 13 Oct 201100:00 | – | nessus | |
| CentOS 4 : python (CESA-2011:0491) | 6 May 201100:00 | – | nessus | |
| Fedora 13 : python3-3.1.2-7.fc13 (2010-13388) | 4 Sep 201000:00 | – | nessus | |
| Fedora 12 : python-2.6.2-8.fc12 (2010-9565) | 6 Jul 201000:00 | – | nessus | |
| Fedora 13 : python-2.6.4-27.fc13 (2010-9652) | 1 Jul 201000:00 | – | nessus | |
| GLSA-201401-04 : Python: Multiple vulnerabilities | 7 Jan 201400:00 | – | nessus | |
| Mac OS X 10.7.x < 10.7.2 Multiple Vulnerabilities | 13 Oct 201100:00 | – | nessus | |
| Mac OS X Multiple Vulnerabilities (Security Update 2011-006) | 13 Oct 201100:00 | – | nessus | |
| Mandriva Linux Security Advisory : python (MDVSA-2010:132) | 30 Jul 201000:00 | – | nessus | |
| MiracleLinux 3 : python-2.4.3-43.0.1.AXS3 (AXSA:2011-10:01) | 14 Jan 202600:00 | – | nessus |
10
###############################################################################
# OpenVAS Vulnerability Test
#
# Mandriva Update for plymouth MDVA-2010:132 (plymouth)
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2010 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_affected = "plymouth on Mandriva Linux 2010.0,
Mandriva Linux 2010.0/X86_64";
tag_insight = "Plymouth verbose mode at shutdown was not displaying logs
properly. This update fixes this issue.";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://lists.mandriva.com/security-announce/2010-04/msg00044.php");
script_id(831023);
script_version("$Revision: 8186 $");
script_cve_id("CVE-2010-1634", "CVE-2010-2089");
script_tag(name:"last_modification", value:"$Date: 2017-12-20 07:30:34 +0100 (Wed, 20 Dec 2017) $");
script_tag(name:"creation_date", value:"2010-04-30 14:39:22 +0200 (Fri, 30 Apr 2010)");
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_xref(name: "MDVA", value: "2010:132");
script_name("Mandriva Update for plymouth MDVA-2010:132 (plymouth)");
script_tag(name: "summary" , value: "Check for the Version of plymouth");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
script_family("Mandrake Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/mandriva_mandrake_linux", "ssh/login/release");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "MNDK_2010.0")
{
if ((res = isrpmvuln(pkg:"libplymouth0", rpm:"libplymouth0~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libplymouth-devel", rpm:"libplymouth-devel~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth", rpm:"plymouth~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-plugin-fade-throbber", rpm:"plymouth-plugin-fade-throbber~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-plugin-label", rpm:"plymouth-plugin-label~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-plugin-script", rpm:"plymouth-plugin-script~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-plugin-space-flares", rpm:"plymouth-plugin-space-flares~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-plugin-throbgress", rpm:"plymouth-plugin-throbgress~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-plugin-two-step", rpm:"plymouth-plugin-two-step~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-scripts", rpm:"plymouth-scripts~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-system-theme", rpm:"plymouth-system-theme~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-theme-charge", rpm:"plymouth-theme-charge~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-theme-fade-in", rpm:"plymouth-theme-fade-in~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-theme-glow", rpm:"plymouth-theme-glow~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-theme-script", rpm:"plymouth-theme-script~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-theme-solar", rpm:"plymouth-theme-solar~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-theme-spinfinity", rpm:"plymouth-theme-spinfinity~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"plymouth-utils", rpm:"plymouth-utils~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64plymouth0", rpm:"lib64plymouth0~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64plymouth-devel", rpm:"lib64plymouth-devel~0.7.2~8.1mdv2010.0", rls:"MNDK_2010.0")) != 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
20 Dec 2017 00:00Current
0.3Low risk
Vulners AI Score0.3
EPSS0.14643