游客发表

利用 Mojo IPC 的 UAF 漏洞逃逸 Chrome 浏览器沙箱

发帖时间:2025-11-04 07:20:09

利用 Mojo IPC 的 UAF 漏洞逃逸 Chrome 浏览器沙箱
复制// Represents a system application related to a particular web app.   // See: https://www.w3.org/TR/appmanifest/#dfn-application-object   struct RelatedApplication {     string platform;     // TODO(mgiuca): Change to url.mojom.Url (requires changing     // WebRelatedApplication as well).     string?利用F漏e浏览器 url;     string? id;     string? version;   };   // Mojo service for the getInstalledRelatedApps implementation.   // The browser process implements this service and receives calls from  // renderers to resolve calls to navigator.getInstalledRelatedApps().   interface InstalledAppProvider {     // Filters |relatedApps|, keeping only those which are both installed on the     // users system, and related to the web origin of the requesting page.     // Also appends the app version to the filtered apps.     FilterInstalledApps(array related_apps, url.mojom.Url manifest_url)         => (array installed_apps);   };  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.

    热门排行

    友情链接