Fedora Update for php FEDORA-2007-287
🗓️ 27 Feb 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType
openvas🔗 plugins.openvas.org👁 25 Views
| Reporter | Title | Published | Views | Family All 252 |
|---|---|---|---|---|
| PHP < 4.4.5 / 5.2.1 Multiple Vulnerabilities | 9 Feb 200700:00 | – | nessus | |
| PHP 5.x < 5.2.0 Multiple Vulnerabilities | 25 Mar 200800:00 | – | nessus | |
| CentOS 3 / 4 : php (CESA-2006:0730) | 23 Apr 200900:00 | – | nessus | |
| CentOS 3 / 4 : php (CESA-2007:0076) | 21 Feb 200700:00 | – | nessus | |
| Debian DSA-1206-1 : php4 - several vulnerabilities | 20 Nov 200600:00 | – | nessus | |
| Debian DSA-1264-1 : php4 - several vulnerabilities | 12 Mar 200700:00 | – | nessus | |
| Fedora Core 5 : php-5.1.6-1.1 (2006-1024) | 17 Jan 200700:00 | – | nessus | |
| Fedora Core 5 : php-5.1.6-1.2 (2006-1168) | 17 Jan 200700:00 | – | nessus | |
| Fedora Core 6 : php-5.1.6-3.1.fc6 (2006-1169) | 17 Jan 200700:00 | – | nessus | |
| Fedora Core 6 : php-5.1.6-3.4.fc6 (2007-261) | 23 Feb 200700:00 | – | nessus |
10
# 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_xref(name:"URL", value:"https://www.redhat.com/archives/fedora-package-announce/2007-February/msg00152.html");
script_oid("1.3.6.1.4.1.25623.1.0.861271");
script_version("2023-07-05T05:06:18+0000");
script_tag(name:"last_modification", value:"2023-07-05 05:06:18 +0000 (Wed, 05 Jul 2023)");
script_tag(name:"creation_date", value:"2009-02-27 16:01:32 +0100 (Fri, 27 Feb 2009)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_xref(name:"FEDORA", value:"2007-287");
script_cve_id("CVE-2007-0906", "CVE-2007-0988", "CVE-2007-0908", "CVE-2007-0909", "CVE-2007-0907", "CVE-2007-0910", "CVE-2006-5465", "CVE-2006-4812");
script_name("Fedora Update for php FEDORA-2007-287");
script_tag(name:"summary", value:"The remote host is missing an update for the 'php'
package(s) announced via the referenced advisory.");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone AG");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora_core", "ssh/login/rpms", re:"ssh/login/release=FC5");
script_tag(name:"affected", value:"php on Fedora Core 5");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
if(release == "FC5")
{
if ((res = isrpmvuln(pkg:"php", rpm:"php~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-xml", rpm:"x86_64/php-xml~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-snmp", rpm:"x86_64/php-snmp~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-dba", rpm:"x86_64/php-dba~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/debug/php-debuginfo", rpm:"x86_64/debug/php-debuginfo~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-odbc", rpm:"x86_64/php-odbc~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-mbstring", rpm:"x86_64/php-mbstring~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-soap", rpm:"x86_64/php-soap~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-ncurses", rpm:"x86_64/php-ncurses~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-pgsql", rpm:"x86_64/php-pgsql~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php", rpm:"x86_64/php~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-mysql", rpm:"x86_64/php-mysql~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-gd", rpm:"x86_64/php-gd~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-xmlrpc", rpm:"x86_64/php-xmlrpc~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-bcmath", rpm:"x86_64/php-bcmath~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-imap", rpm:"x86_64/php-imap~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-pdo", rpm:"x86_64/php-pdo~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-devel", rpm:"x86_64/php-devel~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"x86_64/php-ldap", rpm:"x86_64/php-ldap~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-xml", rpm:"i386/php-xml~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-ldap", rpm:"i386/php-ldap~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-pdo", rpm:"i386/php-pdo~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-xmlrpc", rpm:"i386/php-xmlrpc~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-mbstring", rpm:"i386/php-mbstring~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php", rpm:"i386/php~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-odbc", rpm:"i386/php-odbc~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-snmp", rpm:"i386/php-snmp~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/debug/php-debuginfo", rpm:"i386/debug/php-debuginfo~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-soap", rpm:"i386/php-soap~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-dba", rpm:"i386/php-dba~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-devel", rpm:"i386/php-devel~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-gd", rpm:"i386/php-gd~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-ncurses", rpm:"i386/php-ncurses~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-bcmath", rpm:"i386/php-bcmath~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-pgsql", rpm:"i386/php-pgsql~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-mysql", rpm:"i386/php-mysql~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"i386/php-imap", rpm:"i386/php-imap~5.1.6~1.4", rls:"FC5")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99);
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
05 Jul 2023 00:00Current
7.7High risk
Vulners AI Score7.7
CVSS 210
EPSS0.15388