FG
💻 Software

Is it possible to store arbitrary data in an image file?

Fresh5 days ago
Mar 15, 202618951 views
Confidence Score0%
0%

Problem

Is it possible to store arbitrary data such as documents or a program in the form of an image file, such as a PNG image? My concern is that someone could encode data for use by malware into an image and upload it to a site like Flickr.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is it possible to store arbitrary data in an image file?

Low Risk

For most file formats, yes. For example, PNG files are composed of typed chunks, so you could add a chunk named or with arbitrary data. JPEG has "application-specific" segments ; the Exif tags in JPEGs are actually a complete TIFF structure inside s…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment