Skip to main content

Tag: Crash

Problems with applications crashing

IDTitleDescriptionCategoryTechnologyTags
CRE-2024-0021
High
Impact: 4/10
Mitigation: 5/10
KEDA operator reconciler ScaledObject panicKEDA allows for fine-grained autoscaling (including to/from zero) for event driven Kubernetes workloads. KEDA serves as a Kubernetes Metrics Server and allows users to define autoscaling rules using a dedicated Kubernetes custom resource definition.Operator ProblemsUnspecifiedKEDACrashKnown ProblemPublic
CRE-2025-0037
Low
Impact: 8/10
Mitigation: 4/10
OpenTelemetry Collector panics on nil attribute value in Prometheus Remote Write translatorThe OpenTelemetry Collector can panic due to a nil pointer dereference in the Prometheus Remote Write exporter. The issue occurs when attribute values are assumed to be strings, but the internal representation is nil or incompatible, leading to a runtime `SIGSEGV` segmentation fault and crashing the collector.Observability Problemsopentelemetry-collectorCrashPrometheusOtel CollectorExporterPanicTranslationAttributeNil PointerKnown IssuePublic
CRE-2025-0085
High
Impact: 8/10
Mitigation: 7/10
SpiceDB Schema Validation Failures Block Authorization UpdatesDetects SpiceDB schema validation failures that prevent authorization logic updates and deployments. These failures occur when invalid schema definitions are submitted, including syntax errors, circular dependencies, type conflicts, or malformed permission expressions, blocking critical authorization system updates.Authorization ProblemsspicedbSpiceDBAuthorizationConfigurationValidationCrashStartup Failure