Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
CVE-2021-42292 — حزمة Zeek لكشف CVE-2021-42292، وهو استغلال تصعيد صلاحيات محلي في Microsoft Excel. | Kitploit
أدوات/GitHubGitHub/corelight/cve-2021-42292
تحليل الثغرات الأمنيةالاستغلالأمن الشبكاتاستخبارات التهديداتكشف التسللالاستجابة للحوادث
GitHubcorelight/cve-2021-42292

CVE-2021-42292

حزمة Zeek لكشف CVE-2021-42292، وهو استغلال تصعيد صلاحيات محلي في Microsoft Excel.

عرض المستودع
186منذ 4 سنواتلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

CVE-2021-42292

ستكتشف هذه الحزمة استغلالات CVE-2021-42292، وهي ثغرة تصعيد صلاحيات محلية في Microsoft Excel، وتنشئ إشعارًا في notice.log بخصوصها.

https://corelight.com/blog/detecting-cve-2021-42292

طريقة الكشف:

تكتشف هذه الحزمة الثغرة عند قيام جدول بيانات Excel المحفِّز بتحميل جدول بيانات ثانٍ، حيث يُنفَّذ الجدول الثاني بصلاحيات مرتفعة. يمكننا كشف قيام Microsoft Excel بتحميل ملف Microsoft Excel باستخدام هذا السكريبت. في اختباراتنا على بعض الشبكات الحية التي نراقبها، كان هذا المزيج نادرًا للغاية ولم نرَ أي نتائج إيجابية خاطئة حتى الآن.

الاستخدام:

root@kitploit:~
$ zeek -Cr excelsploit_1.pcap packages

$ cat notice.log
#separator \x09
#set_separator  ,
#empty_field    (empty)
#unset_field    -
#path   notice
#open   2021-11-10-10-56-50
#fields ts      uid     id.orig_h       id.orig_p       id.resp_h       id.resp_p       fuid    file_mime_type  file_desc       proto   note    msg     sub     src     dst     p       n       peer_descr      actions email_dest      suppress_for    remote_location.country_code    remote_location.region  remote_location.city    remote_location.latitude        remote_location.longitude
#types  time    string  addr    port    addr    port    string  string  string  enum    enum    string  string  addr    addr    port    count   string  set[enum]       set[string]     interval        string  string  string  double  double
1636433584.277654       CeV1DA2EM1pRTfgWkc      127.0.0.1       51543   127.0.0.1       80      -       -       -       tcp     CVE_2021_42292::CVE_2021_42292  127.0.0.1 may be compromised by CVE-2021-42292, MS Office Excel download using Office from 127.0.0.1 detected. See sub field for additional triage information  host='127.0.0.1', method='HEAD', user_agent='Microsoft Office Excel 2014', CONTENT-TYPE='application/vnd.ms-excel', uri='/replica.xls'      127.0.0.1       127.0.0.1       80      -       -       Notice::ACTION_LOG      (empty) 3600.000000     -       -       -       -       -
1636433584.311236       CgKWSM1bhhl7K8B6n8      127.0.0.1       51545   127.0.0.1       80      -       -       -       tcp     CVE_2021_42292::CVE_2021_42292  127.0.0.1 may be compromised by CVE-2021-42292, MS Office Excel download using Office from 127.0.0.1 detected. See sub field for additional triage information  host='127.0.0.1', method='GET', user_agent='Mozilla/4.0 (compatible; ms-office; MSOffice 16)', CONTENT-TYPE='application/vnd.ms-excel', uri='/replica.xls'  127.0.0.1       127.0.0.1       80      -       -       Notice::ACTION_LOG      (empty) 3600.000000     -       -       -       -       -
#close  2021-11-10-10-56-50

كما يتم توفير قواعد Suricata التي تعكس منهجية الكشف الخاصة بحزمة Zeek.

روابط:

  • مقالة مدونة ذات صلة تشمل استعراضًا لعناصر الكود:
    • https://corelight.com/blog/detecting-cve-2021-42292
  • أنواع MIME:
    • https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
  • وكيل مستخدم Excel:
    • https://developers.whatismybrowser.com/useragents/explore/software_name/excel/
تنزيل الأداة