Lucene search
K

Serendipity < 0.8.1 Multiple Vulnerabilities

🗓️ 18 May 2005 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 20 Views

According to the banner, the installed Serendipity version (< 0.8.1) is vulnerable to unauthorized file upload and multiple cross-site scripting attacks

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Serendipity < 0.80 RC7 Multiple Vulnerabilities
18 May 200500:00
nessus
CVE
CVE-2005-1712
24 May 200504:00
cve
CVE
CVE-2005-1713
24 May 200504:00
cve
Cvelist
CVE-2005-1712
24 May 200504:00
cvelist
Cvelist
CVE-2005-1713
24 May 200504:00
cvelist
EUVD
EUVD-2005-1714
7 Oct 202500:30
euvd
EUVD
EUVD-2005-1715
7 Oct 202500:30
euvd
NVD
CVE-2005-1712
24 May 200504:00
nvd
NVD
CVE-2005-1713
24 May 200504:00
nvd
RedhatCVE
CVE-2005-1713
9 Jan 202612:47
redhatcve
Rows per page
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(18298);
  script_version("1.18");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");

  script_cve_id("CVE-2005-1712", "CVE-2005-1713");
  script_bugtraq_id(13669);

  script_name(english:"Serendipity < 0.8.1 Multiple Vulnerabilities");

  script_set_attribute(attribute:"synopsis", value:
"The remote web server contains a PHP application that is affected by
several issues.");
  script_set_attribute(attribute:"description", value:
"According to its banner, the version of Serendipity installed on the
remote host is affected by multiple vulnerabilities :

  - Unauthorized File Upload Vulnerability
    There is a vulnerability that may allow editors to 
    upload arbitrary media files when they otherwise would 
    not be allowed to do so.

  - Multiple Cross-Site Scripting Vulnerabilities
    The 'templedropdown' and 'shutbox' plugins could allow
    attackers to inject arbitrary HTML and script code into
    users' browsers, thereby facilitating cross-site
    scriptings attacks.");
  script_set_attribute(attribute:"see_also", value:"http://sourceforge.net/project/shownotes.php?release_id=328092");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Serendipity version 0.8.1 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:S/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");

  script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
  script_set_attribute(attribute:"exploit_available", value:"false");
  script_cwe_id(20, 74, 79, 442, 629, 711, 712, 722, 725, 750, 751, 800, 801, 809, 811, 864, 900, 928, 931, 990);

  script_set_attribute(attribute:"vuln_publication_date", value:"2005/05/17");
  script_set_attribute(attribute:"plugin_publication_date", value:"2005/05/18");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:s9y:serendipity");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"CGI abuses");

  script_copyright(english:"This script is Copyright (C) 2005-2022 Tenable Network Security, Inc.");

  script_dependencies("serendipity_detect.nasl");
  script_require_keys("www/serendipity");
  script_exclude_keys("Settings/disable_cgi_scanning");
  script_require_ports("Services/www", 80);

  exit(0);
}

include("global_settings.inc");
include("misc_func.inc");
include("http.inc");


port = get_http_port(default:80);
if (!can_host_php(port:port)) exit(0);


# Test an install.
install = get_kb_item(string("www/", port, "/serendipity"));
if (isnull(install)) exit(0);
matches = eregmatch(string:install, pattern:"^(.+) under (/.*)$");
if (!isnull(matches)) {
  ver = matches[1];

  # nb: version 0.8.1 fixes the flaw.
  if (ver =~ "^0\.([0-7]|8([^0-9.]|$))")
  {
   security_warning(port);
   set_kb_item(name: 'www/'+port+'/XSS', value: TRUE);
   set_kb_item(name: 'www/'+port+'/SQLInjection', value: TRUE);
  }
}

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

11 Apr 2022 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.00552
20