OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 22.7 Legacy Series »
  • openSSL 3.0.7 - any timelines yet?
« previous next »
  • Print
Pages: [1] 2

Author Topic: openSSL 3.0.7 - any timelines yet?  (Read 1924 times)

chemlud

  • Hero Member
  • *****
  • Posts: 2195
  • Karma: 98
    • View Profile
openSSL 3.0.7 - any timelines yet?
« on: November 01, 2022, 11:15:58 am »
https://www.computerweekly.com/news/252526709/Prepare-today-for-potentially-high-impact-OpenSSL-bug

...?
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

ProximusAl

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 10
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #1 on: November 01, 2022, 12:19:01 pm »
It's my understanding that OPNSense uses OPENSSL 1.1.1 so it's not affected.
Logged

seed

  • Full Member
  • ***
  • Posts: 144
  • Karma: 8
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #2 on: November 01, 2022, 01:08:15 pm »
root@OPNsense:~ # openssl version
OpenSSL 1.1.1o-freebsd  3 May 2022


Edit:

Versions       OPNsense 22.7.6-amd64
                   FreeBSD 13.1-RELEASE-p2
                   OpenSSL 1.1.1q 5 Jul 2022
« Last Edit: November 01, 2022, 01:28:44 pm by seed »
Logged
OPNsense on dedicated Hardware:

AMD Ryzen 7700
Asus TUF B650M-Plus
64GB DDR5 ECC
Intel i350-T4
Intel x710-DA2

almodovaris

  • Full Member
  • ***
  • Posts: 221
  • Karma: 11
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #3 on: November 01, 2022, 01:25:08 pm »
root@OPNsense:~ # /usr/local/bin/openssl version
OpenSSL 1.1.1q  5 Jul 2022
Logged

chemlud

  • Hero Member
  • *****
  • Posts: 2195
  • Karma: 98
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #4 on: November 01, 2022, 02:30:31 pm »
So it's consensus that only 3.x is vulnerable? Any source for that conclusion yet?
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

ProximusAl

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 10
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #5 on: November 01, 2022, 02:53:51 pm »
Erm...yes....the very hyperlink you posted above?
Logged

Patrick M. Hausen

  • Hero Member
  • *****
  • Posts: 3595
  • Karma: 305
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #6 on: November 01, 2022, 02:54:51 pm »
@chemlud - the article you linked in your initial post?
Quote
What is known is that the incoming vulnerability only affects 3.0.x versions of OpenSSL

What's all the fuss about? OPNsense does not use this particular product, why should Deciso or the OPNsense team publish anything at all?
Logged
Supermicro A2SDi-4C-HLN4F mainboard
Supermicro SC101F chassis
Intel Atom C3558 - 4 cores
16 GB ECC memory
Crucial MX 300 SSD M.2 SATA 275 GB
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

chemlud

  • Hero Member
  • *****
  • Posts: 2195
  • Karma: 98
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #7 on: November 01, 2022, 04:52:53 pm »
I asked two questions, I don't see any "fuss". Nice to know that sense is not affected...
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

RamSense

  • Hero Member
  • *****
  • Posts: 518
  • Karma: 9
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #8 on: November 01, 2022, 06:25:45 pm »
jup indeed.
The only strange thing I found was that opnsense gui states:
OPNsense 22.7.6-amd64
FreeBSD 13.1-RELEASE-p2
OpenSSL 1.1.1q 5 Jul 2022

and the terminal window:
openssl version
OpenSSL 1.1.1o-freebsd

so why is the gui claiming version 1q and terminal gives back 1o?
Logged

Deku

  • Newbie
  • *
  • Posts: 31
  • Karma: 4
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #9 on: November 01, 2022, 06:48:16 pm »
What about LibreSSL?  My OpnSense is currently on LibreSSL 3.3.6.  I see version 3.6.1 was just released but not sure if this vuln applies.
Logged

Fright

  • Hero Member
  • *****
  • Posts: 1638
  • Karma: 152
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #10 on: November 01, 2022, 07:14:56 pm »
@RamSense
Quote
so why is the gui claiming version 1q and terminal gives back 1o?
widget shows ports version (/usr/local/bin/openssl version)
shell shows base (OS) version (/usr/bin/openssl version)

@Deku
no
https://www.openssl.org/blog/blog/2022/11/01/email-address-overflows/
openssl only.
3.0 branch only
Logged

RamSense

  • Hero Member
  • *****
  • Posts: 518
  • Karma: 9
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #11 on: November 01, 2022, 08:40:16 pm »
@Fright, ah, thanks for explaining!
Logged

almodovaris

  • Full Member
  • ***
  • Posts: 221
  • Karma: 11
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #12 on: November 01, 2022, 10:25:06 pm »
openssl 1.1.1s has been published.
Logged

ibb27

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #13 on: November 02, 2022, 09:18:21 am »
Quote from: Deku on November 01, 2022, 06:48:16 pm
What about LibreSSL?  My OpnSense is currently on LibreSSL 3.3.6.  I see version 3.6.1 was just released but not sure if this vuln applies.
https://marc.info/?t=166716388700001&r=1&w=2
Logged

chemlud

  • Hero Member
  • *****
  • Posts: 2195
  • Karma: 98
    • View Profile
Re: openSSL 3.0.7 - any timelines yet?
« Reply #14 on: November 02, 2022, 09:55:36 am »
Is LibreSSL still functional with 22.7.x? It was my understanding that support of LibreSSL would be deleted with 22.7 (but for the last months I didn't have the ttime to follow up) so I switched to openSSL before updating to 22.7...

 
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

  • Print
Pages: [1] 2
« previous next »
  • OPNsense Forum »
  • Archive »
  • 22.7 Legacy Series »
  • openSSL 3.0.7 - any timelines yet?
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2023 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2