[openssl/openssl] 38690c: Only free the read buffers if we're not using them
Matt Caswell
noreply at github.com
Tue May 28 13:46:46 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 38690cab18de88198f46478565fab423cf534efa
https://github.com/openssl/openssl/commit/38690cab18de88198f46478565fab423cf534efa
Author: Matt Caswell <matt at openssl.org>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M ssl/record/methods/tls_common.c
Log Message:
-----------
Only free the read buffers if we're not using them
If we're part way through processing a record, or the application has
not released all the records then we should not free our buffer because
they are still needed.
CVE-2024-4741
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24395)
Commit: bfb8128190632092b3a66465838b87b469455cec
https://github.com/openssl/openssl/commit/bfb8128190632092b3a66465838b87b469455cec
Author: Matt Caswell <matt at openssl.org>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M ssl/record/methods/tls_common.c
Log Message:
-----------
Set rl->packet to NULL after we've finished using it
In order to ensure we do not have a UAF we reset the rl->packet pointer
to NULL after we free it.
Follow on from CVE-2024-4741
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24395)
Commit: 566f3069169b9fab4fbb23da98c3c91730dd5209
https://github.com/openssl/openssl/commit/566f3069169b9fab4fbb23da98c3c91730dd5209
Author: Matt Caswell <matt at openssl.org>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M test/sslbuffertest.c
Log Message:
-----------
Extend the SSL_free_buffers testing
Test that attempting to free the buffers at points where they should not
be freed works as expected.
Follow on from CVE-2024-4741
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24395)
Commit: 05752478df623a9ddf849f897b630c1e0728cb7c
https://github.com/openssl/openssl/commit/05752478df623a9ddf849f897b630c1e0728cb7c
Author: Matt Caswell <matt at openssl.org>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M test/helpers/ssltestlib.c
M test/helpers/ssltestlib.h
M test/sslapitest.c
Log Message:
-----------
Move the ability to load the dasync engine into ssltestlib.c
The sslapitest has a helper function to load the dasync engine which is
useful for testing pipelining. We would like to have the same facility
from sslbuffertest, so we move the function to the common location
ssltestlib.c
Follow on from CVE-2024-4741
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24395)
Commit: c1bd38a003fa19fd0d8ade85e1bbc20d8ae59dab
https://github.com/openssl/openssl/commit/c1bd38a003fa19fd0d8ade85e1bbc20d8ae59dab
Author: Matt Caswell <matt at openssl.org>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M test/sslbuffertest.c
Log Message:
-----------
Further extend the SSL_free_buffers testing
We extend the testing to test what happens when pipelining is in use.
Follow on from CVE-2024-4741
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24395)
Compare: https://github.com/openssl/openssl/compare/da9342ed5eda...c1bd38a003fa
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list