logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Y2038 vulnerability related to ssl
Author
gpsingh



Joined: 25 Feb 2026
Posts: 2
Location: Australia

PostPosted: Thu 26 Feb '26 0:41    Post subject: Y2038 vulnerability related to ssl Reply with quote

The latest Apache version still uses SSL_SESSION_get_time (ssl_callback_NewSessionCacheEntry in ssl_engine_kernel.c) which is known to have the Y2038 issue and has been deprecated in latest OpenSSL versions.
I did not find any reports for this in Apache bugzilla.
Is this not an issue?
Or it is a known issue and is being worked on for a future release?
Back to top
danielruf



Joined: 07 Jan 2026
Posts: 12

PostPosted: Thu 26 Feb '26 13:06    Post subject: Reply with quote

Did you already see https://github.com/openssl/openssl/issues/23648 and the related details in https://github.com/openssl/openssl/pull/21206 ?

So now SSL_SESSION_get_time_ex should be used instead.
Not sure if and where I can provide a patch.

Maybe at https://github.com/apache/httpd ?
Update: I've opened a PR at the upstream repo: https://github.com/apache/httpd/pull/607
Back to top
gpsingh



Joined: 25 Feb 2026
Posts: 2
Location: Australia

PostPosted: Fri 27 Feb '26 8:34    Post subject: Reply with quote

Thank you sharing the details and raising a PR for the change.
Back to top


Reply to topic   Topic: Y2038 vulnerability related to ssl View previous topic :: View next topic
Post new topic   Forum Index -> Apache