CVE-2025-48798: Gimp: multiple use after free in xcf parser
A flaw was found in GIMP when processing XCF image files. If a user opens one of these image files that has been specially crafted by an attacker, GIMP can be tricked into making serious memory errors, potentially leading to crashes and causing use-after-free issues.
Security readout for executives and security teams
Plain-English summary
This vulnerability is in GIMP’s handling of XCF image files. A maliciously crafted image can trigger use-after-free memory errors when opened, potentially causing crashes or worse impacts. The practical risk is highest on desktops or image-processing systems where users may open untrusted XCF files.
Executive priority
Prioritize patching where GIMP is installed on user-facing workstations or file-processing systems. This is not described as remotely exploitable without user interaction, but the potential confidentiality, integrity, and availability impact is high if a malicious file is opened.
Technical view
CVE-2025-48798 is a CWE-416 use-after-free issue in GIMP’s XCF parser. The supplied CVSS 3.1 score is 7.3, with local attack vector, low complexity, low privileges, and required user interaction. Red Hat lists affected GIMP packages across RHEL 7 ELS, RHEL 8 streams, and RHEL 9 variants.
Likely exposure
Exposure is likely limited to systems with GIMP installed and workflows that open XCF files, especially user workstations or content-processing hosts. The source bundle identifies multiple affected Red Hat Enterprise Linux channels. RHEL 6 status is listed as unknown.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires a user or workflow to open a specially crafted XCF file in vulnerable GIMP. Treat untrusted design files as risky until updates are applied.
Researcher notes
Key constraints are AV:L and UI:R, so exposure depends on local file opening paths. The public bundle names the vulnerable parser area but does not provide detailed root-cause, exploitability, or upstream fix mechanics. Do not infer active exploitation from severity alone.
Mitigation direction
Apply the relevant Red Hat security advisory updates for installed GIMP packages.
Check vendor guidance for non-Red Hat GIMP builds before assuming patch status.
Avoid opening untrusted XCF files on vulnerable systems until patched.
Remove GIMP from systems where it is not operationally required.
Prioritize controls for workstations handling external image files.
Validation and detection
Inventory systems for installed GIMP packages and RHEL channel membership.
Verify whether affected Red Hat advisory updates have been applied.
Confirm RHEL 6 exposure separately because status is listed as unknown.
Review desktop and file-ingestion workflows for untrusted XCF file handling.
Monitor Red Hat CVE and Bugzilla references for status changes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
5Timeline events
2ADP providers
15Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.