| Reporter | Title | Published | Views | Family All 26 |
|---|---|---|---|---|
| CVE-2007-4148 | 3 Aug 200720:00 | – | cve | |
| CVE-2007-4149 | 3 Aug 200720:00 | – | cve | |
| CVE-2007-4150 | 3 Aug 200720:00 | – | cve | |
| CVE-2007-4151 | 3 Aug 200720:00 | – | cve | |
| CVE-2007-4152 | 3 Aug 200720:00 | – | cve | |
| CVE-2007-4148 | 3 Aug 200720:00 | – | cvelist | |
| CVE-2007-4149 | 3 Aug 200720:00 | – | cvelist | |
| CVE-2007-4150 | 3 Aug 200720:00 | – | cvelist | |
| CVE-2007-4151 | 3 Aug 200720:00 | – | cvelist | |
| CVE-2007-4152 | 3 Aug 200720:00 | – | cvelist |
| Source | Link |
|---|---|
| portcullis-security | www.portcullis-security.com/204.php |
| portcullis-security | www.portcullis-security.com/198.php |
| portcullis-security | www.portcullis-security.com/207.php |
| portcullis-security | www.portcullis-security.com/206.php |
| portcullis-security | www.portcullis-security.com/205.php |
| portcullis-security | www.portcullis-security.com/203.php |
| portcullis-security | www.portcullis-security.com/197.php |
| portcullis-security | www.portcullis-security.com/199.php |
# SPDX-FileCopyrightText: 2009 Tim Brown
# 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:visionsoft:audit";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100951");
script_version("2024-02-09T14:47:30+0000");
script_tag(name:"last_modification", value:"2024-02-09 14:47:30 +0000 (Fri, 09 Feb 2024)");
script_tag(name:"creation_date", value:"2009-07-10 19:42:14 +0200 (Fri, 10 Jul 2009)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2024-02-09 03:19:27 +0000 (Fri, 09 Feb 2024)");
script_cve_id("CVE-2007-4148", "CVE-2007-4149", "CVE-2007-4150", "CVE-2007-4151", "CVE-2007-4152");
script_name("Visionsoft Audit Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_family("General");
script_copyright("Copyright (C) 2009 Tim Brown");
script_dependencies("gb_visionsoft_audit_detect.nasl");
script_mandatory_keys("visionsoft/audit/detected");
script_xref(name:"URL", value:"http://www.portcullis-security.com/197.php");
script_xref(name:"URL", value:"http://www.portcullis-security.com/198.php");
script_xref(name:"URL", value:"http://www.portcullis-security.com/199.php");
script_xref(name:"URL", value:"http://www.portcullis-security.com/203.php");
script_xref(name:"URL", value:"http://www.portcullis-security.com/204.php");
script_xref(name:"URL", value:"http://www.portcullis-security.com/205.php");
script_xref(name:"URL", value:"http://www.portcullis-security.com/206.php");
script_xref(name:"URL", value:"http://www.portcullis-security.com/207.php");
script_tag(name:"solution", value:"We recommend that Visionsoft are contacted for a patch.
To mitigate this flaw filter inbound traffic to 5957/tcp to only known management hosts.");
script_tag(name:"summary", value:"Visionsoft Audit is prone to multiple vulnerabilities.");
script_tag(name:"insight", value:"The Visionsoft Audit on Demand service may be vulnerable to multiple issues
which can be exploited remotely without authentication:
- Heap overflow via LOG command (CVE-2007-4148)
- Multiple arbitrary file overwrites via LOG and SETTINGSFILE command (CVE-2007-4149)
- Denial of service via UNINSTALL command (CVE-2007-4149)
Additionally, the underlying protocol for authentication has been reported as being vulnerable
to replay attacks (CVE-2007-4152) and the settings file is typically installed with
inappropriate permissions (CVE-2007-4150).");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:TRUE ) )
exit( 0 );
vers = infos["version"];
if( version_is_less_equal( version:vers, test_version:"12.4.0.0" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"Contact the vendor", install_path:infos["location"] );
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