Skip to content

Security: itakademy/eval-dfs-202410

Security

SECURITY.md

SECURITY

Vulnerabilities are reported here until they are fixed.

VULNERABILITY #32

Summary

An unsafe credentials vulnerability allows any unauthenticated user to execute the webhooks manager.

Details

File hooks.php, with public access, should only be called by known and authorized hosts. It seems credentials are not checked so that anyone can trigger the webhooks remotely without credentials.

PoC

Directly call hooks.php from web browser or cURL GET request with no credentials.

Impact

Any HTTP request can trigger the webhooks from any address without auth which can be involved in DDOS attack.

There aren’t any published security advisories