LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3630: An out-of-bounds write vulnerability was found in DjVuLibre in DJVU::DjVuTXT::decode() in DjVuText.cpp via...

An out-of-bounds write vulnerability was found in DjVuLibre in DJVU::DjVuTXT::decode() in DjVuText.cpp via a crafted djvu file which may lead to crash and segmentation fault. This flaw affects DjVuLibre versions prior to 3.5.28.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

DjVuLibre could mishandle a specially crafted DjVu document and write outside expected memory. The cited CVE describes crashes and segmentation faults, not confirmed remote code execution. Business urgency is highest where servers, mail gateways, document converters, or user workstations process untrusted DjVu files.

Executive priority

Treat this as a targeted patching item, not an emergency, unless untrusted DjVu files are processed automatically. Prioritize internet-facing document workflows, mail/file ingestion, and shared workstations handling unknown files.

Technical view

CVE-2021-3630 is a CWE-787 out-of-bounds write in DJVU::DjVuTXT::decode() in DjVuText.cpp. The flaw affects DjVuLibre versions before 3.5.28 and is triggered by a crafted DjVu file. Public sources cite crash/segmentation fault impact and Debian/Fedora security updates.

Likely exposure

Exposure is most likely on Linux systems with DjVuLibre or libdjvulibre installed, especially document viewers, thumbnailers, converters, indexing pipelines, upload processing, and email/file-ingestion workflows that parse DjVu content.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The documented trigger is a crafted DjVu file. Evidence supports denial-of-service style impact through crashes; stronger impact is not established in the supplied bundle.

Researcher notes

The source bundle lacks CVSS details and does not prove exploitation in the wild. The affected-version statement should be interpreted from the CVE description: versions before 3.5.28. Distro advisories may backport fixes without changing upstream version strings.

Mitigation direction

  • Upgrade DjVuLibre to 3.5.28 or a vendor-patched package.
  • Apply Debian or Fedora security updates where applicable.
  • Limit DjVu processing for untrusted uploads and attachments.
  • Remove DjVuLibre from systems that do not require DjVu support.
  • Check vendor guidance for distribution-specific fixed package versions.

Validation and detection

  • Inventory hosts and containers for DjVuLibre or libdjvulibre packages.
  • Confirm installed versions are 3.5.28 or vendor-patched builds.
  • Identify applications that parse DjVu files from users or email.
  • Verify document conversion and thumbnail services received patched packages.
  • Review vulnerability scanner findings against distro advisory package versions.
Prepared
Confidence
medium
Sources
9

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-2021-3630 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
8Source links

CVSS and timeline data

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/adjvulibreDjVuLibre 3.5.28Listed
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.