IBM Support

Security Bulletin: AIX is vulnerable to sensitive information exposure due to Perl (CVE-2023-31484 and CVE-2023-31486)

Security Bulletin


Summary

UPDATED Nov 2: (iFixes are now available for Perl 5.28.1 and 5.34.1. Perl version 5.28.1.7 and higher, and Perl version 5.34.1.4 and higher, have a dependency on OpenSSL 3.0. The iFixes are offered in lieu of updating to OpenSSL 3.0 and Perl 5.28.1.8 and 5.34.1.4. The iFixes may be downloaded from: https://aix.software.ibm.com/aix/efixes/security/perl_fix7.tar) Multiple vulnerabilities in AIX's Perl could allow an attacker to launch a man-in-the attack to obtain sensitive information or further compromise the system (CVE-2023-31484 and CVE-2023-31486). AIX uses Perl in various operating system components.

Vulnerability Details

CVEID:   CVE-2023-31484
DESCRIPTION:   CPAN.pm is vulnerable to a man-in-the-middle attack, caused by improper validation of TLS certificates when downloading distributions over HTTPS. An attacker could exploit this vulnerability to launch a man-in-the-middle attack and gain access to the communication channel between endpoints to obtain sensitive information or further compromise the system.
CVSS Base score: 6.8
CVSS Temporal Score: See: https://exchange.xforce.ibmcloud.com/vulnerabilities/253974 for the current score.
CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N)

CVEID:   CVE-2023-31486
DESCRIPTION:   Perl HTTP::Tiny module is vulnerable to a man-in-the-middle attack, caused by an insecure default TLS configuration. An attacker could exploit this vulnerability to launch a man-in-the-middle attack and gain access to the communication channel between endpoints to obtain sensitive information or further compromise the system.
CVSS Base score: 6.8
CVSS Temporal Score: See: https://exchange.xforce.ibmcloud.com/vulnerabilities/253358 for the current score.
CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N)

Affected Products and Versions

Affected Product(s)Version(s)
AIX7.2
AIX7.3
VIOS3.1

 

The following fileset levels are vulnerable:

FilesetLower LevelUpper Level
perl.rte5.28.0.05.28.1.7
perl.rte5.34.0.05.34.1.3

 

To find out whether the affected filesets are installed on your systems, refer to the lslpp command found in AIX user's guide.

 

Example:  lslpp -L | grep -i perl.rte

 

Remediation/Fixes

A. FIXES

 

IBM strongly recommends addressing the vulnerability now.

 

AIX and VIOS fileset updates are available.

 

The AIX and VIOS fixes can be downloaded via https from, under 'Perl - Perl Version 5 Runtime':

https://www.ibm.com/resources/mrs/assets?source=aixbp

 

For AIX 7.2 TL5, and 7.3 TL0, and for VIOS 3.1.2, 3.1.3, and 3.1.4:

            perl.rte.5.28.1.8

 

For AIX 7.3 TL1 and above:

            perl.rte.5.34.1.4

 

The fileset update has a dependency on OpenSSL 3.0.

 

Alternatively, AIX and VIOS fixes are also available.

 

The AIX and VIOS fixes can be downloaded via https from:

https://aix.software.ibm.com/aix/efixes/security/perl_fix7.tar

 

The link above is to a tar file containing this signed advisory, fix packages, and OpenSSL signatures for each package. The fixes below include prerequisite checking. This will enforce the correct mapping between the fixes and Perl fileset levels.

 

AIX LevelInterim FixFileset Name (prereq for installation)
7.2.5, 7.3.031484m6a.231020.epkg.Zperl.rte (5.28.1.5)
7.3.131484s2a.231018.epkg.Zperl.rte (5.34.1.2)

 

VIOS LevelInterim FixFileset Name (prereq for installation)
3.131484m6a.231020.epkg.Zperl.rte (5.28.1.5)

 

To extract the fixes from the tar file:

