Total CWEs
🔍 Unique weakness types
CVEs with CWE
📊 Classified vulnerabilities
🎯 Most common weakness
Top 5 CWE Share
🏆 Combined dominance

Top Common Weakness Enumerations

Most frequently occurring CWE types in CVE database

CWE Categories

Distribution by weakness category
Categories based on CWE Research Concepts taxonomy.

🔍 CWE Intelligence Insights

🎯
Most Critical
📈
Trend Analysis
📈
Temporal Trends

📊 Detailed CWE Analysis

Comprehensive breakdown of all Common Weakness Enumerations
Rank CWE ID Description CVE Count Percentage
Showing 1-25 of 68 CWEs

📤 Export & Share

Last updated: Loading...
`); printWindow.document.close(); printWindow.focus(); setTimeout(() => { printWindow.print(); }, 500); } // Update last updated timestamp function updateLastUpdated(timestamp) { if (timestamp) { const date = new Date(timestamp); document.getElementById('lastUpdated').textContent = date.toLocaleString(); } } // Deep linking for data mode (function() { var origToggle = toggleDataMode; toggleDataMode = function() { origToggle(); if (window.CVE_HASH) CVE_HASH.update('mode', isCurrentYearMode ? 'current' : ''); }; document.addEventListener('DOMContentLoaded', function() { setTimeout(function() { if (window.CVE_HASH && CVE_HASH.get().mode === 'current') origToggle(); }, 500); }); })();