CVE-2017-11153
published 2017-08-08CVE-2017-11153: Deserialization vulnerability in synophoto_csPhotoMisc.php in Synology Photo Station before 6.7.3-3432 and 6.3-2967 allows remote attackers to gain…
PriorityP273critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
19.10%
97.0th percentile
Deserialization vulnerability in synophoto_csPhotoMisc.php in Synology Photo Station before 6.7.3-3432 and 6.3-2967 allows remote attackers to gain administrator privileges via a crafted serialized payload.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| synology | photo_station | <= 6.7.2-3429 | — |
| synology | photo_station | — | — |
| synology | synology_photo_station | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect POST requests to /photo/include/synotheme_upload.php with action=logo_upload containing a serialized PHP session string as the uploaded file body — this is the first stage of the exploit chain used to plant a fake admin session. ↗
- →Detect POST requests to /photo/include/file_upload.php with a 'session' parameter containing path traversal sequences (e.g., /../../../../../) — this is used to load the planted serialized session file and authenticate as a fake admin. ↗
- →Detect POST requests to /photo/PixlrEditorHandler.php with type=php and a base64-encoded data:// URI in the 'image' parameter — this is the webshell/arbitrary PHP file write stage. ↗
- →Detect GET requests to /photo/facebook/exploit.php — this path is used to trigger execution of the attacker-uploaded PHP webshell. ↗
- →The deserialization vulnerability resides in synophoto_csPhotoMisc.php; monitor for crafted serialized PHP payloads (strings beginning with 'root|a:' or containing 'admin_syno_user') delivered to Photo Station endpoints. ↗
- →The full exploit chain results in code execution as uid=138862(PhotoStation); alert on processes spawned under this UID on Synology NAS devices. ↗
- ·The session file drop path varies by Photo Station version; two alternative traversal paths are used depending on the installed version. ↗
- ·The exploit is a chained 4-vulnerability attack; blocking any single stage (file upload, fake auth, privilege escalation, or code execution) may break the chain but does not remediate the underlying deserialization flaw. ↗
CVSS provenance
nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
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.
No detection rules found.
No writeups or analysis indexed.
2017-08-08
Published