| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| CVE-2010-1916 | 12 May 201000:00 | – | cve | |
| CVE-2010-1916 | 12 May 201000:00 | – | cvelist | |
| CVE-2010-1916 | 12 May 201000:00 | – | debiancve | |
| EUVD-2010-1935 | 7 Oct 202500:30 | – | euvd | |
| [SECURITY] Fedora 13 Update: xinha-0.96.1-2.fc13 | 8 Jun 201019:31 | – | fedora | |
| [SECURITY] Fedora 12 Update: xinha-0.96.1-1.fc12 | 16 Jun 201017:51 | – | fedora | |
| Fedora 12 : xinha-0.96.1-1.fc12 (2010-9260) | 1 Jul 201000:00 | – | nessus | |
| Fedora 13 : xinha-0.96.1-2.fc13 (2010-9320) | 1 Jul 201000:00 | – | nessus | |
| CVE-2010-1916 | 12 May 201011:46 | – | nvd | |
| Serendipity < 1.5.3 'Xinha WYSIWYG' Editor Security Bypass Vulnerability | 19 May 201000:00 | – | openvas |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_serendipity_sec_bypass_vuln.nasl 5373 2017-02-20 16:27:48Z teissa $
#
# Serendipity 'Xinha WYSIWYG' Editor Security Bypass Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# 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.
###############################################################################
tag_impact = "Successful exploitation will allow attacker to bypass intended access
restrictions and modify the configuration of arbitrary plugins.
Impact Level: Application";
tag_affected = "Serendipity version 1.5.2 and on all platforms.";
tag_insight = "The flaw is due to an input validation error in 'Xinha WYSIWYG' editor with
dynamic configuration feature enabled when processing the,
- crafted 'backend_config_secret_key_location' and 'backend_config_hash'
parameters that are used in a SHA1 hash of a shared secret that can be
known or externally influenced, which are not properly handled by the
'Deprecated config passing' feature.
- crafted 'backend_data' and 'backend_data[key_location]' variables, which
are not properly handled by the 'xinha_read_passed_data()' function.";
tag_solution = "Upgrade to Serendipity version 1.5.3 or later.
For updates refer to http://www.s9y.org/12.html";
tag_summary = "This host is running Serendipity and is prone to security bypass
vulnerability.";
SCRIPT_OID = "1.3.6.1.4.1.25623.1.0.801337";
CPE = "cpe:/a:s9y:serendipity";
if(description)
{
script_id(801337);
script_version("$Revision: 5373 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 17:27:48 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-05-19 14:50:39 +0200 (Wed, 19 May 2010)");
script_cve_id("CVE-2010-1916");
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_name("Serendipity 'Xinha WYSIWYG' Editor Security Bypass Vulnerability");
script_xref(name : "URL" , value : "http://www.php-security.org/2010/05/10/mops-2010-020-xinha-wysiwyg-plugin-configuration-injection-vulnerability/index.html");
script_xref(name : "URL" , value : "http://www.php-security.org/2010/05/10/mops-2010-019-serendipity-wysiwyg-editor-plugin-configuration-injection-vulnerability/index.html");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("serendipity_detect.nasl");
script_require_ports("Services/www", 80);
script_require_keys("Serendipity/installed");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("http_func.inc");
include("host_details.inc");
include("version_func.inc");
serPort = get_app_port(cpe:CPE, nvt:SCRIPT_OID);
if(!serPort){
exit(0);
}
infos = get_app_version_and_location( cpe:CPE, port:port );
ver = infos['version'];
dir = infos['location'];
if( ! ver || ! dir ) exit( 0 );
# Check for Serendipity version < 1.5.2
if(!isnull(ver) && (version_is_less_equal(version:ver, test_version:"1.5.2")))
{
if((dir != NULL))
{
# Confirm the 'Xinha WYSIWYG' editor installation
sndReq = http_get(item:string(dir, "/htmlarea/examples/ExtendedDemo.html"),
port:serPort);
rcvRes = http_send_recv(port:serPort, data:sndReq);
if(">Xinha Extended Example<" >< rcvRes){
security_message(serPort);
}
}
}
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