CVE-2008-0172
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 · uneditedThe get_repeat_type function in basic_regex_creator.hpp in the Boost regex library (aka Boost.Regex) in Boost 1.33 and 1.34 allows context-dependent attackers to cause a denial of service (NULL dereference and crash) via an invalid regular expression.
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 confidenceThe get_repeat_type function in basic_regex_creator.hpp in Boost.Regex versions 1.33 and 1.34 contains a NULL pointer dereference vulnerability when processing certain invalid regular expressions, allowing context-dependent attackers to crash applications via malformed regex input.
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.33= 1.34CVSS 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
- None
- Integrity
- None
- Availability
- Partial
AV:N/AC:L/Au:N/C:N/I:N/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 Boost.Regex versionRun 'dpkg -l | grep libboost-regex' (Debian/Ubuntu) or 'rpm -qa | grep boost-regex' (RHEL/CentOS) or check /usr/include/boost/version.hpp for BOOST_VERSION macroAffected if The installed version is 1.33.0 or 1.34.0 (check version.hpp for values 103300 or 103400)
-
Locate Boost.Regex header filesSearch for basic_regex_creator.hpp in include paths: 'find /usr -name basic_regex_creator.hpp 2>/dev/null'Affected if The file exists and originates from Boost 1.33 or 1.34 sources
-
Check application for Boost.Regex usageGrep source code for '#include <boost/regex.hpp>' or link against libboost_regex: 'ldd <executable> | grep boost_regex'Affected if The application links against or includes Boost.Regex library
-
Identify regex input sourcesReview code for regex compilation calls (regex_match, regex_search, regex_replace) and trace whether input comes from untrusted sources like user input, files, or networkAffected if Application passes external/malformed input to Boost.Regex functions without prior validation
-
Test for NULL dereference behaviorPass known malformed regex patterns to the application or library (e.g., patterns with specific repeat syntax that trigger the vulnerability) and monitor for crashAffected if The application crashes when processing specific invalid regex patterns on vulnerable versions
You are affected if Boost.Regex version 1.33 or 1.34 is in use AND your application processes untrusted or malformed regular expressions through Boost.Regex functions.
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 to a patched version of Boost 1.34.1 or later, or implement input validation to reject malformed regular expressions before passing them to the Boost.Regex library.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2008-0172 — 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- bugs.gentoo.org
- lists.opensuse.org
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- svn.boost.org
- svn.boost.org
- wiki.rpath.com
- www.gentoo.org
- www.mandriva.com
- www.securityfocus.com
- www.securityfocus.com
- www.ubuntu.com
- www.vupen.com
- issues.rpath.com
- www.redhat.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2008-0172 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