A month after the security alert, about 40% of the Parity Ethereum nodes in Ethernodes.org data were still unpatched. The flaw let any node be crashed remotely, which lowers the compute needed for a 51% attack. The reason it spread so slowly is the part worth knowing: the bug had not been marked critical on Parity’s own update track, so clients running default settings never fetched it. How long a patch takes to land is part of the risk, not an operational detail.
How
Node versions read from their announced headers in data from Ethernodes.org, acquired on 21 March 2019, a month after the security alert for the remotely triggerable integer overflow we disclosed to Parity that February. Ethernodes.org scans the network through the Ethereum discovery protocol and saw close to 11,000 nodes at that time.
The blockchain ecosystem has a patch problemThree flaws in one IT service management product, none of them individually a crisis, chained into unauthenticated remote code execution: an HQL injection to read the database, a weakness in the single-sign-on implementation to log in as an administrator with what the first flaw returned, and a path traversal to upload a web shell. They were assigned CVE-2021-28022, 28024 and 28023. A list that scores each of the three on its own never shows you that path.
Chaining three zero-days in ITSM software for remote code executionLLMs lowered the cost of producing code and the cost of producing findings at the same time, which moved the constraint to verification. Under heavy automated reporting, maintainers began optimising for reducing inbound noise rather than for the underlying risk, so reported counts rose without outcomes improving. Vulnerability counts do not become CVEs, releases or risk reduction on their own.
How
Analysis of LLM-assisted disclosure practice against maintainer response, including the oss-security exchange following a high-volume AI disclosure campaign.
What it does not support
An analysis of disclosure practice and published industry data, not a controlled measurement. It shows the bottleneck moved, not by how much, and the oss-security exchange is one case rather than a survey of maintainers.
AI-generated code, AI-generated findings, and the verification bottleneck