Lucene search
+L

PivotX 'Reset my password' Feature Data Manipulation Vulnerability

🗓️ 23 Feb 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 19 Views

PivotX 'Reset my password' Feature Data Manipulation Vulnerability. Allows unauthenticated attackers to change any account's password

Related
Refs
Code
ReporterTitlePublishedViews
Family
freebsd
FreeBSD
PivotX -- administrator password reset vulnerability
18 Feb 201100:00
freebsd
cve
CVE
CVE-2011-1035
18 Feb 201123:00
cve
cvelist
Cvelist
CVE-2011-1035
18 Feb 201123:00
cvelist
euvd
EUVD
EUVD-2011-1051
7 Oct 202500:30
euvd
nessus
Tenable Nessus
FreeBSD : PivotX -- administrator password reset vulnerability (ae0e5835-3cad-11e0-b654-00215c6a37bb)
21 Feb 201100:00
nessus
nvd
NVD
CVE-2011-1035
19 Feb 201101:00
nvd
openvas
OpenVAS
FreeBSD Ports: pivotx
5 Mar 201100:00
openvas
openvas
OpenVAS
FreeBSD Ports: pivotx
5 Mar 201100:00
openvas
prion
Prion
Design/Logic Flaw
19 Feb 201101:00
prion
cert
CERT
PivotX password reset vulnerability
18 Feb 201100:00
cert
Rows per page
# SPDX-FileCopyrightText: 2011 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:pivotx:pivotx";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902343");
  script_version("2025-03-05T05:38:53+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:53 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2011-02-23 12:24:37 +0100 (Wed, 23 Feb 2011)");
  script_cve_id("CVE-2011-1035");
  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("PivotX 'Reset my password' Feature Data Manipulation Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_pivotx_detect.nasl");
  script_mandatory_keys("PivotX/Installed");

  script_xref(name:"URL", value:"http://forum.pivotx.net/viewtopic.php?f=2&t=1967");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2011/0445");
  script_xref(name:"URL", value:"http://forum.pivotx.net/viewtopic.php?p=10639#p10639");
  script_xref(name:"URL", value:"http://blog.pivotx.net/2011-02-16/pivotx-225-released");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to gain privileges via
  unknown vectors.");
  script_tag(name:"affected", value:"PivotX version before 2.2.5");
  script_tag(name:"insight", value:"This issue is caused by an error in the 'Reset my password' feature, which
  could allow unauthenticated attackers to change the password of any account
  by guessing the username.");
  script_tag(name:"solution", value:"Upgrade to PivotX version 2.2.5 or later");
  script_tag(name:"summary", value:"PivotX is prone to data manipulation vulnerability.");

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

  script_xref(name:"URL", value:"http://pivotx.net/");
  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_is_less( version:vers, test_version:"2.2.5" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"2.2.5" );
  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

05 Mar 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 27.5
EPSS0.04019
19