tar xvf perl_fix7.tar

cd perl_fix7

 

Verify you have retrieved the fixes intact:

The checksums below were generated using the "openssl dgst -sha256 [filename]" command as the following:

 

openssl dgst -sha256filename
f4f38ef1f7f4863dfb83486d11e41bdc774f5612476e02bbaa6580c1862b775331484m6a.231020.epkg.Z
ad883ead31399c8ffb79261ddff5dd406f597c8cb2b9add1ae0a7fef44a1016a31484s2a.231018.epkg.Z

 

These sums should match exactly. The OpenSSL signatures in the tar file and on this advisory can also be used to verify the integrity of the fixes.  If the sums or signatures cannot be confirmed, contact IBM Support at http://ibm.com/support/ and describe the discrepancy.         

 

openssl dgst -sha256 -verify [pubkey_file] -signature [advisory_file].sig [advisory_file]

openssl dgst -sha256 -verify [pubkey_file] -signature [ifix_file].sig [ifix_file]

 

Published advisory OpenSSL signature file location:

https://aix.software.ibm.com/aix/efixes/security/perl_advisory7.asc.sig

 

 

B. FIX AND INTERIM FIX INSTALLATION

 

IMPORTANT: If possible, it is recommended that a mksysb backup of the system be created. Verify it is both bootable and readable before proceeding.

 

To preview the fileset installation:

installp -apYd . perl

 

To install the fileset update:

installp -aXYd . perl

 

Interim fixes have had limited functional and regression testing but not the full regression testing that takes place for Service Packs; however, IBM does fully support them.

 

Interim fix management documentation can be found at:

https://www.ibm.com/support/pages/managing-interim-fixes-aix

 

To preview an interim fix installation:

 

emgr -e ipkg_name -p         # where ipkg_name is the name of the

                                         # interim fix package being previewed.

 

To install an interim fix package:

 

emgr -e ipkg_name -X         # where ipkg_name is the name of the

                                         # interim fix package being installed.

 

 

Workarounds and Mitigations

None

Get Notified about Future Security Bulletins

References

Off

Acknowledgement

Change History

02 Nov 2023: iFixes are now available for Perl 5.28.1 and 5.34.1. Perl version 5.28.1.7 and higher, and Perl version 5.34.1.4 and higher, have a dependency on OpenSSL 3.0. The iFixes are offered in lieu of updating to OpenSSL 3.0 and Perl 5.28.1.8 and 5.34.1.4. The iFixes may be downloaded from: https://aix.software.ibm.com/aix/efixes/security/perl_fix7.tar
05 Oct 2023: Initial Publication

*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.

Disclaimer

According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES ""AS IS"" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. In addition to other efforts to address potential vulnerabilities, IBM periodically updates the record of components contained in our product offerings. As part of that effort, if IBM identifies previously unidentified packages in a product/service inventory, we address relevant vulnerabilities regardless of CVE date. Inclusion of an older CVEID does not demonstrate that the referenced product has been used by IBM since that date, nor that IBM was aware of a vulnerability as of that date. We are making clients aware of relevant vulnerabilities as we become aware of them. "Affected Products and Versions" referenced in IBM Security Bulletins are intended to be only products and versions that are supported by IBM and have not passed their end-of-support or warranty date. Thus, failure to reference unsupported or extended-support products and versions in this Security Bulletin does not constitute a determination by IBM that they are unaffected by the vulnerability. Reference to one or more unsupported versions in this Security Bulletin shall not create an obligation for IBM to provide fixes for any unsupported or extended-support products or versions.

Document Location

Worldwide

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSPHKW","label":"PowerVM Virtual I\/O Server"},"Component":"","Platform":[{"code":"PF002","label":"AIX"}],"Version":"3.1","Edition":"","Line of Business":{"code":"LOB57","label":"Power"}}]

Document Information

Modified date:
02 November 2023

UID

ibm17047272