<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>移动端安全 on 办公AI智能小助手</title>
    <link>https://blog.qife122.com/tags/%E7%A7%BB%E5%8A%A8%E7%AB%AF%E5%AE%89%E5%85%A8/</link>
    <description>Recent content in 移动端安全 on 办公AI智能小助手</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>qife</copyright>
    <lastBuildDate>Tue, 25 Nov 2025 17:07:24 +0800</lastBuildDate>
    <atom:link href="https://blog.qife122.com/tags/%E7%A7%BB%E5%8A%A8%E7%AB%AF%E5%AE%89%E5%85%A8/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ExecuTorch整数溢出漏洞分析与修复方案</title>
      <link>https://blog.qife122.com/p/executorch%E6%95%B4%E6%95%B0%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E%E5%88%86%E6%9E%90%E4%B8%8E%E4%BF%AE%E5%A4%8D%E6%96%B9%E6%A1%88/</link>
      <pubDate>Tue, 25 Nov 2025 17:07:24 +0800</pubDate>
      <guid>https://blog.qife122.com/p/executorch%E6%95%B4%E6%95%B0%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E%E5%88%86%E6%9E%90%E4%B8%8E%E4%BF%AE%E5%A4%8D%E6%96%B9%E6%A1%88/</guid>
      <description>&lt;h1 id=&#34;executorch整数溢出漏洞--cve-2025-30405&#34;&gt;ExecuTorch整数溢出漏洞 · CVE-2025-30405&lt;/h1&gt;&#xA;&lt;h2 id=&#34;漏洞详情&#34;&gt;漏洞详情&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;严重程度：&lt;/strong&gt; 严重&#xA;&lt;strong&gt;CVSS评分：&lt;/strong&gt; 9.8/10&lt;/p&gt;&#xA;&lt;h3 id=&#34;受影响包及版本&#34;&gt;受影响包及版本&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;包管理器&lt;/th&gt;&#xA;          &lt;th&gt;包名称&lt;/th&gt;&#xA;          &lt;th&gt;受影响版本&lt;/th&gt;&#xA;          &lt;th&gt;修复版本&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;pip&lt;/td&gt;&#xA;          &lt;td&gt;executorch&lt;/td&gt;&#xA;          &lt;td&gt;&amp;lt; 0.7.0&lt;/td&gt;&#xA;          &lt;td&gt;0.7.0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Swift&lt;/td&gt;&#xA;          &lt;td&gt;executorch&lt;/td&gt;&#xA;          &lt;td&gt;&amp;lt; 0.7.0&lt;/td&gt;&#xA;          &lt;td&gt;0.7.0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Maven&lt;/td&gt;&#xA;          &lt;td&gt;org.pytorch:executorch-android&lt;/td&gt;&#xA;          &lt;td&gt;&amp;lt; 0.7.0&lt;/td&gt;&#xA;          &lt;td&gt;0.7.0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;漏洞描述&#34;&gt;漏洞描述&lt;/h3&gt;&#xA;&lt;p&gt;ExecuTorch模型加载过程中存在整数溢出漏洞，可能导致对象被分配到已分配内存区域之外，进而可能造成代码执行或其他不良后果。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ExecuTorch堆缓冲区溢出漏洞深度解析</title>
      <link>https://blog.qife122.com/p/executorch%E5%A0%86%E7%BC%93%E5%86%B2%E5%8C%BA%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E%E6%B7%B1%E5%BA%A6%E8%A7%A3%E6%9E%90/</link>
      <pubDate>Fri, 07 Nov 2025 11:11:01 +0800</pubDate>
      <guid>https://blog.qife122.com/p/executorch%E5%A0%86%E7%BC%93%E5%86%B2%E5%8C%BA%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E%E6%B7%B1%E5%BA%A6%E8%A7%A3%E6%9E%90/</guid>
      <description>&lt;h1 id=&#34;cve-2025-30402executorch堆缓冲区溢出漏洞分析&#34;&gt;CVE-2025-30402：ExecuTorch堆缓冲区溢出漏洞分析&lt;/h1&gt;&#xA;&lt;h2 id=&#34;漏洞概述&#34;&gt;漏洞概述&lt;/h2&gt;&#xA;&lt;p&gt;ExecuTorch在加载方法时存在堆缓冲区溢出漏洞，可能导致运行时崩溃，并可能造成代码执行或其他不良影响。&lt;/p&gt;&#xA;&lt;h2 id=&#34;受影响版本&#34;&gt;受影响版本&lt;/h2&gt;&#xA;&lt;h3 id=&#34;python包-pip&#34;&gt;Python包 (pip)&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;受影响版本：&amp;lt;= 0.6.0&lt;/li&gt;&#xA;&lt;li&gt;已修复版本：0.7.0&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;swift包&#34;&gt;Swift包&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;受影响版本：&amp;lt;= 0.6.0&lt;/li&gt;&#xA;&lt;li&gt;已修复版本：0.7.0-rc1&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;maven包&#34;&gt;Maven包&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;受影响版本：&amp;lt;= 0.6.0&lt;/li&gt;&#xA;&lt;li&gt;已修复版本：0.7.0-rc1&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;技术细节&#34;&gt;技术细节&lt;/h2&gt;&#xA;&lt;p&gt;该漏洞影响ExecuTorch在提交93b1a0c15f7eda49b2bc46b5b4c49557b4e9810f之前的版本，属于堆缓冲区溢出类型(CWE-122)。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
