2.9.12¶
(2023-05-16)
Enhancements¶
(ENGDTR-3799) Updated Go to version 1.20.3.
Addressed issues¶
(FIELD-5947) Resolved sub-optimal garbage collection performance.
Note
FIELD-5947 was appended to these release notes on 2023-07-18.
Security information¶
Resolved CVEs, as detailed:
CVE |
Status |
Problem details from upstream |
---|---|---|
Resolved |
A NULL pointer can be dereferenced when signatures are being verified on PKCS7 signed or signedAndEnveloped data. In case the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorithm is not available the digest initialization will fail. There is a missing check for the return value from the initialization function which later leads to invalid usage of the digest API most likely leading to a crash. The unavailability of an algorithm can be caused by using FIPS enabled configuration of providers or more commonly by not loading the legacy provider. PKCS7 data is processed by the SMIME library calls and also by the time stamp (TS) library calls. The TLS implementation in OpenSSL does not call these functions however third party applications would be affected if they call these functions to verify signatures on untrusted data. |
|
Resolved |
An invalid pointer dereference on read can be triggered when an application
tries to check a malformed DSA public key by the
|
|
Resolved |
An invalid pointer dereference on read can be triggered when an application
tries to load malformed PKCS7 data with the |
|
Resolved |
In PostgreSQL, a modified, unauthenticated server can send an unterminated string during the establishment of Kerberos transport encryption. In certain conditions a server can cause a libpq client to over-read and report an error message containing uninitialized bytes. |
|
Resolved |
If an X.509 certificate contains a malformed policy constraint and policy
processing is enabled, then a write lock will be taken twice recursively.
On some operating systems (most widely: Windows) this results in a denial
of service when the affected process hangs. Policy processing being enabled
on a publicly facing server is not considered to be a common setup. Policy
processing is enabled by passing the |
|
False positive |
An issue was discovered in Oniguruma 6.2.0, as used in Oniguruma-mod
in Ruby through 2.4.1 and mbstring in PHP through 7.1.5. A stack
out-of-bounds write in
|