CVE-2000-0323
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 Microsoft Jet database engine allows an attacker to modify text files via a database query, aka the "Text I-ISAM" vulnerability.
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 confidenceThe Microsoft Jet database engine contains a vulnerability in its Text I-ISAM (Indexed Sequential Access Method) driver that allows remote attackers to modify arbitrary text files on the target system by issuing specially crafted database queries. The Text I-ISAM functionality, designed to query text files as if they were database tables, does not properly validate file paths, enabling path traversal and file write operations outside intended directories.
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= 3.5= 3.51= 4.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
- High
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:H/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 Microsoft Jet database engine versionLocate the Jet DLL file on the system. Common paths include C:\Windows\System32\msjet35.dll, C:\Windows\System32\msjet40.dll, or C:\Windows\System32\msjet42.dll. Right-click the DLL file, select Properties, and view the Version tab to confirm the exact product version.Affected if The installed version is 3.5, 3.51, or 4.0 exactly as listed in the affected versions.
-
Query Jet version via registryOpen Registry Editor and navigate to HKLM\SOFTWARE\Microsoft\Jet. Check for subkeys such as 3.5, 3.51, or 4.0 which indicate installed Jet versions. Also check HKLM\SOFTWARE\Wow6432Node\Microsoft\Jet on 64-bit systems.Affected if Registry keys for Jet version 3.5, 3.51, or 4.0 exist on the system.
-
Check for Text I-ISAM driver registrationOpen ODBC Data Source Administrator (odbcad32.exe), go to the Drivers tab, and look for entries containing 'Text' or 'Microsoft Text Driver'. Alternatively, check the registry at HKLM\SOFTWARE\ODBC\ODBCINST.INI\Microsoft Text Driver to see if the Text I-ISAM driver is registered.Affected if The Text I-ISAM (Microsoft Text) driver is listed among installed ODBC drivers.
-
Verify applications using Text I-ISAM functionalitySearch for application files that connect to text files using Jet DAO or ODBC with a text driver. Look for connection strings containing 'Driver={Microsoft Text Driver}' or 'DBQ=' pointing to text file directories. Check IIS web applications and legacy ASP files that may query text files as databases.Affected if Applications or scripts that use Jet to query text files as database tables are present on the system.
-
Review file and directory permissions on text data locationsIdentify directories where text files (CSV, TXT, tab-delimited) are stored that could be accessed via Text I-ISAM. Check NTFS permissions to determine if the IIS anonymous account or database service account has write permissions to directories outside intended text data folders.Affected if Write permissions exist for accounts that would process database queries against text file directories.
A system is affected if Microsoft Jet version 3.5, 3.51, or 4.0 is installed AND the Text I-ISAM driver is available, enabling specially crafted queries to write files outside intended directories.
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 MS00-049 patch from Microsoft or upgrade to a patched version of Microsoft Jet. If the patch is unavailable for legacy systems, consider restricting or disabling the Text I-ISAM functionality and limiting network exposure of affected systems.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.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 $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2000-0323 — 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-2000-0323 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