Skip to main content

Tag: Known Issue

Problems already identified and documented as known issues

IDTitleDescriptionCategoryTechnologyTags
CRE-2025-0027
Low
Impact: 7/10
Mitigation: 2/10
Neutron Open Virtual Network (OVN) and Virtual Interface (VIF) allows port binding to dead agents, causing VIF plug timeoutsIn OpenStack deployments using Neutron with the OVN ML2 driver, ports could be bound to agents that were not alive. This behavior led to virtual machines experiencing network interface plug timeouts during provisioning, as the port binding would not complete successfully.Networking ProblemsneutronNeutronOvnTimeoutNetworkingOpenstackKnown IssuePublic
CRE-2025-0030
Medium
Impact: 6/10
Mitigation: 2/10
SQLAlchemy create_engine fails when password contains special characters like @SQLAlchemy applications using `create_engine()` may fail to connect to a database if the username or password contains special characters (e.g., `@`, `:`, `/`, `#`). These characters must be URL-encoded when included in the database connection string. Failure to encode them leads to parsing errors or incorrect credential usage.OrmsqlalchemySqlalchemyConfigurationPasswordUriEscapingConnectionKnown IssuePublic
CRE-2025-0032
Low
Impact: 2/10
Mitigation: 4/10
Loki generates excessive logs when memcached service port name is incorrectLoki instances using memcached for caching may emit excessive warning or error logs when the configured`memcached_client` service port name does not match the actual Kubernetes service port. This does not cause a crash or failure, but it results in noisy logs and ineffective caching behavior.Observability ProblemslokiLokiMemcachedConfigurationServiceCacheKnown IssueKubernetesPublic
CRE-2025-0033
Low
Impact: 7/10
Mitigation: 4/10
OpenTelemetry Collector refuses to scrape due to memory pressureThe OpenTelemetry Collector may refuse to ingest metrics during a Prometheus scrape if it exceeds its configured memory limits. When the `memory_limiter` processor is enabled, the Collector actively drops data to prevent out-of-memory errors, resulting in log messages indicating that data was refused due to high memory usage.Observability Problemsopentelemetry-collectorOtel CollectorPrometheusMemoryMetricsBackpressureData LossKnown IssuePublic
CRE-2025-0034
Medium
Impact: 6/10
Mitigation: 2/10
Datadog agent disabled due to missing API keyIf the Datadog agent or client libraries do not detect a configured API key, they will skip sending metrics, logs, and events. This results in a silent failure of observability reporting, often visible only through startup log messages.Observability ProblemsdatadogDatadogConfigurationApi KeyObservabilityEnvironmentTelemetryKnown IssuePublic
CRE-2025-0035
Critical
Impact: 7/10
Mitigation: 6/10
psycopg2 SSL error due to thread or forked process stateApplications using psycopg2 with OpenTelemetry instrumentation or threading may fail with SSL-related errors such as "decryption failed or bad record mac". This often occurs when a database connection is created before a fork or from an unsafe thread context, causing the SSL state to become invalid.Database ProblemsdjangoSslPsycopg2ForkThreadsDjangoInstrumentationOpentelemetryKnown IssuePublic
CRE-2025-0036
Low
Impact: 6/10
Mitigation: 3/10
OpenTelemetry Collector drops data due to 413 Payload Too Large from exporter targetThe OpenTelemetry Collector may drop telemetry data when an exporter backend responds with a 413 Payload Too Large error. This typically happens when large batches of metrics, logs, or traces exceed the maximum payload size accepted by the backend. By default, the collector drops these payloads unless retry behavior is explicitly enabled.Observability Problemsopentelemetry-collectorOtel CollectorExporterPayloadBatchDropObservabilityTelemetryKnown IssuePublic
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-0038
Low
Impact: 5/10
Mitigation: 3/10
Loki fails to cache entries due to Memcached out-of-memory errorGrafana Loki may emit errors when attempting to write to a Memcached backend that has run out of available memory. This results in dropped index or query cache entries, which can degrade query performance but does not interrupt ingestion.Observability ProblemslokiLokiMemcachedCacheMemoryInfrastructureKnown IssuePublic
CRE-2025-0039
Medium
Impact: 5/10
Mitigation: 3/10
OpenTelemetry Collector exporter experiences retryable errors due to backend unavailabilityThe OpenTelemetry Collector may intermittently fail to export telemetry data when the backend API is unavailable or overloaded. These failures manifest as timeouts (`context deadline exceeded`) or transient HTTP 502 responses. While retry logic is typically enabled, repeated failures can introduce delay or backpressure.Observability Problemsopentelemetry-collectorOtel CollectorExporterTimeoutRetryNetworkTelemetryKnown IssuePublic
CRE-2025-0040
Low
Impact: 6/10
Mitigation: 4/10
Neutron Open Virtual Network (OVN) fails to bind logical switch due to race condition during load balancer creationDuring load balancer creation or other operations involving logical router and logical switch associations, Neutron OVN may raise a `RowNotFound` exception when attempting to reference a logical switch that has just been deleted. This leads to a port binding failure and a rollback of the affected operation.Networking ProblemsneutronNeutronOvnOpenstackLoad BalancerLogical SwitchOvsdbKnown IssuePublic
CRE-2025-0041
Low
Impact: 5/10
Mitigation: 4/10
redis-py client fails with AttributeError when reused across async or process contexts- In redis-py v5.x, sharing a single Redis client across async tasks or subprocesses can result in: - `AttributeError: ''NoneType'' object has no attribute ''getpid''`. - This typically occurs when the client or connection pool is reused across forks or when event loop context is lost, especially in async frameworks or multiprocessing setups.Cache Problemsredis-pyRedisRedis PyPythonAsyncMultiprocessingContextAttributeerrorKnown IssuePublic
CRE-2025-0042
Critical
Impact: 7/10
Mitigation: 5/10
PostgreSQL transaction fails with deadlock detected error in psycopg2 and Django- Applications using Django with PostgreSQL and psycopg2 may encounter `deadlock detected` errors under concurrent write-heavy workloads. - PostgreSQL raises this error when two or more transactions block each other cyclically while waiting for locks, and one must be aborted. - Django surfaces this as an `OperationalError`, and the affected transaction is rolled back.Database ProblemsdjangoPostgreSQLPsycopg2DjangoTransactionDeadlockOperational errorPublicKnown Issue
CRE-2025-0043
Medium
Impact: 4/10
Mitigation: 2/10
Grafana fails to load plugin due to missing signatureGrafana may reject custom or third-party plugins at runtime if they are not digitally signed. When plugin signature validation is enabled (default since Grafana 8+), unsigned plugins are blocked and logged as validation errors during startup or plugin loading.Observability ProblemsgrafanaGrafanaPluginValidationSignatureConfigurationSecurityKnown IssuePublic
CRE-2025-0044
High
Impact: 9/10
Mitigation: 1/10
NGINX Config Uses Insecure TLS CiphersDetects NGINX configuration files that advertise obsolete and cryptographically weak ciphers (RC4-MD5, RC4-SHA, DES-CBC3-SHA). These ciphers are vulnerable to several well-known attacks—including BEAST, BAR-Mitzvah, Lucky-13, and statistical biases in RC4—placing any client–server communication at risk of interception or tampering.Insecure ConfigurationnginxNginxWeak CiphersSecurityConfigurationTLSKnown IssuePublic
CRE-2025-0059
Low
Impact: 6/10
Mitigation: 2/10
Datadog CWS Instrumentation webhook registration fails without service account- Datadog Cluster Agent fails to register its CWS (Container Workload Security) instrumentation webhook when running in `remote_copy` mode without a configured service account.Configuration ProblemdatadogDatadogCWSAdmission ControllerwebhookConfigurationKnown Issue