Lucene search

K
openvasCopyright (C) 2018 Greenbone AGOPENVAS:1361412562310112305
HistoryJun 13, 2018 - 12:00 a.m.

Synology Photo Station Multiple Vulnerabilities (Synology_SA_18_15)

2018-06-1300:00:00
Copyright (C) 2018 Greenbone AG
plugins.openvas.org
22

6.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:P/I:P/A:P

8.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

9.1 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

28.8%

Multiple vulnerabilities allow remote attackers to hijack the authentication
of administrators or to conduct privilege escalation attacks via a susceptible version of Photo Station.

# SPDX-FileCopyrightText: 2018 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:synology:synology_photo_station";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.112305");
  script_version("2024-03-15T05:06:15+0000");
  script_cve_id("CVE-2018-8925", "CVE-2018-8926");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2024-03-15 05:06:15 +0000 (Fri, 15 Mar 2024)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-10-09 23:43:00 +0000 (Wed, 09 Oct 2019)");
  script_tag(name:"creation_date", value:"2018-06-13 14:14:05 +0200 (Wed, 13 Jun 2018)");
  script_tag(name:"qod_type", value:"remote_banner");

  script_name("Synology Photo Station Multiple Vulnerabilities (Synology_SA_18_15)");

  script_tag(name:"summary", value:"Multiple vulnerabilities allow remote attackers to hijack the authentication
  of administrators or to conduct privilege escalation attacks via a susceptible version of Photo Station.");

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

  script_tag(name:"insight", value:"- Cross-site request forgery (CSRF) vulnerability in admin/user.php in Synology Photo Station
  allows remote attackers to hijack the authentication of administrators via the (1) username, (2) password, (3) admin, (4) action, (5) uid, or (6) modify_admin parameter.

  - Permissive regular expression vulnerability in synophoto_dsm_user in Synology Photo Station allows remote authenticated users
  to conduct privilege escalation attacks via the fullname parameter.");

  script_tag(name:"affected", value:"Synology Photo Station before 6.8.5-3471 and before 6.3-2975.");

  script_tag(name:"solution", value:"Upgrade to Synology Photo Station version 6.8.5-3471 or 6.3-2975 respectively.");

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

  script_xref(name:"URL", value:"https://www.synology.com/en-global/support/security/Synology_SA_18_15");

  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_synology_photo_station_detect.nasl");
  script_mandatory_keys("synology_photo_station/installed");
  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);
ver = infos['version'];
path = infos['location'];

if(ver =~ "^6\.3") {
  if(version_is_less(version:ver, test_version:"6.3-2975")) {
    report = report_fixed_ver(installed_version:ver, fixed_version:"6.3-2975", install_path:path);
    security_message(port:port, data:report);
    exit(0);
  }
}

if(ver =~ "^6\.8") {
  if(version_is_less(version:ver, test_version:"6.8.5-3471")) {
    report = report_fixed_ver(installed_version:ver, fixed_version:"6.8.5-3471", install_path:path);
    security_message(port:port, data:report);
    exit(0);
  }
}

exit(99);

6.8 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:P/I:P/A:P

8.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

9.1 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

28.8%

Related for OPENVAS:1361412562310112305