Lucene search
+L

191 matches found

OSV
OSV
added 2018/10/03 12:00 a.m.10 views

UBUNTU-CVE-2018-17972

An issue was discovered in the procpidstack function in fs/proc/base.c in the Linux kernel through 4.18.11. It does not ensure that only root may inspect the kernel stack of an arbitrary task, allowing a local attacker to exploit racy stack unwinding and leak kernel task stack contents...

5.5CVSS6.8AI score0.00346EPSS
SaveExploits0References15
RedHat Linux
RedHat Linux
added 2018/05/08 7:04 p.m.17 views

kernel: Stack information leak in the EFS element

A flaw was found in the processing of incoming L2CAP bluetooth commands. Uninitialized stack variables can be sent to an attacker leaking data in kernel address space...

7.5CVSS7AI score0.03874EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2018/05/03 5:06 a.m.8 views

php: Buffer over-read from unitialized data in gdImageCreateFromGifCtx function

A data leak was found in gdImageCreateFromGifCtx in GD Graphics Library used in PHP before 5.6.31 and 7.1.7. An attacker could craft a malicious GIF image and read up to 762 bytes from stack...

6.5CVSS7.1AI score0.03115EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2018/04/17 3:29 p.m.11 views

kernel: Stack information leak in the EFS element

A flaw was found in the processing of incoming L2CAP bluetooth commands. Uninitialized stack variables can be sent to an attacker leaking data in kernel address space...

7.5CVSS7AI score0.03874EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2018/04/10 3:23 p.m.12 views

kernel: Stack information leak in the EFS element

A flaw was found in the processing of incoming L2CAP bluetooth commands. Uninitialized stack variables can be sent to an attacker leaking data in kernel address space...

7.5CVSS7AI score0.03874EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2018/04/10 9:01 a.m.18 views

kernel: Stack information leak in the EFS element

A flaw was found in the processing of incoming L2CAP bluetooth commands. Uninitialized stack variables can be sent to an attacker leaking data in kernel address space...

7.5CVSS7AI score0.03874EPSS
SaveExploits0References4
exploitpack
exploitpack
added 2018/01/29 12:00 a.m.56 views

macOS - sysctl_vfs_generic_conf Stack Leak Through Struct Padding

macOS - sysctlvfsgenericconf Stack Leak Through Struct Padding / The sysctls vfs.generic.conf. are handled by sysctlvfsgenericconf, which is implemented as follows: static int sysctlvfsgenericconf SYSCTLHANDLERARGS int name, namelen; struct vfstable vfsp; struct vfsconf vfsc; voidoidp; name = arg...

0.3AI score
SaveExploits0
zdt
zdt
added 2018/01/29 12:00 a.m.62 views

macOS - sysctl_vfs_generic_conf Stack Leak Through Struct Padding Exploit

Exploit for macOS platform in category dos / poc / The sysctls vfs.generic.conf. are handled by sysctlvfsgenericconf, which is implemented as follows: static int sysctlvfsgenericconf SYSCTLHANDLERARGS int name, namelen; struct vfstable vfsp; struct vfsconf vfsc; voidoidp; name = arg1; namelen =...

0.1AI score0.05935EPSS
SaveExploits3
seebug.org
seebug.org
added 2018/01/22 12:00 a.m.111 views

MacOS process_policy stack leak through uninitialized field(CVE-2017-7154)

The syscall processpolicyscope=PROCPOLICYSCOPEPROCESS, action=PROCPOLICYACTIONGET, policy=PROCPOLICYRESOURCEUSAGE, policysubtype=PROCPOLICYRUSAGECPU, attrp=, targetpid=0, targetthreadid= causes 4 bytes of uninitialized kernel stack memory to be written to userspace. The call graph looks as follow...

5.6CVSS7.2AI score0.01045EPSS
SaveExploits5
Tenable Nessus
Tenable Nessus
added 2018/01/15 12:00 a.m.39 views

Fedora 27 : xen (2017-c432db2971)

xen: various flaws 1501391 multiple MSI mapping issues on x86 XSA-237 DMOP map/unmap missing argument checks XSA-238 hypervisor stack leak in x86 I/O intercept code XSA-239 Unlimited recursion in linear pagetable de-typing XSA-240 Stale TLB entry due to page type release race XSA-241 page type...

8.8CVSS6.6AI score0.01518EPSS
SaveExploits2References9
zdt
zdt
added 2018/01/12 12:00 a.m.72 views

macOS - process_policy Stack Leak Through Uninitialized Field Exploit

