HabrAugust 5, 2026🇷🇺Translated from Russian

2.2 Million Line Vulnerability Report: What Happens After Discovery and How to Turn Findings Into Action

A recent practical guide on vulnerability management examines what happens after scanners detect weaknesses, using the example of the largest report the author has handled: an 1,819-page document whose Excel export contained 2.2 million rows and could not be opened because of the 1,048,576-row limit per sheet.

The guide, part seven of the series “Vulnerability Management for Beginners,” notes that detection represents only about 10 percent of the effort. The remaining 90 percent consists of analysis, prioritization, development of remediation measures, actual elimination, and verification that the issue has been resolved and does not return.

BI.ZONE and Sber research shows that the median Time-to-Exploit has fallen roughly twenty-fold over two and a half years and now stands below 40 days for many vulnerabilities. For edge devices listed in CISA’s Known Exploited Vulnerabilities catalog, Verizon DBIR data indicate a median of zero days from disclosure to mass exploitation. Qualys analysis of more than one billion remediation records across more than ten thousand organizations found that 85 percent of KEV-vulnerable assets were still unpatched on the day of disclosure.

Because organizations can typically close only one in ten open vulnerabilities each month, according to studies by the Cyentia Institute and Kenna Security, the process must focus on closing the right vulnerabilities rather than attempting to close all of them. Hadrian analysis of three hundred infrastructures determined that only 0.47 percent of scanner findings are actually exploitable in practice.

The author recommends continuous, structured scanning that covers the entire infrastructure, including shadow IT, with separate high-frequency schedules for perimeter assets. Technological maintenance windows should be agreed in advance with system owners, and internal servers and VPN gateways should operate under different timeframes.

Instead of distributing massive reports, teams should maintain two documents: a detailed report for audits and a concise registry for administrators. The registry must answer four questions—what to install, where to install it, the deadline or SLA, and the consequences of inaction—while omitting CVSS vectors and lengthy descriptions.

Tasks should be created per update package rather than per CVE, assigned to specific teams, and closed only when the vulnerability no longer appears in a subsequent scan. Every finding has exactly three legitimate outcomes: patching, compensating controls, or documented risk acceptance that includes the decision maker, justification, compensating measures, expiration date, and scheduled review.

Related articles

SecuritylabVulnerabilities & Exploits

Password Deleted from Git but Still Present: Major CI/CD Security Mistakes

Developers often leave secrets in configuration files, .env examples, or test scripts that end up in Git history. Removing a file in a new commit does not erase previous versions, and .gitignore offers no protection for already tracked content. Pre-commit hooks with tools like Gitleaks can scan staged changes before they reach the repository. Docker images can retain secrets in layers even after removal commands, requiring BuildKit secret mounts instead. Terraform plans and state files may still expose sensitive values marked only as sensitive. Kubernetes workloads need both non-root containers with dropped capabilities and narrowly scoped RBAC roles. Multiple scanning stages from pre-commit through post-deployment help catch issues before they reach production.

Security NEXTVulnerabilities & Exploits

Critical SSRF Vulnerability in AWS SSM Agent Allows IAM Credential Theft via Port Forwarding Bypass

Amazon Web Services has disclosed a high-severity server-side request forgery vulnerability in the AWS Systems Manager Agent. The flaw, tracked as CVE-2026-89049, affects the port forwarding feature used by Session Manager and stems from insufficient validation that permits bypass of deny-list restrictions on link-local addresses. Successful exploitation requires port-forwarding permissions but can lead to unauthorized access to instance metadata and temporary IAM role credentials. The company rated the issue as Important with CVSSv4.0 base score 8.5 and CVSSv3.1 score 9.9. The vulnerability was addressed in version 3.3.4851.0 released on 13 July 2026, prior to the public advisory issued on 10 September 2026.

AntiMalwareVulnerabilities & Exploits

New Windows 11 Bypass Lets Users Skip Internet and Microsoft Account During Setup

A new method has been discovered that allows Windows 11 Home users to complete initial setup without an internet connection or Microsoft account. The technique requires no command-line tools or scripts and was found by enthusiast Bob Pony. During the OOBE process, users simply open the sign-in options and click the Learn more link, which redirects the wizard to local account creation. Previous bypasses such as OOBE\bypassnro and start ms-cxh:localonly have already been blocked by Microsoft. The new approach appears to be an overlooked interface element and works only on the Home edition. Microsoft is expected to close this loophole in a future update as it continues tightening account requirements.

Security NEXTVulnerabilities & Exploits

CISA Adds Four Actively Exploited Vulnerabilities in GitLab, ConnectWise ScreenConnect and JFrog Artifactory to KEV Catalog

The U.S. Cybersecurity and Infrastructure Security Agency has added four vulnerabilities to its Known Exploited Vulnerabilities catalog after confirming active exploitation in the wild. The flaws affect GitLab Community Edition and Enterprise Edition, ConnectWise ScreenConnect, and JFrog Artifactory. CVE-2026-85706 allows unauthenticated path traversal in GitLab’s commit API, enabling arbitrary file reads. CVE-2026-84869 in ScreenConnect permits unauthorized file transfer and execution over active remote sessions. Two additional issues in Artifactory, CVE-2026-42018 and CVE-2026-42016, can lead to token leakage and privilege escalation. Federal agencies have been directed to apply mitigations and investigate potential compromises by specific deadlines.