CVE-2015-8279
published 2016-01-15CVE-2015-8279: Web Viewer 1.0.0.193 on Samsung SRN-1670D devices allows remote attackers to read arbitrary files via a request to an unspecified PHP script.
PriorityP270high8.6CVSS 3.0
AVNACLPRNUINSCCHINAN
EXPLOIT
EPSS
51.38%
98.8th percentile
Web Viewer 1.0.0.193 on Samsung SRN-1670D devices allows remote attackers to read arbitrary files via a request to an unspecified PHP script.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| hanwhasecurity | web_viewer | — | — |
| samsung | web_viewer | <= 1.0.0.193 | — |
Detection & IOCsextracted from sources · hover to see the quote
cookieIESEVEN=1; NVR_DATA1=#{nvr_d1}; NVR_DATA2=#{nvr_d2}; NVR_DATA3=#{nvr_d3}; NVR_DATA4=#{nvr_d4}; NVR_DATA7=#{nvr_d7}; NVR_DATA8=#{nvr_d8}; NVR_DATA9=#{nvr_d9}↗
- →Detect LFI exploitation attempts targeting the credential file via cslog_export.php with the path parameter pointing to /root/php_modules/lighttpd/sbin/userpw ↗
- →Monitor POST requests to network_ssl_upload.php with multipart/form-data containing a .php filename in the attachFile field, indicating an attempted PHP webshell upload ↗
- →Alert on GET requests to /upload/*.php on Samsung SRN-1670D devices, which indicates execution of an uploaded PHP webshell ↗
- →Flag HTTP sessions using the IESEVEN=1 cookie combined with NVR_DATA* session cookies against Samsung NVR web interfaces, as this pattern is used by the exploit for authenticated access ↗
- →Detect the exploit's login POST to /login with form fields data1 (base64 username), data2 (SHA256 password hash), data3, and data4 as indicators of automated credential abuse ↗
- →Correlate a GET to cslog_export.php?path=/root/php_modules/lighttpd/sbin/userpw followed shortly by a POST to /login and then a POST to /network_ssl_upload.php as a multi-stage attack chain for CVE-2015-8279 + CVE-2017-16524 ↗
- ·CVE-2015-8279 (LFI) only affects Samsung SRN-1670D devices running Web Viewer version 1.0.0.193; detections should be scoped to this specific device/version to avoid false positives ↗
- ·The LFI credential leak (CVE-2015-8279) requires no authentication, making it exploitable by unauthenticated remote attackers; detections on cslog_export.php should not filter by auth state ↗
CVSS provenance
nvdv3.08.6HIGHCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-jgqr-hf4v-qm4q: Web Viewer 1
ghsa_unreviewed·2022-05-17·CVSS 8.6
CVE-2017-16524 [HIGH] CWE-434 GHSA-jgqr-hf4v-qm4q: Web Viewer 1
Web Viewer 1.0.0.193 on Samsung SRN-1670D devices suffers from an Unrestricted file upload vulnerability: 'network_ssl_upload.php' allows remote authenticated attackers to upload and execute arbitrary PHP code via a filename with a .php extension, which is then accessed via a direct request to the file in the upload/ directory. To authenticate for this attack, one can obtain web-interface credentials in cleartext by leveraging the existing Local File Read Vulnerability referenced as CVE-2015-8279, which allows remote attackers to read the web-interface credentials via a request for the cslog_export.php?path=/root/php_modules/lighttpd/sbin/userpw URI.
GHSA
GHSA-9j68-c4j2-v3qm: Web Viewer 1
ghsa_unreviewed·2022-05-17
CVE-2015-8279 [HIGH] GHSA-9j68-c4j2-v3qm: Web Viewer 1
Web Viewer 1.0.0.193 on Samsung SRN-1670D devices allows remote attackers to read arbitrary files via a request to an unspecified PHP script.
No detection rules found.
Exploit-DB
Web Viewer 1.0.0.193 (Samsung SRN-1670D) - Unrestricted File Upload
exploitdb·2017-11-13·CVSS 8.6
CVE-2017-16524 [HIGH] Web Viewer 1.0.0.193 (Samsung SRN-1670D) - Unrestricted File Upload
Web Viewer 1.0.0.193 (Samsung SRN-1670D) - Unrestricted File Upload
---
# Exploit Title: Unrestricted file upload vulnerability - Web Viewer 1.0.0.193 on Samsung SRN-1670D
# Date: 2017-06-19
# Exploit Author: Omar MEZRAG - 0xFFFFFF / www.realistic-security.com
# Vendor Homepage: https://www.hanwhasecurity.com
# Version: Web Viewer 1.0.0.193 on Samsung SRN-1670D
# Tested on: Web Viewer 1.0.0.193
# CVE : CVE-2017-16524
##
##
# This module requires Metasploit: http://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'msf/core'
require 'digest'
class MetasploitModule 'Samsung SRN-1670D - Web Viewer Version 1.0.0.193 Arbitrary File Read & Upload',
'Description' => %q{
This module exploits an Unrestricted file upload vulnerability in
Web View
Metasploit
Samsung SRN-1670D Web Viewer Version 1.0.0.193 Arbitrary File Read and Upload
metasploit·CVSS 8.6
[HIGH] Samsung SRN-1670D Web Viewer Version 1.0.0.193 Arbitrary File Read and Upload
Samsung SRN-1670D Web Viewer Version 1.0.0.193 Arbitrary File Read and Upload
This module exploits an unrestricted file upload vulnerability in Web Viewer 1.0.0.193 on Samsung SRN-1670D devices. The network_ssl_upload.php file allows remote authenticated attackers to upload and execute arbitrary PHP code via a filename with a .php extension, which is then accessed via a direct request to the file in the upload/ directory. To authenticate for this attack, one can obtain web-interface credentials in cleartext by leveraging the existing local file read vulnerability referenced by CVE-2015-8279, which allows remote attackers to read the web interface credentials by sending a request to: cslog_export.php?path=/root/php_modules/lighttpd/sbin/userpw URI.
No writeups or analysis indexed.
2016-01-15
Published