CVE-2009-0030
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 · uneditedA certain Red Hat patch for SquirrelMail 1.4.8 sets the same SQMSESSID cookie value for all sessions, which allows remote authenticated users to access other users' folder lists and configuration data in opportunistic circumstances by using the standard webmail.php interface. NOTE: this vulnerability exists because of an incorrect fix for CVE-2008-3663.
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 confidenceA Red Hat patch for SquirrelMail 1.4.8 incorrectly implements session handling by assigning the same static SQMSESSID cookie value to all user sessions instead of generating unique session identifiers. This session fixation allows authenticated users to potentially access other users' folder lists and configuration data by leveraging the predictable session ID.
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.4.8CVSS 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
- Low
- Authentication
- Single
- Confidentiality
- Partial
- Integrity
- Partial
- Availability
- Partial
AV:N/AC:L/Au:S/C:P/I:P/A:P
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 SquirrelMail versionLocate the SquirrelMail installation and check the version file (typically version.php or constants.php in the src/ directory). Common command: 'grep -r "1.4.8" /path/to/squirrelmail/' or check the main version file.Affected if The installed version is SquirrelMail 1.4.8 (specifically the Red Hat patched variant)
-
Confirm Red Hat patch is presentExamine the session handling code in functions/auth.php or session.php within the SquirrelMail installation. Look for Red Hat specific modifications or comments indicating a custom session patch.Affected if Red Hat's session patch for 1.4.8 is applied to the codebase
-
Inspect session ID generationReview the code that generates or assigns the SQMSESSID cookie value. Check if session_id() is called with a static/hardcoded value rather than using a random or dynamically generated identifier.Affected if The session ID is assigned a fixed/static value (e.g., 'squirrelmail' or similar constant) instead of a unique random value per session
-
Test session cookie predictabilityClear browser cookies, access SquirrelMail, and note the SQMSESSID value. Access from a different browser or incognito window and compare the received cookie value. If identical, session fixation is present.Affected if Multiple distinct user sessions receive the same SQMSESSID cookie value (session fixation confirmed)
-
Check session configuration fileExamine config/config.php or any local configuration files for session-related settings. Look for variables like $session_name or $SQMSESSID that may be hardcoded to a static value.Affected if Session name or ID is configured with a static value rather than dynamic generation
Affected if running Red Hat's patched SquirrelMail 1.4.8 where the SQMSESSID cookie maintains a static value across all user sessions, enabling session hijacking via session fixation.
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.
From vendor dataApply the corrected vendor patch or upgrade SquirrelMail to a version where session IDs are properly randomized per session, eliminating the session fixation vector.
- Consultation3.0 h
- Implementation4.0 h
- Testing3.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,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2009-0030 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2009-0030 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