Lucene search
+L

6389 matches found

Cvelist
Cvelist
added 2019/06/18 10:53 p.m.27 views

CVE-2019-3953

Stack-based buffer overflow in Advantech WebAccess/SCADA 8.4.0 allows a remote, unauthenticated attacker to execute arbitrary code by sending a crafted IOCTL 10012 RPC call...

9.9AI score0.03988EPSS
SaveExploits1References1
CVE
CVE
added 2019/06/18 10:07 p.m.138 views

CVE-2019-12881

The CVE-2019-12881 entry affects the Linux kernel 4.15.0 on Ubuntu 18.04.2, specifically the i915_gem_userptr_get_pages function in drivers/gpu/drm/i915/i915_gem_userptr.c. It allows local attackers to trigger a NULL pointer dereference and BUG via crafted ioctl calls to /dev/dri/card0, potential...

7.8CVSS7.7AI score0.00805EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2019/06/18 10:07 p.m.32 views

CVE-2019-12881

i915gemuserptrgetpages in drivers/gpu/drm/i915/i915gemuserptr.c in the Linux kernel 4.15.0 on Ubuntu 18.04.2 allows local users to cause a denial of service NULL pointer dereference and BUG or possibly have unspecified other impact via crafted ioctl calls to /dev/dri/card0...

7.8AI score0.00805EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2019/06/18 10:07 p.m.43 views

CVE-2019-12881

i915gemuserptrgetpages in drivers/gpu/drm/i915/i915gemuserptr.c in the Linux kernel 4.15.0 on Ubuntu 18.04.2 allows local users to cause a denial of service NULL pointer dereference and BUG or possibly have unspecified other impact via crafted ioctl calls to /dev/dri/card0...

7.8CVSS7AI score0.00805EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2019/06/17 7:56 p.m.12 views

kernel: race condition in snd_seq_write() may lead to UAF or OOB-access

ALSA sequencer core initializes the event pool on demand by invoking sndseqpoolinit when the first write happens and the pool is empty. A user can reset the pool size manually via ioctl concurrently, and this may lead to UAF or out-of-bound access...

7.8CVSS7.1AI score0.00482EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2019/05/29 12:00 a.m.15 views

PT-2019-4979 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions through 5.1.5 Description: An issue was discovered in the MPT3COMMAND case in ctl ioctl main in drivers/scsi/mpt3sas/mpt3sas ctl.c. It allows local users to cause a denial of service or possibly have unspecified other...

10CVSS7AI score0.98745EPSS
SaveExploits152References1667
UbuntuCve
UbuntuCve
added 2019/05/23 12:00 a.m.34 views

CVE-2019-10142

A flaw was found in the Linux kernel's freescale hypervisor manager implementation, kernel versions 5.0.x up to, excluding 5.0.17. A parameter passed to an ioctl was incorrectly validated and used in size calculations for the page size calculation. An attacker can use this flaw to crash the syste...

7.8CVSS7AI score0.00369EPSS
SaveExploits0References3
zdt
zdt
added 2019/05/21 12:00 a.m.216 views

macOS < 10.14.5 / iOS < 12.3 XNU - Wild-read due to bad cast in stf_ioctl Exploit

macOS ifaaddr-safamily != AFINET6 // - crash here IFAUNLOCKifa; error = EAFNOSUPPORT; break; Note that IFALOCK is called on user-provided data; it appears that there is an opportunity for memory corruption a controlled write when using indirect mutexes via LCKMTXTAGINDIRECT see lckmtxlockslow...

7.1CVSS7.3AI score0.04442EPSS
SaveExploits3
Tenable Nessus
Tenable Nessus
added 2019/05/21 12:00 a.m.40 views

openSUSE Security Update : the Linux Kernel (openSUSE-2019-1407) (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)

The openSUSE Leap 42.3 kernel was updated to 4.4.179 to receive various security and bugfixes. Four new speculative execution information leak issues have been identified in Intel CPUs. bsc1111331 - CVE-2018-12126: Microarchitectural Store Buffer Data Sampling MSBDS - CVE-2018-12127:...

9.3CVSS7.9AI score0.04458EPSS
SaveExploits1References119
Exploit DB
Exploit DB
added 2019/05/21 12:00 a.m.284 views

Apple macOS < 10.14.5 / iOS < 12.3 XNU - Wild-read due to bad cast in stf_ioctl

/ Reproduction Tested on macOS 10.14.3: $ clang -o stfwildread stfwildread.cc $ ./stfwildread Explanation SIOCSIFADDR is an ioctl that sets the address of an interface. The stf interface ioctls are handled by the stfioctl function. The crash occurs in the following case where a struct ifreq is re...

