CVE-2011-0333
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 · uneditedHeap-based buffer overflow in the NgwiCalVTimeZoneBody::ParseSelf function in gwwww1.dll in GroupWise Internet Agent (GWIA) in Novell GroupWise 8.0 before HP3 allows remote attackers to execute arbitrary code via a crafted TZNAME variable in a VCALENDAR attachment in an e-mail message, related to an "integer truncation error."
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 heap-based buffer overflow vulnerability exists in the NgwiCalVTimeZoneBody::ParseSelf function within gwwww1.dll of the GroupWise Internet Agent (GWIA). The vulnerability is caused by an integer truncation error when parsing a crafted TZNAME variable in a VCALENDAR attachment within an email message. Successful exploitation allows remote attackers to execute arbitrary code on the affected system.
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= 8.0CVSS 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
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/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.
-
Verify GroupWise Internet Agent (GWIA) installationCheck for the presence of gwwww1.dll in the GroupWise installation directory, typically found in the GWIA subfolder (e.g., C:\Program Files\Novell\GroupWise\gwia\ or /opt/novell/groupwise/gwia/). Use command: dir /s gwwww1.dll on Windows or find / -name gwwww1.dll on Linux.Affected if gwwww1.dll exists and the GWIA service is installed on the system
-
Confirm GWIA service is runningCheck if the GroupWise Internet Agent service is running. On Windows, use Services.msc or command: sc query GWIA. On Linux, check for the gwia process: ps -ef | grep -i gwia.Affected if The GWIA service is active and listening for incoming email connections
-
Verify installed GroupWise versionCheck the GroupWise version by examining the DLL properties of gwwww1.dll (right-click > Properties > Version tab), or query the GWIA service version using: gwia -v or check the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Novell\GroupWise\GWIA\CurrentVersion on Windows.Affected if The installed version is exactly 8.0 (build 8.0.x)
-
Confirm VCALENDAR attachment processing is enabledCheck GWIA configuration settings for calendar/VCALENDAR processing. In the GWIA console or configuration files (typically gwia.cfg), verify if iCal/V CALENDAR parsing is enabled for incoming email.Affected if VCALENDAR attachment parsing is enabled in the GWIA configuration, allowing the vulnerable code path to be exercised
A system is affected if GroupWise Internet Agent version 8.0 is installed with the GWIA service running and VCALENDAR attachment processing enabled, as the integer truncation flaw in gwwww1.dll is triggered during TZNAME parsing in incoming email.
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 · scopedApply the HP3 patch for Novell GroupWise 8.0 or upgrade to a supported version. Consider implementing email filtering at the gateway to block or sanitize VCALENDAR attachments from untrusted sources until the patch can be applied.
GroupWise 8.0 HP3 (or subsequent Service Pack containing the fix)
- Locate the HP3 patch for Novell GroupWise 8.0 from the Novell patches/downloads site or Novell Customer Center
- Apply the HP3 patch to the GroupWise 8.0 Internet Agent (GWIA) installation
- Alternatively, if available, upgrade to a newer GroupWise 8.0 Service Pack that includes the fix
- Verify the patch was applied successfully by checking the GWIA version and build number
- Test that VCALENDAR attachments with TZNAME fields are properly processed after the update
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2011-0333 — 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-2011-0333 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