First layer of defence and device isolation of all my linux boxes is firewall denying all incoming connections simply by...
sudo ufw default deny incoming
...However I sometimes for a different reasons (testing, first update, backup laptop etc.) use older machines without current updates. Outdated few months, sometimes even a little bit more. Is the absence of updates in the case of a linux firewall a problem? How frequent and how important are bugs in the network interface or firewall as such?
(I was doing a research a little bit, but have no useful outputs. Few generic articles saying "firewalls have vulnerabilities, beware" and few really old CVEs. But maybe I am missing something because I am not sure about the keywords.)