Lucene search
+L

Multiple Vulnerabilities in PHP iCalendar

🗓️ 29 Jan 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 26 Views

Multiple Vulnerabilities in PHP iCalendar, prone to Security Bypass or Directory Traversal attac

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-5967
21 Sep 200800:00
circl
cve
CVE
CVE-2008-5967
26 Jan 200920:00
cve
cvelist
Cvelist
CVE-2008-5967
26 Jan 200920:00
cvelist
exploitdb
Exploit DB
PHP iCalendar 2.24 - 'cookie_language' Local File Inclusion / Arbitrary File Upload
21 Sep 200800:00
exploitdb
euvd
EUVD
EUVD-2008-5937
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-5967
26 Jan 200920:30
nvd
openvas
OpenVAS
Multiple Vulnerabilities in PHP iCalendar
29 Jan 200900:00
openvas
prion
Prion
Directory traversal
26 Jan 200920:30
prion
ubuntucve
UbuntuCve
CVE-2008-5967
26 Jan 200920:30
ubuntucve
# 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

CPE = "cpe:/a:phpicalendar:phpicalendar";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900199");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2009-01-29 15:16:47 +0100 (Thu, 29 Jan 2009)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_cve_id("CVE-2008-5967", "CVE-2008-5968");
  script_name("Multiple Vulnerabilities in PHP iCalendar");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("secpod_php_icalendar_detect.nasl");
  script_mandatory_keys("PHP/iCalendar/detected");

  script_xref(name:"URL", value:"http://milw0rm.com/exploits/6519");
  script_xref(name:"URL", value:"http://secunia.com/advisories/31944");

  script_tag(name:"impact", value:"Successful exploitation could result in Security Bypass or Directory
  Traversal attack on the affected web application.");

  script_tag(name:"insight", value:"- Error in admin/index.php file allows remote attackers to upload
  .ics file with arbitrary contents to the calendars/directory.

  - print.php file allows to include and execute arbitrary local files via
  a '../' in the cookie_language parameter in phpicalendar_* cookie.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure
  of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer
  release, disable respective features, remove the product or replace the product by another one.");

  script_tag(name:"summary", value:"PHP iCalendar is prone to multiple vulnerabilities.");

  script_tag(name:"affected", value:"PHP iCalendar version 2.34 and prior on all running platform.

  Workaround:
  Restrict access to 'admin' area by adding security policies in '.htaccess'");

  script_tag(name:"qod_type", value:"remote_banner");
  script_tag(name:"solution_type", value:"WillNotFix");

  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if( ! port = get_app_port( cpe:CPE ) )
  exit( 0 );

if( ! vers = get_app_version( cpe:CPE, port:port ) )
  exit( 0 );

if( version_is_less_equal( version:vers, test_version:"2.34" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"WillNotFix" );
  security_message( port:port, data:report );
  exit( 0 );
}

exit( 99 );

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