May 07 00:50
2 minutes ago
DEGRADED
medium
2
DivisionByZeroError in PaymentController due to zero quantity
1 finding(s)
814
[error] DivisionByZeroError in PaymentController
A DivisionByZeroError occurred in the PaymentController when computing the unit price for order 17 due to a zero quantity.
โ Add a check to prevent division by zero, for example by checking if the quantity is zero before performing the division.
/var/www/watchdog.sicl.ai/app/Http/Controllers/PaymentController.php:26
Suggest Fix
May 07 00:40
12 minutes ago
DEGRADED
high
4
Recurring division by zero errors and potential brute force/credential stuffing attempts detected
3 finding(s)
1,186
[error] DivisionByZeroError in PaymentController
Recurring DivisionByZeroError in PaymentController when computing unit price for order 17 due to zero quantity
โ Add a check for zero quantity before performing division
/var/www/watchdog.sicl.ai/app/Http/Controllers/PaymentController.php:26
Suggest Fix
[security] Potential Brute Force/Credential Stuffing Attempt
Multiple failed login attempts from various IPs within a short time frame, indicating possible brute force or credential stuffing attacks
โ Implement IP blocking or rate limiting for excessive login attempts
/opt/watchdog-ai/src/Console/Commands/AiLogMonitorCommand.php:145
Suggest Fix
[performance] Possible N+1 Query in OrderController
OrderController::index took 278ms to render 50 orders, possibly due to N+1 query on customer relation
โ Optimize the query using eager loading or join
/var/www/watchdog.sicl.ai/app/Http/Controllers/OrderController.php:37
Suggest Fix
May 07 00:30
22 minutes ago
DEGRADED
high
7
Multiple security threats and application errors detected
2 finding(s)
1,317
[security] Brute Force/Credential Stuffing Attempt
Multiple failed login attempts from various IPs within a short time frame, indicating possible brute force or credential stuffing attacks
โ Implement additional security measures such as IP blocking, rate limiting, and two-factor authentication
/opt/watchdog-ai/src/Console/Commands/AiLogMonitorCommand.php:145
Suggest Fix
[error] DivisionByZeroError in PaymentController
DivisionByZeroError computing unit price for order 17 due to quantity being zero
โ Add input validation to prevent division by zero errors
/var/www/watchdog.sicl.ai/app/Http/Controllers/PaymentController.php:26
Suggest Fix
May 07 00:20
32 minutes ago
DEGRADED
high
9
Multiple brute force attempts and potential credential stuffing attacks detected
2 finding(s)
1,475
[security] Brute Force/Credential Stuffing Attempt
Multiple failed login attempts from IPs 198.51.100.219, 198.51.100.144, and 198.51.100.120 within a short time frame, indicating possible brute force or credential stuffing attacks
โ Implement additional security measures such as IP blocking, rate limiting, and account lockout policies
/var/www/watchdog.sicl.ai/app/Services/AuthRateLimiter.php:43
Suggest Fix
[error] Implicit Conversion Warning
Implicit conversion from float to int loses precision in PdfReportService
โ Update PdfReportService to handle float values correctly
/var/www/watchdog.sicl.ai/app/Services/PdfReportService.php:27
Suggest Fix
May 07 00:10
42 minutes ago
DEGRADED
high
8
Detected brute force/credential stuffing attempt and potential precision loss in PdfReportService
2 finding(s)
1,407
[security] Brute Force/Credential Stuffing Attempt
Multiple failed login attempts from IP 198.51.100.120 within a short time frame, indicating a possible brute force or credential stuffing attack
โ Block IP 198.51.100.120 and review login attempt logs to prevent future attacks
/var/www/watchdog.sicl.ai/app/Services/AuthRateLimiter.php:36
Suggest Fix
[error] Implicit Conversion Warning
Implicit conversion from float to int loses precision in PdfReportService
โ Review and update PdfReportService::renderHeader to handle float values correctly
/var/www/watchdog.sicl.ai/app/Services/PdfReportService.php:27
Suggest Fix
May 07 00:00
52 minutes ago
DEGRADED
high
7
Possible brute force/credential stuffing attempt from IP 198.51.100.120
2 finding(s)
1,314
[security] Brute Force/Credential Stuffing Attempt
Multiple failed login attempts from IP 198.51.100.120 within a short time frame, indicating a possible brute force or credential stuffing attack
โ Block IP 198.51.100.120 and review authentication logs for similar patterns
/var/www/watchdog.sicl.ai/app/Services/AuthRateLimiter.php:36
Suggest Fix
[error] Implicit Conversion Warning
Implicit conversion from float to int loses precision in PdfReportService::renderHeader
โ Review and fix the implicit conversion in PdfReportService::renderHeader to prevent potential issues
/var/www/watchdog.sicl.ai/app/Services/PdfReportService.php:27
Suggest Fix