LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32493: A flaw was found in djvulibre-3.5.28 and earlier.

A flaw was found in djvulibre-3.5.28 and earlier. A heap buffer overflow in function DJVU::GBitmap::decode() via crafted djvu file may lead to application crash and other consequences.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

DjVuLibre can crash or potentially suffer other memory-corruption effects when it opens a malicious DjVu document. Business risk is highest where users, scanners, converters, or content pipelines process untrusted DjVu files.

Executive priority

Treat this as a targeted document-processing risk, not confirmed internet-wide exploitation. Prioritize patching systems that handle external files, user uploads, email attachments, or automated document conversion.

Technical view

CVE-2021-32493 is a heap buffer overflow in DJVU::GBitmap::decode() affecting djvulibre 3.5.28 and earlier. The trigger is a crafted DjVu file. The bundle cites CWE-119 and describes application crash and other consequences, but provides no CVSS score.

Likely exposure

Exposure is likely on Linux systems, document viewers, file converters, indexing tools, or server-side content workflows that include djvulibre 3.5.28 or earlier and process DjVu files.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. Exploitation requires a target application or service to parse a crafted DjVu file using an affected DjVuLibre version.

Researcher notes

Evidence identifies a heap buffer overflow in GBitmap::decode() and affected versions through 3.5.28. The bundle does not provide CVSS, exploit availability, proof-of-concept details, or a universal fixed version. Avoid assuming code execution without vendor confirmation.

Mitigation direction

  • Apply available vendor security updates for DjVuLibre packages.
  • Check Debian DSA-5032 and relevant OS vendor advisories.
  • Reduce or block processing of untrusted DjVu files until updated.
  • Isolate document parsing and conversion workflows from sensitive systems.
  • Monitor document-processing services for crashes involving DjVu files.

Validation and detection

  • Inventory systems and containers with DjVuLibre installed.
  • Confirm whether installed versions are 3.5.28 or earlier.
  • Identify applications or services that parse DjVu files.
  • Verify vendor advisory status for each affected operating system.
  • Confirm updated packages are deployed and document workflows still function.
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-119: 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-32493 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.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/adjvulibredjvulibre-3.5.28 and earlierListed
Weakness

CWE details

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

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.