Lucene search
+L

44 matches found

Kitploit
Kitploit
added 2026/09/10 11:17 p.m.7 views

CVE-2025-69604

CVE-2025-69604 Description This vulnerability is similar to the one that is described in CVE-2025-61229 – an attacker can edit the task template to get SuperDuper backup tasks to install an arbitrary package. The package can then run shell scripts as the root user and with the highest level of...

8.4CVSS6.1AI score0.00134EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/09 9:57 a.m.6 views

CVE-2025-61228

CVE-2025-61228 警告 此问题似乎比开发者所暗示的更为严重,我不希望这部分内容被埋没。开发者在博客中提到: 只有当您的系统上有一个程序正在寻找SuperDuper进行更新、通过合法途径呈现了真实更新、并且您点击了升级时,这种情况才会发生。 这并非事实,利用此漏洞并不需要 通过合法途径呈现真实更新。绝对不要接受SuperDuper 3.10及更早版本提供的任何更新! 我将在下文更详细地解释这一点。 同样重要的是要理解,此漏洞不仅限于权限提升,还涉及对隐私控制的破坏。这个细节似乎被开发者博客文章省略了。 描述 摘自开发者博客:...

7.8CVSS5.9AI score0.00107EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/09 3:41 a.m.7 views

CVE-2025-61229

CVE-2025-61229 描述 来自开发者博客: 用户可设置的 Before/After shell 脚本在提权状态下运行,拥有 SuperDuper 的 TCC 完全磁盘访问权限。由于这些 shell 脚本由复制或计划任务的设置文件引用,恶意攻击者可以修改这些设置以运行自己的脚本。 来自 CVE: Shirt Pocket 的 SuperDuper! 3.10 及更早版本中存在一个问题,允许本地攻击者修改默认任务模板,以 root 权限和完全磁盘访问权限执行任意预飞脚本,从而绕过 macOS 隐私控制。 归属 本作者并非漏洞发现者,SuperDuper...

8.4CVSS5.8AI score0.00134EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/09 12:17 a.m.6 views

CVE-2025-57489

CVE-2025-57489 描述 来自开发者博客: 当 SuperDuper 中的锁被解锁以允许无需输入管理员密码即可执行时,第三方程序可能会利用我们的授权来运行除备份之外的其他具有管理员权限的操作。 CVE 描述: Shirt Pocket SuperDuper! v3.10 的 SDAgent 组件中存在不正确的访问控制,由于不当使用 setuid 二进制文件,允许攻击者将权限提升至 root。 归因 本文作者并非此漏洞的发现者,SuperDuper 开发者将其标识为“匿名安全研究员”。我不声称发现此漏洞的功劳,只是出于兴趣对其进行了技术分析。 参考 SuperDuper 安全更新...

8.1CVSS5.6AI score0.00297EPSS
SaveExploits1
OSV
OSV
added 2026/07/13 3:15 p.m.15 views

PYSEC-2026-3077 Superduper: Remote code execution via unsafe eval in superduper query parsing

The superduper project thru v0.10.0 contains a critical remote code execution vulnerability in its query parsing component. The parseoppart function in query.py uses the unsafe eval function to dynamically evaluate user-supplied query operands without proper sanitization or restriction. Although...

8.8CVSS6.6AI score0.00405EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/05/13 2:22 p.m.14 views

CVE-2026-31225

The superduper project thru v0.10.0 contains a critical remote code execution vulnerability in its query parsing component. The parseoppart function in query.py uses the unsafe eval function to dynamically evaluate user-supplied query operands without proper sanitization or restriction. Although...

8.8CVSS6.5AI score0.00405EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/05/12 6:30 p.m.27 views

Superduper: Remote code execution via unsafe eval in superduper query parsing

The superduper project thru v0.10.0 contains a critical remote code execution vulnerability in its query parsing component. The parseoppart function in query.py uses the unsafe eval function to dynamically evaluate user-supplied query operands without proper sanitization or restriction. Although...

8.8CVSS6.5AI score0.00405EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/12 6:30 p.m.15 views

GHSA-2799-6G5R-MMC7 Superduper: Remote code execution via unsafe eval in superduper query parsing

The superduper project thru v0.10.0 contains a critical remote code execution vulnerability in its query parsing component. The parseoppart function in query.py uses the unsafe eval function to dynamically evaluate user-supplied query operands without proper sanitization or restriction. Although...

