Fickling is a Python pickling decompiler and static analyzer. Fickling versions up to and including 0.1.6 do not treat Python's cProfile module as unsafe. Because of this, a malicious pickle that uses cProfile.run() is classified as SUSPICIOUS instead of OVERTLY_MALICIOUS. If a user relies on Fickling's output to decide whether a pickle is safe to deserialize, this misclassification can lead them to execute attacker-controlled code on their system. This affects any workflow or product that uses Fickling as a security gate for pickle deserialization. This issue has been patched in version 0.1.7.
Fickling Python pickle analyzer versions up to 0.1.6 fail to classify cProfile.run() as malicious, allowing attackers to bypass security checks and execute arbitrary code. Organizations relying on Fickling as a security gate for pickle deserialization are vulnerable to code execution attacks.
يفشل محلل Fickling الثابت للـ pickle في الإصدارات حتى 0.1.6 في تصنيف وحدة cProfile كخطيرة، مما يؤدي إلى تصنيف الـ pickles الضارة كمريبة بدلاً من خطيرة بشكل صريح. يمكن للمهاجمين استغلال هذا الخلل لتنفيذ أكواد عشوائية على الأنظمة التي تعتمد على Fickling كبوابة أمان.
إصدارات Fickling حتى 0.1.6 لا تصنف cProfile.run() كخطير، مما يسمح للمهاجمين بتجاوز فحوصات الأمان وتنفيذ أكواد عشوائية. المنظمات التي تعتمد على Fickling كبوابة أمان لفك تسلسل pickle معرضة لهجمات تنفيذ الأكواد.
Upgrade Fickling to version 0.1.7 or later immediately. Review all pickle deserialization workflows currently using Fickling versions 0.1.6 and below. Implement additional security controls such as sandboxing pickle deserialization operations and avoiding untrusted pickle sources. Conduct security audits of systems that may have processed malicious pickles.
قم بترقية Fickling إلى الإصدار 0.1.7 أو أحدث فوراً. راجع جميع سير عمل فك تسلسل pickle التي تستخدم إصدارات Fickling 0.1.6 وأقدم. طبق ضوابط أمان إضافية مثل عزل عمليات فك تسلسل pickle وتجنب مصادر pickle غير الموثوقة. أجرِ تدقيقات أمان للأنظمة التي قد تكون معالجة لـ pickles ضارة.