Lucene search
+L

516 matches found

Ubuntu
Ubuntu
added 2018/11/30 6:31 a.m.74 views

USN-3833-1: Linux kernel (AWS) vulnerabilities

Jann Horn discovered that the Linux kernel mishandles mapping UID or GID ranges inside nested user namespaces in some situations. A local attacker could use this to bypass access controls on resources outside the namespace. CVE-2018-18955 Philipp Wendler discovered that the overlayfs implementati...

7CVSS6.9AI score0.07611EPSS
SaveExploits25
Tenable Nessus
Tenable Nessus
added 2018/11/30 12:00 a.m.70 views

Ubuntu 18.10 : Linux kernel (AWS) vulnerabilities (USN-3832-1)

Jann Horn discovered that the procfs file system implementation in the Linux kernel did not properly restrict the ability to inspect the kernel stack of an arbitrary task. A local attacker could use this to expose sensitive information. CVE-2018-17972 Jann Horn discovered that the mremap system...

7.8CVSS6.8AI score0.07611EPSS
SaveExploits28References7
OSV
OSV
added 2018/11/16 8:29 p.m.20 views

CVE-2018-18955

In the Linux kernel 4.15.x through 4.19.x before 4.19.2, mapwrite in kernel/usernamespace.c allows privilege escalation because it mishandles nested user namespaces with more than 5 UID or GID ranges. A user who has CAPSYSADMIN in an affected user namespace can bypass access controls on resources...

7CVSS6.9AI score
SaveExploits0References15
NVD
NVD
added 2018/11/16 8:29 p.m.33 views

CVE-2018-18955

In the Linux kernel 4.15.x through 4.19.x before 4.19.2, mapwrite in kernel/usernamespace.c allows privilege escalation because it mishandles nested user namespaces with more than 5 UID or GID ranges. A user who has CAPSYSADMIN in an affected user namespace can bypass access controls on resources...

7CVSS7AI score0.07611EPSS
SaveExploits24References15
Prion
Prion
added 2018/11/16 8:29 p.m.24 views

Input validation

In the Linux kernel 4.15.x through 4.19.x before 4.19.2, mapwrite in kernel/usernamespace.c allows privilege escalation because it mishandles nested user namespaces with more than 5 UID or GID ranges. A user who has CAPSYSADMIN in an affected user namespace can bypass access controls on resources...

4.4CVSS6.7AI score0.07611EPSS
SaveExploits24References15Affected Software2
Debian CVE
Debian CVE
added 2018/11/16 8:00 p.m.47 views

CVE-2018-18955

In the Linux kernel 4.15.x through 4.19.x before 4.19.2, mapwrite in kernel/usernamespace.c allows privilege escalation because it mishandles nested user namespaces with more than 5 UID or GID ranges. A user who has CAPSYSADMIN in an affected user namespace can bypass access controls on resources...

7CVSS7.1AI score0.07611EPSS
SaveExploits24
CVE
CVE
added 2018/11/16 8:00 p.m.640 views

CVE-2018-18955