Exploit for macOS platform in category dos / poc / The syscall processpolicyscope=PROCPOLICYSCOPEPROCESS, action=PROCPOLICYACTIONGET, policy=PROCPOLICYRESOURCEUSAGE, policysubtype=PROCPOLICYRUSAGECPU, attrp=, targetpid=0, targetthreadid= causes 4 bytes of uninitialized kernel stack memory to be...

5.6CVSS7AI score0.01045EPSS
SaveExploits5
Packet Storm
Packet Storm
added 2018/01/12 12:00 a.m.52 views

macOS process_policy Stack Leak

MacOS processpolicy stack leak through uninitialized field CVE-2017-7154 The syscall processpolicyscope=PROCPOLICYSCOPEPROCESS, action=PROCPOLICYACTIONGET, policy=PROCPOLICYRESOURCEUSAGE, policysubtype=PROCPOLICYRUSAGECPU, attrp=, targetpid=0, targetthreadid= causes 4 bytes of uninitialized kerne...

5.6CVSS7.5AI score0.01045EPSS
SaveExploits5
Exploit DB
Exploit DB
added 2018/01/11 12:00 a.m.31 views

macOS - 'process_policy' Stack Leak Through Uninitialized Field

/ The syscall processpolicyscope=PROCPOLICYSCOPEPROCESS, action=PROCPOLICYACTIONGET, policy=PROCPOLICYRESOURCEUSAGE, policysubtype=PROCPOLICYRUSAGECPU, attrp=, targetpid=0, targetthreadid= causes 4 bytes of uninitialized kernel stack memory to be written to userspace. The call graph looks as...

6.6CVSS7AI score0.01045EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/12/15 12:00 a.m.55 views

MacOS getrusage stack leak through struct padding(CVE-2017-13869)

For 64-bit processes, the getrusage syscall handler converts a struct rusage to a struct user64rusage using mungeuser64rusage, then copies the struct user64rusage to userspace: int getrusagestruct proc p, struct getrusageargs uap, unused int32t retval struct rusage rup, rubuf; struct user64rusage...

6.6AI score0.08715EPSS
SaveExploits4
exploitpack
exploitpack
added 2017/12/11 12:00 a.m.32 views

Apple macOS - getrusage Stack Leak Through struct Padding

Apple macOS - getrusage Stack Leak Through struct Padding / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1405 For 64-bit processes, the getrusage syscall handler converts a struct rusage to a struct user64rusage using mungeuser64rusage, then copies the struct user64rusage to...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/12/11 12:00 a.m.48 views

Apple macOS - 'getrusage' Stack Leak Through struct Padding

/ Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1405 For 64-bit processes, the getrusage syscall handler converts a struct rusage to a struct user64rusage using mungeuser64rusage, then copies the struct user64rusage to userspace: int getrusagestruct proc p, struct getrusagearg...

5.5CVSS6.7AI score0.08715EPSS
SaveExploits4
Debian
Debian
added 2017/11/20 1:39 p.m.47 views

[SECURITY] [DLA 1181-1] xen security update

Package : xen Version : 4.1.6.lts1-10 CVE ID : CVE-2017-15588 CVE-2017-15589 CVE-2017-15592 CVE-2017-15593 CVE-2017-15595 Multiple vulnerabilities have been discovered in the Xen hypervisor: CVE-2017-15588 Jann Horn discovered a race condition that can cause a stale TLB entry which might result i...

8.8CVSS8.9AI score0.01518EPSS
SaveExploits2
Xen Project
Xen Project
added 2017/10/12 12:00 p.m.541 views

hypervisor stack leak in x86 I/O intercept code

ISSUE DESCRIPTION Intercepted I/O operations may deal with less than a full machine word's worth of data. While read paths had been the subject of earlier XSAs and hence have been fixed, at least one write path was found where the data stored into an internal structure could contain bits from an...

6.5CVSS0.5AI score0.00414EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2017/08/16 3:29 p.m.34 views

CVE-2016-5347

In all Qualcomm products with Android releases from CAF using the Linux kernel, kernel stack data can be leaked to userspace by an audio driver...

4.7CVSS4.5AI score0.00806EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2016/12/14 12:00 a.m.36 views

FreeBSD : xen-kernel -- x86 CMPXCHG8B emulation fails to ignore operand size override (80a897a2-c1a6-11e6-ae1b-002590263bf5)

The Xen Project reports : The x86 instruction CMPXCHG8B is supposed to ignore legacy operand size overrides; it only honors the REX.W override making it CMPXCHG16B. So, the operand size is always 8 or 16. When support for CMPXCHG16B emulation was added to the instruction emulator, this restrictio...

3.3CVSS6.3AI score0.00445EPSS
SaveExploits0References3
Rows per page
Query Builder