Skip to main content

07. References, Standards & Technical Resources

This chapter provides an exhaustive catalog of official specifications, industry standards, RFC documents, OWASP cheat sheets, real-world CVE case studies, and security tooling references.


📜 Official W3C Specifications & RFC Standards


📚 OWASP Guidelines & Cheat Sheets


🔍 Notable Real-World CVEs & Case Studies

Vulnerability / IncidentAffected TechnologyVector & MechanismImpact & Takeaway
CVE-2020-11022 / CVE-2020-11023jQuery (< 3.5.0)DOM XSS via htmlPrefilter executing unescaped elements during internal parsingTriggered XSS even when passing sanitized strings to $(). Enforced mandatory jQuery upgrades across millions of web applications.
CVE-2021-23337Lodash (< 4.17.21)Client-Side Prototype Pollution via template / merge functionsInjected properties into Object.prototype, allowing attackers to bypass configuration options and execute DOM XSS.
CVE-2022-25883DOMPurify (< 2.3.10)Mutation XSS (mXSS) bypass involving nested HTML5 element parsingHighlighted the danger of browser DOM tree mutations after sanitization. Required patching DOMPurify's internal parser logic.
Magecart British Airways IncidentFeedify 3rd-Party ScriptSupply chain compromise of third-party analytics script loaded via CDNAttackers injected 22 lines of JavaScript to skim 380,000 credit card details. Proved the necessity of SRI hashes and strict CSP.

🛠️ Security Tooling & Evaluation Utilities


Share this guide