Risk | High |
Patch available | YES |
Number of vulnerabilities | 6 |
CVE ID | CVE-2018-12404 CVE-2018-18508 CVE-2019-11745 CVE-2019-17006 CVE-2019-17007 CVE-2020-1763 |
CWE ID | CWE-300 CWE-476 CWE-787 CWE-122 CWE-20 |
Exploitation vector | Network |
Public exploit | Public exploit code for vulnerability #1 is available. |
Vulnerable software Subscribe |
RUGGEDCOM ROS |
Vendor | Siemens |
Security Advisory
1) Cache Attacks
Risk: Medium
CVSSv3:
7.3 [CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:H/E:P/RL:O/RC:C] [PCI]
CVE-ID:
CVE-2018-12404
CWE-ID:
CWE-300 – Channel Accessible by Non-Endpoint (‘Man-in-the-Middle’)
Exploit availability:
No
Description
The vulnerability allows a remote attacker to perform a downgrade attack on the server and decrypt private keys on the target system.
The vulnerability exists due to a core weakness in TLS that relates to the handshaking of the session key which is used within the tunnel during parallelisation of thousands of oracle queries that occurs using a cluster of TLS servers which share the same public key certificate. A remote attacker can mount a microarchitectural side channel attack against a vulnerable implementation, obtain a network man-in-the-middle position, obtain the relevant data to sign and trigger the victim server to decrypt ciphertexts chosen by the adversary to perform a downgrade attack.
Mitigation
Install update from vendor’s website.
Note, the following Siemens products are affected:
- RUGGEDCOM ROX MX5000: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1400: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1500: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1501: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1510: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1511: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1512: All versions prior to v2.14.0
- RUGGEDCOM ROX RX500: All versions prior to v2.14.0
Vulnerable software versions
RUGGEDCOM ROS: before 2.14.0
CPE
External links
http://www.wisdom.weizmann.ac.il/~eyalro/project/cat/cat.pdf
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
How the attacker can exploit this vulnerability?
The attacker would have to send a specially crafted request to the affected application in order to exploit this vulnerability.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability. However, proof of concept for this vulnerability is available.
2) NULL pointer dereference
Risk: Low
CVSSv3:
2.7 [CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C]
CVE-ID:
CVE-2018-18508
CWE-ID:
CWE-476 – NULL Pointer Dereference
Exploit availability:
No
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a NULL pointer dereference error in Mozilla NSS within the CMS (Cryptographic Message Syntax) API. A remote attacker can perform a denial of service (DoS) attack.
Mitigation
Install update from vendor’s website.
Note, the following Siemens products are affected:
- RUGGEDCOM ROX MX5000: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1400: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1500: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1501: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1510: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1511: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1512: All versions prior to v2.14.0
- RUGGEDCOM ROX RX500: All versions prior to v2.14.0
Vulnerable software versions
RUGGEDCOM ROS: before 2.14.0
CPE
External links
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.41.1_release_notes
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
How the attacker can exploit this vulnerability?
The attacker would have to send a specially crafted request to the affected application in order to exploit this vulnerability.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.
3) Out-of-bounds write
Risk: High
CVSSv3:
8.5 [CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C] [PCI]
CVE-ID:
CVE-2019-11745
CWE-ID:
CWE-787 – Out-of-bounds Write
Exploit availability:
No
Description
The vulnerability allows a remote attacker to compromise vulnerable system.
The vulnerability exists due to a boundary error when processing untrusted input within the NSC_EncryptUpdate() function in /lib/softoken/pkcs11c.c, when performing padding operations in Mozilla NSS. A remote attacker can pass specially crafted data to the affected application, trigger out-of-bounds write and execute arbitrary code on the target system.
Mitigation
Install update from vendor’s website.
Note, the following Siemens products are affected:
- RUGGEDCOM ROX MX5000: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1400: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1500: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1501: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1510: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1511: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1512: All versions prior to v2.14.0
- RUGGEDCOM ROX RX500: All versions prior to v2.14.0
Vulnerable software versions
RUGGEDCOM ROS: before 2.14.0
CPE
External links
https://hg.mozilla.org/projects/nss/rev/4c20de402b3901df0cde590a46be2ba49adc028e
https://hg.mozilla.org/projects/nss/rev/60bca7c6dc6dc44579b9b3e0fb62ca3b82d92eec
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
How the attacker can exploit this vulnerability?
The attacker would have to send a specially crafted request to the affected application in order to exploit this vulnerability.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.
4) Heap-based buffer overflow
Risk: High
CVSSv3:
7.7 [CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C] [PCI]
CVE-ID:
CVE-2019-17006
CWE-ID:
CWE-122 – Heap-based Buffer Overflow
Exploit availability:
No
Description
The vulnerability allows a remote attacker to execute arbitrary code on the target system.
The vulnerability exists due to a boundary error in Mozilla NSS library when processing input text length while using certain cryptographic primitives. A remote attacker can pass specially crafted data to the application, trigger heap-based buffer overflow and execute arbitrary code on the target system.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.
Mitigation
Install update from vendor’s website.
Note, the following Siemens products are affected:
- RUGGEDCOM ROX MX5000: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1400: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1500: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1501: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1510: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1511: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1512: All versions prior to v2.14.0
- RUGGEDCOM ROX RX500: All versions prior to v2.14.0
Vulnerable software versions
RUGGEDCOM ROS: before 2.14.0
CPE
External links
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46_release_notes
https://bugzilla.mozilla.org/show_bug.cgi?id=CVE-2019-17006
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
How the attacker can exploit this vulnerability?
The attacker would have to send a specially crafted request to the affected application in order to exploit this vulnerability.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.
5) Input validation error
Risk: Medium
CVSSv3:
6.5 [CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C] [PCI]
CVE-ID:
CVE-2019-17007
CWE-ID:
CWE-20 – Improper Input Validation
Exploit availability:
No
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to insufficient validation of user-supplied input within the collect_certs() function in /lib/pkcs7/certread.c in Mozilla NSS library. A remote attacker can supply a specially crafted certificate to the application and perform a denial of service attack.
Mitigation
Install update from vendor’s website.
Note, the following Siemens products are affected:
- RUGGEDCOM ROX MX5000: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1400: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1500: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1501: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1510: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1511: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1512: All versions prior to v2.14.0
- RUGGEDCOM ROX RX500: All versions prior to v2.14.0
Vulnerable software versions
RUGGEDCOM ROS: before 2.14.0
CPE
External links
https://bugs.chromium.org/p/project-zero/issues/detail?id=1798
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
How the attacker can exploit this vulnerability?
The attacker would have to send a specially crafted request to the affected application in order to exploit this vulnerability.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.
6) Input validation error
Risk: Medium
CVSSv3:
6.5 [CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C] [PCI]
CVE-ID:
CVE-2020-1763
CWE-ID:
CWE-20 – Improper Input Validation
Exploit availability:
No
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to insufficient validation of user-supplied input when processing IKEv1 informational exchange messages. A remote attacker can pass specially crafted input to the application and perform a denial of service (DoS) attack.
Mitigation
Install update from vendor’s website.
Note, the following Siemens products are affected:
- RUGGEDCOM ROX MX5000: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1400: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1500: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1501: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1510: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1511: All versions prior to v2.14.0
- RUGGEDCOM ROX RX1512: All versions prior to v2.14.0
- RUGGEDCOM ROX RX500: All versions prior to v2.14.0
Vulnerable software versions
RUGGEDCOM ROS: before 2.14.0
CPE
External links
https://github.com/libreswan/libreswan/commit/471a3e41a449d7c753bc4edbba4239501bb62ba8
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
How the attacker can exploit this vulnerability?
The attacker would have to send a specially crafted request to the affected application in order to exploit this vulnerability.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.
Is your business effected by Cyber Crime?
If a cyber crime or cyber attack happens to you, you need to respond quickly. Cyber crime in its several formats such as online identity theft, financial fraud, stalking, bullying, hacking, e-mail fraud, email spoofing, invoice fraud, email scams, banking scam, CEO fraud. Cyber fraud can lead to major disruption and financial disasters. Contact Digitpol’s hotlines or respond to us online.
Digitpol’s Cyber Crime Investigation Unit provides investigative support to victims of cyber crimes. Digitpol is available 24/7. https://digitpol.com/cybercrime-investigation/
Europe +31558448040
UK +44 20 8089 9944
ASIA +85239733884