S4E just found a high top 10 tcp port service scan
medium·Misconfiguration·Updated May 27, 2026

Laravel Clockwork Sensitive Information Exposure Detection Scanner

This scanner detects the use of Laravel Clockwork Exposure in digital assets. Exposure can reveal SQL queries, request data, and sensitive application internals, which could be exploited by attackers. Understanding this risk is valuable for maintaining secure environments.

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsurl
CostFree
2.4k
Times Used
continuous scan runs
3.4k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
Detail

Scanner is a web application debugging tool primarily used with the Laravel PHP framework. It's designed to offer developers comprehensive insight into application execution by exposing detailed request profiles. While beneficial in development environments, enabling Clockwork in production can lead to the exposure of sensitive information. It's predominantly used by developers and system administrators for debugging and performance tuning.

Exposure occurs when Clockwork is left enabled and publicly accessible in a production environment. This scenario allows unauthorized users to view detailed application internals, including SQL queries, request data, and session information. Such exposure can pose significant security risks, providing insider insight into system architecture and potentially sensitive business logic.

Clockwork exposure is typically found when the application path /__clockwork' is accessible and returns JSON data containing specific structure and keys like "__meta" and "toolbar". The vulnerability can be leveraged to gain unauthorized insights into server-side operations, potentially revealing sensitive operational data.

When exploited, the exposure could lead to unintended disclosure of application internals and vulnerabilities in business logic. This information might be used by attackers to craft targeted attacks, such as SQL injection or cross-site scripting, depending on the information revealed through exposure.

REFERENCES

Solution Advice
  • Disable Clockwork in production by setting CLOCKWORK_ENABLE=false in the .env file.
  • Remove the Clockwork package from production dependencies entirely.
  • Ensure all debug tools are disabled or protected with strong authentication in production environments.
  • Regularly audit configuration files to prevent inadvertent exposure of sensitive information.
  • Monitor access logs to identify unauthorized attempts to access debugging interfaces.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

Laravel Clockwork Sensitive Information Exposure Detection Scanner S4E