CVE-2008-0226
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 · uneditedMultiple buffer overflows in yaSSL 1.7.5 and earlier, as used in MySQL and possibly other products, allow remote attackers to execute arbitrary code via (1) the ProcessOldClientHello function in handshake.cpp or (2) "input_buffer& operator>>" in yassl_imp.cpp.
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 · moderate confidenceBuffer overflow vulnerability in yaSSL versions 1.7.5 and earlier allows remote attackers to execute arbitrary code via malformed SSL handshake messages. Two specific locations are vulnerable: the ProcessOldClientHello function in handshake.cpp and the input_buffer operator>> in yassl_imp.cpp. This yaSSL library is used by MySQL and potentially other products.
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= 5.0.0= 5.0.1= 5.0.2= 5.0.3= 5.0.4= 5.0.5= 5.0.10= 5.0.15= 5.0.16= 5.0.17= 5.0.20= 5.0.24= 5.0.23= 5.0.25= 5.0.26= 5.0.28= 5.0.30= 5.0.32= 5.0.34= 5.0.36= 5.0.38= 5.0.40= 5.0.41= 5.0.42= 5.0= 6.06= 6.10= 7.04= 7.10<= 1.7.5= 10.5.4CVSS 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
- Partial
- Integrity
- Partial
- Availability
- Partial
AV:N/AC:L/Au:N/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 MySQL versionRun 'mysql --version' or 'SELECT VERSION();' query to get the installed MySQL versionAffected if Version matches any of the listed affected versions (5.0.0-5.0.42 range, specific versions listed)
-
Check if yaSSL library is presentLocate yaSSL library files - common paths include /usr/lib/, /usr/local/lib/, or check MySQL compiled binaries with 'ldd' or 'strings' for yaSSL referencesAffected if yaSSL library version is 1.7.5 or earlier, or MySQL binary references vulnerable yaSSL code
-
Verify SSL/TLS is enabled in MySQLCheck MySQL configuration (my.cnf) for 'ssl' or 'SSL' directives, or run 'SHOW VARIABLES LIKE "%ssl%";' query to see if SSL is enabledAffected if SSL is enabled (have_ssl or ssl_type variable shows SSL is active) - the vulnerability only triggers when SSL handshake processing occurs
-
Check operating system versionRun 'uname -a' or check /etc/lsb-release (Ubuntu) /etc/debian_version (Debian) /sw/Version.plist (Mac OS X) for OS versionAffected if Running Debian 5.0, Ubuntu 6.06, 6.10, 7.04, 7.10, or Mac OS X 10.5.4 with vulnerable yaSSL
-
Confirm yaSSL version directlyCheck yaSSL library file version: run 'yassl --version' if CLI tool exists, or check library file metadata with 'file' and 'strings' commands for version stringsAffected if yaSSL version is 1.7.5 or earlier
You are affected if your MySQL version is in the affected 5.0.x list, or your yaSSL library is version 1.7.5 or earlier, AND SSL/TLS is enabled and exposed to network connections.
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 dataUpgrade yaSSL to a version newer than 1.7.5, or upgrade affected products (such as MySQL) to versions that include the patched yaSSL library. Consider network segmentation to limit exposure to SSL/TLS services until patching can be completed.
- Consultation4.0 h
- Implementation8.0 h
- Testing12.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 $7,616.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2008-0226 — 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- lists.apple.com
- securityreason.com
- support.apple.com
- www.debian.org
- www.securityfocus.com
- www.securityfocus.com
- www.securityfocus.com
- www.securityfocus.com
- www.ubuntu.com
- bugs.mysql.com
- www.vupen.com
- www.vupen.com
- exchange.xforce.ibmcloud.com
- exchange.xforce.ibmcloud.com
- dev.mysql.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- www.mandriva.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2008-0226 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