Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
deepin-linux_reader_RCE-exploit — CVE-2023-50254: PoC Exploit for Deepin-reader RCE that affects unpatched Deepin Linux Desktops. Deepin Linux's default document reader "deepin-reader" software suffers from a serious vulnerability due to a design flaw that leads to Remote Command Execution via crafted docx document. | Kitploit
工具/GitHubGitHub/febinrev/deepin-linux_reader_rce-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubfebinrev/deepin-linux_reader_rce-exploit

deepin-linux_reader_RCE-exploit

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →

关于

CVE-2023-50254: PoC Exploit for Deepin-reader RCE that affects unpatched Deepin Linux Desktops. Deepin Linux's default document reader "deepin-reader" software suffers from a serious vulnerability due to a design flaw that leads to Remote Command Execution via crafted docx document.

分享
1632年前尚未审核

CVE-2023-50254 - Deepin Linux 默认文档查看器 deepin-reader 远程代码执行漏洞

CVE-2023-50254:针对 Deepin-reader 远程代码执行漏洞的 PoC 利用,影响未打补丁的 Deepin Linux 桌面系统。Deepin Linux 默认文档阅读器 "deepin-reader" 软件因设计缺陷存在严重漏洞,可通过特制的 docx 文档实现远程命令执行。

详情

Deepin-reader 是 Deepin Linux 操作系统的默认文档阅读器。deepin-reader 在处理 docx 文档格式时会执行某些 shell 命令操作。

  1. 当打开一个 docx 文档时,deepin-reader 会在 /tmp 下创建一个临时目录,并将 docx 文档放入该目录。

  2. 然后 deepin-reader 调用 "unzip" shell 命令来解压 docx 文件。

  3. 解压完成后,deepin-reader 调用 "pandoc" 命令将 docx 文件转换为名为 "temp.html" 的 HTML 文件,该文件位于 word/ 目录下(该目录在 docx 文件通过 unzip 解压时创建)。命令大致如下:pandoc temp.docx -o word/temp.html

  4. 接着 deepin-reader 会尝试将该 HTML 文件转换为 PDF 并打开该 PDF。

这一过程发生在 Deepin Linux 操作系统中打开 docx 文件时。 图片

该行为可通过在特制的恶意 docx 中放置一个名为 word/temp.html 的符号链接,指向目标系统中的任意文件来进行利用。

因此,在打开 docx 文件时,pandoc 将写入该符号链接 word/temp.html 所指向的系统文件。

这是一个文件覆盖漏洞。 通过覆盖 .bash_rc、.bash_login 等文件可实现远程代码执行。当用户打开终端时,将触发远程代码执行。

安全公告:https://github.com/linuxdeepin/developer-center/security/advisories/GHSA-q9jr-726g-9495

下载工具