Skip to main content

Questions tagged [embedded-system]

12 votes
1 answer
6k views

I suspect that a network device (modem, router. switch, access point, etc) is compromised. What should I do?
André Borie's user avatar
  • 12.9k
29 votes
4 answers
5k views

On this ISC article on DVR compromise the author talks about the compromise of an embedded system. In particular, the attacker executes a series of echo commands on the remote host, and: This DVR ...
lorenzog's user avatar
  • 1,941
11 votes
3 answers
10k views

Embedded devices, such as routers, IP cameras, generally provide HTTPS access to the admin interface. These HTTPS implementations generally have a lot of problems (non-unique certificates, self-signed ...
ebux's user avatar
  • 211
1 vote
1 answer
1k views

ESP32 and ESP2866 devices are very famous as cheap IoT controller and connect via wireless LAN. Unfortunately the firmware of these devices is still closed source and quite large. It is there any ...
Jonas Stein's user avatar
8 votes
1 answer
2k views

We are prototyping a security camera product using Raspberry Pi 3 as the hardware platform. The camera has capability to connect to the cloud over internet as well as offline processing when the ...
sob's user avatar
  • 225
7 votes
3 answers
4k views

I'm trying to come up with a way to verify the authenticity of a file that I'm downloading from a server to an embedded system. I'm thinking of using a hash (SHA256 preferably). My main concern is ...
rorschach's user avatar
6 votes
1 answer
3k views

I'm currently researching into CAN security for in-vehicle communication. I would like to know if anyone knows a reason why the CAN payloads of an ECU communication (between CAN nodes) should be ...
enigma's user avatar
  • 161
5 votes
1 answer
2k views

Should we generate a strong password offline, keep it closely guarded secret, and use the same one across all copies of the device? The boot drive is eMMC flash soldered on the PCB, hard to read ...
Soonts's user avatar
  • 171
4 votes
1 answer
3k views

I have multiple IoT devices that will be connected to a cloud based platform in order to control these devices (IoT node running baremetal arm SoC). These IoT nodes would be deployed and, during ...
LazyTurtle's user avatar
3 votes
2 answers
2k views

Let's say I create a device which has an embedded Linux box in it (for example, a Raspberry Pi). After booting up, it starts the main application which is designed to provide the UI for the device. ...
vsz's user avatar
  • 706