Bug 2533005 (CVE-2026-90947) - CVE-2026-90947 gimp: gimp: out-of-bounds write in lighting effects plugin via crafted preset file
Summary: CVE-2026-90947 gimp: gimp: out-of-bounds write in lighting effects plugin via...
Keywords:
Status: NEW
Alias: CVE-2026-90947
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2533136
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-14 11:53 UTC by OSIDB Bzimport
Modified: 2026-09-14 14:52 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-14 11:53:07 UTC
A flaw was found in GIMP's Lighting Effects filter. When loading a lighting preset file, lighting-ui.c reads the number of light sources from the file using fscanf() without validating the return value or bounding the parsed count against the fixed-size array of light sources (NUM_LIGHTS, 6 entries). A preset file specifying more than 6 light sources causes writes past the end of the lightsource array, corrupting memory. This issue could be triggered by convincing a user to open a specially crafted lighting preset file in GIMP, potentially leading to a crash or arbitrary code execution in the context of the user running GIMP.


Note You need to log in before you can comment on or make changes to this bug.