Synology Photo Station Multiple Vulnerabilities (Synology_SA_18_15)
🗓️ 13 Jun 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType
openvas🔗 plugins.openvas.org👁 41 Views
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| CVE-2018-8925 | 8 Jun 201813:29 | – | attackerkb | |
| CVE-2018-8926 | 8 Jun 201813:29 | – | attackerkb | |
| Synology Photo Station elevation of privilege vulnerability (CNVD-2018-11290) | 12 Jun 201800:00 | – | cnvd | |
| Synology Photo Station Cross-Site Request Forgery Vulnerability | 12 Jun 201800:00 | – | cnvd | |
| CVE-2018-8925 | 8 Jun 201813:00 | – | cve | |
| CVE-2018-8926 | 8 Jun 201813:00 | – | cve | |
| CVE-2018-8925 | 8 Jun 201813:00 | – | cvelist | |
| CVE-2018-8926 | 8 Jun 201813:00 | – | cvelist | |
| EUVD-2018-20533 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2018-20534 | 7 Oct 202500:30 | – | euvd |
10
| Source | Link |
|---|---|
| synology | www.synology.com/en-global/support/security/Synology_SA_18_15 |
# 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("2025-09-16T05:38:45+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:"2025-09-16 05:38:45 +0000 (Tue, 16 Sep 2025)");
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);
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
16 Sep 2025 00:00Current
9High risk
Vulners AI Score9
CVSS 26.8
CVSS 38.8
EPSS0.01713