PinchTab 存在通过下载处理程序进行完全响应泄露的 SSRF (SSRF with Full Response Exfiltration) 问题,位于 github.com/pinchtab/pinchtab
平台
go
组件
github.com/pinchtab/pinchtab
修复版本
0.7.8
0.7.7
CVE-2026-30834 describes a Server-Side Request Forgery (SSRF) vulnerability discovered in PinchTab, a Go application. This flaw allows attackers to exfiltrate full responses through the download handler, potentially exposing sensitive data. The vulnerability impacts versions of PinchTab before 0.7.7, and a patch has been released to address the issue.
检测此 CVE 是否影响你的项目
上传你的 go.mod 文件,立即知道是否受影响。
影响与攻击场景翻译中…
The SSRF vulnerability in PinchTab allows an attacker to craft malicious requests that the application forwards to internal or external resources. Because the download handler allows full response exfiltration, an attacker could potentially retrieve sensitive data from internal services or external websites that PinchTab is configured to access. This could include API keys, database credentials, or other confidential information. The blast radius extends to any resources accessible by the PinchTab instance, potentially impacting internal network services and external data sources.
利用背景翻译中…
CVE-2026-30834 was publicly disclosed on 2026-03-10. There is no indication of active exploitation campaigns at this time. No public proof-of-concept (POC) code has been released. The vulnerability is not currently listed on the CISA KEV catalog.
哪些人处于风险中翻译中…
Organizations deploying PinchTab in environments with access to sensitive internal resources or external APIs are at risk. Specifically, those using PinchTab as a proxy or gateway for accessing internal services are particularly vulnerable, as the SSRF vulnerability could be leveraged to bypass access controls and retrieve confidential data.
检测步骤翻译中…
• go / application: Inspect PinchTab configuration files for any unusual or unexpected URLs in the download handler.
grep -r 'download_url' /path/to/pinchtab/config/*.yaml• generic web: Monitor access logs for unusual outbound requests originating from the PinchTab server. Look for requests to internal IP addresses or unexpected domains.
curl -v <pinchtab_url>/download?url=<suspicious_url>攻击时间线
- Disclosure
disclosure
威胁情报
漏洞利用状态
EPSS
0.01% (2% 百分位)
CISA SSVC
CVSS 向量
这些指标意味着什么?
- Attack Vector
- 网络 — 可通过互联网远程利用,无需物理或本地访问。攻击面最大。
- Attack Complexity
- 低 — 无需特殊条件,可以稳定地利用漏洞。
- Privileges Required
- 无 — 无需认证,无需凭证即可利用。
- User Interaction
- 无 — 攻击自动且无声,受害者无需任何操作。
- Scope
- 未改变 — 影响仅限于脆弱组件本身。
- Confidentiality
- 高 — 完全丧失机密性,攻击者可读取所有数据。
- Integrity
- 无 — 无完整性影响。
- Availability
- 无 — 无可用性影响。
受影响的软件
弱点分类 (CWE)
时间线
- 已保留
- 发布日期
- 修改日期
- EPSS 更新日期
缓解措施和替代方案翻译中…
The primary mitigation for CVE-2026-30834 is to upgrade PinchTab to version 0.7.7 or later, which includes the fix for the SSRF vulnerability. If upgrading is not immediately feasible, consider implementing a Web Application Firewall (WAF) with rules to block suspicious outbound requests. Restrict network access to the PinchTab instance to only necessary resources. Thoroughly review and validate any external URLs used by the download handler to prevent unintended access to sensitive data. After upgrading, confirm the fix by attempting to trigger the SSRF vulnerability with a known malicious URL and verifying that the request is blocked or handled securely.
修复方法
将 PinchTab 更新到 0.7.7 或更高版本。此版本包含 SSRF 漏洞的修复。您可以使用 Python 包管理器 pip 执行 `pip install --upgrade pinchtab` 进行更新。
CVE 安全通讯
漏洞分析和关键警报直接发送到您的邮箱。
常见问题翻译中…
What is CVE-2026-30834 — SSRF in PinchTab?
CVE-2026-30834 is a Server-Side Request Forgery (SSRF) vulnerability in PinchTab, allowing attackers to exfiltrate full responses via the download handler.
Am I affected by CVE-2026-30834 in PinchTab?
You are affected if you are running a version of PinchTab prior to 0.7.7. Upgrade to the latest version to mitigate the risk.
How do I fix CVE-2026-30834 in PinchTab?
Upgrade PinchTab to version 0.7.7 or later. Consider implementing WAF rules and restricting network access as temporary mitigations.
Is CVE-2026-30834 being actively exploited?
There is currently no indication of active exploitation campaigns for CVE-2026-30834.
Where can I find the official PinchTab advisory for CVE-2026-30834?
Refer to the PinchTab project's GitHub repository for updates and advisories related to CVE-2026-30834: [https://github.com/pinchtab/pinchtab](https://github.com/pinchtab/pinchtab)