
We found results for “”
CVE-2013-1424
Date: June 26, 2025
Matplotlib before 1.4.3 is vulnerable to buffer overrun in mplutils Printf().Printf constructor accepts an arbitrary format string and values, and dumps it into a 1024-byte buffer with vsprintf. This is obviously not safe, as the user can simply supply enough bytes to overflow the 1024-byte buffer.
Language: C++
Severity Score
Related Resources (6)
Severity Score
Weakness Type (CWE)
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
CWE-120CVSS v3.1
Base Score: |
|
---|---|
Attack Vector (AV): | NETWORK |
Attack Complexity (AC): | HIGH |
Privileges Required (PR): | NONE |
User Interaction (UI): | NONE |
Scope (S): | UNCHANGED |
Confidentiality (C): | LOW |
Integrity (I): | LOW |
Availability (A): | LOW |