10 CVE-2026-3490

Enriched by CISA
 

picklescan before 1.0.4 fails to block pkgutil.resolve_name, allowing attackers to bypass the entire blocklist by resolving any dangerous function through indirect REDUCE calls. Remote attackers can invoke any blocked function such as os.system, builtins.exec, or subprocess.call to achieve remote code execution.
https://nvd.nist.gov/vuln/detail/CVE-2026-3490

Categories

CWE-183 : Permissive List of Allowed Inputs
The product implements a protection mechanism that relies on a list of inputs (or properties of inputs) that are explicitly allowed by policy because the inputs are assumed to be safe, but the list is too permissive - that is, it allows an input that is unsafe, leading to resultant weaknesses. This is used by CWE and CAPEC instead of other commonly-used terms. Its counterpart is denylist. This is often used by security tools such as firewalls, email or web gateways, proxies, etc. This term is frequently used, but usage has been declining as organizations have started to adopt other terms. Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.) chain: bypass of untrusted deserialization issue (CWE-502) by using an assumed-trusted class (CWE-183) sandbox bypass using a method that is on an allowlist sandbox bypass using unsafe methods that are on an allowlist CI/CD pipeline feature has unsafe elements in allowlist, allowing bypass of script restrictions Default allowlist includes unsafe methods, allowing bypass of sandbox

References


 

AFFECTED (from MITRE)


Vendor Product Versions
picklescan picklescan
  • < 1.0.4 [affected]
  • 1.0.4 [unaffected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end
Configuration 1
cpe:2.3:a:mmaitre314:picklescan:*:*:*:*:*:*:*:* < 1.0.4


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
120 Double Encoding
Medium
3 Using Leading 'Ghost' Character Sequences to Bypass Input Filters
Medium
43 Exploiting Multiple Input Interpretation Layers
High
71 Using Unicode Encoding to Bypass Validation Logic
High