Adobe DNG SDK version 1.7.1 build 2471 and earlier contains an out-of-bounds write vulnerability. Processing a maliciously crafted supported file can cause an out-of-bounds memory write, potentially enabling arbitrary code execution in the context of the current user.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
This 77-file research repository is a functional proof-of-concept and exploitability-analysis suite for CVE-2026-27280, a CWE-787 out-of-bounds write in Adobe DNG SDK rendering code used by Android. The root defect is in dng_render_task::ProcessArea: a tile-sized temporary mask buffer is defined over srcArea but is addressed with dstArea coordinates. Since srcArea is translated by the attacker-controlled DNG crop origin, mask processing writes outside the allocation. The included 2471-to-2502 patch shows the remediation: require equal source/destination area sizes and use srcArea coordinates consistently. Repository structure: 01-vulnerability contains vulnerable/fixed dng_render.cpp versions and their diff. 02-poc contains standalone C++ DNG generators, parser/render loaders, Android AImageDecoder triggers, allocation interposers, and pointer/neighbor probes. 04-evidence records ASAN crashes and Galaxy S25/Android 16 observations. 05-analysis documents root cause, trigger construction, write controllability, mitigations, and limitations. 06-rce-lab extends the work with Scudo allocator experiments, an ImageStats/SubIFD heap-allocation spray injector, displacement sweeps, corruption canaries, and a debug Android APK that snapshots/analyzes heap state around real in-app decodes. English and Italian blog posts reproduce the research narrative. The main delivery vector is a malicious DNG file processed locally by an image viewer, thumbnailer, Gallery, BitmapFactory/ImageDecoder, or AImageDecoder. The repository demonstrates Android public-API reachability and reports Samsung Gallery thumbnail-loader crashes. It also demonstrates silent heap corruption for narrow/primary-Scudo allocation geometries. ImageStats tag injection and SubIFDs supply file-controlled parse-time allocation volume and can bias adjacency toward pointer-bearing dng_image_stats objects; evidence reports a corrupted pointer later reaching free(). However, no reverse shell, command execution, persistence, network callback, or working RCE chain is supplied. Android-specific constraints substantially reduce the primitive to a contiguous write of only 0x3F800000, while allocator integrity checks, tagged pointers, PAC/BTI, and randomized heap layout impede conversion to RCE.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
11 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Critical elevation-of-privilege vulnerability in Android System.
Critical Android System elevation-of-privilege vulnerability affecting Android 14, 15, 16, and 16 QPR2.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.