PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-54604 openslide CVE debrief

A CVE debrief for CVE-2026-54604 was generated based on the supplied source corpus. The CVE record was published on 2026-09-17T21:17:17.000Z and has not been modified since then. OpenSlide is a C library for reading whole slide image files. A behavior change in libtiff 4.7.1 causes the indirect TIFF tile path to request a full-height destination for a partial bottom tile row, allowing uninitialized heap memory to enter pixel data returned by openslide_read_region(). This issue is fixed in OpenSlide 4.0.1 and official binary build 4.0.0.12. Successful extraction depends on pixel transparency handling and recompression. Defenders should prioritize verifying and updating OpenSlide to

Vendor
openslide
Product
Unknown
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-17
Original CVE updated
2026-09-18
Advisory published
2026-09-17
Advisory updated
2026-09-18

Who should care

Defenders responsible for OpenSlide installations, network services rendering slides, and systems using libtiff should assess exposure and prioritize verification and updates. This includes reviewing and updating OpenSlide to version 4.0.1 or later, and monitoring network services for potential exploitation attempts. Additionally, defenders should review compensating controls for exposed systems and track exceptions and retest remediated assets.

Why it matters

CVE-2026-54604 is a vulnerability in OpenSlide, a C library for reading whole slide image files. A behavior change in libtiff 4.7.1 causes the indirect TIFF tile path to request a full-height destination for a partial bottom tile row, allowing uninitialized heap memory to enter pixel data returned by openslide_read_region(). Defenders should prioritize verifying and updating OpenSlide installations to prevent potential exploitation.

  • Potential exposure of OpenSlide installations to exploitation attempts
  • Need for verification and updates to prevent potential exploitation
  • Possible impact on network services rendering slides
  • Requirement for review and update of libtiff to version 4.7.0 or earlier if necessary

Technical summary

A behavior change in libtiff 4.7.1 causes the indirect TIFF tile path in src/openslide-decode-tiff.c and _openslide_tiff_read_tile() to request a full-height destination for a partial bottom tile row, allowing uninitialized heap memory to enter pixel data returned by openslide_read_region(). This issue is fixed in OpenSlide 4.0.1 and official binary build 4.0.0.12. The vulnerability affects OpenSlide with libtiff 4.7.1 or later and can be triggered by a crafted but valid slide in TIFF-based formats other than Hamamatsu NDPI.

Defensive priority

Defenders should prioritize verifying and updating OpenSlide installations to prevent potential exploitation.

Recommended defensive actions

  • Verify OpenSlide installations and update to version 4.0.1 or later
  • Review and update libtiff to version 4.7.0 or earlier if necessary
  • Monitor network services rendering slides for potential exploitation attempts
  • Perform vulnerability scanning to identify potentially affected systems
  • Review system logs for suspicious activity related to OpenSlide
  • Implement compensating controls for exposed systems
  • Track exceptions and retest remediated assets

Evidence notes

The CVE record and source item provide details on the vulnerability in OpenSlide, a C library for reading whole slide image files. A behavior change in libtiff 4.7.1 causes the indirect TIFF tile path to request a full-height destination for a partial bottom tile row, allowing uninitialized heap memory to enter pixel data returned by openslide_read_region().

Sources and references

Verified primary and authoritative sources

  • CVE-2026-54604 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-54604

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-54604 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54604

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.