Lucene search
+L

Apache Archiva CSRF Vulnerabilities (Jun 2010)

🗓️ 01 Dec 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

Apache Archiva CSRF Vulnerabilities (Jun 2010) - Multiple cross-site request forgery (CSRF) vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Apache Archiva 1.0 - 1.3.1 CSRF Vulnerability
10 Dec 201000:00
zdt
circl
Circl
CVE-2010-3449
9 Dec 201000:00
circl
cve
CVE
CVE-2010-3449
6 Dec 201020:00
cve
cvelist
Cvelist
CVE-2010-3449
6 Dec 201020:00
cvelist
exploitdb
Exploit DB
Apache Archiva 1.0 < 1.3.1 - Cross-Site Request Forgery
9 Dec 201000:00
exploitdb
euvd
EUVD
EUVD-2010-3447
7 Oct 202500:30
euvd
exploitpack
exploitpack
Apache Archiva 1.0 1.3.1 - Cross-Site Request Forgery
9 Dec 201000:00
exploitpack
nvd
NVD
CVE-2010-3449
6 Dec 201020:13
nvd
prion
Prion
Cross site request forgery (csrf)
6 Dec 201020:13
prion
prion
Prion
Cross site request forgery (csrf)
6 Dec 201020:13
prion
Rows per page
# SPDX-FileCopyrightText: 2010 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:apache:archiva";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.100924");
  script_version("2024-11-05T05:05:33+0000");
  script_tag(name:"last_modification", value:"2024-11-05 05:05:33 +0000 (Tue, 05 Nov 2024)");
  script_tag(name:"creation_date", value:"2010-12-01 13:10:27 +0100 (Wed, 01 Dec 2010)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");

  script_cve_id("CVE-2010-3449", "CVE-2010-4408");

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

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Apache Archiva CSRF Vulnerabilities (Jun 2010)");

  script_category(ACT_GATHER_INFO);

  script_family("Web application abuses");
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_dependencies("gb_apache_archiva_http_detect.nasl");
  script_mandatory_keys("apache/archiva/detected");

  script_tag(name:"summary", value:"Apache Archiva is prone to multiple cross-site request forgery
  (CSRF) vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"impact", value:"Exploiting this issue may allow a remote attacker to perform
  certain administrative actions and gain unauthorized access to the affected application. Other
  attacks are also possible.");

  script_tag(name:"affected", value:"Apache Archiva versions 1.0 through 1.0.3, 1.1 through 1.1.4,
  1.2 through 1.2.2 and 1.3 through 1.3.1.");

  script_tag(name:"solution", value:"Updates are available. Please see the reference for more
  details.");

  script_xref(name:"URL", value:"http://archiva.apache.org/docs/1.3.2/release-notes.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/45095");
  script_xref(name:"URL", value:"http://jira.codehaus.org/browse/MRM-1438");

  exit(0);
}

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

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

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

if (version_in_range(version: vers, test_version: "1.0", test_version2: "1.0.3") ||
    version_in_range(version: vers, test_version: "1.1", test_version2: "1.1.4") ||
    version_in_range(version: vers, test_version: "1.2", test_version2: "1.2.2") ||
    version_in_range(version: vers, test_version: "1.3", test_version2: "1.3.1")) {
  report = report_fixed_ver(installed_version: vers, fixed_version: "See advisory");
  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