Record summary

CVE-2026-54984 has a selected CVSS score of 7.8 (high); EIP currently links 1 repository PoC.

Description

Heap-based buffer overflow in Windows Imaging Component allows an unauthorized attacker to execute code locally.

Description source: GitHub Advisory

Exploitation context

Available material

Repository PoCs
1

CISA SSVC decision

ExploitationNone
AutomatableNo
Technical impactTotal

CISA Coordinator · SSVC 2.0.3 · Evaluated Aug 12, 2026 · Source: CVE List

Affected products and versions

Showing 12 of 19
ProductSourceVersion rangeStatus
CVE List10.0.14393.0 to < 10.0.14393.9418affected
CVE List10.0.17763.0 to < 10.0.17763.9115affected
CVE List10.0.19044.0 to < 10.0.19044.7663affected
CVE List10.0.19045.0 to < 10.0.19045.7663affected
CVE List10.0.22631.0 to < 10.0.22631.7517affected
CVE List10.0.26100.0 to < 10.0.26100.9168affected
CVE List10.0.26200.0 to < 10.0.26200.9168affected
CVE List10.0.28000.0 to < 10.0.28000.2704affected
CVE List6.2.9200.0 to < 6.2.9200.26280affected

Windows Server 2012 (Server Core installation)

Browse Microsoft / Windows Server 2012 (Server Core installation)
CVE List6.2.9200.0 to < 6.2.9200.26280affected
CVE List6.3.9600.0 to < 6.3.9600.23338affected

Windows Server 2012 R2 (Server Core installation)

Browse Microsoft / Windows Server 2012 R2 (Server Core installation)
CVE List6.3.9600.0 to < 6.3.9600.23338affected

Proofs of concept

1

Repository PoCs

GitHubkagancapar/CVE-2026-54984Repository PoCby kagancaparStars: 0Writeup2 files

17.3 KiB

GitHub

PoC details
Analysisdeepseek-v4-pro:cloud ·

Technical assessment

A public disclosure record for CVE-2026-54984, a heap-based buffer overflow in Windows ICC file parsing. The repository contains no proof-of-concept code or technical analysis, only advisory identifiers, scoring, affected builds, patch KBs, and a timeline assembled from vendor and ZDI advisories.

Backdoor review

No backdoor observed in reviewed code

The repository contains only two Markdown files (English and Turkish) that document the CVE-2026-54984 vulnerability disclosure. The README explicitly states it contains no proof of concept or technical analysis. No executable code, scripts, shellcode, or commands are present. The content is purely informational, summarizing public advisories, affected products, and a timeline.

ClassificationWriteup
Model confidence100%
AuthenticationNot required
LanguagesMarkdown
Target softwareMicrosoft Windows Imaging ComponentMscms.dll
Attack typesheap-based buffer overflow
Evidence & reasoningClassification basis · observed behavior · safety review
Technical evidence

Classification basis and observed behavior

Classification basis

The artifact is a writeup because it provides substantive technical analysis of CVE-2026-54984, including vulnerability description, attack characteristics, affected products, and a disclosure timeline, without containing any exploit or scanner code. The author explicitly states the repository contains no PoC or technical analysis, but the assembled advisory information constitutes a writeup.

README.md:8README.md:28-44README.md:46-61

Requirements

  • User interaction is required; the target must open or process attacker-supplied content (e.g., a malicious ICC color profile).README.md:55

Observed behavior

  • The artifact describes the vulnerability as a heap-based buffer overflow in Mscms.dll during ICC profile parsing, allowing an out-of-bounds write that can lead to arbitrary code execution in the context of the current process.README.md:32README.md:36
  • The artifact provides a table of affected Windows versions and their fixed build numbers, along with corresponding KB articles.README.md:67-82
  • The artifact explicitly states it contains no proof of concept and no technical analysis.README.md:8
Safety-review evidence

Behaviors behind the backdoor verdict

Observables

Disclosure
The README explicitly states: 'It contains no proof of concept and no technical analysis.'Confirms the artifact is a documentation-only repository with no executable exploit code.README.md:8
Review boundaries

What the analysis did not establish

  • The artifact contains no executable code, no proof-of-concept, and no original technical analysis beyond what is stated in the vendor and ZDI advisories. The author notes that ZDI acquisition terms grant exclusivity over technical detail.
  • Review is limited to the two text files provided; no other files exist in the repository snapshot.
Model interpretation

This review is limited to the supplied PoC code and context. It does not assert that the code works or is safe to execute.

References

2