Earlier quoted context omitted.
I find there's a pervasive hardware culture that's at odds with both software and security cultures. Hardware culture involves designing it once, testing it once, setting up the supply chain and production line once, and from then on it's just quality control and marketing: totally a fire-and-forget weapon. That means in a hardware dominated organization, where you sell hardware, revenue is in terms of units sold. An…
Vehicle manufacturers also have this same mindset issue with their in-vehicle entertainment systems. For them things are either a "recall" or they don't exist, they have no concept of software updates or how to deliver them.
ASUS delivers BIOS/UEFI auto-updates over HTTP with no verification
111–120 of 200 posts
Re: ASUS delivers BIOS/UEFI auto-updates over HTTP with no verification
#112Earlier quoted context omitted.
Let's see here: * Started the trend of non-replaceable batteries in phones * Started the trend of non-replaceable batteries in laptops * Started the trend of locked-down devices where the owner can't decide what software to run * Custom screws in order to prevent people from fixing their devices * Custom enclosures in order to prevent people from replacing parts in their devices with commodity devices * Soldering in…
Right. These can also be interpret as their reason to make slimmer devices. People buying these products would presumably know what they're getting into.
Re: ASUS delivers BIOS/UEFI auto-updates over HTTP with no verification
#113Earlier quoted context omitted.
How are Apple actively malicious?
Let's see here: * Started the trend of non-replaceable batteries in phones * Started the trend of non-replaceable batteries in laptops * Started the trend of locked-down devices where the owner can't decide what software to run * Custom screws in order to prevent people from fixing their devices * Custom enclosures in order to prevent people from replacing parts in their devices with commodity devices * Soldering in…
Re: ASUS delivers BIOS/UEFI auto-updates over HTTP with no verification
#114Earlier quoted context omitted.
My AC66U runs the linux 2.6.22.19 kernel which has a ton [0] of vulnerabilities in it. Hopefully they back-fix vulnerabilities without updating the kernel version but I doubt it. I would never trust this or any other consumer piece of hardware as a border device considering the sad state they are all in. Yet, millions of homes have this or worse sitting as their only gatekeeper into their networks. [0] https://www.cv…
Yet, millions of homes have this or worse sitting as their only gatekeeper into their networks. Which is why computer OSs should start treating these as the potential hostile devices they are. None of this "trusted network" nonsense, no unencrypted or unauthenticated connections between devices on the same LAN, etc.
Re: ASUS delivers BIOS/UEFI auto-updates over HTTP with no verification
#115I don't remember the brand(s) exactly --- don't think it was ASUS however --- but I do remember a few years ago of laptops which would automatically and silently download and install BIOS updates, and inevitably some of them would fail, leading to bricked machines. IMHO the BIOS is not something that should ever change unless there's a very important reason to, and even then it should be on the explicit action and co…
Re: ASUS delivers BIOS/UEFI auto-updates over HTTP with no verification
#116Earlier quoted context omitted.
I find there's a pervasive hardware culture that's at odds with both software and security cultures. Hardware culture involves designing it once, testing it once, setting up the supply chain and production line once, and from then on it's just quality control and marketing: totally a fire-and-forget weapon. That means in a hardware dominated organization, where you sell hardware, revenue is in terms of units sold. An…
That culture comes from the Darwinian selection of the marketplace. If you make chips, after you tape out, the design organization must absolutely turn their focus to creating the chip that will obsolete it or someone else will eat your lunch. In a hardware organization, long attention span is a liability, not an asset. With software, the road to success is incrementally increasing your value to the customer with eac…
Re: ASUS delivers BIOS/UEFI auto-updates over HTTP with no verification
#117Wow. I always knew hardware manufacturers half-assed their software, but this is kind of a new low. I'm not sure whether to laugh or cry.
Could be worse, the title made me imagine UEFI firmware itself making HTTP downloads and reflashing itself ;)
Re: ASUS delivers BIOS/UEFI auto-updates over HTTP with no verification
#118Earlier quoted context omitted.
Newer motherboards with ASUS EZ Flash can do that. I don't think it's automatic though.
Intel NUC has an option to directly pull down/install BIOS updates built into UEFI as well, and thus probably other newer Intel boards. Convenience and security are often orthogonal.
As long as the updates handle security properly (use HTTPS and verify signature), I don't see anything wrong with an "update" button in the BIOS.
Re: ASUS delivers BIOS/UEFI auto-updates over HTTP with no verification
#119Earlier quoted context omitted.
Until it decides to completely fuck up your apache webserver config and you have to spend a whole day to properly configure your virtual hosts again. I’ve done it twice, never again.
You can do it in certificate only mode. I think DNS challenge is even enabled now so you don't need to let it touch your running server at all. Of course it's a bit of admin every ~90 days but 4 times a year for free SSL isn't bad.
Just putting a public key in the DNS and being able to sign a CSR with the correspoding private key should be enough.