LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4043: NULL Pointer Dereference in gpac/gpac

NULL Pointer Dereference in GitHub repository gpac/gpac prior to 1.1.0.

MediumCVSS 5.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-4043 is a null pointer dereference in gpac/gpac before 1.1.0. The reported impact is availability: a vulnerable GPAC component can crash under certain input conditions. It is not described as exposing data or enabling code execution in the provided sources.

Executive priority

Treat this as a moderate availability risk. Prioritize systems where GPAC processes untrusted media in internet-facing or business-critical workflows. It is lower urgency than data theft or code execution issues, but crashes can still disrupt media services.

Technical view

The CVE maps to CWE-476 and carries CVSS 3.0 score 5.8. The vector indicates network reachability, low attack complexity, no privileges, no user interaction, changed scope, and low availability impact only. The public bundle points to a GPAC fixing commit and Debian advisory DSA-5411.

Likely exposure

Exposure is most likely where GPAC is installed directly or embedded in media processing services, pipelines, or applications that handle externally supplied media. The bundle does not identify specific downstream products or exact vulnerable package versions beyond gpac/gpac prior to 1.1.0.

Exploitation context

The sources do not show CISA KEV listing or confirmed active exploitation. The CVSS vector suggests remote, unauthenticated triggering may be possible, but the documented impact is limited to service availability rather than confidentiality or integrity.

Researcher notes

Evidence is sparse in the provided bundle. The safest scope statement is gpac/gpac before 1.1.0, CWE-476, availability impact only. Avoid claiming exploit availability or affected downstream products without additional vendor-specific evidence.

Mitigation direction

  • Upgrade gpac/gpac to 1.1.0 or later where applicable.
  • Apply Debian fixes referenced by DSA-5411 on Debian systems.
  • Check GPAC and distribution advisories for package-specific fixed versions.
  • Reduce exposure of GPAC processing paths that accept untrusted media.

Validation and detection

  • Inventory systems and applications using gpac/gpac or GPAC packages.
  • Confirm installed GPAC versions are not earlier than 1.1.0.
  • On Debian, verify packages include the DSA-5411 security update.
  • Review media processing services for externally supplied input paths.
Prepared
Confidence
medium
Sources
5

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-476: 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-2021-4043 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.8 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/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
4Source 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.8CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

5.8Medium
CVSS 3.0 vector shape for CVE-2021-4043Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/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
gpacgpac/gpacunspecifiedListed
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.