Tag: Performance
Issues that impact system responsiveness or efficiency, such as latency, CPU/memory bottlenecks, or slow processing
| ID | Title | Description | Category | Technology | Tags |
|---|---|---|---|---|---|
| CRE-2025-0138 Low Impact: 5/10 Mitigation: 4/10 | Supabase Self-Hosted: API Rate Limit Exceeded and Request Throttling | Detects when Supabase API requests are being rate-limited due to excessive traffic or aggressive client behavior. This results in HTTP 429 responses and can indicate DDoS attacks, misconfigured clients, or insufficient rate limiting configuration for the application's traffic patterns. | API Problems | kong | SupabaseRate LimitingThrottlingProxyPerformanceSelf-HostedPublic |
| CRE-2025-0177 Critical Impact: 6/10 Mitigation: 8/10 | Redis Slow Query Performance Degradation | Detects slow query execution in Redis that exceeds configured thresholds. Slow queries indicate performance problems that can impact overall Redis responsiveness and application latency. | In-Memory Database Problems | redis | RedisPerformanceSlow LogLatencySlow Query |
| CRE-2025-0200 Critical Impact: 10/10 Mitigation: 7/10 | Redis Comprehensive Troubleshooting - Multiple Common Issues Detection | Comprehensive detection rule for multiple common Redis troubleshooting scenarios including: 1. Out-of-Memory (OOM) errors when maxmemory limit exceeded 2. Connection timeouts and connectivity issues 3. Authentication failures and permission denials 4. Invalid commands and argument errors 5. Background save (BGSAVE) conflicts and persistence issues 6. Slow query performance problems 7. Read-only replica write attempts 8. Disk persistence failures (MISCONF errors) 9. Client connection limits exceeded 10. Memory pressure and eviction warnings | In-Memory Database Problems | redis | RedisRedis CLIRedis PyOut of MemoryConnectionAuthenticationPersistencePerformanceREADONLYMISCONFACLPublic |