CVE-2018-18955 affects Linux kernels 4.15.x–4.19.x, with privilege escalation via map_write() in kernel/user_namespace.c when nested user namespaces have more than 5 UID/GID ranges. A user with CAP_SYS_ADMIN in the affected namespace can bypass controls outside the namespace (e.g., read /etc/shad...

7CVSS6.8AI score0.07611EPSS
SaveExploits24References15Affected Software1
Cvelist
Cvelist
added 2018/11/16 8:00 p.m.38 views

CVE-2018-18955

In the Linux kernel 4.15.x through 4.19.x before 4.19.2, mapwrite in kernel/usernamespace.c allows privilege escalation because it mishandles nested user namespaces with more than 5 UID or GID ranges. A user who has CAPSYSADMIN in an affected user namespace can bypass access controls on resources...

6.9AI score0.07611EPSS
SaveExploits24References15
EUVD
EUVD
added 2018/11/16 8:00 p.m.8 views

EUVD-2018-10659

In the Linux kernel 4.15.x through 4.19.x before 4.19.2, mapwrite in kernel/usernamespace.c allows privilege escalation because it mishandles nested user namespaces with more than 5 UID or GID ranges. A user who has CAPSYSADMIN in an affected user namespace can bypass access controls on resources...

7CVSS7.9AI score0.07611EPSS
SaveExploits24References18
UbuntuCve
UbuntuCve
added 2018/11/16 12:00 a.m.58 views

CVE-2018-18955

In the Linux kernel 4.15.x through 4.19.x before 4.19.2, mapwrite in kernel/usernamespace.c allows privilege escalation because it mishandles nested user namespaces with more than 5 UID or GID ranges. A user who has CAPSYSADMIN in an affected user namespace can bypass access controls on resources...

7CVSS7AI score0.07611EPSS
SaveExploits24References6
exploitpack
exploitpack
added 2018/11/16 12:00 a.m.105 views

Linux - Broken uidgid Mapping for Nested User Namespaces

Linux - Broken uidgid Mapping for Nested User Namespaces commit 6397fac4915a "userns: bump idmap limits to 340" increases the number of possible uid/gid mappings that a namespace can have from 5 to 340. This is implemented by switching to a different data structure if the number of mappings excee...

4.4CVSS7.1AI score0.07611EPSS
SaveExploits24
OSV
OSV
added 2018/11/16 12:00 a.m.21 views

UBUNTU-CVE-2018-18955

In the Linux kernel 4.15.x through 4.19.x before 4.19.2, mapwrite in kernel/usernamespace.c allows privilege escalation because it mishandles nested user namespaces with more than 5 UID or GID ranges. A user who has CAPSYSADMIN in an affected user namespace can bypass access controls on resources...

7CVSS7AI score0.07611EPSS
SaveExploits24References7
Exploit DB
Exploit DB
added 2018/11/16 12:00 a.m.95 views

Linux - Broken uid/gid Mapping for Nested User Namespaces

commit 6397fac4915a "userns: bump idmap limits to 340" increases the number of possible uid/gid mappings that a namespace can have from 5 to 340. This is implemented by switching to a different data structure if the number of mappings exceeds 5: Instead of linear search over an unsorted array of...

7CVSS7.2AI score0.07611EPSS
SaveExploits24
zdt
zdt
added 2018/11/16 12:00 a.m.420 views

Linux - Broken uid/gid Mapping for Nested User Namespaces Exploit

Exploit for linux platform in category local exploits Linux - Broken uid/gid Mapping for Nested User Namespaces Exploit commit 6397fac4915a "userns: bump idmap limits to 340" increases the number of possible uid/gid mappings that a namespace can have from 5 to 340. This is implemented by switchin...

7AI score0.07611EPSS
SaveExploits24
Oracle linux
Oracle linux
added 2018/11/05 12:00 a.m.518 views

389-ds-base security, bug fix, and enhancement update

1.3.8.4-15 - Bump version to 1.3.8.4-15 - Resolves: Bug 1624004 - Fix regression in last patch 1.3.8.4-14 - Bump version to 1.3.8.4-14 - Resolves: Bug 1624004 - potential denial of service attack 1.3.8.4-13 - Bump version to 1.3.8.4-13 - Resolves: Bug 1623949 - Crash in deletepasswdPolicy when...

7.8CVSS0.5AI score0.0629EPSS
SaveExploits0
zdt
zdt
added 2018/10/26 12:00 a.m.82 views

Linux systemd Symlink Dereference Via chown_one() Exploit

Linux suffers from an issue with systemd where chownone can dereference symlinks. systemd: chownone can dereference symlinks CVE-2018-15687 I am sending this bug report to Ubuntu, even though it's an upstream bug, as requested at...

0.2AI score0.01058EPSS
SaveExploits5
Tenable Nessus
Tenable Nessus
added 2018/06/18 12:00 a.m.38 views

FreeBSD : slurm -- insecure handling of user_name and gid fields (3a66cb69-716f-11e8-be54-3085a9a47796)

SchedMD reports : Insecure handling of username and gid fields CVE-2018-10995 While fixes are only available for the supported 17.02 and 17.11 releases, it is believed that similar vulnerabilities do affect past versions as well. The only resolution is to upgrade Slurm to a fixed release. C Tenab...

5.3CVSS7.2AI score0.01739EPSS
SaveExploits0References3
CNVD
CNVD
added 2018/06/01 12:00 a.m.23 views

SchedMD Slurm has an unspecified vulnerability

SchedMD Slurm is SchedMD's open source and highly scalable cluster management and job scheduling system for large and small Linux clusters. A security vulnerability exists in SchedMD Slurm versions prior to 17.02.11 and 17.1x.x prior to 17.11.7, which stems from the program's failure to properly...

5.3CVSS6.6AI score0.01739EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2018/05/30 12:00 a.m.24 views

slurm -- insecure handling of user_name and gid fields

SchedMD reports: Insecure handling of username and gid fields CVE-2018-10995 While fixes are only available for the supported 17.02 and 17.11 releases, it is believed that similar vulnerabilities do affect past versions as well. The only resolution is to upgrade Slurm to a fixed release...

5.3CVSS2AI score0.01739EPSS
SaveExploits0References1
OSV
OSV
added 2018/05/02 6:02 a.m.7 views

SUSE-SU-2018:1121-1 Security update for corosync

This update for corosync fixes the following issue: - CVE-2018-1084: Integer overflow in totemcrypto:authenticatenss23 could lead to command execution bsc1089346 - Providing an empty uid or gid results in coroparse adding uid 0. bsc1066585 - Fix a problem with configuration file incompatibilities...

7.5CVSS7.7AI score0.03172EPSS
SaveExploits0References5
Rows per page
Query Builder