cvedb.io
CVE-2026-24738
MEDIUM · CVSS 6.5
EPSS exploitation probability: 0%
Published 2026-01-27T21:16:03.117 · Last modified 2026-06-17T10:23:30.700

Summary

gmrtd is a Go library for reading Machine Readable Travel Documents (MRTDs). Prior to version 0.17.2, ReadFile accepts TLVs with lengths that can range up to 4GB, which can cause unconstrained resource consumption in both memory and cpu cycles. ReadFile can consume an extended TLV with lengths well outside what would be available in ICs. It can accept something all the way up to 4GB which would take too many iterations in 256 byte chunks, and would also try to allocate memory that might not be available in constrained environments like phones. Or if an API sends data to ReadFile, the same problem applies. The very small chunked read also locks the goroutine in accepting data for a very large number of iterations. projects using the gmrtd library to read files from NFCs can experience ex

Affected products

gmrtd — gmrtd

Does this affect you?

Add your gear to cvedb and we'll alert you only when gmrtd ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.