Lucene search
+L

Grandstream IP Phones GXP14xx <= 1.0.8.9 / GXP16xx <= 1.0.7.70 Privilege Escalation Vulnerability (GSVUL-2023-001)

🗓️ 12 Mar 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

Grandstream IP Phones GXP14xx and GXP16xx privilege escalatio

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2023-50015
9 Mar 202406:26
circl
cnnvd
CNNVD
Grandstream GXP14XX and GXP16XX Security Vulnerabilities
9 Mar 202400:00
cnnvd
cve
CVE
CVE-2023-50015
9 Mar 202400:00
cve
cvelist
Cvelist
CVE-2023-50015
9 Mar 202400:00
cvelist
nvd
NVD
CVE-2023-50015
9 Mar 202405:15
nvd
prion
Prion
Design/Logic Flaw
9 Mar 202405:15
prion
ptsecurity
Positive Technologies
PT-2024-13846 · Grandstream · Grandstream Gxp16Xx +1
8 Mar 202400:00
ptsecurity
redhatcve
RedhatCVE
CVE-2023-50015
9 Jan 202612:37
redhatcve
vulnrichment
Vulnrichment
CVE-2023-50015
9 Mar 202400:00
vulnrichment
# SPDX-FileCopyrightText: 2024 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_PREFIX = "cpe:/o:grandstream:gxp1";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.114417");
  script_version("2026-02-24T05:57:09+0000");
  script_tag(name:"last_modification", value:"2026-02-24 05:57:09 +0000 (Tue, 24 Feb 2026)");
  script_tag(name:"creation_date", value:"2024-03-12 08:51:55 +0000 (Tue, 12 Mar 2024)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:N/I:C/A:N");

  script_cve_id("CVE-2023-50015");

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

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

  script_name("Grandstream IP Phones GXP14xx <= 1.0.8.9 / GXP16xx <= 1.0.7.70 Privilege Escalation Vulnerability (GSVUL-2023-001)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("Privilege escalation");
  script_dependencies("gb_grandstream_gxp_consolidation.nasl");
  script_mandatory_keys("grandstream/gxp/detected");

  script_tag(name:"summary", value:"Grandstream GXP14xx and GXP16xx Series IP phones are prone to a
  privilege escalation vulnerability.");

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

  script_tag(name:"insight", value:"The flaw allows remote attackers to escalate privileges via
  incorrect access control using an end-user session-identity token.");

  script_tag(name:"affected", value:"- Grandstream GXP14xx Series with firmware version 1.0.8.9 and
  prior

  - Grandstream GXP16xx Series with firmware version 1.0.7.70 and prior");

  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore. General solution
  options are to upgrade to a newer release, disable respective features, remove the product or
  replace the product by another one.");

  script_xref(name:"URL", value:"https://psirt.grandstream.com/");
  script_xref(name:"URL", value:"https://github.com/n0obit4/Vulnerability_Disclosure/tree/main/CVE-2023-50015");
  script_xref(name:"URL", value:"https://firmware.grandstream.com/Release_Note_GXP116x_GXP14xx_1.0.8.9.pdf");
  script_xref(name:"URL", value:"https://firmware.grandstream.com/Release_Note_GXP16xx_1.0.7.70.pdf");

  exit(0);
}

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

if (!infos = get_app_port_from_cpe_prefix(cpe: CPE_PREFIX, first_cpe_only: TRUE))
  exit(0);

cpe = infos["cpe"];

if (!version = get_app_version(cpe: cpe, nofork: TRUE))
  exit(0);

if (cpe =~ "^cpe:/o:grandstream:gxp14[0-9]{2}") {
  if (version_is_less_equal(version: version, test_version: "1.0.8.9")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "None");
    security_message(port: 0, data: report);
    exit(0);
  }
}

else if (cpe =~ "^cpe:/o:grandstream:gxp16[0-9]{2}") {
  if (version_is_less_equal(version: version, test_version: "1.0.7.70")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "None");
    security_message(port: 0, data: report);
    exit(0);
  }
}

exit(0);

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

24 Feb 2026 00:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 3.18.8
EPSS0.00386
SSVC
23