[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-05-18 Thread Athos Ribeiro
Since the only thing left here is the staged SRU for impish, I am unsubscribing the server team and removing the server-todo tag from this bug. ** Tags removed: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:7.6p1-4ubuntu0.7 --- openssh (1:7.6p1-4ubuntu0.7) bionic; urgency=medium * d/p/fix-connect-timeout-overflow.patch: prevent ConnectTimeout overflow. (LP: #1903516) [ Sergio Durigan Junior ] *

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:8.2p1-4ubuntu0.5 --- openssh (1:8.2p1-4ubuntu0.5) focal; urgency=medium * d/p/fix-connect-timeout-overflow.patch: prevent ConnectTimeout overflow. (LP: #1903516) [ Sergio Durigan Junior ] *

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-04-13 Thread Athos Ribeiro
I performed verification for bionic, impish, and focal in the following fashion: - Launched new lxd container - ran `ssh -o "ConnectTimeout=$(perl -e 'use POSIX; my $max = int(POSIX::INT_MAX/1000)+1; print "$max\n";')" localhost` to verify it triggers the bug. All containers returned "Aborted

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-04-12 Thread Brian Murray
Given that openssh occasionally has security updates I wonder how long this will last in -proposed but since the work was already done I'll accept it. ** Changed in: openssh (Ubuntu Impish) Status: In Progress => Fix Committed ** Tags added: verification-needed verification-needed-impish

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-04-04 Thread Athos Ribeiro
** Tags added: block-proposed-impish -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903516 Title: aborted (core dumped) when using ConnectTimeout > 2147483 To manage notifications about this bug

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-04-04 Thread Athos Ribeiro
** Changed in: openssh (Ubuntu Bionic) Status: Triaged => In Progress ** Changed in: openssh (Ubuntu Focal) Status: Triaged => In Progress ** Changed in: openssh (Ubuntu Impish) Status: Triaged => In Progress -- You received this bug notification because you are a member

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-04-02 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~sergiodj/ubuntu/+source/openssh/+git/openssh/+merge/418102 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903516 Title: aborted (core

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-04-02 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~sergiodj/ubuntu/+source/openssh/+git/openssh/+merge/418101 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903516 Title: aborted (core

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-03-30 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/openssh/+git/openssh/+merge/417971 ** Merge proposal linked: https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/openssh/+git/openssh/+merge/417972 ** Merge proposal linked:

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-03-30 Thread Athos Ribeiro
** Description changed: + [Impact] + + Setting ConnectTimeout to a value higher than INT_MAX/1000 causes the + ssh client to crash. This happens due to an integer overflow which was + fixed upstream with the patch being proposed for this SRU, which caps + the effective value for that option at

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-03-09 Thread Athos Ribeiro
This seems to be a good case for a staged SRU given the low priority of the issue. ** Changed in: openssh (Ubuntu Impish) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) ** Changed in: openssh (Ubuntu Focal) Assignee: (unassigned) => Athos Ribeiro (athos-ribeiro) ** Changed

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-03-02 Thread Lena Voytek
** Changed in: openssh (Ubuntu Bionic) Importance: Undecided => Low ** Changed in: openssh (Ubuntu Focal) Importance: Undecided => Low ** Changed in: openssh (Ubuntu Impish) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-03-01 Thread Lena Voytek
** Also affects: openssh (Ubuntu Jammy) Importance: Low Status: Triaged ** Changed in: openssh (Ubuntu Jammy) Status: Triaged => Fix Released ** Changed in: openssh (Ubuntu Bionic) Status: New => Triaged ** Changed in: openssh (Ubuntu Focal) Status: New => Triaged

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-02-28 Thread Athos Ribeiro
This was fixed upstream on http://anongit.mindrot.org/openssh.git/commit/?id=819b44e8b9af6ce18d3ec7505b9f461bf7991a1f which was released in 8.6p1. This affects impish, focal and bionic. ** Also affects: openssh (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects:

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2020-11-12 Thread Bert Hekman
Hi Paride, Thanks for filing the upstream bug report. I totally agree that this bug is of low importance. My colleague actually encountered this problem because he really didn't want a SSH tunnel to time out. He could not figure out what was causing the crash but I found it out after some

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2020-11-12 Thread Paride Legovini
Hello Bert and thanks for this bug report. I could easily reproduce the issue you described, but I think it would best be fixed upstream rather than with an Ubuntu specific patch. I filed an upstream bug report [1] and linked it to this one. Given that triggering this bug requires a very odd

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2020-11-12 Thread Paride Legovini
** Bug watch added: OpenSSH Portable Bugzilla #3229 https://bugzilla.mindrot.org/show_bug.cgi?id=3229 ** Also affects: openssh via https://bugzilla.mindrot.org/show_bug.cgi?id=3229 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2020-11-11 Thread Bert Hekman
I attached the core dump, like you asked ** Attachment added: "core.ssh.0.2ec456d6193048749c85e045f700231e.952027.1605108402.lz4"

[Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2020-11-11 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. Could you please provide the core dump file to help us investigate your problem? Since there is not enough information in your report to begin triage or to differentiate between a local configuration problem and a bug in Ubuntu, I am marking