Loading theme toggle...

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

CRITICAL
CWE-8912 occurrencesDiscovered: Mar 15, 2024
Mitigation: Implement parameterized queries and input validation
Web ApplicationAPI GatewayAdmin Portal
MITIGATING

Cross-site Scripting (XSS)

HIGH
CWE-798 occurrencesDiscovered: Mar 20, 2024
Mitigation: Implement output encoding and CSP headers
Web ApplicationUser Dashboard
ANALYZING

Improper Authentication

CRITICAL
CWE-2875 occurrencesDiscovered: Mar 10, 2024
Mitigation: Implement MFA and strengthen authentication mechanisms
Authentication ServiceMobile App
MITIGATING

Information Exposure

MEDIUM
CWE-20015 occurrencesDiscovered: Mar 22, 2024
Mitigation: Remove sensitive information from error messages
API EndpointsError Pages
IDENTIFIED

Path Traversal

HIGH
CWE-223 occurrencesDiscovered: Feb 28, 2024
Mitigation: Implement proper file path validation
File Upload Service
RESOLVED