-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.5
-
MOODLE_405_STABLE
-
MDL-83410-failed-login
-
This message is extremely useful when the Moodle instance is monitored by a security service such as a SIEMS. In these cases, the failed login message is extremely useful in detecting attack campaigns such credential stuffing.
The emitting of this statement into the PHP error logs is currently gated behind a DEBUG_ALL flag check for site debugging, however as this is a security adjacent concern, it should be split into its own config item, seperate from the level of debugging.
We are attempting to correlate a distributed credential stuffing campaign, however many of our sites are on DEBUG_NORMAL and so are missing these clues in the server logs, and splitting the config out allows us to force these to be logged across the fleet without forcing the debugging levels for all sites.
- has a non-specific relationship to
-
MDL-50592 Add PSR3 Logging support to mtrace/debugging/etc.
-
- Open
-