Author Topic: Critical Flaws Found in Amazon FreeRTOS IoT Operating System  (Read 2179 times)

0 Members and 1 Guest are viewing this topic.

Offline diyaudioTopic starter

  • Frequent Contributor
  • **
  • !
  • Posts: 683
  • Country: za
Critical Flaws Found in Amazon FreeRTOS IoT Operating System
« on: October 22, 2018, 05:08:33 pm »
A security researcher at Zimperium Security Labs (zLabs), discovered a total of 13 vulnerabilities in FreeRTOS's TCP/IP stack that also affect its variants maintained by Amazon and WHIS.

https://thehackernews.com/2018/10/amazon-freertos-iot-os.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+TheHackersNews+%28The+Hackers+News+-+Security+Blog%29&_m=3n.009a.1856.ch0ao075h1.151u

 
The following users thanked this post: chickenHeadKnob, SiliconWizard

Offline nomadd

  • Contributor
  • Posts: 25
  • Country: gb
Re: Critical Flaws Found in Amazon FreeRTOS IoT Operating System
« Reply #1 on: October 23, 2018, 05:34:34 pm »
A security researcher at Zimperium Security Labs (zLabs), discovered a total of 13 vulnerabilities in FreeRTOS's TCP/IP stack that also affect its variants maintained by Amazon and WHIS.

https://thehackernews.com/2018/10/amazon-freertos-iot-os.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+TheHackersNews+%28The+Hackers+News+-+Security+Blog%29&_m=3n.009a.1856.ch0ao075h1.151u

..and already patched.

Whole-story always better, although less dramatic, than a half-story. :)
 
The following users thanked this post: mrpackethead, donotdespisethesnake

Offline Sal Ammoniac

  • Super Contributor
  • ***
  • Posts: 1670
  • Country: us
Re: Critical Flaws Found in Amazon FreeRTOS IoT Operating System
« Reply #2 on: October 23, 2018, 05:50:02 pm »
..and already patched.

That's good news, but I wonder how many unpatched, vulnerable devices are out there? Most people don't bother to update FW on the types of devices that typically use FreeRTOS.
Complexity is the number-one enemy of high-quality code.
 

Offline richardman

  • Frequent Contributor
  • **
  • Posts: 427
  • Country: us
Re: Critical Flaws Found in Amazon FreeRTOS IoT Operating System
« Reply #3 on: October 23, 2018, 10:37:00 pm »
That's good news, but I wonder how many unpatched, vulnerable devices are out there? Most people don't bother to update FW on the types of devices that typically use FreeRTOS.

Yup, this could be problems for years to come... especially after the researchers release the details.

This is a tough problem that will only get worse when there are more and more IoT devices out there.
// richard http://imagecraft.com/
JumpStart C++ for Cortex (compiler/IDE/debugger): the fastest easiest way to get productive on Cortex-M.
Smart.IO: phone App for embedded systems with no app or wireless coding
 

Offline obiwanjacobi

  • Frequent Contributor
  • **
  • Posts: 988
  • Country: nl
  • What's this yippee-yayoh pin you talk about!?
    • Marctronix Blog
Re: Critical Flaws Found in Amazon FreeRTOS IoT Operating System
« Reply #4 on: October 24, 2018, 03:11:27 pm »
This is a tough problem that will only get worse when there are more and more IoT devices out there.

Most of which don't even run a well tested (RT)OS...

 :palm:
Arduino Template Library | Zalt Z80 Computer
Wrong code should not compile!
 

Offline westfw

  • Super Contributor
  • ***
  • Posts: 4199
  • Country: us
Re: Critical Flaws Found in Amazon FreeRTOS IoT Operating System
« Reply #5 on: October 25, 2018, 12:00:27 am »
To be honest, I don't know how important these are in the sort of device that is likely to be running FreeRTOS.
"Remote code execution" would tend to need a either a highly standardized environment (execute system("/bin/sh -u root")) or a very specifically crafted attack for a particular device ("Increase centrifuge speed to 'self-destruct' by re-writing PWM register")
"Information leak" is likely to be the usual set of "we didn't clear the packet in between the end of the data we're sending and the end of a minimum-sized packet, so there might be "other" data there."  (clearing memory is a particularly annoying performance sink in limited systems :-( )  Yawn.
 

Offline diyaudioTopic starter

  • Frequent Contributor
  • **
  • !
  • Posts: 683
  • Country: za
Re: Critical Flaws Found in Amazon FreeRTOS IoT Operating System
« Reply #6 on: October 25, 2018, 11:00:48 am »
To be honest, I don't know how important these are in the sort of device that is likely to be running FreeRTOS.
"Remote code execution" would tend to need a either a highly standardized environment (execute system("/bin/sh -u root")) or a very specifically crafted attack for a particular device ("Increase centrifuge speed to 'self-destruct' by re-writing PWM register")
"Information leak" is likely to be the usual set of "we didn't clear the packet in between the end of the data we're sending and the end of a minimum-sized packet, so there might be "other" data there."  (clearing memory is a particularly annoying performance sink in limited systems :-( )  Yawn.

Until some does a 360 at BlackHat and proves otherwise. ;D
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf