HabrSeptember 24, 2026🇷🇺Translated from Russian

Blackbox Asset Management: Discovering and Identifying IT Infrastructure Without Direct Access

Security Vision expert Fedor Bokov describes a practical approach to IT asset management when customers refuse to supply credentials or internal documentation. The method, called blackbox asset management, enables discovery and identification of network assets through external observation only.

The process starts with network scanning. Specialists use self-written or open-source tools such as nmap and masscan to locate live IP addresses and enumerate open ports. Each open port indicates an active service available for interaction and provides the first valuable data point for further analysis.

Identification follows scanning. Analysts examine service banners, HTTP headers, page titles, favicons, HTML structure, and behavioral fingerprints. For example, an open port 22 typically reveals an OpenSSH banner containing the string OpenSSH_8.9p1 Ubuntu-3ubuntu0.13, which directly indicates both the SSH implementation and the precise operating system version Ubuntu 22.04 LTS. Similarly, an HTTP response containing the header http-title: GAiA together with Server: CPWS unambiguously identifies a Checkpoint Gaia network device.

Additional ports receive targeted interrogation. Port 443 is treated as a web service to extract framework, interpreter, CMS, and application details, while port 1433 is tested both as a database endpoint and through web requests. In one documented case, banner data from port 1433 showed Microsoft SQL Server 2017 14.00.1000, and the corresponding web response revealed nginx 1.28.0, PHP 8.2.29, and Bitrix-Site-Manager.

Beyond application-layer data, analysts derive operating-system parameters, hostnames, domain membership, and time-synchronization status indirectly from protocol responses. These details help classify asset roles and assess risk without any internal configuration access.

The recommended operational model consists of three continuous processes: frequent perimeter scanning to detect new assets, scheduled re-profiling of known hosts to track version and configuration changes, and automated analytics that assign roles and criticality levels. This pipeline compensates for the absence of traditional inventory and produces a prioritized list of exposed ports, outdated software, and unsafe configurations.

Blackbox asset management does not replace full inventory but supplies an actionable view of infrastructure from the perspective of an external attacker, enabling organizations to address the most critical exposures first.

Related articles

BoletimSecVulnerabilities & Exploits

Check Point Patches Critical Zero-Day CVE-2026-93616 Enabling Unauthenticated Remote Code Execution on Management Servers

Check Point has addressed a critical zero-day vulnerability tracked as CVE-2026-93616 with a CVSS score of 9.8 that allowed remote unauthenticated attackers to upload and execute arbitrary scripts on management servers. The flaw combined directory traversal with insecure file handling, enabling attackers to escape the intended directory and place scripts in executable locations. Affected products include Security Management Server, Multi-Domain Security Management Server, Log Server, Multi-Domain Log Server, and SmartEvent. Targeted attacks were observed starting July 23 before public disclosure, though exploitation remained limited. Vulnerable versions span multiple R82, R81, and R80 releases, with fixes now available through specific hotfixes and Jumbo Takes. Administrators are advised to apply patches immediately, place management servers behind a Security Gateway, and restrict TCP port 19009 access. Detection guidance includes reviewing cpm.elg logs for unusually long usernames and ReflectionUtils errors containing directory traversal sequences.

Security NEXTVulnerabilities & Exploits

GitLab Releases Security Updates Fixing 11 Vulnerabilities Including Two Critical Flaws

GitLab has issued critical security updates for its development platform to address 11 vulnerabilities across Community Edition and Enterprise Edition. The patches cover versions 19.4.1, 19.3.3, and 19.2.7 and were released on September 23, 2026. Two vulnerabilities rated Critical allow authenticated users to achieve arbitrary code execution on the server. CVE-2026-89078 involves a double-free issue in CI/CD configuration parsing triggered by crafted regular expressions, while CVE-2026-93577 is an integer overflow in the regular expression compiler. Additional High-severity issues include cross-site scripting in merge request diffs and unauthorized access to sensitive CI/CD variables via the Duo AI job troubleshooting feature. The update also resolves five Medium and two Low severity flaws.

Security NEXTVulnerabilities & Exploits

Google Releases Chrome 154 with 108 Security Fixes Including 11 Critical Vulnerabilities

Google has published Chrome 154 for Windows, macOS, and Linux, addressing a total of 108 vulnerabilities. Eleven of these issues are rated Critical, covering buffer overflows in ANGLE, out-of-bounds writes in GPU, and multiple Use-After-Free flaws in ServiceWorker, Fullscreen, WindowDialog, AdFilter, and WebGL. Twenty-five High-severity issues were also fixed, including authorization problems in extensions, improper UI rendering in SecurityIndicators, and race conditions plus type confusion in the V8 JavaScript engine. Additional Medium and Low severity fixes bring the total to 108 patched flaws across components such as PDFium and WebAudio. The update is being rolled out over the coming days and weeks. Specific CVEs addressed include CVE-2026-95350, CVE-2026-95357, and CVE-2026-95281.

BoletimSecVulnerabilities & Exploits

WordPress Patches Critical Core Vulnerability CVE-2026-87902 Affecting All Versions from 4.7.0

WordPress has released patches for a critical vulnerability in the platform's core code, tracked as CVE-2026-87902 with a CVSS score of 9.2. The flaw impacts every version from 4.7.0 through 7.1.1, meaning virtually all unpatched installations remain exposed. Because the issue resides in the base system rather than plugins or themes, even sites without any extensions installed are at risk. The vulnerability allows an unauthenticated attacker to load arbitrary PHP files from outside theme directories, which can lead to remote code execution on certain server configurations. The bug was privately reported in July by researcher Robert Ressl through HackerOne and disclosed publicly on 22 September, with no confirmed exploitation observed so far. Administrators are urged to apply the updates immediately and keep automatic updates enabled.