GHSA-565g-hwwr-4pp3 · Severity: high · Ecosystem: pip — Fickling has missing detection for marshal.loads and types.FunctionType in unsafe modules list
Fickling is a Python pickling decompiler and static analyzer. Versions prior to 0.1.6 are missing `marshal` and `types` from the block list of unsafe module imports. Fickling started blocking both modules to address this issue. This allows an attacker to craft a malicious pickle file that can bypass fickling since it misses detections for `types.FunctionType` and `marshal.loads`. A user who deserializes such a file, believing it to be safe, would inadvertently execute arbitrary code on their system. This impacts any user or system that uses Fickling to vet pickle files for security issues. The issue was fixed in version 0.1.6.
Conclusion & alert: CVE-2025-67747 is rated Exploit Available (50/100): CVSS High severity, with low exploitation likelihood (EPSS 0.24%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.24% | +0.19% |
| 2 | 2026-05-26 | 0.05% | 0.04% | -0.01% |
| 3 | 2026-05-15 | — | 0.05% | — |
Full EPSS history (7 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.1 | 4.0 | HIGH |
|
— | — | [email protected] |
| 7.8 | 3.1 | HIGH |
|
1.8 | 5.9 | [email protected] |
GHSA-565g-hwwr-4pp3 · Severity: high · Ecosystem: pip — Fickling has missing detection for marshal.loads and types.FunctionType in unsafe modules list
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| trailofbits | fickling | < 0.1.6 | cpe:2.3:a:trailofbits:fickling:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/trailofbits/fickling/commit/4e34561301bda1450268d1d7b0b2b151de33b913 | Patch |
| https://github.com/trailofbits/fickling/pull/186 | Issue Tracking |
| https://github.com/trailofbits/fickling/releases/tag/v0.1.6 | Release Notes |
| https://github.com/trailofbits/fickling/security/advisories/GHSA-565g-hwwr-4pp3 | Exploit Third Party Advisory |