Security Weaknesses (CWE)
Track Common Weakness Enumeration findings and mitigation efforts
Total Weaknesses
5
Critical Severity
2
Total Occurrences
43
Resolved
1
Identified Weaknesses
SQL Injection
CRITICALCWE-89•12 occurrences•Discovered: Mar 15, 2024
Mitigation: Implement parameterized queries and input validation
Web ApplicationAPI GatewayAdmin Portal
Cross-site Scripting (XSS)
HIGHCWE-79•8 occurrences•Discovered: Mar 20, 2024
Mitigation: Implement output encoding and CSP headers
Web ApplicationUser Dashboard
Improper Authentication
CRITICALCWE-287•5 occurrences•Discovered: Mar 10, 2024
Mitigation: Implement MFA and strengthen authentication mechanisms
Authentication ServiceMobile App
Information Exposure
MEDIUMCWE-200•15 occurrences•Discovered: Mar 22, 2024
Mitigation: Remove sensitive information from error messages
API EndpointsError Pages
Path Traversal
HIGHCWE-22•3 occurrences•Discovered: Feb 28, 2024
Mitigation: Implement proper file path validation
File Upload Service