חזרה לפיד
articlesמקור: Google Project Zero12.2.2026

עקיפת הגנת מנהל המערכת דרך ניצול גישת ממשק משתמש

Bypassing Administrator Protection by Abusing UI Access

$cat article.txt

>מאמר זה מתאר שיטות לעקיפת הגנת מנהל המערכת (Administrator Protection) ב-Windows, שהוצגה כמענה לבעיות אבטחה ב-UAC. החוקר מצא 9 דרכי עקיפה…

◆ סיכום AI

מאמר זה מתאר שיטות לעקיפת הגנת מנהל המערכת (Administrator Protection) ב-Windows, שהוצגה כמענה לבעיות אבטחה ב-UAC. החוקר מצא 9 דרכי עקיפה, מתוכן 5 נבעו משימוש לרעה בגישת ממשק משתמש (UI Access) וקשורות לבעיות ותיקות ב-UAC. הממצאים מדגישים את האתגרים ביישום בקרות אבטחה יעילות במערכות הפעלה מורכבות.

# מהמקור

In my last blog post I introduced the new Windows feature, Administrator Protection and how it aimed to create a secure boundary for UAC where one didn’t exist. I described one of the ways I was able to bypass the feature before it was released. In total I found 9 bypasses during my research that have now all been fixed. In this blog post I wanted to describe the root cause of 5 of those 9 issues, specifically the implementation of UI Access, how this has been a long standing problem with UAC that’s been under-appreciated, and how it’s being fixed now. A Question of Accessibility Prior to Windows Vista any process running on a user’s desktop could control any window created by another, such as by sending window messages. This behavior could be abused if a privileged user, such as SYSTEM, d

#windows-security#uac-bypass#ui-access#privilege-escalation
קרא במקור