Aerospike Database Server <= 3.10.0.3 Multiple Vulnerabilities. Denial of service, information disclosure, buffer overflow
Reporter | Title | Published | Views | Family All 38 |
---|---|---|---|---|
![]() | Aerospike Database Server Stack Buffer Overflow (CVE-2016-9052; CVE-2016-9054) | 26 Jan 201700:00 | – | checkpoint_advisories |
![]() | Aerospike Database Server RW Fabric Message Code Execution (CVE-2016-9053) | 12 Apr 201700:00 | – | checkpoint_advisories |
![]() | Stack overflow | 26 Jan 201721:59 | – | prion |
![]() | Out-of-bounds | 21 Feb 201722:59 | – | prion |
![]() | Stack overflow | 26 Jan 201721:59 | – | prion |
![]() | Out-of-bounds | 21 Feb 201722:59 | – | prion |
![]() | Out-of-bounds | 26 Jan 201721:59 | – | prion |
![]() | Null pointer dereference | 21 Feb 201722:59 | – | prion |
![]() | CVE-2016-9052 | 26 Jan 201721:59 | – | cve |
![]() | CVE-2016-9054 | 26 Jan 201721:59 | – | cve |
Source | Link |
---|---|
talosintelligence | www.talosintelligence.com/reports/TALOS-2016-0263/ |
securityfocus | www.securityfocus.com/bid/95419 |
talosintelligence | www.talosintelligence.com/reports/TALOS-2016-0264/ |
securityfocus | www.securityfocus.com/bid/95415 |
talosintelligence | www.talosintelligence.com/reports/TALOS-2016-0267/ |
securityfocus | www.securityfocus.com/bid/95421 |
talosintelligence | www.talosintelligence.com/reports/TALOS-2016-0265/ |
# SPDX-FileCopyrightText: 2017 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:aerospike:database_server";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.140132");
script_version("2023-07-25T05:05:58+0000");
script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
script_tag(name:"creation_date", value:"2017-01-27 14:35:35 +0100 (Fri, 27 Jan 2017)");
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_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2022-12-14 14:48:00 +0000 (Wed, 14 Dec 2022)");
script_cve_id("CVE-2016-9050", "CVE-2016-9054", "CVE-2016-9052", "CVE-2016-9049", "CVE-2016-9051",
"CVE-2016-9053");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Aerospike Database Server <= 3.10.0.3 Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_family("Databases");
script_copyright("Copyright (C) 2017 Greenbone AG");
script_dependencies("gb_aerospike_consolidation.nasl");
script_mandatory_keys("aerospike/detected");
script_tag(name:"summary", value:"Aerospike Database Server is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"solution", value:"Ask the vendor for an update.");
script_tag(name:"insight", value:"The following vulnerabilities exist:
- Denial of service in the fabric-worker component (CVE-2016-9049)
- Information disclosure (CVE-2016-9050)
- Out-of-bound write in the batch transaction field parsing functionality (CVE-2016-9051)
- Multiple stacked based buffer overflows (CVE-2016-9052, CVE-2016-9054)
- Out-of-bounds indexing (CVE-2016-9053)");
script_tag(name:"affected", value:"Aerospike Database Server versions up to 3.10.0.3 are known to be affected.
Other versions might be affected as well.");
script_xref(name:"URL", value:"http://www.talosintelligence.com/reports/TALOS-2016-0264/");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/95415");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/95419");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/95421");
script_xref(name:"URL", value:"http://www.talosintelligence.com/reports/TALOS-2016-0263/");
script_xref(name:"URL", value:"http://www.talosintelligence.com/reports/TALOS-2016-0265/");
script_xref(name:"URL", value:"http://www.talosintelligence.com/reports/TALOS-2016-0267/");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! version = get_app_version( cpe:CPE, nofork:TRUE ) )
exit( 0 );
# Advisory says "Tested Versions" "Aerospike Database Server 3.10.0.3". So it's not clear if other version are affected as well. To be sure check for <= 3.10.0.3
if( version_is_less_equal( version:version, test_version:"3.10.0.3" ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:"Ask vendor" );
security_message( port:0, data:report );
exit( 0 );
}
exit( 99 );
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo