Vulnerabilities/

Application Error

Impact: Medium

Description

Unhandled exceptions pose two primary risks. Firstly, they can lead to denial of service by causing memory leaks or excessive resource consumption. Secondly, they may leak sensitive information through error messages, which attackers can exploit to target the application.

Recommendation

To mitigate risks associated with unhandled exceptions, ensure proper exception handling for all scenarios and display generic error messages to users.

References

Last updated on May 13, 2024

Use SmartScanner Free version to test for this issue

Download