LiveActive security incident?Get immediate response
CVE Record

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

A flaw was found in djvulibre-3.5.28 and earlier. An integer overflow in function render() in tools/ddjvu 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

CVE-2021-32491 is an integer overflow in DjVuLibre up to version 3.5.28. A crafted DjVu file can trigger the flaw in ddjvu rendering, potentially crashing the application and causing unspecified other consequences. The public bundle does not provide CVSS scoring or evidence of active exploitation.

Executive priority

Treat this as a targeted document-processing risk. Prioritize systems that open or convert untrusted DjVu files, but do not escalate as actively exploited without new evidence.

Technical view

The issue is CWE-190 in the render() function of tools/ddjvu in djvulibre-3.5.28 and earlier. Processing a crafted DjVu file may cause an integer overflow, leading to an application crash and possibly other impacts not detailed in the sources.

Likely exposure

Exposure is most likely on desktops, servers, or document-processing workflows that use DjVuLibre or ddjvu to render or convert DjVu files, especially where untrusted documents are processed.

Exploitation context

The sources describe crafted-file triggering but do not cite active exploitation. The CVE is not listed as KEV in the supplied bundle, so exploitation should be treated as possible but unconfirmed.

Researcher notes

The public record is sparse: no CVSS vector, no named fixed version in the bundle, and no KEV signal. Focus validation on version exposure, ddjvu usage, and vendor advisory status.

Mitigation direction

  • Check vendor advisories for fixed DjVuLibre packages.
  • Apply available security updates from Debian, Red Hat, or your platform vendor.
  • Avoid processing untrusted DjVu files until systems are updated.
  • Inventory document-conversion services that call ddjvu or DjVuLibre.
  • Use isolation for document rendering where updates are delayed.

Validation and detection

  • Identify installed DjVuLibre versions and flag 3.5.28 or earlier.
  • Check whether ddjvu is present on user workstations and servers.
  • Review document-processing pipelines for DjVu file handling.
  • Confirm vendor security updates have been applied.
  • Monitor crash reports involving DjVuLibre or ddjvu rendering.
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-190: 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-32491 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-190 · source CWE mapping

Integer Overflow or Wraparound

Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.