8.8CVSS7.4AI score0.04442EPSS
SaveExploits3
exploitpack
exploitpack
added 2019/05/21 12:00 a.m.27 views

Apple macOS 10.14.5 iOS 12.3 XNU - Wild-read due to bad cast in stf_ioctl

Apple macOS 10.14.5 iOS 12.3 XNU - Wild-read due to bad cast in stfioctl / Reproduction Tested on macOS 10.14.3: $ clang -o stfwildread stfwildread.cc $ ./stfwildread Explanation SIOCSIFADDR is an ioctl that sets the address of an interface. The stf interface ioctls are handled by the stfioctl...

6.9AI score
SaveExploits0
OSV
OSV
added 2019/05/17 5:29 a.m.9 views

CVE-2018-7191

In the tun subsystem in the Linux kernel before 4.13.14, devgetvalidname is not called before registernetdevice. This allows local users to cause a denial of service NULL pointer dereference and panic via an ioctlTUNSETIFF call with a dev name containing a / character. This is similar to...

5.5CVSS7.6AI score
SaveExploits0References11
Prion
Prion
added 2019/05/17 5:29 a.m.28 views

Null pointer dereference

In the tun subsystem in the Linux kernel before 4.13.14, devgetvalidname is not called before registernetdevice. This allows local users to cause a denial of service NULL pointer dereference and panic via an ioctlTUNSETIFF call with a dev name containing a / character. This is similar to...

4.9CVSS5.7AI score0.00654EPSS
SaveExploits2References11Affected Software1
NVD
NVD
added 2019/05/17 5:29 a.m.22 views

CVE-2018-7191

In the tun subsystem in the Linux kernel before 4.13.14, devgetvalidname is not called before registernetdevice. This allows local users to cause a denial of service NULL pointer dereference and panic via an ioctlTUNSETIFF call with a dev name containing a / character. This is similar to...

5.5CVSS6.3AI score0.00654EPSS
SaveExploits1References11
UbuntuCve
UbuntuCve
added 2019/05/17 5:29 a.m.60 views

CVE-2018-7191

In the tun subsystem in the Linux kernel before 4.13.14, devgetvalidname is not called before registernetdevice. This allows local users to cause a denial of service NULL pointer dereference and panic via an ioctlTUNSETIFF call with a dev name containing a / character. This is similar to...

5.5CVSS6.5AI score0.00654EPSS
SaveExploits1References10
Debian CVE
Debian CVE
added 2019/05/17 4:27 a.m.46 views

CVE-2018-7191

In the tun subsystem in the Linux kernel before 4.13.14, devgetvalidname is not called before registernetdevice. This allows local users to cause a denial of service NULL pointer dereference and panic via an ioctlTUNSETIFF call with a dev name containing a / character. This is similar to...

5.5CVSS6.5AI score0.00654EPSS
SaveExploits1
CVE
CVE
added 2019/05/17 4:27 a.m.295 views

CVE-2018-7191

CVE-2018-7191 affects the Linux kernel tun subsystem prior to 4.13.14. Root cause: dev_get_valid_name is not called before register_netdevice, enabling a local user to trigger a NULL pointer dereference via ioctl(TUNSETIFF) with a device name containing a “/” character, potentially causing a deni...

5.5CVSS6AI score0.00654EPSS
SaveExploits1References11Affected Software1
Veracode
Veracode
added 2019/05/16 3:11 a.m.41 views

Memory Corruption

Linux kernel is vulnerable to memory corruption vulnerability. This is because the ALSA sequencer core initializes the event pool on demand by invoking sndseqpoolinit when the first write happens and the pool is empty. A user can reset the pool size manually via ioctl concurrently causing an...

7.8CVSS7.7AI score0.00482EPSS
SaveExploits0References24Affected Software2
Veracode
Veracode
added 2019/05/16 2:23 a.m.41 views

Privilege Escalation

Linux kernel is vulnerable to privilege escalation vulnerability. This occurs in the 32-bit compatibility layer of the ioctl handling code of the v4l2 video driver in the Linux kernel. An attacker to overwrite a kernel memory from an unprivileged userspace process causing a privilege escalation...

7.8CVSS7.6AI score0.84172EPSS
SaveExploits3References17Affected Software2
Tenable Nessus
Tenable Nessus
added 2019/05/14 12:00 a.m.52 views

EulerOS Virtualization for ARM 64 3.0.1.0 : kernel (EulerOS-SA-2019-1539)

According to the versions of the kernel packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - An industry-wide issue was found in the way many modern microprocessor designs have implemented speculative execution ...

10CVSS7.7AI score0.93838EPSS
SaveExploits21References18
Rows per page
Query Builder