CVE-2026-24806
Code Injection in quick-media PNGImageEncoder Before v
Publication date: 2026-01-27
Last updated on: 2026-05-06
Assigner: Government Technology Agency of Singapore Cyber Security Group (GovTech CSG)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| liuyueyi | quick-media | to 1.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Code Injection issue in the liuyueyi quick-media project, specifically in the PNGImageEncoder.Java file within the svg-plugin module. It involves improper control over code generation, which can allow an attacker to inject malicious code during the processing of PNG images.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized code execution when processing PNG images, potentially allowing attackers to execute arbitrary code on the affected system. This can compromise system integrity, confidentiality, and availability.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update quick-media to version 1.0 or later where the issue has been addressed. The fix involves proper input validation and secure buffer handling in the affected code. Applying the patch from pull request #122 in the liuyueyi/quick-media GitHub repository is recommended. [1]