| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| OpenCA < 0.9.1-9 Web Interface Form Input Field XSS | 7 Sep 200400:00 | – | nessus | |
| OpenCA Client System Browser Form Input Field XSS | 9 Sep 200400:00 | – | nessus | |
| CVE-2004-0787 | 24 Sep 200404:00 | – | cve | |
| CVE-2004-0787 | 24 Sep 200404:00 | – | cvelist | |
| EUVD-2004-0785 | 7 Oct 202500:30 | – | euvd | |
| CVE-2004-0787 | 20 Oct 200404:00 | – | nvd | |
| OpenCA Security Advisory: Cross Site Scripting vulnerability | 6 Sep 200400:00 | – | securityvulns |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/11113 |
# SPDX-FileCopyrightText: 2009 LSS
# 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-or-later
CPE = "cpe:/a:openca:openca";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.102007");
script_version("2024-03-01T14:37:10+0000");
script_tag(name:"last_modification", value:"2024-03-01 14:37:10 +0000 (Fri, 01 Mar 2024)");
script_tag(name:"creation_date", value:"2009-07-28 17:03:43 +0200 (Tue, 28 Jul 2009)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_cve_id("CVE-2004-0787");
script_name("OpenCA HTML injection");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_copyright("Copyright (C) 2009 LSS");
script_dependencies("gb_openca_detect.nasl");
script_mandatory_keys("openca/installed");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/11113");
script_tag(name:"solution", value:"Upgrade OpenCA to the newer version.");
script_tag(name:"summary", value:"OpenCA is vulnerable to a HTML injection attack due to inadequate
validation / filtering of user input into a web form frontend.");
script_tag(name:"affected", value:"Versions up to 0.9.2 RC6 are vulnerable.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner");
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:"0.9.2-rc6" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"0.9.2" );
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