LiveActive security incident?Get immediate response
CVE Record

CVE-2013-1424: Buffer overflow vulnerability in matplotlib.This issue affects matplotlib: before upstream commit ba4016014...

Buffer overflow vulnerability in matplotlib.This issue affects matplotlib: before upstream commit ba4016014cb4fb4927e36ce8ea429fed47dcb787.

MediumCVSS 5.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Matplotlib had a buffer overflow before upstream commit ba4016014cb4fb4927e36ce8ea429fed47dcb787. In business terms, risk depends on whether older matplotlib is used where attacker-controlled input reaches plotting code. The public bundle does not show active exploitation or a named fixed release.

Executive priority

Treat this as a moderate remediation item. Prioritize systems that expose plotting or rendering workflows to untrusted users, then standardize matplotlib updates through normal dependency management.

Technical view

CVE-2013-1424 is a CWE-120 buffer overflow in matplotlib before commit ba4016014cb4fb4927e36ce8ea429fed47dcb787. CVSS 3.1 is 5.6: network attack vector, high complexity, no privileges or user interaction, unchanged scope, and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely in Python environments using matplotlib builds predating the referenced upstream commit. Practical internet exposure requires an application path where remote or untrusted input is processed by vulnerable matplotlib code. No CPEs or exact package versions are provided in the bundle.

Exploitation context

The source bundle marks CISA KEV as false and provides no evidence of active exploitation. The CVSS vector suggests remote reachability is possible, but high attack complexity lowers likelihood. The exact trigger conditions are not described in the supplied sources.

Researcher notes

The evidence is commit-level rather than version-level. Researchers should map local packages to the upstream commit or vendor backport and avoid assuming broader affected products. The bundle does not provide exploit details, fixed release names, or active exploitation evidence.

Mitigation direction

  • Inventory matplotlib versions across production, CI, notebooks, and packaged applications.
  • Upgrade to a matplotlib build containing commit ba4016014cb4fb4927e36ce8ea429fed47dcb787.
  • Use vendor or distribution guidance to identify fixed package versions.
  • Limit untrusted input reaching matplotlib until affected systems are upgraded.

Validation and detection

  • Confirm installed matplotlib builds include the referenced upstream commit or a vendor backport.
  • Check SBOMs, lockfiles, containers, and virtual environments for older matplotlib copies.
  • Review application paths where remote input can influence plotting or rendering.
  • Document any vendor-fixed versions because the CVE bundle does not list them.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-120: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2013-1424 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L2.23.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.6Medium
CVSS 3.1 vector shape for CVE-2013-1424Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
matplotlibmatplotlibbefore upstream commit ba4016014cb4fb4927e36ce8ea429fed47dcb787unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-120 · source CWE mapping

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.