Nuclei POC 精选分析 - 2026-08-04
📊 智能筛选概况
- 发现变更: 363 个模板更新
- 精选分析: 30 个高价值 POC
- 智能跳过: 333 个低优先级模板
- 高风险漏洞: 12 个
- 主要类别: CVE漏洞(17), 其他(13)
💡 智能筛选说明: 系统自动优先分析 CVE 漏洞、高危漏洞和新增模板,跳过低价值的技术识别类模板,确保高效利用 API 资源。
严重程度分布
- 🔴 严重: 8 个
- 🟠 高危: 4 个
- 🟡 中危: 5 个
- ⚪ 信息: 13 个
🔍 重点漏洞分析
Keras Model.load_model - Arbitrary Code Execution
- 漏洞ID:
CVE-2025-1550 - CVE:
CVE-2025-1550(2025) - 严重程度: 🔴 CRITICAL
- 风险等级: 极高风险 (5/5)
- 影响资产: 未知
- 预估影响: 数千个
- EPSS: 0.02803 (percentile 0.85066) @ 2026-08-03
描述: The Keras Model.load_model function permits arbitrary code execution, even with safe_mode=True, through a manually constructed, malicious .keras archive. By altering the config.json file within the archive, an attacker can specify arbitrary Python modules and functions, along with their arguments, to be loaded and executed during model loading
攻击向量: 网络扫描
参考链接:
Erlang/OTP SSH - Remote Code Execution
- 漏洞ID:
CVE-2025-32433 - CVE:
CVE-2025-32433(2025) - 严重程度: 🔴 CRITICAL
- 风险等级: 极高风险 (5/5)
- 影响资产: 未知
- 预估影响: 数千个
- EPSS: 0.98594 (percentile 0.99918) @ 2026-08-03
描述: Erlang/OTP is a set of libraries for the Erlang programming language. Prior to versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20, a SSH server may allow an attacker to perform unauthenticated remote code execution (RCE). By exploiting a flaw in SSH protocol message handling, a malicious actor could gain unauthorized access to affected systems and execute arbitrary commands without valid credentials.
攻击向量: 网络扫描
CVE编号: CVE-2025-32433
参考链接:
CrushFTP - Authentication Bypass Race Condition
- 漏洞ID:
CVE-2025-54309 - CVE:
CVE-2025-54309(2025) - 严重程度: 🔴 CRITICAL
- 风险等级: 极高风险 (5/5)
- 影响资产: 未知
- 预估影响: 数千个
- EPSS: 0.92034 (percentile 0.99811) @ 2026-08-03
描述: CrushFTP 10 before 10.8.5 and 11 before 11.3.4_23, when the DMZ proxy feature is not used, mishandles AS2 validation and consequently allows remote attackers to obtain admin access via HTTPS, as exploited in the wild in July 2025.
攻击向量: 网络扫描
CVE编号: CVE-2025-54309
参考链接:
Next.js Middleware Authorization Bypass
- 漏洞ID:
CVE-2025-29927-HEADLESS - CVE:
CVE-2025-29927(2025) - 严重程度: 🔴 CRITICAL
- 风险等级: 极高风险 (5/5)
- 影响资产: 未知
- 预估影响: 数千个
- EPSS: 0.99301 (percentile 0.99935) @ 2026-08-03
描述: A critical vulnerability in Next.js middleware allows attackers to bypass authorization checks by manipulating the x-middleware-subrequest header. This flaw affects Next.js versions prior to 14.2.25 and 15.2.3, potentially granting unauthorized access to sensitive resources.
攻击向量: 网络扫描
CVE编号: CVE-2025-29927
参考链接:
XWiki REST API Query - SQL Injection
- 漏洞ID:
CVE-2025-32969 - CVE:
CVE-2025-32969(2025) - 严重程度: 🔴 CRITICAL
- 风险等级: 极高风险 (5/5)
- 影响资产: 未知
- 预估影响: 数千个
- EPSS: 0.77774 (percentile 0.99523) @ 2026-08-03
描述: A SQL injection vulnerability exists in XWiki's REST API query endpoint. An unauthenticated attacker can execute arbitrary SQL queries through the 'q' parameter by manipulating the HQL query, potentially leading to data exfiltration or system compromise.
攻击向量: 网络扫描
CVE编号: CVE-2025-32969
参考链接:
WordPress Core 6.9-7.0.1 - Pre-Auth Batch-Route Confusion
- 漏洞ID:
CVE-2026-63030 - CVE:
CVE-2026-63030(2026) - 严重程度: 🔴 CRITICAL
- 风险等级: 极高风险 (5/5)
- 影响资产: WordPress 站点
- 预估影响: 数千万个
- EPSS: 0.98417 (percentile 0.99915) @ 2026-08-03
描述: WordPress core versions 6.9.0 through 6.9.4 and 7.0.0 through 7.0.1 are vulnerable to a pre-authentication route confusion issue in the REST API batch endpoint (/?rest_route=/batch/v1). A malformed nested batch request desynchronizes the batch router, allowing unauthenticated requests to reach unintended REST API handlers and bypass authorization checks. This route confusion can be chained with a SQL injection flaw (CVE-2026-60137) in the author_exclude parameter to extract database contents and ultimately achieve remote code execution. This template safely detects the vulnerable handler state via the route confusion behavior alone, without executing SQL or relying on response timing.
攻击向量: 网络扫描
CVE编号: CVE-2026-63030
参考链接:
WordPress Core 6.9-7.0.1 - Pre-Auth Batch-Route Confusion
- 漏洞ID:
CVE-2026-63030 - CVE:
CVE-2026-63030(2026) - 严重程度: 🔴 CRITICAL
- 风险等级: 极高风险 (5/5)
- 影响资产: WordPress 站点
- 预估影响: 数千万个
- EPSS: 0.98417 (percentile 0.99915) @ 2026-08-03
描述: WordPress core versions 6.9.0 through 6.9.4 and 7.0.0 through 7.0.1 are vulnerable to a pre-authentication route confusion issue in the REST API batch endpoint (/?rest_route=/batch/v1). A malformed nested batch request desynchronizes the batch router, allowing unauthenticated requests to reach unintended REST API handlers and bypass authorization checks. This route confusion can be chained with a SQL injection flaw (CVE-2026-60137) in the author_exclude parameter to extract database contents and ultimately achieve remote code execution. This template safely detects the vulnerable handler state via the route confusion behavior alone, without executing SQL or relying on response timing.
攻击向量: 网络扫描
CVE编号: CVE-2026-63030
参考链接:
XWiki REST API Query - SQL Injection
- 漏洞ID:
CVE-2025-32969 - CVE:
CVE-2025-32969(2025) - 严重程度: 🔴 CRITICAL
- 风险等级: 极高风险 (5/5)
- 影响资产: 未知
- 预估影响: 数千个
- EPSS: 0.77774 (percentile 0.99523) @ 2026-08-03
描述: A SQL injection vulnerability exists in XWiki's REST API query endpoint. An unauthenticated attacker can execute arbitrary SQL queries through the 'q' parameter by manipulating the HQL query, potentially leading to data exfiltration or system compromise.
攻击向量: 网络扫描
CVE编号: CVE-2025-32969
参考链接:
PraisonAI - Authentication Bypass
- 漏洞ID:
CVE-2026-44338 - CVE:
CVE-2026-44338(2026) - 严重程度: 🟠 HIGH
- 风险等级: 极高风险 (4.7/5)
- 影响资产: 未知
- 预估影响: 数千个
- EPSS: 0.28571 (percentile 0.97942) @ 2026-08-03
描述: PraisonAI 2.5.6 to < 4.6.34 contains a broken authentication caused by disabled default authentication in legacy Flask API server, letting remote attackers access /agents and trigger workflows without token, exploit requires network access to API server.
攻击向量: 网络扫描
CVE编号: CVE-2026-44338
参考链接:
PraisonAI - Authentication Bypass
- 漏洞ID:
CVE-2026-44338 - CVE:
CVE-2026-44338(2026) - 严重程度: 🟠 HIGH
- 风险等级: 极高风险 (4.7/5)
- 影响资产: 未知
- 预估影响: 数千个
- EPSS: 0.28571 (percentile 0.97942) @ 2026-08-03
描述: PraisonAI 2.5.6 to < 4.6.34 contains a broken authentication caused by disabled default authentication in legacy Flask API server, letting remote attackers access /agents and trigger workflows without token, exploit requires network access to API server.
攻击向量: 网络扫描
CVE编号: CVE-2026-44338
参考链接:
langchain-ai langchain - XML External Entity Injection
- 漏洞ID:
CVE-2025-6984 - CVE:
CVE-2025-6984(2025) - 严重程度: 🟠 HIGH
- 风险等级: 极高风险 (4.5/5)
- 影响资产: 未知
- 预估影响: 数千个
- EPSS: 0.01531 (percentile 0.72257) @ 2026-08-03
描述: langchain-ai/langchain 0.3.63 contains an XML External Entity (XXE) injection caused by insecure XML parsing in EverNoteLoader using etree.iterparse(), letting attackers disclose sensitive information, exploit requires crafted malicious XML payload.
攻击向量: 网络扫描
CVE编号: CVE-2025-6984
参考链接:
UpdraftPlus WP Backup & Migration Plugin - Authentication Bypass
- 漏洞ID:
CVE-2026-10795 - CVE:
CVE-2026-10795(2026) - 严重程度: 🟠 HIGH
- 风险等级: 极高风险 (4.5/5)
- 影响资产: WordPress 站点
- 预估影响: 数千万个
- EPSS: 0.03578 (percentile 0.88236) @ 2026-08-03
描述: UpdraftPlus WP Backup & Migration Plugin for WordPress <= 1.26.4 contains an authentication bypass caused by insufficient validation in UpdraftPlus_Remote_Communications_V2::wp_loaded, letting unauthenticated attackers execute arbitrary RPC commands as admin, exploit requires no authentication.
攻击向量: 网络扫描
CVE编号: CVE-2026-10795
参考链接:
📋 完整模板列表
| 模板名称 | 严重程度 | 类别 | 影响资产 | EPSS | 风险评分 |
|---|---|---|---|---|---|
| Keras Model.load_model - Arbitrary Code Execution | 🔴 critical | CVE漏洞 | 通用 | 0.0280 | 5/5 |
| Erlang/OTP SSH - Remote Code Execution | 🔴 critical | CVE漏洞 | 通用 | 0.9859 | 5/5 |
| CrushFTP - Authentication Bypass Race Condition | 🔴 critical | CVE漏洞 | 通用 | 0.9203 | 5/5 |
| Next.js Middleware Authorization Bypass | 🔴 critical | CVE漏洞 | 通用 | 0.9930 | 5/5 |
| XWiki REST API Query - SQL Injection | 🔴 critical | CVE漏洞 | 通用 | 0.7777 | 5/5 |
| WordPress Core 6.9-7.0.1 - Pre-Auth Batch-Route Co | 🔴 critical | CVE漏洞 | WordPress 站点 | 0.9842 | 5/5 |
| WordPress Core 6.9-7.0.1 - Pre-Auth Batch-Route Co | 🔴 critical | CVE漏洞 | WordPress 站点 | 0.9842 | 5/5 |
| XWiki REST API Query - SQL Injection | 🔴 critical | CVE漏洞 | 通用 | 0.7777 | 5/5 |
| PraisonAI - Authentication Bypass | 🟠 high | CVE漏洞 | 通用 | 0.2857 | 4.7/5 |
| PraisonAI - Authentication Bypass | 🟠 high | CVE漏洞 | 通用 | 0.2857 | 4.7/5 |
| langchain-ai langchain - XML External Entity Injec | 🟠 high | CVE漏洞 | 通用 | 0.0153 | 4.5/5 |
| UpdraftPlus WP Backup & Migration Plugin - Authent | 🟠 high | CVE漏洞 | WordPress 站点 | 0.0358 | 4.5/5 |
| Essential Addons for Elementor < 6.0.15 - Cross | 🟡 medium | CVE漏洞 | 通用 | 0.0120 | 3.5/5 |
| Backdrop CMS - Cross-Site Scripting | 🟡 medium | CVE漏洞 | 通用 | 0.0166 | 3.5/5 |
| Swagger UI >=3.14.1 < 3.38.0 - DOM Base | 🟡 medium | CVE漏洞 | 通用 | 0.0165 | 3.5/5 |
| MISP < 2.5.37 - SQL Injection | 🟡 medium | CVE漏洞 | 通用 | 0.0067 | 3.5/5 |
| MISP < 2.5.37 - SQL Injection | 🟡 medium | CVE漏洞 | 通用 | 0.0067 | 3.5/5 |
| Aruba AirWave Management Platform - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| ASUSTOR ADM - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| Atera Customer Portal - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| Buffalo TeraStation Pro - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| Cribl Stream - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| CyberArk Password Vault Web Access - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| Delinea Secret Server - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| Kaseya VSA - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| NAKIVO Backup & Replication - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| One Identity Safeguard for Privileged Passwords - | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| PingFederate - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| Rubrik - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
| RustDesk Server Pro - Login Panel | ⚪ info | 其他 | 管理面板 | - | 1/5 |
🛡️ 安全建议
🚨 发现高风险漏洞,建议立即扫描相关资产 🔍 关注新发布的 CVE 漏洞,及时更新补丁 ⚡ 检测到远程代码执行漏洞,优先处理
🔧 扫描建议
建议使用以下 Nuclei 命令进行扫描:
# 扫描高危漏洞
nuclei -t code/cves/2025/CVE-2025-1550.yaml -t code/cves/2025/CVE-2025-32433.yaml -t code/cves/2025/CVE-2025-54309.yaml -t headless/cves/2025/CVE-2025-29927-HEADLESS.yaml -t http/cves/2025/CVE-2025-32969.yaml -t http/cves/2026/CVE-2026-63030.yaml -t http/cves/2026/CVE-2026-63030.yaml -t http/cves/2025/CVE-2025-32969.yaml -t http/cves/2026/CVE-2026-44338.yaml -t http/cves/2026/CVE-2026-44338.yaml -t code/cves/2025/CVE-2025-6984.yaml -t code/cves/2026/CVE-2026-10795.yaml -u target-url
# 扫描所有今日新增模板
nuclei -t code/cves/2025/CVE-2025-1550.yaml -t code/cves/2025/CVE-2025-32433.yaml -t code/cves/2025/CVE-2025-54309.yaml -t headless/cves/2025/CVE-2025-29927-HEADLESS.yaml -t http/cves/2025/CVE-2025-32969.yaml -t http/cves/2026/CVE-2026-63030.yaml -t http/cves/2026/CVE-2026-63030.yaml -t http/cves/2025/CVE-2025-32969.yaml -t http/cves/2026/CVE-2026-44338.yaml -t http/cves/2026/CVE-2026-44338.yaml -t code/cves/2025/CVE-2025-6984.yaml -t code/cves/2026/CVE-2026-10795.yaml -t headless/cves/2025/CVE-2025-24752.yaml -t headless/cves/2025/CVE-2025-25062.yaml -t headless/cves/2025/CVE-2025-8191.yaml -t http/cves/2026/CVE-2026-44381.yaml -t http/cves/2026/CVE-2026-44381.yaml -t http/exposed-panels/aruba-airwave-panel.yaml -t http/exposed-panels/asustor-adm-panel.yaml -t http/exposed-panels/atera-customer-portal.yaml -t http/exposed-panels/buffalo-terastation-pro-panel.yaml -t http/exposed-panels/cribl-stream-panel.yaml -t http/exposed-panels/cyberark-pvwa-panel.yaml -t http/exposed-panels/delinea-secret-server-panel.yaml -t http/exposed-panels/kaseya-vsa-login-panel.yaml -t http/exposed-panels/nakivo-backup-replication-panel.yaml -t http/exposed-panels/one-identity-safeguard-spp-panel.yaml -t http/exposed-panels/pingfederate-login-panel.yaml -t http/exposed-panels/rubrik-panel.yaml -t http/exposed-panels/rustdesk-server-pro-panel.yaml -u target-url
本报告基于 Nuclei 模板库自动生成,数据来源:ProjectDiscovery/nuclei-templates
扫描建议仅供参考,请在授权环境下进行安全测试