Lucene search
+L

Sonos Speakers S1 App < 11.12, S2 App < 15.9 Multiple Code Execution Vulnerabilities

🗓️ 09 Apr 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

Sonos S1 < 11.12, S2 < 15.9 Multiple Code Execution Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
bdu_fstec
BDU FSTEC
The vulnerability of the wireless network driver mt_7615.ko software for Sonos audio devices allows a hacker to execute arbitrary code.
17 Sep 202400:00
bdu_fstec
circl
Circl
CVE-2023-50809
9 Aug 202416:50
circl
cnnvd
CNNVD
Sonos S1和Sonos S2 安全漏洞
12 Aug 202400:00
cnnvd
cnnvd
CNNVD
Sonos S1和Sonos S2 安全漏洞
12 Aug 202400:00
cnnvd
cve
CVE
CVE-2023-50809
9 Aug 202400:00
cve
cve
CVE
CVE-2023-50810
9 Aug 202400:00
cve
cvelist
Cvelist
CVE-2023-50809
9 Aug 202400:00
cvelist
cvelist
Cvelist
CVE-2023-50810
9 Aug 202400:00
cvelist
euvd
EUVD
EUVD-2023-55542
3 Oct 202520:07
euvd
nvd
NVD
CVE-2023-50809
12 Aug 202413:38
nvd
Rows per page
# 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:/a:sonos:";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.131018");
  script_version("2024-09-19T05:05:57+0000");
  script_tag(name:"last_modification", value:"2024-09-19 05:05:57 +0000 (Thu, 19 Sep 2024)");
  script_tag(name:"creation_date", value:"2024-04-09 08:21:13 +0000 (Tue, 09 Apr 2024)");
  script_tag(name:"cvss_base", value:"9.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");

  script_cve_id("CVE-2023-50810", "CVE-2023-50809");

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

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

  script_name("Sonos Speakers S1 App < 11.12, S2 App < 15.9 Multiple Code Execution Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("General");
  script_dependencies("gb_sonos_upnp_tcp_detect.nasl");
  script_mandatory_keys("sonos/detected");

  script_tag(name:"summary", value:"Sonos speakers are prone to multiple code execution
  vulnerabilities.");

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

  script_tag(name:"insight", value:"The following vulnerabilities exist:

  - CVE-2023-50810: Component U-Boot allows to persistent arbitrary code execution with Linux
  kernel privileges.

  - CVE-2023-50809: Wireless driver in affected devices does not properly validate an information
  element while negotiating a WPA2 four-way handshake.");

  script_tag(name:"affected", value:"- Sonos speakers with S1 app prior to version 11.12

  - Sonos speakers with S2 app prior to version 15.9");

  script_tag(name:"solution", value:"- Update Sonos speakers with S1 app to version 11.12 or later

  - Update Sonos speakers with S2 app to version 15.9 or later");

  script_xref(name:"URL", value:"https://www.sonos.com/en-us/security-advisory-2024-0001");
  script_xref(name:"URL", value:"https://www.nccgroup.com/media/ue5cwm0o/bhus24_sonos_briefings_slides.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"];
port = infos["port"];

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

if (cpe == "cpe:/a:sonos:s1") {
  if (version_is_less(version: version, test_version: "11.12")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "11.12");
    security_message(port: port, data: report);
    exit(0);
  }
}

if (cpe == "cpe:/a:sonos:s2") {
  if (version_is_less(version: version, test_version: "15.9")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "15.9");
    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

19 Sep 2024 00:00Current
7.3High risk
Vulners AI Score7.3
CVSS 3.17.8
EPSS0.00789
SSVC
16