CVE-2005-3058
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 Fortinet FortiGate 2.8, running FortiOS 2.8MR10 and v3beta, allows remote attackers to bypass the URL blocker via an (1) HTTP request terminated with a line feed (LF) and not carriage return line feed (CRLF) or (2) HTTP request with no Host field, which is still processed by most web servers without violating RFC2616.
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 confidenceFortinet FortiGate 2.8 running FortiOS 2.8MR10 and v3beta contains an interpretation conflict in its URL blocking feature. Attackers can bypass the URL blocker by sending HTTP requests terminated with a Line Feed (LF) instead of the standard Carriage Return Line Feed (CRLF), or by omitting the Host field entirely. These non-RFC2616-compliant requests bypass the FortiGate's filter but are still processed by backend web servers.
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<= 2.8_mr10<= 3_beta= 2.8CVSS 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 the FortiOS versionLog into the FortiGate CLI and run the command 'get system status' or 'show system global' to view the firmware version. Alternatively, access the web UI under System > Status to see the FortiOS version.Affected if The version displayed is 2.8MR10 or below, or 3.0beta (any version listed as <= 2.8_mr10 or <= 3_beta in the affected ranges).
-
Confirm the URL filtering feature is activeIn the FortiGate web UI, navigate to Firewall > URL Filter or Security Profiles > URL Filtering to verify if any URL blocking rules are configured and enabled.Affected if URL filtering is enabled and configured with blocking rules, as the bypass affects the protection provided by this feature.
-
Check HTTP proxy or inspection mode configurationIn the CLI, run 'get webfilter profile' or 'show webfilter' to review the web filter profiles. Also check if the device is operating in proxy-based or flow-based inspection mode using 'get system global | grep proxy'.Affected if The device is using proxy-mode HTTP inspection, as this interpretation conflict occurs when the FortiGate parses HTTP requests before forwarding them.
-
Inspect HTTP traffic handling for non-standard requestsReview any available traffic logs or packet captures for requests using LF (0x0A) line endings instead of CRLF (0x0D0A), or HTTP requests that lack a Host header field. Enable debug logging with 'diagnose debug application urlfilter 7' if available.Affected if Traffic logs show requests reaching backend servers that the URL filter should have blocked, indicating the bypass is being exploited.
You are affected if your FortiGate runs FortiOS 2.8MR10 or below (or 3.0beta) AND has URL filtering enabled, as the non-RFC2616-compliant HTTP requests can bypass your URL blocking rules.
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 FortiOS to a patched version beyond 2.8MR10/v3beta. If the hardware cannot support a current FortiOS version, consider network-level HTTP filtering or replacing the end-of-life device with a supported model.
- 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-2005-3058 — 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-2005-3058 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