Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Lucee Stack Trace Error" module is designed to detect a specific error condition in Lucee, a software platform used for developing web applications. This module focuses on identifying instances where the Lucee runtime encounters an error and generates a stack trace. The severity of this error is classified as low.
This module was authored by dhiyaneshDK.
The "Lucee Stack Trace Error" module helps identify instances where the Lucee runtime encounters an error and generates a stack trace. While the severity of this error is classified as low, it can still provide valuable insights into potential misconfigurations or vulnerabilities within the Lucee application.
The "Lucee Stack Trace Error" module operates by sending HTTP requests to the target application and analyzing the responses. It uses specific matching conditions to identify instances where the Lucee runtime encounters an error and generates a stack trace.
One example of a matching condition used by this module is the presence of the "lucee.runtime" keyword in the response. Additionally, it considers both 500 and 200 HTTP status codes as indicators of a potential stack trace error.
By leveraging these matching conditions, the module can effectively detect and report instances of the "Lucee Stack Trace Error" within the target application.