HabrSeptember 16, 2026🇷🇺Translated from Russian

Vulnerability Management in Atypical Environments: ICS, Networks, IoT, Mobile, Hardware, and ML Systems

Vulnerability management follows the same fundamental cycle everywhere: discover assets, scan for weaknesses, assess severity, agree on remediation timelines, apply fixes or compensating controls, and verify closure. The devil lies in the details when these processes are applied to industrial control systems, network infrastructure, IoT devices, mobile endpoints, hardware, and machine-learning platforms.

ICS environments introduce the highest stakes because exploitation can cause physical harm rather than data loss. A dedicated process owner for SCADA and PLC systems must participate in every decision. Scanning must use authenticated audit mode rather than aggressive black-box techniques, exclude non-redundant systems, and follow narrowly scoped plans limited to specific IP addresses and profiles. Patches can only be applied during planned outages with tested rollback procedures, often after validation on a digital twin. CVSS 4.0 Safety metrics become essential for prioritization.

Network devices commonly suffer from missing or incorrect segmentation, overly permissive firewalls, and default SNMP community strings such as “public” and “private.” Legacy SNMPv1/v2c transmits data in clear text, allowing both reconnaissance and active configuration changes. Additional frequent issues include outdated Wi-Fi protocols, Telnet or HTTP management interfaces, weak passwords, and lack of multi-factor authentication. Recommended controls include strict least-privilege ACLs, VLAN segmentation with inter-VLAN routing only through firewalls, RBAC, and migration to SNMPv3 with encryption.

IoT devices remain a persistent source of large-scale botnets because vendors ship products with default credentials and rarely release firmware updates. The Mirai botnet, built on 61 hardcoded username-password pairs, famously disrupted DNS provider Dyn in 2016, taking down Twitter, Netflix, Reddit, and other major services. Later variants such as Reaper and VPNFilter shifted to known firmware vulnerabilities, infecting hundreds of thousands of routers and NAS devices. Defenses include immediate password changes, network segmentation, disabling unnecessary services such as Telnet and UPnP, and selecting vendors that publish updates. Tools like Shodan make both defensive auditing and attacker reconnaissance trivial.

Machine-learning systems face new attack classes documented in the OWASP Top 10 for LLM Applications. Prompt injection embeds malicious instructions inside legitimate-looking input, causing the model to ignore safety policies or leak secrets. Prompt leaking tricks the model into revealing its hidden system prompt, while jailbreaking bypasses built-in restrictions. Classic injection techniques such as SQL or command injection can also be delivered through prompts. Protections require input validation, output filtering, least-privilege model permissions, and continuous monitoring for anomalous behavior.

Mobile devices introduce fragmentation challenges. Historical examples include Stagefright (2015), Pegasus spyware, BlueBorne (2017), and QuadRooter (2016), all of which affected hundreds of millions of devices yet remained unpatched on many handsets for years. Corporate programs rely on MDM/EMM platforms for policy enforcement, application whitelisting, remote wipe, and centralized update monitoring, supplemented by encryption, VPN, and multi-factor authentication.

Hardware and firmware vulnerabilities demonstrate that risks exist below the operating system. Notable cases include BadUSB, which reprograms USB microcontrollers to emulate keyboards, Thunderstrike UEFI implants, and the Spectre and Meltdown speculative-execution flaws affecting Intel, AMD, and ARM processors. Additional silicon issues such as Rowhammer and Zombieload/MDS further illustrate the need for coordinated microcode, firmware, and software updates.

Related articles

HispasecVulnerabilities & Exploits

Unbound 1.26.1 Patches Critical DNSSEC Validator Flaw CVE-2026-81642 Enabling Remote Code Execution

NLnet Labs has released Unbound 1.26.1 to address CVE-2026-81642, a critical vulnerability in the DNSSEC validator that can cause service crashes and potential remote code execution. The flaw affects all versions up to and including 1.26.0 and is triggered when validating a malicious DNS zone. It resides in the handling of DNSKEY records, where a buffer overflow can occur during DNS response processing. The vulnerability carries a CVSS 4.0 score of 9.1 with a network attack vector, no privileges required, and no user interaction needed. Exploitation requires an attacker to control a malicious DNS zone that the resolver queries, which can lead to denial of service or RCE in the worst case. The update also includes fixes for eight additional security issues, including CVE-2026-82717 and CVE-2026-81634, both involving heap corruption.

BoletimSecVulnerabilities & Exploits

BIND DNS Servers Receive Patches for 14 Vulnerabilities Including High-Severity DoS Flaws

The Internet Systems Consortium has released BIND 9 updates that address 14 vulnerabilities across multiple versions of the widely used DNS server software. Seven of the issues received a CVSS score of 7.5 and were rated high severity, while the remaining seven scored between 5.3 and 6.5. The most critical flaw allows an unauthenticated attacker to crash the named process with a single malformed SIG(0) request over DNS over HTTPS. Additional vulnerabilities enable cache poisoning through forged NXDOMAIN responses, downgraded secure delegations, and acceptance of unsigned answers, as well as resource exhaustion via uncontrolled cache growth and excessive CPU consumption. Affected releases span BIND 9.11.0 through 9.18.50, 9.20.0 through 9.20.27, and 9.21.0 through 9.21.25. No workarounds exist, making immediate upgrades to versions 9.20.29, 9.21.26, or 9.20.29-S1 the only mitigation. The ISC reports no known exploitation in the wild and none of the flaws appear in CISA’s Known Exploited Vulnerabilities catalog.

Security NEXTVulnerabilities & Exploits

Cisco Patches 29 Vulnerabilities in Secure Firewall ASA, FTD and FMC Products

Cisco Systems has disclosed multiple vulnerabilities affecting its Cisco Secure Firewall product line and released corresponding security updates. The advisory covers 14 security bulletins addressing 29 CVEs across Adaptive Security Appliance (ASA), Threat Defense (FTD), and Management Center (FMC) software. Five of the advisories are rated Critical, covering 18 CVEs that include remote code execution without authentication and privilege escalation to administrator level. Several issues have already been confirmed as exploited in the wild. The company also consolidated related weaknesses under single CVE identifiers where appropriate and provided CVSS v3.1 base scores ranging up to 9.9. Affected products include the Secure Firewall 3100 and 4200 Series along with multiple software hardening releases issued on 16 September 2026.

Security NEXTVulnerabilities & Exploits

pgAdmin 4 Database Management Tool Patches Multiple Vulnerabilities in Version 9.18

The development team behind pgAdmin 4, the popular management tool for PostgreSQL databases, has released version 9.18 to address multiple security issues. The update, published on September 17, 2026, includes fixes for four CVEs along with 29 total changes covering new features and bug resolutions. One vulnerability, tracked as CVE-2026-86863, stems from insufficient web server authentication that trusts external HTTP headers, enabling attackers to bypass login and impersonate administrators without passwords. A second issue, CVE-2026-86864, allows command injection through the backup feature when database names are passed as arguments, potentially leading to unauthorized file writes or exfiltration of connection passwords. The update is available now from the official pgAdmin repository.