FreeBSDOperating system

CVE-2006-2654

MEDIUM · 6.4 CVSS v2.0 Published 2006-06-02
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
73/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

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 · unedited
Directory traversal vulnerability in smbfs smbfs on FreeBSD 4.10 up to 6.1 allows local users to escape chroot restrictions for an SMB-mounted filesystem via "..\\" sequences. NOTE: this is similar to CVE-2006-1864, but this is a different implementation of smbfs, so it has a different CVE identifier.

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 confidence

Directory traversal vulnerability in FreeBSD's smbfs (SMB filesystem) allows local users to escape chroot restrictions by using '..\' sequences in SMB-mounted paths, enabling access to files outside the intended mount point. The vulnerability stems from improper handling of backslash path separators in the smbfs kernel implementation.

MitigationApply FreeBSD vendor patches for smbfs; ensure SMB mounts in chroot environments use read-only options where possible and consider additional filesystem namespace isolation.

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
FreeBSDOperating system
Affected:= 5.0= 5.1= 5.2= 5.2.1= 5.3= 5.4= 6.0

CVSS 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
None

AV:N/AC:L/Au:N/C:P/I:P/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 checks

Work through these to decide whether this CVE applies to you.

  1. Check FreeBSD version
    Run `uname -r` or `freebsd-version -u` to determine the installed FreeBSD release version
    Affected if The version matches one of the following: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.4, or 6.0
  2. Verify smbfs kernel module is loaded
    Run `kldstat | grep smbfs` to check if the smbfs kernel module is currently loaded in memory
    Affected if The smbfs module appears in the loaded module list, indicating the vulnerable code is active
  3. Identify active SMB mounts
    Run `mount | grep -i smb` or check `/var/log/mountdlog` (if available) to list currently mounted SMB filesystems
    Affected if There are active SMB mounts using smbfs, particularly in environments where chroot isolation is expected
  4. Assess chroot environment exposure
    Review the system configuration to determine if any chroot environments contain or have access to smbfs-mounted paths; check chroot jail configurations and mount namespaces
    Affected if SMB mounts are accessible from within chroot or jail environments, allowing the '..\' traversal to escape the intended isolation boundary

A system is affected if it runs FreeBSD 5.0-6.0, has the smbfs module loaded, has active SMB mounts, and those mounts are accessible within chroot environments where the '..\' sequence could be used to escape the chroot boundary.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Apply FreeBSD vendor patches for smbfs; ensure SMB mounts in chroot environments use read-only options where possible and consider additional filesystem namespace isolation.

Fix this in FreeBSD Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing8.0 h
  • Review / QA3.0 h
20.0 hours of engineering $3,420
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,472.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2006-2654 — 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

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2006-2654 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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