Multiple vulnerabilities in IBM FlashSystem (and TMS RAMSAN) 710, 720, 810, and 820 systems



Published: 2023-02-28
Risk High
Patch available YES
Number of vulnerabilities 16
CVE-ID CVE-2014-3470
CVE-2014-3511
CVE-2014-3510
CVE-2014-3509
CVE-2014-3508
CVE-2014-3507
CVE-2014-3506
CVE-2014-3505
CVE-2010-5298
CVE-2014-0224
CVE-2014-0221
CVE-2014-0198
CVE-2014-0195
CVE-2013-6450
CVE-2013-6449
CVE-2013-4353
CWE-ID CWE-399
CWE-20
CWE-362
CWE-200
CWE-401
CWE-310
CWE-476
CWE-119
Exploitation vector Network
Public exploit Public exploit code for vulnerability #10 is available.
Public exploit code for vulnerability #13 is available.
Vulnerable software
Subscribe
TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2
Other software / Other software solutions

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2
Other software / Other software solutions

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1
Other software / Other software solutions

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1
Other software / Other software solutions

Vendor IBM Corporation

Security Bulletin

This security bulletin contains information about 16 vulnerabilities.

1) Resource management error

EUVDB-ID: #VU11536

Risk: Low

CVSSv3.1: 5.7 [CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-3470

CWE-ID: CWE-399 - Resource Management Errors

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to an error when processing ECDH ciphersuites in TLS clients. A remote attacker can send a specially crafted response to vulnerable OpenSSL client and cause the application to crash.


Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

2) Input validation error

EUVDB-ID: #VU41413

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-3511

CWE-ID: CWE-20 - Improper input validation

Exploit availability: No

Description

The vulnerability allows a remote non-authenticated attacker to manipulate data.

The ssl23_get_client_hello function in s23_srvr.c in OpenSSL 1.0.1 before 1.0.1i allows man-in-the-middle attackers to force the use of TLS 1.0 by triggering ClientHello message fragmentation in communication between a client and server that both support later TLS versions, related to a "protocol downgrade" issue.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

3) Input validation error

EUVDB-ID: #VU41412

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-3510

CWE-ID: CWE-20 - Improper input validation

Exploit availability: No

Description

The vulnerability allows remote DTLS servers to perform a denial of service (DoS) attack.

The vulnerability exists due to insufficient validation of user-supplied input. A remote attacker can cause a denial of service (NULL pointer dereference and client application crash) via a crafted handshake message in conjunction with a (1) anonymous DH or (2) anonymous ECDH ciphersuite.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

4) Race condition

EUVDB-ID: #VU41411

Risk: Medium

CVSSv3.1: 6.4 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-3509

CWE-ID: CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Exploit availability: No

Description

The vulnerability allows a remote non-authenticated attacker to read and manipulate data.

Race condition in the ssl_parse_serverhello_tlsext function in t1_lib.c in OpenSSL 1.0.0 before 1.0.0n and 1.0.1 before 1.0.1i, when multithreading and session resumption are used, allows remote SSL servers to cause a denial of service (memory overwrite and client application crash) or possibly have unspecified other impact by sending Elliptic Curve (EC) Supported Point Formats Extension data.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

5) Information disclosure

EUVDB-ID: #VU41410

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-3508

CWE-ID: CWE-200 - Information exposure

Exploit availability: No

Description

The vulnerability allows a remote non-authenticated attacker to gain access to sensitive information.

The OBJ_obj2txt function in crypto/objects/obj_dat.c in OpenSSL 0.9.8 before 0.9.8zb, 1.0.0 before 1.0.0n, and 1.0.1 before 1.0.1i, when pretty printing is used, does not ensure the presence of '' characters, which allows context-dependent attackers to obtain sensitive information from process stack memory by reading output from X509_name_oneline, X509_name_print_ex, and unspecified other functions.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

6) Memory leak

EUVDB-ID: #VU41409

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-3507

CWE-ID: CWE-401 - Missing release of memory after effective lifetime

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to memory leak within d1_both.c in the DTLS implementation in OpenSSL 0.9.8 before 0.9.8zb, 1.0.0 before 1.0.0n, and 1.0.1 before 1.0.1i allows remote attackers to cause a denial of service (memory consumption) via zero-length DTLS fragments that trigger improper handling of the return value of a certain insert function. A remote attacker can perform a denial of service attack.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

7) Resource management error

EUVDB-ID: #VU41408

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-3506

CWE-ID: CWE-399 - Resource Management Errors

Exploit availability: No

Description

The vulnerability allows a remote non-authenticated attacker to perform service disruption.

d1_both.c in the DTLS implementation in OpenSSL 0.9.8 before 0.9.8zb, 1.0.0 before 1.0.0n, and 1.0.1 before 1.0.1i allows remote attackers to cause a denial of service (memory consumption) via crafted DTLS handshake messages that trigger memory allocations corresponding to large length values.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

8) Input validation error

EUVDB-ID: #VU41407

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-3505

