CVE-2009-0584
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedicc.c in the International Color Consortium (ICC) Format library (aka icclib), as used in Ghostscript 8.64 and earlier and Argyll Color Management System (CMS) 1.0.3 and earlier, allows context-dependent attackers to cause a denial of service (application crash) or possibly execute arbitrary code by using a device file for processing a crafted image file associated with large integer values for certain sizes, related to an ICC profile in a (1) PostScript or (2) PDF file with embedded images.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceBuffer overflow vulnerability in icc.c in the ICC Format library (icclib) when processing ICC profiles with large integer values for certain size fields. When embedded in PostScript or PDF files, specially crafted images can trigger crashes or potentially execute arbitrary code due to improper bounds checking on size parameters in ICC profile data.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 1.0.3<= 8.64= 0= 5.50= 7.05= 7.07= 8.0.1= 8.15= 8.15.2= 8.54= 8.56= 8.57= 8.60CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- M
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:M/Au:N/C:C/I:C/A:C
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Ghostscript versionRun 'gs --version' or 'gs -v' on command line to get the Ghostscript interpreter version numberAffected if The reported version is 8.64 or lower, or matches any of these specific versions: 5.50, 7.05, 7.07, 8.0.1, 8.15, 8.15.2, 8.54, 8.56, 8.57, 8.60, or 0
-
Identify installed Argyll CMS versionRun 'icclu -V' or check the application's version through its executable name (often 'argyllcms') using '--version' flag, or locate the application binary and query its metadataAffected if The version is 1.0.3 or lower
-
Confirm icclib or ICC profile handling component presenceSearch for files named icc.c, icclib, libicc, or related ICC profile processing libraries in the system: 'find / -name "*icc*" -type f 2>/dev/null' on Unix-like systems, or check the Ghostscript plugin directory for icc profilesAffected if The icclib component (icclib) or icc.c source file is present and the associated Ghostscript or Argyll CMS version is vulnerable per steps 1-2
-
Check for PDF/PostScript processing workflowsDetermine if the system processes PDF or PostScript files that may contain embedded ICC profiles. Inspect any document processing services, print spoolers, or image conversion tools that use Ghostscript or Argyll CMSAffected if The system processes PDF or PostScript files through vulnerable Ghostscript versions, particularly with embedded image content using ICC color profiles
Your environment is affected if Ghostscript version is 8.64 or lower (including 5.50, 7.05, 7.07, 8.0.1, 8.15, 8.15.2, 8.54, 8.56, 8.57, or 8.60), or if Argyll CMS version is 1.0.3 or lower, and these components process ICC profiles embedded in PDF or PostScript files.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate Ghostscript to version 8.64 or later and Argyll CMS to version 1.0.3 or later. Alternatively, implement input validation to reject or sanitize ICC profiles from untrusted sources before processing.
Ghostscript 8.65+ or Argyll CMS 1.0.4+
- Upgrade Ghostscript from any version <= 8.64 to version 8.65 or later
- If using Argyll Color Management System, upgrade from any version <= 1.0.3 to version 1.0.4 or later
- After upgrading, verify the new versions are installed by running 'gs --version' for Ghostship or checking the Argyll CMS version
- Test that PostScript and PDF files with embedded ICC profiles process correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,808.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2009-0584 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sources- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- www.redhat.com
- www.vupen.com
- www.vupen.com
- www.vupen.com
- www.redhat.com
- www.redhat.com
- bugs.gentoo.org
- lists.opensuse.org
- osvdb.org
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- securitytracker.com
- sunsolve.sun.com
- support.avaya.com
- wiki.rpath.com
- www.auscert.org.au
- www.debian.org
- www.gentoo.org
- www.mandriva.com
- www.mandriva.com
- www.securityfocus.com
- www.securityfocus.com
- www.ubuntu.com
- www.vupen.com
- bugzilla.redhat.com
- exchange.xforce.ibmcloud.com
- issues.rpath.com
- oval.cisecurity.org
- usn.ubuntu.com
- www.redhat.com
- www.redhat.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2009-0584 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data