VYPR
Medium severity6.5NVD Advisory· Published May 24, 2012· Updated Apr 29, 2026

CVE-2011-3363

CVE-2011-3363

Description

The setup_cifs_sb function in fs/cifs/connect.c in the Linux kernel before 2.6.39 does not properly handle DFS referrals, which allows remote CIFS servers to cause a denial of service (system crash) by placing a referral at the root of a share.

Affected products

2

Patches

1
70945643722f

cifs: always do is_path_accessible check in cifs_mount

https://github.com/torvalds/linuxJeff LaytonMar 14, 2011via nvd-ref
1 file changed · +1 1
  • fs/cifs/connect.c+1 1 modified
    @@ -2831,7 +2831,7 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb,
     
     remote_path_check:
     	/* check if a whole path (including prepath) is not remote */
    -	if (!rc && cifs_sb->prepathlen && tcon) {
    +	if (!rc && tcon) {
     		/* build_path_to_root works only when we have a valid tcon */
     		full_path = cifs_build_path_to_root(cifs_sb, tcon);
     		if (full_path == NULL) {
    

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

5

News mentions

0

No linked articles in our index yet.