CVE-2007-0042
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 · uneditedInterpretation conflict in ASP.NET in Microsoft .NET Framework 1.0, 1.1, and 2.0 for Windows 2000, XP, Server 2003, and Vista allows remote attackers to access configuration files and obtain sensitive information, and possibly bypass security mechanisms that try to constrain the final substring of a string, via %00 characters, related to use of %00 as a string terminator within POSIX functions but a data character within .NET strings, aka "Null Byte Termination 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 · high confidenceA null byte termination vulnerability in ASP.NET allows remote attackers to bypass security mechanisms by inserting %00 characters in requests. The %00 character acts as a string terminator in POSIX functions but remains as valid data in .NET, enabling attackers to access configuration files and obtain sensitive information that should be protected.
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.0= 1.1= 2.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
- None
- Availability
- None
AV:N/AC:L/Au:N/C:C/I:N/A:N
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 .NET Framework versionCheck the Windows Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.0.3705 (1.0), v1.1.4322 (1.1), or v2.0.50727 (2.0) under HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP, or run 'reg query "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP" /s' to list all installed versionsAffected if The installed version is exactly 1.0, 1.1, or 2.0 (these are the affected versions)
-
Verify ASP.NET is in useCheck for the presence of IIS or ASP.NET development server handling requests, or look for aspnet_isapi.dll loaded in memory, or examine running services/worker processes named aspnet_wp.exe (IIS 6) or w3wp.exe with ASP.NET app poolsAffected if ASP.NET is processing requests and the .NET version is 1.0, 1.1, or 2.0
-
Identify applications accepting file path inputReview web application source code, IIS metabase, or application configuration for handlers that process file paths from query strings, form inputs, or cookies. Look for code patterns like Request.QueryString["file"], Request.Form["path"], or similar path-handling operationsAffected if The application accepts file path parameters from user input without explicit null byte filtering
-
Test for null byte bypass in request handlingSubmit a test request with %00 appended to a file path parameter (e.g., /page.aspx?file=config%00.txt) and observe if the request is processed differently or if alternate file extensions are acceptedAffected if The application responds to requests containing %00 characters in file path parameters without rejecting or sanitizing them
The environment is affected if it runs .NET Framework 1.0, 1.1, or 2.0 AND hosts ASP.NET applications that accept user-supplied file paths without filtering null byte characters.
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 Microsoft security patches for the affected .NET Framework versions (1.0, 1.1, 2.0), or upgrade to supported .NET versions. Implement input validation to reject or properly sanitize null byte characters in user-supplied file paths.
- Consultation2.0 h
- Implementation4.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 $3,328.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2007-0042 — 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-2007-0042 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