BETA Shoulder jest w wersji beta — Wyniki mogą czasami być błędne. Twoja opinia kształtuje to, co naprawimy w następnej kolejności. Podziel się opinią
#10 A10:2025

Mishandling of Exceptional Conditions

A new category containing 24 CWEs focusing on improper error handling, logical errors, failing open, and other scenarios stemming from abnormal conditions that systems may encounter.

Przeglad

New category for 2025. Focuses on how applications handle errors, edge cases, and exceptional conditions. Improper handling can lead to information disclosure, denial of service, or security control bypass.

Jak Atakujacy To Wykorzystuja

Zrozumienie wzorcow atakow pomaga budowac lepsze zabezpieczenia. To sa techniki, ktore zespoly bezpieczenstwa monitoruja.

Fail-open bypass

Security controls fail open when exceptions occur, allowing unauthorized access when the system encounters unexpected conditions.

Sygnal wykrywania: Access granted after system errors, security checks bypassed during high load

Error-based information disclosure

Detailed error messages reveal internal system information, database schemas, or file paths to attackers.

Sygnal wykrywania: Stack traces, SQL errors, or file paths in error responses

Resource exhaustion

Triggering exceptional conditions repeatedly causes resource exhaustion or denial of service.

Sygnal wykrywania: Repeated requests causing errors, memory or CPU spikes during error handling

Jak Zapobiegac

  • Implement consistent error handling across the application
  • Design systems to fail securely (fail closed, not fail open)
  • Handle all exception types explicitly, never use catch-all silently
  • Return generic error messages to users, log detailed errors internally
  • Test error handling paths with invalid, unexpected, and malicious input
  • Implement timeouts and circuit breakers for external dependencies
  • Validate assumptions about inputs and system state

CWE z Wykrywaniem Shoulder (6)

Te CWE maja reguly wykrywania Shoulder. Kliknij, aby zobaczyc konkretne podatnosci i poprawki.

Inne Zmapowane CWE (18)

Te CWE sa zmapowane do tej kategorii, ale nie maja jeszcze regul Shoulder.