
oss-sec mailing list archives
Re: CVE-2023-51767: a bogus CVE in OpenSSH
From: Peter Gutmann <pgut001 () cs auckland ac nz>
Date: Tue, 23 Sep 2025 12:36:45 +0000
Solar Designer <solar () openwall com> writes:
I also worry about risk of software bugs that a simple 0/1 flag may be more susceptible to than e.g. magic values would be. Maybe we can identify a reasonable level of defensive programming without going for slippery slope
You can write code that deals with bit-flips (SEEs to use the correct term) and the like but you pretty much need to do it end-to-end if you're worried about real-world bit-flips, and that's a *lot* of work. If you want the full gory details: https://www.cs.auckland.ac.nz/~pgut001/pubs/software_faults.pdf To answer a question from another post, ECC RAM won't necessarily help you because you can get faults like word-line upsets that ECC won't detect, I've got a second talk that covers that if anyone's interested. The upside is that most modern desktop/ server processors are essentially rad-hard so faults in the CPU or data in on-CPU cache memory aren't so much a concern any more. Peter.
Current thread:
- CVE-2023-51767: a bogus CVE in OpenSSH Damien Miller (Sep 22)
- Re: CVE-2023-51767: a bogus CVE in OpenSSH Stuart D Gathman (Sep 22)
- Re: CVE-2023-51767: a bogus CVE in OpenSSH Pedro Sampaio (Sep 22)
- Re: CVE-2023-51767: a bogus CVE in OpenSSH Solar Designer (Sep 22)
- Re: process exit statuses (was: CVE-2023-51767) Simon McVittie (Sep 23)
- Re: CVE-2023-51767: a bogus CVE in OpenSSH Peter Gutmann (Sep 23)
- Re: CVE-2023-51767: a bogus CVE in OpenSSH Todd C. Miller (Sep 23)
- Re: [EXT] Re: [oss-security] CVE-2023-51767: a bogus CVE in OpenSSH Adiletta, Andrew (Sep 23)
- Re: Re: [EXT] Re: [oss-security] CVE-2023-51767: a bogus CVE in OpenSSH Jacob Bachmeyer (Sep 23)
- Re: Re: [EXT] Re: [oss-security] CVE-2023-51767: a bogus CVE in OpenSSH Peter Gutmann (Sep 24)
- Re: Re: [EXT] Re: [oss-security] CVE-2023-51767: a bogus CVE in OpenSSH Jacob Bachmeyer (Sep 24)
- Re: Re: [EXT] Re: [oss-security] CVE-2023-51767: a bogus CVE in OpenSSH Demi Marie Obenour (Sep 25)
- Re: Re: [EXT] Re: [oss-security] CVE-2023-51767: a bogus CVE in OpenSSH Jacob Bachmeyer (Sep 25)
- Re: Re: [EXT] Re: [oss-security] CVE-2023-51767: a bogus CVE in OpenSSH Demi Marie Obenour (Sep 26)
- Re: CVE-2023-51767: a bogus CVE in OpenSSH Stuart D Gathman (Sep 22)
- Re: CVE-2023-51767: a bogus CVE in OpenSSH Damien Miller (Sep 24)