Lucene search
K

19 matches found

Rockylinux
Rockylinux
added 2023/08/31 4:54 p.m.17 views

xfsprogs bug fix update

An update is available for xfsprogs. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The xfsprogs packages contain a set of utilities to administer the XFS file...

6.9AI score
Exploits0
SUSE CVE
SUSE CVE
added 2023/02/15 6:17 a.m.1 views

SUSE CVE-2005-3531

fusermount in FUSE before 2.4.1, if installed setuid root, allows local users to corrupt /etc/mtab and possibly modify mount options by performing a mount over a directory whose name contains certain special characters...

2.1CVSS6.6AI score0.00078EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 5:53 a.m.1 views

SUSE CVE-2011-1679

ncpfs 2.2.6 and earlier attempts to use 1 ncpmount to append to the /etc/mtab file and 2 ncpumount to append to the /etc/mtab.tmp file without first checking whether resource limits would interfere, which allows local users to trigger corruption of the /etc/mtab file via a process with a small...

3.3CVSS8.9AI score0.00079EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:53 a.m.2 views

SUSE CVE-2011-1834

utils/mount.ecryptfsprivate.c in ecryptfs-utils before 90 does not properly maintain the mtab file during error conditions, which allows local users to cause a denial of service table corruption or bypass intended unmounting restrictions via a umount system call...

2.1CVSS6.5AI score0.00056EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 5:52 a.m.1 views

SUSE CVE-2011-2724

The checkmtab function in client/mount.cifs.c in mount.cifs in smbfs in Samba 3.5.10 and earlier does not properly verify that the 1 device name and 2 mountpoint strings are composed of valid characters, which allows local users to cause a denial of service mtab corruption via a crafted string...

1.2CVSS7.2AI score0.01165EPSS
Exploits1References4
Veracode
Veracode
added 2019/05/02 6:36 a.m.32 views

Denial Of Service (DoS)

Linux kernel is vulnerable to denial of service attacks. A local non-privileged user is able to cause denial of service by overflowing the mount table, which causes a deadlock for the whole system. Affected is the file fs/namespace.c of the component Mount Handler...

4.7CVSS5.5AI score0.00087EPSS
Exploits0References44Affected Software2
RedHat Linux
RedHat Linux
added 2017/08/01 2:22 p.m.4 views

kernel: Overflowing kernel mount table using shared bind mount

It was found that in Linux kernel the mount table expands by a power-of-two with each bind mount command. If a system is configured to allow non-privileged user to do bind mounts, or allows to do so in a container or unprivileged mount namespace, then non-privileged user is able to cause a local...

4.7CVSS7.1AI score0.00039EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2017/08/01 2:13 p.m.4 views

kernel: Overflowing kernel mount table using shared bind mount

It was found that in Linux kernel the mount table expands by a power-of-two with each bind mount command. If a system is configured to allow non-privileged user to do bind mounts, or allows to do so in a container or unprivileged mount namespace, then non-privileged user is able to cause a local...

4.7CVSS7.1AI score0.00039EPSS
Exploits0References4
Ubuntu
Ubuntu
added 2016/12/20 7:54 p.m.61 views

USN-3160-1: Linux kernel vulnerabilities

CAI Qian discovered that shared bind mounts in a mount namespace exponentially added entries without restriction to the Linux kernel's mount table. A local attacker could use this to cause a denial of service system crash. CVE-2016-6213 It was discovered that a race condition existed in the procf...

5.5CVSS6.1AI score0.00053EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2012/02/14 12:0 a.m.50 views

CentOS 5 : glibc (CESA-2012:0126)

Updated glibc packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System CVSS base scores, which give detailed severity ratings, are...

6.9CVSS8.8AI score0.06292EPSS
Exploits2References6
RedHat Linux
RedHat Linux
added 2012/02/13 8:30 p.m.0 views

glibc: Improper encoding of names with certain special character in utilities for writing to mtab table

The encodename macro in misc/mntentr.c in the GNU C Library aka glibc or libc6 2.11.1 and earlier, as used by ncpmount and mount.cifs, does not properly handle newline characters in mountpoint names, which allows local users to cause a denial of service mtab corruption, or possibly modify mount...

7.2CVSS6.1AI score0.00117EPSS
Exploits1References4
OSV
OSV
added 2011/09/02 11:55 p.m.1 views

DEBIAN-CVE-2011-0541

fuse 2.8.5 and earlier does not properly handle when /etc/mtab cannot be updated, which allows local users to unmount arbitrary directories via a symlink attack...

3.3CVSS6.5AI score0.00042EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2011/08/31 7:34 p.m.0 views

ecryptfs-utils: incorrect mtab group ownership

When mount.ecrpytfsprivate before version 87-0ubuntu1.2 calls setreuid it doesn't also set the effective group id. So when it creates the new version, mtab.tmp, it's created with the group id of the user running mount.ecryptfsprivate...

9.8CVSS6.7AI score0.00234EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2011/08/31 7:34 p.m.1 views

ecryptfs: multiple flaws to mount/umount arbitrary locations and possibly disclose confidential information

utils/mount.ecryptfsprivate.c in ecryptfs-utils before 90 does not properly maintain the mtab file during error conditions, which allows local users to cause a denial of service table corruption or bypass intended unmounting restrictions via a umount system call...

2.1CVSS7.3AI score0.00056EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2011/08/29 5:38 p.m.3 views

samba/cifs-utils: mount.cifs and umount.cifs fail to anticipate RLIMIT_FSIZE

smbfs in Samba 3.5.8 and earlier attempts to use 1 mount.cifs to append to the /etc/mtab file and 2 umount.cifs to append to the /etc/mtab.tmp file without first checking whether resource limits would interfere, which allows local users to trigger corruption of the /etc/mtab file via a process wi...

3.3CVSS7.2AI score0.00694EPSS
Exploits2References4
OSV
OSV
added 2011/04/10 2:55 a.m.1 views

DEBIAN-CVE-2011-1678

smbfs in Samba 3.5.8 and earlier attempts to use 1 mount.cifs to append to the /etc/mtab file and 2 umount.cifs to append to the /etc/mtab.tmp file without first checking whether resource limits would interfere, which allows local users to trigger corruption of the /etc/mtab file via a process wi...

3.3CVSS8.2AI score0.00694EPSS
Exploits2References1
ATTACKERKB
ATTACKERKB
added 2011/04/10 2:55 a.m.1 views

CVE-2011-1680

ncpmount in ncpfs 2.2.6 and earlier does not remove the /etc/mtab lock file after a failed attempt to add a mount entry, which has unspecified impact and local attack vectors...

4.4CVSS5.5AI score0.00148EPSS
Exploits1References19
ATTACKERKB
ATTACKERKB
added 2011/04/10 2:55 a.m.7 views

CVE-2011-1675

mount in util-linux 2.19 and earlier attempts to append to the /etc/mtab.tmp file without first checking whether resource limits would interfere, which allows local users to trigger corruption of the /etc/mtab file via a process with a small RLIMITFSIZE value, a related issue to CVE-2011-1089...

3.3CVSS5.5AI score0.00087EPSS
Exploits0References21
OSV
OSV
added 2011/01/22 10:0 p.m.1 views

DEBIAN-CVE-2010-3879

FUSE, possibly 2.8.5 and earlier, allows local users to create mtab entries with arbitrary pathnames, and consequently unmount any filesystem, via a symlink attack on the parent directory of the mountpoint of a FUSE filesystem, a different vulnerability than CVE-2010-0789...

5.8CVSS6.4AI score0.0268EPSS
Exploits1References1
Rows per page
Query Builder