flawopen.com/Incidentes/Equifax / Apache Struts

Equifax: un parche disponible hace dos meses, 147 millones de identidades expuestas

Critical — 147M records CWE-917: Expression Language Injection Breach May–July 2017, disclosed September 2017
ELI5 (Explicación Sencilla)

Una empresa instala un contestador automático para que los clientes digan su idioma. Pero si alguien dice una instrucción en código en lugar de un idioma, el sistema no da error, sino que ejecuta la orden y abre la caja fuerte de par en par.

Why the patch was never applied

The technical flaw is unremarkable; the organisational failure is the reason this breach is still taught. Congressional and regulatory findings identified a cluster of causes that compounded one another:

The lessons that actually transfer

Equifax is the canonical demonstration that vulnerability management is an inventory problem before it is a patching problem. The organisation knew about the CVE, had the patch, and issued the instruction — and still lost 147 million records, because the instruction could not be mapped onto a system nobody had recorded.

The second durable lesson is about monitoring integrity. A security control that has silently stopped working is worse than a missing one, because it produces false assurance. An expired certificate on an inspection appliance is a mundane operational defect that, in this case, cost 76 days of detection time.

FAQ

Was this a sophisticated attack?

The initial exploit was not. CVE-2017-5638 was public, widely weaponised, and being scanned for at internet scale within days of disclosure. What distinguished the incident was the length of undetected access and the breadth of data reachable once inside.

How fast do I actually need to patch?

For an internet-facing, unauthenticated RCE in a widely deployed framework, the practical window is days, not weeks — mass scanning typically begins within 24–72 hours of public disclosure. The prerequisite is knowing where the software runs, which is why inventory work pays off more than patch-speed targets alone.

Related reading

Fuentes y avisos oficiales