8.8CVSS6.5AI score0.00405EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/12 6:30 p.m.14 views

Arbitrary Code Injection

Overview superduper-framework is a Build compositional and declarative AI applications and agents Affected versions of this package are vulnerable to Arbitrary Code Injection in the parseoppart function due to the use of eval on user-supplied input without adequate sanitization or restriction. An...

8.8CVSS6.2AI score0.00405EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/12 12:00 a.m.20 views

superduper 安全漏洞

Superduper is an open-source database integration AI proxy and application building tool developed by superduper.io. Versions of Superduper prior to v0.10.0 contained security vulnerabilities. These vulnerabilities stemmed from the Parseoppart function in the query parsing component, which used t...

8.8CVSS6.1AI score0.00405EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/12 12:00 a.m.29 views

CVE-2026-31225

The vulnerability CVE-2026-31225 affects the superduper project up to v0.10.0. The issue is in the query parsing component: the function named in the code (_parse_op_part()/parse_op_part()) uses eval() on user-supplied operands with only a restricted global namespace, but does not block dangerous...

8.8CVSS6.5AI score0.00405EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/05/12 12:00 a.m.10 views

CVE-2026-31225

The superduper project thru v0.10.0 contains a critical remote code execution vulnerability in its query parsing component. The parseoppart function in query.py uses the unsafe eval function to dynamically evaluate user-supplied query operands without proper sanitization or restriction. Although...

6.5AI score0.00405EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/01/30 3:24 a.m.19 views

CVE-2025-69604

An issue in Shirt Pocket's SuperDuper! 3.11 and earlier allow a local attacker to modify the default task template to install an arbitrary package that can run shell scripts with root privileges and Full Disk Access, thus bypassing macOS privacy controls...

7.8CVSS6AI score0.001EPSS
SaveExploits0References1
NVD
NVD
added 2026/01/29 8:16 p.m.22 views

CVE-2025-69604

An issue in Shirt Pocket's SuperDuper! 3.11 and earlier allow a local attacker to modify the default task template to install an arbitrary package that can run shell scripts with root privileges and Full Disk Access, thus bypassing macOS privacy controls...

7.8CVSS0.001EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/29 8:16 p.m.13 views

CVE-2025-69604

An issue in Shirt Pocket's SuperDuper! 3.11 and earlier allow a local attacker to modify the default task template to install an arbitrary package that can run shell scripts with root privileges and Full Disk Access, thus bypassing macOS privacy controls...

7.8CVSS5.9AI score0.001EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/29 12:00 a.m.16 views

PT-2026-5345

An issue in Shirt Pocket's SuperDuper! 3.11 and earlier allow a local attacker to modify the default task template to install an arbitrary package that can run shell scripts with root privileges and Full Disk Access, thus bypassing macOS privacy controls...

6AI score0.001EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/01/29 12:00 a.m.7 views

CVE-2025-69604

An issue in Shirt Pocket's SuperDuper! 3.11 and earlier allow a local attacker to modify the default task template to install an arbitrary package that can run shell scripts with root privileges and Full Disk Access, thus bypassing macOS privacy controls...

5.6AI score0.001EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/01/29 12:00 a.m.9 views

CVE-2025-69604

An issue in Shirt Pocket's SuperDuper! 3.11 and earlier allow a local attacker to modify the default task template to install an arbitrary package that can run shell scripts with root privileges and Full Disk Access, thus bypassing macOS privacy controls...

6AI score0.001EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/01/29 12:00 a.m.37 views

CVE-2025-69604

An issue in Shirt Pocket's SuperDuper! 3.11 and earlier allow a local attacker to modify the default task template to install an arbitrary package that can run shell scripts with root privileges and Full Disk Access, thus bypassing macOS privacy controls...

0.001EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/01/29 12:00 a.m.16 views

Shirt Pocket SuperDuper! security vulnerability

Shirt Pocket SuperDuper! is a data backup, disk cloning, and recovery tool for macOS systems developed by Shirt Pocket. Versions of Shirt Pocket SuperDuper! 3.11 and earlier contain security vulnerabilities. These vulnerabilities stem from the default task templates being susceptible to...

7.8CVSS5.8AI score0.001EPSS
SaveExploits0References3
Rows per page
Query Builder