PatchSiren cyber security CVE debrief
CVE-2026-71428 Unstructured-IO CVE debrief
CVE-2026-71428 is a critical vulnerability in the unstructured library, which allows an attacker to make a server-side ingestion service request loopback addresses, internal HTTP services, or cloud metadata endpoints. This issue is fixed in version 0.24.0. The vulnerability exists in versions 0.4.7 to 0.24.0 of the unstructured library. An attacker can exploit this vulnerability by controlling the URL argument of partition, partition_html, and partition_md functions. Defenders responsible for ingesting and pre-processing images and text documents using the unstructured library should assess exposure and prioritize upgrading to version 0.24.0 or later.
- Vendor
- Unstructured-IO
- Product
- unstructured
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-20
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-20
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for ingesting and pre-processing images and text documents using the unstructured library should assess exposure and prioritize upgrading to version 0.24.0 or later.
Why it matters
CVE-2026-71428 is a critical vulnerability in the unstructured library that allows server-side request forgery, potentially exposing internal HTTP services and cloud metadata endpoints.
- Server-side request forgery vulnerability allows attackers to access internal HTTP services
- Potential for cloud metadata endpoint exposure
- Risk of side-effecting GET endpoints
Technical summary
The unstructured library provides open-source components for ingesting and pre-processing images and text documents. From 0.4.7 until 0.24.0, the url argument of partition, partition_html, and partition_md is fetched without host validation, allowing an attacker to make a server-side ingestion service request loopback addresses, internal HTTP services, or cloud metadata endpoints. The response body is returned as Element text, allowing internal response disclosure, and side-effecting GET endpoints may also be triggered. This issue is fixed in version 0.24.0. Defenders should prioritize upgrading to version 0.24.0 or later and restrict access to the ingestion service.
Defensive priority
Defenders should prioritize upgrading to version 0.24.0 or later and restrict access to the ingestion service.
Recommended defensive actions
- Upgrade to version 0.24.0 or later
- Restrict access to the ingestion service
- Monitor for suspicious activity
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability exists in versions 0.4.7 to 0.24.0 of the unstructured library. An attacker can exploit this vulnerability by controlling the URL argument of partition, partition_html, and partition_md functions.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-71428 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-71428
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-71428 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-71428
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Unstructured-IO/unstructured/commit/445c95735c4045057f51f399bc04c657751923bd
-
Source reference
Unverified legacy reference
URL: https://github.com/Unstructured-IO/unstructured/pull/4388
-
Source reference
Unverified legacy reference
URL: https://github.com/Unstructured-IO/unstructured/releases/tag/0.24.0
-
Source reference
Unverified legacy reference
URL: https://github.com/Unstructured-IO/unstructured/security/advisories/GHSA-4mvj-m6j5-pmf7
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.