Cisco Finds New Zero Day Bug, Pledges Patches in Days (www.darkreading.com)
from tym@lemmy.world to technology@lemmy.world on 21 Oct 2023 14:07
https://lemmy.world/post/7118667

#technology

threaded - newest

nbailey@lemmy.ca on 21 Oct 2023 14:29 collapse

Or, hear me out, maybe we don’t expose network management interfaces to untrusted networks? Sure, shit can still get breached by very deep intrusions, but at least you don’t show up on shodan!?

tym@lemmy.world on 21 Oct 2023 14:32 next collapse

This is the way. It baffles me how often I have to have ‘the talk’ with IT people. Don’t be lazy, create a secure tunnel into the LAN!

Oisteink@feddit.nl on 21 Oct 2023 16:13 collapse

I’ve discovered interfaces left behind on lan vlans - and they’re all set up with separate mgmt network, so why make one on LAN for some quick test and leave it behind. With web, cli and api open….

kinther@lemmy.world on 21 Oct 2023 17:13 next collapse

At least have a source IP access list only allowing trusted IP ranges. Ideally it would only be reached from an internal IP range or bastion host, but not all companies have a security hat to wear.

p03locke@lemmy.dbzer0.com on 21 Oct 2023 20:19 collapse

but not all companies have a security hat to wear.

This is the barest of minimalistic security. It’s a router. You don’t allow external admin access to the router. Period. End of story.

kinther@lemmy.world on 21 Oct 2023 21:10 collapse

I dont disagree with you if a company has a competent employee configuring them.

p03locke@lemmy.dbzer0.com on 22 Oct 2023 16:11 collapse

It shouldn’t even be allowed by the router software.

_dev_null@lemmy.zxcvn.xyz on 21 Oct 2023 22:30 collapse

Indeed, from a tenable article:

Cisco does recommend disabling the HTTP Server feature on any Cisco IOS XE systems that are internet-facing. The advisory provides steps on how to disable the feature as well as steps on how to determine if the HTTP Server feature is enabled. Additionally, the Cisco security advisory outlines an additional command to run after disabling the HTTP Server feature, to ensure that the feature is not re-enabled after a system reload.

So yeah, maybe not widen your attack surface to the whole fucking internet in the first place.