<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Sudo漏洞 on 办公AI智能小助手</title>
    <link>https://blog.qife122.com/tags/sudo%E6%BC%8F%E6%B4%9E/</link>
    <description>Recent content in Sudo漏洞 on 办公AI智能小助手</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>qife</copyright>
    <lastBuildDate>Tue, 21 Oct 2025 16:05:13 +0800</lastBuildDate>
    <atom:link href="https://blog.qife122.com/tags/sudo%E6%BC%8F%E6%B4%9E/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Sudo CVE-2025-32463本地权限提升漏洞分析与利用</title>
      <link>https://blog.qife122.com/p/sudo-cve-2025-32463%E6%9C%AC%E5%9C%B0%E6%9D%83%E9%99%90%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E%E5%88%86%E6%9E%90%E4%B8%8E%E5%88%A9%E7%94%A8/</link>
      <pubDate>Tue, 21 Oct 2025 16:05:13 +0800</pubDate>
      <guid>https://blog.qife122.com/p/sudo-cve-2025-32463%E6%9C%AC%E5%9C%B0%E6%9D%83%E9%99%90%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E%E5%88%86%E6%9E%90%E4%B8%8E%E5%88%A9%E7%94%A8/</guid>
      <description>&lt;h1 id=&#34;cve-2025-32463-sudo-本地权限提升漏洞&#34;&gt;CVE-2025-32463: Sudo 本地权限提升漏洞&lt;/h1&gt;&#xA;&lt;h2 id=&#34;总结&#34;&gt;总结&lt;/h2&gt;&#xA;&lt;p&gt;CVE-2025-32463 是一个在 Sudo 中发现的本地权限提升（Local Privilege Escalation, LPE）漏洞。攻击者可利用此漏洞在特定条件下取得 root 权限。&lt;/p&gt;&#xA;&lt;h2 id=&#34;漏洞详情&#34;&gt;漏洞详情&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;漏洞描述：&lt;/strong&gt; 攻击者可利用 Sudo 的 &lt;code&gt;-R&lt;/code&gt; (&lt;code&gt;--chroot&lt;/code&gt;) 选项，在使用者指定的根目录中建立一个恶意的 &lt;code&gt;/etc/nsswitch.conf&lt;/code&gt; 文件。当 Sudo 在此特制环境中执行时，会读取该恶意设定，导致载入攻击者提供的函数库，进而可能取得 root 权限。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;受影响软件：&lt;/strong&gt; Sudo&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;受影响版本：&lt;/strong&gt; Sudo 1.9.14 至 1.9.17 (部分来源提及更广泛的版本范围)。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;严重性：&lt;/strong&gt; 严重 (Critical)，CVSS 3.1 分数为 9.3。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;影响：&lt;/strong&gt; 成功利用此漏洞的攻击者可以取得系统的完整控制权，并以 root 身份执行任意指令。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;攻击前提：&lt;/strong&gt; 攻击者需要拥有一个目标系统上的有效账号。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;解决方案：&lt;/strong&gt; 更新至 Sudo 1.9.17p1 或更新版本。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;已知利用：&lt;/strong&gt; 网络上已有公开的漏洞利用程序。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;如何检查&#34;&gt;如何检查&lt;/h2&gt;&#xA;&lt;p&gt;您可以透过检查系统上的 Sudo 版本来确认是否受到影响。&lt;/p&gt;</description>
    </item>
    <item>
      <title>CVE-2025-32463漏洞利用分析：通过Sudo权限提升获取Root访问</title>
      <link>https://blog.qife122.com/p/cve-2025-32463%E6%BC%8F%E6%B4%9E%E5%88%A9%E7%94%A8%E5%88%86%E6%9E%90%E9%80%9A%E8%BF%87sudo%E6%9D%83%E9%99%90%E6%8F%90%E5%8D%87%E8%8E%B7%E5%8F%96root%E8%AE%BF%E9%97%AE/</link>
      <pubDate>Sat, 27 Sep 2025 14:19:03 +0800</pubDate>
      <guid>https://blog.qife122.com/p/cve-2025-32463%E6%BC%8F%E6%B4%9E%E5%88%A9%E7%94%A8%E5%88%86%E6%9E%90%E9%80%9A%E8%BF%87sudo%E6%9D%83%E9%99%90%E6%8F%90%E5%8D%87%E8%8E%B7%E5%8F%96root%E8%AE%BF%E9%97%AE/</guid>
      <description>&lt;h1 id=&#34;-cve-2025-32463---轻松获取root权限&#34;&gt;🛡️ CVE-2025-32463 - 轻松获取Root权限&lt;/h1&gt;&#xA;&lt;h2 id=&#34;-快速开始&#34;&gt;🚀 快速开始&lt;/h2&gt;&#xA;&lt;p&gt;本指南将帮助您下载并运行CVE-2025-32463应用程序，通过&lt;code&gt;sudo chroot&lt;/code&gt;实现权限提升至root。您无需安装&lt;code&gt;gcc&lt;/code&gt;编译器。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9.17主机选项权限提升漏洞分析与本地利用</title>
      <link>https://blog.qife122.com/p/sudo-1.9.17%E4%B8%BB%E6%9C%BA%E9%80%89%E9%A1%B9%E6%9D%83%E9%99%90%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E%E5%88%86%E6%9E%90%E4%B8%8E%E6%9C%AC%E5%9C%B0%E5%88%A9%E7%94%A8/</link>
      <pubDate>Sat, 20 Sep 2025 08:26:58 +0800</pubDate>
      <guid>https://blog.qife122.com/p/sudo-1.9.17%E4%B8%BB%E6%9C%BA%E9%80%89%E9%A1%B9%E6%9D%83%E9%99%90%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E%E5%88%86%E6%9E%90%E4%B8%8E%E6%9C%AC%E5%9C%B0%E5%88%A9%E7%94%A8/</guid>
      <description>&lt;h1 id=&#34;exploit-title-sudo-1917-host-option---elevation-of-privilege&#34;&gt;Exploit Title: Sudo 1.9.17 Host Option - Elevation of Privilege&lt;/h1&gt;&#xA;&lt;h1 id=&#34;date-2025-06-30&#34;&gt;Date: 2025-06-30&lt;/h1&gt;&#xA;&lt;h1 id=&#34;exploit-author-rich-mirch&#34;&gt;Exploit Author: Rich Mirch&lt;/h1&gt;&#xA;&lt;h1 id=&#34;vendor-homepage&#34;&gt;Vendor Homepage: &lt;a href=&#34;https://www.sudo.ws&#34;&gt;https://www.sudo.ws&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;h1 id=&#34;software-link&#34;&gt;Software Link: &lt;a href=&#34;https://www.sudo.ws/dist/sudo-1.9.17.tar.gz&#34;&gt;https://www.sudo.ws/dist/sudo-1.9.17.tar.gz&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;h1 id=&#34;version-stable-190---1917-legacy-188---1832&#34;&gt;Version: Stable 1.9.0 - 1.9.17, Legacy 1.8.8 - 1.8.32&lt;/h1&gt;&#xA;&lt;h1 id=&#34;fixed-in-1917p1&#34;&gt;Fixed in: 1.9.17p1&lt;/h1&gt;&#xA;&lt;h1 id=&#34;vendor-advisory&#34;&gt;Vendor Advisory: &lt;a href=&#34;https://www.sudo.ws/security/advisories/host_any&#34;&gt;https://www.sudo.ws/security/advisories/host_any&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;h1 id=&#34;blog&#34;&gt;Blog: &lt;a href=&#34;https://www.stratascale.com/vulnerability-alert-CVE-2025-32462-sudo-host&#34;&gt;https://www.stratascale.com/vulnerability-alert-CVE-2025-32462-sudo-host&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;h1 id=&#34;tested-on-ubuntu-24041-sudo-1915p5-macos-sequoia-1532-sudo-1913p2&#34;&gt;Tested on: Ubuntu 24.04.1; Sudo 1.9.15p5, macOS Sequoia 15.3.2; Sudo 1.9.13p2&lt;/h1&gt;&#xA;&lt;h1 id=&#34;cve--cve-2025-32462&#34;&gt;CVE : CVE-2025-32462&lt;/h1&gt;&#xA;&lt;p&gt;无需专门的漏洞利用代码。当使用主机选项执行sudo或sudoedit命令，并引用一个不相关的远程主机规则时，Sudo会将该规则视为对本地系统有效。因此，远程主机规则允许的任何命令都可以在本地机器上执行。&lt;/p&gt;</description>
    </item>
    <item>
      <title>CVE-2025-32463 Sudo本地提权漏洞利用详解</title>
      <link>https://blog.qife122.com/p/cve-2025-32463-sudo%E6%9C%AC%E5%9C%B0%E6%8F%90%E6%9D%83%E6%BC%8F%E6%B4%9E%E5%88%A9%E7%94%A8%E8%AF%A6%E8%A7%A3/</link>
      <pubDate>Thu, 11 Sep 2025 23:06:11 +0800</pubDate>
      <guid>https://blog.qife122.com/p/cve-2025-32463-sudo%E6%9C%AC%E5%9C%B0%E6%8F%90%E6%9D%83%E6%BC%8F%E6%B4%9E%E5%88%A9%E7%94%A8%E8%AF%A6%E8%A7%A3/</guid>
      <description>&lt;h1 id=&#34;cve-2025-32463_sudo_poc&#34;&gt;CVE-2025-32463_Sudo_PoC&lt;/h1&gt;&#xA;&lt;p&gt;CVE-2025-32463的概念验证代码：通过&amp;ndash;chroot实现本地权限提升的sudo漏洞。利用精心构造的chroot环境进行NSS模块注入。专为安全研究人员和实验室环境设计。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
