Lucene search
+L

1912 matches found

EUVD
EUVD
added 2025/12/16 12:39 a.m.14 views

EUVD-2025-203478

Fickling is a Python pickling decompiler and static analyzer. Versions prior to 0.1.6 had a bypass caused by pty missing from the block list of unsafe module imports. This led to unsafe pickles based on pty.spawn being incorrectly flagged as LIKELYSAFE, and was fixed in version 0.1.6. This impact...

8.5CVSS6.3AI score0.00274EPSS
SaveExploits1References4
OSV
OSV
added 2025/12/16 12:39 a.m.9 views

CVE-2025-67748 Fickling has Code Injection vulnerability via pty.spawn()

Fickling is a Python pickling decompiler and static analyzer. Versions prior to 0.1.6 had a bypass caused by pty missing from the block list of unsafe module imports. This led to unsafe pickles based on pty.spawn being incorrectly flagged as LIKELYSAFE, and was fixed in version 0.1.6. This impact...

8.5CVSS6.7AI score
SaveExploits0References5
CVE
CVE
added 2025/12/16 12:32 a.m.29 views

CVE-2025-67747

CVE-2025-67747 concerns Fickling, a Python pickle analysis tool. Multiple sources document that versions prior to 0.1.6 did not include marshal and types in the unsafe-import blocklist, allowing a crafted pickle to bypass safety checks due to missing detections for marshal.loads and types.Functio...

8.5CVSS7.2AI score0.00282EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2025/12/16 12:32 a.m.42 views

CVE-2025-67747 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...

8.5CVSS0.00282EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2025/12/16 12:26 a.m.9 views

CVE-2025-65213

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

9.8CVSS8.7AI score0.0072EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2025/12/15 11:37 p.m.12 views

Fickling has Code Injection vulnerability via pty.spawn()

Fickling Assessment Based on the test case provided in the original report below, this bypass was caused by pty missing from our block list of unsafe module imports as previously documented in 108, rather than the unused variable heuristic. This led to unsafe pickles based on pty.spawn being...

8.5CVSS8AI score0.00274EPSS
SaveExploits1References6Affected Software1
Snyk
Snyk
added 2025/12/15 11:37 p.m.3 views

Deserialization of Untrusted Data

Overview fickling is an A static analyzer and interpreter for Python pickle data Affected versions of this package are vulnerable to Deserialization of Untrusted Data due to incomplete detection of dangerous pickle constructs. The safety analysis fails to block certain unsafe module imports,...

8.5CVSS8AI score0.00274EPSS
SaveExploits1References4
OSV
OSV
added 2025/12/15 11:37 p.m.8 views

GHSA-R7V6-MFHQ-G3M2 Fickling has Code Injection vulnerability via pty.spawn()

Fickling Assessment Based on the test case provided in the original report below, this bypass was caused by pty missing from our block list of unsafe module imports as previously documented in 108, rather than the unused variable heuristic. This led to unsafe pickles based on pty.spawn being...

8.5CVSS7.8AI score0.00274EPSS
SaveExploits1References6
EUVD
EUVD
added 2025/12/15 9:30 p.m.8 views

EUVD-2025-203406

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

9.8CVSS8.2AI score0.0072EPSS
SaveExploits1References2
NVD
NVD
added 2025/12/15 7:16 p.m.10 views

CVE-2025-65213

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

9.8CVSS0.0072EPSS
SaveExploits1References1
OSV
OSV
added 2025/12/15 7:16 p.m.8 views

CVE-2025-65213

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

9.8CVSS6.7AI score0.0072EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/12/15 12:00 a.m.12 views

PT-2025-51354

Name of the Vulnerable Software and Affected Versions Fickling versions prior to 0.1.6 Description Fickling, a Python pickling decompiler and static analyzer, lacks marshal and types in its list of blocked unsafe module imports. This allows attackers to create malicious pickle files that bypass...

8.5CVSS7.4AI score0.00282EPSS
SaveExploits1References17
Positive Technologies
Positive Technologies
added 2025/12/15 12:00 a.m.19 views

PT-2025-51275

Name of the Vulnerable Software and Affected Versions MooreThreads torch musa affected versions not specified Description MooreThreads torch musa contains an unsafe deserialization issue within the torch musa.utils.compare tool module. The compare for single op and nan inf track for single op...

9.8CVSS7.9AI score0.0072EPSS
SaveExploits1References7
Cvelist
Cvelist
added 2025/12/15 12:00 a.m.29 views

CVE-2025-65213

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

0.0072EPSS
SaveExploits1References1
CVE
CVE
added 2025/12/15 12:00 a.m.38 views

CVE-2025-65213

MooreThreads torch_musa is affected. The vulnerability resides in the function compare_for_single_op() / nan_inf_track_for_single_op() in torch_musa.utils.compare_tool , which uses pickle.load() on user-controlled file paths without validation, enabling remote code execution with the victim proce...

9.8CVSS8.4AI score0.0072EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/12/15 12:00 a.m.3 views

CVE-2025-65213

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

8.4AI score0.0072EPSS
SaveExploits1References1
Packet Storm
Packet Storm
added 2025/12/15 12:00 a.m.241 views

📄 Flask 3.0.0 Command Injection

Flash 3.0.0 proof of concept exploit that demonstrates multiple command injection vulnerabilities. ============================================================================================================================================= | Title : Flask 3.0.0 Command Injection | | Author :...

7.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/15 12:00 a.m.20 views

PT-2025-51355

Name of the Vulnerable Software and Affected Versions Fickling versions prior to 0.1.6 Description Fickling, a Python pickling decompiler and static analyzer, contained a bypass related to missing unsafe module imports. Specifically, the pty module was not included in the block list, leading to...

8.5CVSS6.4AI score0.00274EPSS
SaveExploits1References16
Huntr
Huntr
added 2025/12/14 3:18 a.m.9 views

Unsafe Pickle Deserialization in apache-airflow-providers-http leading to RCE via HttpOperator

A High severity Unsafe Deserialization vulnerability exists in the airflow.providers.http package. The HttpOperator uses pickle.loads to deserialize untrusted data received from the Triggerer service via the database in the executecomplete method. This allows an attacker who has gained write acce...

6.4AI score
SaveExploits0
EUVD
EUVD
added 2025/12/13 6:30 p.m.42 views

EUVD-2025-203263

A security vulnerability has been detected in tiny-rdm Tiny RDM up to 1.2.5. Affected by this vulnerability is the function pickle.loads of the file pickleconvert.go of the component Pickle Decoding. The manipulation leads to deserialization. The attack can be initiated remotely. A high degree of...

5CVSS6AI score0.00255EPSS
SaveExploits0References5
Rows per page
Query Builder