The Other Kind Of Static Hazard to Your Logic Circuits

We’ve all heard of the dangers of static electricity when dealing with electronics, and we all take the proper precautions when working with static-sensitive components — don’t we? But as …read more Continue reading The Other Kind Of Static Hazard to Your Logic Circuits

Data integrity protection in Drupal 10.x – how lock conditions might fail

I was doing some pentesting on a Drupal 10.x application that some colleagues built; I have not reviewed the source code. The dynamic vulnerability scanner I use provoked some exceptions related to a failure to obtain locks on various obje… Continue reading Data integrity protection in Drupal 10.x – how lock conditions might fail

How to win the race of making an offer before another DHCP server?

I’m trying to run a rogue DHCP server on my local network to simulate a MITM attack. Upon researching the DHCP attack, it seems to have a low success rate since the rogue DHCP server must be faster than the actual DHCP server in making an … Continue reading How to win the race of making an offer before another DHCP server?

Using the readlink function to avoid symbolic link race conditions when opening a file path

I’m reading this paper. On the page 11 the paper says:

Unix applications can obtain access to files without encountering symlink races. This is important for normal application programmers who, for example, might want to write an ftp serv… Continue reading Using the readlink function to avoid symbolic link race conditions when opening a file path