CWE-ID: CWE-20 - Improper input validation

Exploit availability: No

Description

The vulnerability allows remote attackers to perform a denial of service (DoS) attack.

The vulnerability exists due to insufficient validation of user-supplied input. A remote attacker can cause a denial of service (application crash) via crafted DTLS packets that trigger an error condition.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

9) Race condition

EUVDB-ID: #VU11535

Risk: Medium

CVSSv3.1: 5.7 [CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2010-5298

CWE-ID: CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack or modify encrypted connection.

The vulnerability exists due to a race condition in the ssl3_read_bytes() function in OpenSSL. A remote attacker can inject data across sessions or cause a denial of service

Successful exploitation of the vulnerability requires that SSL_MODE_RELEASE_BUFFERS is enabled.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

10) Man-in-the-Middle attack

EUVDB-ID: #VU2950

Risk: Medium

CVSSv3.1: 6.9 [CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N/E:F/RL:O/RC:C]

CVE-ID: CVE-2014-0224

CWE-ID: CWE-310 - Cryptographic Issues

Exploit availability: Yes

Description

The vulnerability allows a remote attacker to decrypt encrypted connections.

The vulnerability exists due to an error in OpenSSL. A remote attacker with ability to intercept network traffic can decrypt SSL connection and gain access to sensitive data.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability. However, a fully functional exploit for this vulnerability is available.

11) Resource management error

EUVDB-ID: #VU11532

Risk: Medium

CVSSv3.1: 6.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-0221

CWE-ID: CWE-399 - Resource Management Errors

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service attack.

The vulnerability exists due to an error when processing invalid DTLS handshake. A remote attacker can initiate SSL/TLS connection to the affected application and trigger denial of service conditions.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

12) NULL pointer dereference

EUVDB-ID: #VU11534

Risk: Medium

CVSSv3.1: 5.2 [CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2014-0198

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 the in the do_ssl3_write() function in OpenSSL. A remote attacker can send a specially crafted request to vulnerable application and trigger denial of service attack.

Successful exploitation of the vulnerability requires that SSL_MODE_RELEASE_BUFFERS is enabled.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

13) Buffer overflow

EUVDB-ID: #VU11533

Risk: High

CVSSv3.1: 7.5 [CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:F/RL:O/RC:C]

CVE-ID: CVE-2014-0195

CWE-ID: CWE-119 - Memory corruption

Exploit availability: Yes

Description

The vulnerability allows a remote attacker to execute arbitrary code on the target system.

The vulnerability exists due to a boundary error in OpenSSL when processing DTLS fragments to an OpenSSL DTLS client or server. A remote attacker can send a specially crafted request to vulnerable application and cause the server to crash or execute arbitrary code on the target system.

Successful exploitation of the vulnerability requires that server support DTLS.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability. However, a fully functional exploit for this vulnerability is available.

14) Cryptographic issues

EUVDB-ID: #VU32590

Risk: Medium

CVSSv3.1: 5.7 [CVSS:3.1/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L/E:U/RL:O/RC:C]

CVE-ID: CVE-2013-6450

CWE-ID: CWE-310 - Cryptographic Issues

Exploit availability: No

Description

The vulnerability allows a remote non-authenticated attacker to manipulate or delete data.

The DTLS retransmission implementation in OpenSSL 1.0.0 before 1.0.0l and 1.0.1 before 1.0.1f does not properly maintain data structures for digest and encryption contexts, which might allow man-in-the-middle attackers to trigger the use of a different context and cause a denial of service (application crash) by interfering with packet delivery, related to ssl/d1_both.c and ssl/t1_enc.c.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

15) Cryptographic issues

EUVDB-ID: #VU32589

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C]

CVE-ID: CVE-2013-6449

CWE-ID: CWE-310 - Cryptographic Issues

Exploit availability: No

Description

The vulnerability allows a remote non-authenticated attacker to perform service disruption.

The ssl_get_algorithm2 function in ssl/s3_lib.c in OpenSSL before 1.0.2 obtains a certain version number from an incorrect data structure, which allows remote attackers to cause a denial of service (daemon crash) via crafted traffic from a TLS 1.2 client.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

16) NULL pointer dereference

EUVDB-ID: #VU32588

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C]

CVE-ID: CVE-2013-4353

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. A remote attacker can trigger denial of service conditions via a crafted Next Protocol Negotiation record in a TLS handshake.

Mitigation

Install update from vendor's website.

Vulnerable software versions

TMS RAMSAN 720 and 820 machine type 9834 -AS2 & AE2: before 6.3.2

IBM FlashSystem 720 and 820 Machine Type 9831 –AS2 and -AE2: before 6.3.2

TMS RAMSAN 710 & 810 Machine Type 9833 -AS1 & -AE1: before 5.6.2

FlashSystem 710 & 810 Machine Type 9830 -AS1 & -AE1: before 5.6.2

External links

http://www.ibm.com/support/pages/node/690129


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.



###SIDEBAR###