CVE-2025-13837
BaseFortify
Publication date: 2025-12-01
Last updated on: 2026-03-03
Assigner: Python Software Foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| python | plistlib | 4.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the plistlib module when loading a plist file. The module reads data in a size specified by the file itself, which means a maliciously crafted plist file can cause the program to consume excessive memory (Out Of Memory - OOM) and potentially lead to Denial of Service (DoS).
How can this vulnerability impact me? :
The impact of this vulnerability is that an attacker can supply a specially crafted plist file that causes the application using plistlib to consume excessive memory, potentially crashing the application or making it unavailable, resulting in a Denial of Service (DoS).