Chapter 22
1 min read

Confrontation with Jack and CVE

Chained Attacks

Jack doesn't win by strength. He wins by timing, coordination, and exploiting multiple weaknesses at once.

Jack doesn't win by strength.
He wins by timing, coordination, and exploiting multiple weaknesses at once.

This mirrors real-world attacks:

  • Chain known CVEs with privilege escalation exploits.
  • Use social engineering perhaps to gain more access.
  • Exploit misconfigurations alongside software vulnerabilities.

Defensive takeaways:

  • Assume attacks are composed and multi-faceted.
  • Implement defense in depth: multiple layers of security controls.
  • Correlate signals across systems to detect complex attack patterns.

Winning the fight isn't stopping one attacker — it's preventing the chain.

Exercise

  1. Think like Jack! How would you hack into your own systems?
  2. Perhaps host a red team exercise to simulate a multi-stage attack on your infrastructure. Identify the weaknesses and improve your defenses accordingly.