CVE-2026-67228
BilinmiyorTeknik Veri (Otomatik)
- CVSS Skoru
- —
- EPSS
- —
- CWE
- CWE-400
- KEV Durumu
- Hayır
RabbitMQ, bir mesajlaşma ve akış brokerıdır. 4.2.7 ve 4.3.1 sürümlerinden önceki sürümlerde, çalışma parametreleri arama yolu, URL :component segmentini rabbit_data_coercion:to_atom/1 ile lookup_component/1 (deps/rabbit/src/rabbit_runtime_parameters.erl) içinde bir atoma zorlar ve daha önce görülmemiş herhangi bir değer için yeni bir atom oluşturur. Güvenli bir yardımcı, rabbit_registry:binary_to_type/1, binary_to_existing_atom ile bir catch kullanır, ancak bu çağrı sitesinde kullanılmaz. lookup_component/1, istek URL'sinin :component segmentinde rabbit_data_coercion:to_atom(Component) çağırır ve saldırgan tarafından sağlanan bir diziği yeni bir atoma dönüştürür. Erlang atom tablosu sınırlıdır ve atomlar asla toplanmaz, bu nedenle yetkili bir policymaker yaklaşık bir milyon farklı bileşen değerleriyle istek yayınlayarak atom tablosunu tüketebilir ve düğümü çöktürebilir, bu da hizmet reddine neden olur. Ön koşullar arasında, sömürme için policymaker ayrıcalıkları ve yaklaşık bir milyon isteğin gerekli olması yer alır. Bu sorun, 4.2.7 ve 4.3.1 sürümlerinde giderilmiştir.
Orijinal açıklama (İngilizce)
RabbitMQ is a messaging and streaming broker. Prior to versions 4.2.7 and 4.3.1, The runtime-parameters lookup path coerces the URL :component segment to an atom with rabbit_data_coercion:to_atom/1 in lookup_component/1 (deps/rabbit/src/rabbit_runtime_parameters.erl), creating a new atom for any previously unseen value. A safe helper, rabbit_registry:binary_to_type/1, which uses binary_to_existing_atom with a catch, already exists but is not used at this call site. lookup_component/1 calls rabbit_data_coercion:to_atom(Component) on the :component segment of the request URL, converting an attacker-supplied string into a new atom. Because the Erlang atom table is bounded and atoms are never garbage collected, an authorized policymaker issuing roughly one million requests with distinct component values can exhaust the atom table and crash the node, resulting in a denial of service. Preconditions include Exploitation requires policymaker privileges and roughly one million requests.. This issue is fixed in versions 4.2.7 and 4.3.1.
Bu CVE için henüz editoryal inceleme yapılmadı. Sadece otomatik teknik veri gösteriliyor.
