CVE-2020-27650
29.10.2020, 09:15
Synology DiskStation Manager (DSM) before 6.2.3-25426-2 does not set the Secure flag for the session cookie in an HTTPS session, which makes it easier for remote attackers to capture this cookie by intercepting its transmission within an HTTP session.Enginsight
Vendor | Product | Version |
---|---|---|
synology | diskstation_manager | 6.2 ≤ 𝑥 < 6.2.3-25426-2 |
synology | skynas_firmware | 𝑥 < 6.2.3-25426 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-614 - Sensitive Cookie in HTTPS Session Without 'Secure' AttributeThe Secure attribute for sensitive cookies in HTTPS sessions is not set, which could cause the user agent to send those cookies in plaintext over an HTTP session.
- CWE-311 - Missing Encryption of Sensitive DataThe software does not encrypt sensitive or critical information before storage or transmission.