CVE-2026-23868
Double-Free Vulnerability in Giflib's GifMakeSavedImage Component
Publication date: 2026-03-10
Last updated on: 2026-03-11
Assigner: Facebook, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-415 | The product calls free() twice on the same memory address. |
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?
I don't know
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
Can you explain this vulnerability to me?
This vulnerability in Giflib is a double-free issue caused by a shallow copy operation in the function GifMakeSavedImage combined with incorrect error handling.
A double-free vulnerability occurs when a program attempts to free the same memory location twice, which can lead to undefined behavior or exploitation.
The conditions required to trigger this vulnerability are difficult to meet but may be possible.
How can this vulnerability impact me? :
Exploitation of a double-free vulnerability can lead to program crashes, memory corruption, or potentially allow an attacker to execute arbitrary code.
However, since the conditions to trigger this vulnerability are difficult, the risk may be limited but should not be ignored.