LiveActive security incident?Get immediate response
CVE Record

CVE-2020-21723: A Segmentation Fault issue discovered StreamSerializer::extractStreams function in streamSerializer.cpp in...

A Segmentation Fault issue discovered StreamSerializer::extractStreams function in streamSerializer.cpp in oggvideotools 0.9.1 allows remote attackers to cause a denial of service (crash) via opening of crafted ogg file.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-21723 is a crash bug in oggvideotools 0.9.1 when it opens a specially crafted Ogg file. The reported business impact is denial of service: a workflow or service that processes untrusted Ogg files could crash. Sources do not provide CVSS, a vendor patch, or evidence of active exploitation.

Executive priority

Treat this as a targeted availability risk, not a confirmed breach indicator. Prioritize environments where untrusted media files are processed automatically or at scale. Urgency rises if oggvideotools supports customer-facing upload, conversion, or analysis services.

Technical view

The CVE describes a segmentation fault in StreamSerializer::extractStreams in streamSerializer.cpp. The trigger is opening a crafted Ogg file. The CVE maps it to CWE-787, but the public record frames the observed impact as denial of service rather than code execution. Affected metadata is incomplete: no vendor, CPE, or version range beyond oggvideotools 0.9.1.

Likely exposure

Exposure is most likely where oggvideotools 0.9.1 processes Ogg files from users, partners, email, uploads, archives, or automated media pipelines. Systems not using oggvideotools, or only processing trusted local files, have lower indicated exposure.

Exploitation context

The source bundle says remote attackers can cause a crash by opening a crafted Ogg file. KEV is false, and no cited source establishes active exploitation in the wild. Public evidence supports denial of service only.

Researcher notes

Public metadata is thin: no CVSS vector, no CPEs, no named vendor fix, and no exploitation confirmation. The useful anchors are oggvideotools 0.9.1, streamSerializer.cpp, StreamSerializer::extractStreams, crafted Ogg input, CWE-787, and denial-of-service impact.

Mitigation direction

  • Inventory systems and pipelines using oggvideotools 0.9.1.
  • Avoid processing untrusted Ogg files with affected tooling where possible.
  • Place media parsing behind job isolation and restart supervision.
  • Check upstream project or distribution guidance for fixed packages.
  • Apply vendor or distribution updates when available.

Validation and detection

  • Confirm whether oggvideotools is installed and identify the exact version.
  • Map where Ogg files enter automated processing workflows.
  • Review crash logs for failures in StreamSerializer::extractStreams.
  • Check package managers and vendor advisories for available fixes.
  • Verify untrusted file processing has isolation and recovery controls.
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-787: 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-2020-21723 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

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

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.