Security readout for executives and security teams
Plain-English summary
CVE-2023-0804 is a memory corruption flaw in LibTIFF’s tiffcrop tool. A crafted TIFF file can cause denial of service when processed. Business risk is highest for image-processing pipelines, document ingestion, or support workflows that accept untrusted TIFF files.
Executive priority
Treat as a moderate-priority reliability and ingestion-risk issue. Prioritize internet-facing or customer-facing file-processing environments first, then standard patching elsewhere. There is no provided evidence of active exploitation.
Technical view
LibTIFF <=4.4.0 has an out-of-bounds write in tools/tiffcrop.c around line 3609, tracked as CWE-787. The source bundle describes denial of service via crafted TIFF input, with CVSS 3.1 score 6.8 and high availability impact.
Likely exposure
Exposure is likely on systems with libtiff <=4.4.0 where tiffcrop is installed or invoked against untrusted TIFF files. The bundle does not prove exposure for every application merely linking LibTIFF.
Exploitation context
The provided sources do not indicate CISA KEV listing or active exploitation. Exploitation requires a crafted TIFF reaching vulnerable tiffcrop processing. The documented outcome is denial of service, with low integrity impact and no stated confidentiality impact.
Researcher notes
The vulnerability is specifically described in tiffcrop, not all LibTIFF consumers. Commit 33aee127 is cited as the source-level fix. Do not infer remote code execution or active exploitation from the provided evidence.
Mitigation direction
- Upgrade to vendor-patched LibTIFF packages from your operating system or appliance vendor.
- For source builds, ensure the build includes LibTIFF commit 33aee127 or a later vendor fix.
- Avoid processing untrusted TIFF files with vulnerable tiffcrop versions.
- Run image conversion workflows with least privilege and isolation where feasible.
- Check Debian, Gentoo, Fedora, and NetApp advisories if those platforms apply.
Validation and detection
- Inventory installed libtiff packages and tiffcrop binaries across servers and containers.
- Confirm whether versions are <=4.4.0 or vendor-patched backports.
- Identify workflows that process user-supplied or externally sourced TIFF files.
- Verify patch status against the relevant vendor advisory, not version strings alone.
- Review crash or availability incidents in TIFF-processing services.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-2023-0804 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H2.54.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.8MediumVector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://gitlab.com/libtiff/libtiff/-/commit/33aee1275d9d1384791d2206776eb8152d397f00CVE reference
- https://gitlab.com/libtiff/libtiff/-/issues/497CVE reference
- https://gitlab.com/gitlab-org/cves/-/blob/master/2023/CVE-2023-0804.jsonCVE reference
- [debian-lts-announce] 20230221 [SECURITY] [DLA 3333-1] tiff security updateCVE reference · mailing-list
- DSA-5361CVE reference · vendor-advisory
- https://security.netapp.com/advisory/ntap-20230324-0009/CVE reference
- GLSA-202305-31CVE reference · vendor-advisory
- FEDORA-2023-8daf1023c7CVE reference · vendor-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
