Lucene search
+L

1188 matches found

CNVD
CNVD
added 2018/06/29 12:0 a.m.7 views

Linux kernel null pointer dereference vulnerability (CNVD-2018-15656)

Linux kernel is the kernel used by Linux, the open source operating system released by the Linux Foundation in the United States. A null pointer dereference vulnerability exists in the 'hfsextreadextent' function of the hfs.ko file in Linux kernel version 4.15.0. An attacker can exploit this...

5.5CVSS5.2AI score0.00401EPSS
SaveExploits0References1
n0where
n0where
added 2017/11/14 5:51 p.m.27 views

Linux Process Hunter: Prochunter

Prochunter aims to find hidden process with all userspace and most of the kernelspace rootkits. This tool is composed of a kernel module that prints out all running processes walking the taskstruct list and creates /sys/kernel/prochunter/set entry. A python script that invokes the kernel function...

1AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2017/11/13 12:0 a.m.44 views

Debian DSA-4031-1 : ruby2.3 - security update

Several vulnerabilities have been discovered in the interpreter for the Ruby language. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2017-0898 aerodudrizzt reported a buffer underrun vulnerability in the sprintf method of the Kernel module resulting in...

9.8CVSS7.6AI score0.16412EPSS
SaveExploits2References14
RedhatCVE
RedhatCVE
added 2017/10/13 12:19 p.m.40 views

CVE-2017-15265

A use-after-free vulnerability was found when issuing an ioctl to a sound device. This could allow a user to exploit a race condition and create memory corruption or possibly privilege escalation. Mitigation It is possible to prevent the affected code from being loaded by blacklisting the kernel...

7CVSS0.4AI score0.00377EPSS
SaveExploits0References1
RubySec
RubySec
added 2017/09/14 12:0 a.m.48 views

Buffer underrun vulnerability in Kernel.sprintf

There is a buffer underrun vulnerability in the sprintf method of Kernel module. If a malicious format string which contains a precious specifier is passed and a huge minus value is also passed to the specifier, buffer underrun may be caused. In such situation, the result may contains heap, or th...

9.1CVSS1.6AI score0.09718EPSS
SaveExploits1References1Affected Software1
pentestit
pentestit
added 2017/07/13 1:47 a.m.29 views

How to: Detect OutlawCountry on YOUR System?

PenTestIT RSS Feed On June 29th 2017, WikiLeaks published documents about the CIA OutlawCountry project that targets computers running the Linux operating systems. Such releases have been code-named "Vault 7" by WikiLeaks. This is a post about a simple method with which you can verify for your se...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2017/06/30 12:0 a.m.26 views

RHEL / CentOS 6.x (64-bit) Malicious Kernel Module Detection (OutlawCountry)

According to diagnostic indicators, the remote Red Hat Enterprise Linux or CentOS host may have a malicious kernel module known as OutlawCountry installed. OutlawCountry creates a hidden netfilter table that allows an authenticated attacker to covertly override existing netfilter/iptables firewal...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2017/06/13 3:16 p.m.154 views

tcconfig - A Simple Tc Command Wrapper Tool

A Simple tc command wrapper tool. Easy to set up traffic control of network bandwidth/latency/packet-loss to a network interface. Traffic control features Trafic shaping target Apply traffic shaping rules to specific target: Outgoing/Incoming packets Certain IP address/network or port Available...

7.5AI score
SaveExploits0References8
n0where
n0where
added 2017/05/25 4:31 a.m.108 views

Direct Memory Access Attack: PCILeech

Direct Memory Access Attack The PCILeech use the USB3380 chip in order to read from and write to the memory of a target system. This is achieved by using DMA over PCI Express. No drivers are needed on the target system. The USB3380 is only able to read 4GB of memory natively, but is able to read...

7.3AI score
SaveExploits0References1
myhack58
myhack58
added 2017/05/11 12:0 a.m.40 views

QuickZip V4. 60 buffer overflow vulnerability details-vulnerability warning-the black bar safety net

This article will provide the reader a detailed description QuickZip v4. 60 buffer overflow vulnerability knowledge. Due to the vulnerabilities in 2010 appeared, so it's designed only for 32-bit Windows XP. So, I decided to try it in 64-bit Windows 7 reproduce the vulnerability, it would be a fun...

7.9AI score
SaveExploits0
Packet Storm
Packet Storm
added 2017/04/04 12:0 a.m.426 views

Debian/Ubuntu ntfs-3g Local Privilege Escalation

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class MetasploitModule 'Debian/Ubuntu ntfs-3g Local Privilege Escalation', 'Description' = %q ntfs-3g mount helper in Ubuntu 16.04, 16.10, Debian 7, 8,...

0.4AI score0.02277EPSS
SaveExploits10
zdt
zdt
added 2017/03/14 12:0 a.m.34 views

VirtualBox - Cooperating VMs can Escape from Shared Folder Exploit

Exploit for linux platform in category local exploits Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1037 There is a security issue in the shared folder implementation that permits cooperating guests with write access to the same shared folder to gain access to the whole...

6.8AI score
SaveExploits0
OSV
OSV
added 2017/03/12 6:59 a.m.3 views

DEBIAN-CVE-2014-9645

The addprobe function in modutils/modprobe.c in BusyBox before 1.23.0 allows local users to bypass intended restrictions on loading kernel modules via a / slash character in a module name, as demonstrated by an "ifconfig /usbserial up" command or a "mount -t /sndpcm none /" command...

5.5CVSS6.1AI score0.00635EPSS
SaveExploits2References1
CVE
CVE
added 2017/03/12 6:5 a.m.261 views

CVE-2014-9645

The CVE-2014-9645 entry concerns BusyBox, where the add_probe function in modutils/modprobe.c allows a local user to bypass module-loading restrictions when a slash (/) is used in a module name (e.g., ifconfig /usbserial up or mount -t /snd_pcm none /). This is a local-privilege-elevation style f...

5.5CVSS6.2AI score0.00635EPSS
SaveExploits2References10Affected Software1
UbuntuCve
UbuntuCve
added 2017/03/12 12:0 a.m.42 views

CVE-2014-9645

The addprobe function in modutils/modprobe.c in BusyBox before 1.23.0 allows local users to bypass intended restrictions on loading kernel modules via a / slash character in a module name, as demonstrated by an "ifconfig /usbserial up" command or a "mount -t /sndpcm none /" command...

5.5CVSS6.5AI score0.00635EPSS
SaveExploits2References2
n0where
n0where
added 2017/01/26 5:29 a.m.21 views

Security Using Pre-Existing Routing for Mobile Ad hoc Networks: SUPERMAN

Security Using Pre-Existing Routing for Mobile Ad hoc Networks The flexibility and mobility of Mobile Ad hoc Networks MANETs have made them increasing popular in a wide range of use cases. To protect these networks, security protocols have been developed to protect routing and application data...

6.8AI score
SaveExploits0References1
zdt
zdt
added 2017/01/26 12:0 a.m.40 views

Google Android - pm_qos KASLR Bypass Vulnerability

Exploit for Android platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=971 The "pmqos" module exposes an interface to kernel space for specifying QoS dependencies. In order to aid in debugging this interface, the module exposes a "debugfs" interface,...

7AI score
SaveExploits0
myhack58
myhack58
added 2017/01/12 12:0 a.m.24 views

In-depth analysis of TIMA any kernel module authentication bypass vulnerability-vulnerability warning-the black bar safety net

In order to ensure that the Android device in Linux kernel the integrity of the, Samsung introduced a named“lkmauth”function. This function was originally designed to ensure that only the Samsung-approved those that the kernel module can only be loaded into the Linux kernel. TIMA any kernel modul...

SaveExploits0
Metasploit
Metasploit
added 2017/01/05 12:0 a.m.59 views

Debian/Ubuntu ntfs-3g Local Privilege Escalation

ntfs-3g mount helper in Ubuntu 16.04, 16.10, Debian 7, 8, and possibly 9 does not properly sanitize the environment when executing modprobe. This can be abused to load a kernel module and execute a binary payload as the root user. Module Options msf use exploit/linux/local/ntfs3g/privesc msf...

7.8CVSS7.6AI score0.02277EPSS
SaveExploits10
zdt
zdt
added 2017/01/04 12:0 a.m.45 views

TIMA Arbitrary Kernel Module Verification Bypass Vulnerability

Samsung's lkmauth feature suffers from a kernel module verification bypass vulnerability. TIMA Arbitrary Kernel Module Verification Bypass In order to ensure the integrity of the Linux Kernel on Android devices, Samsung has introduced a feature called "lkmauth". This feature is meant to make sure...

0.7AI score
SaveExploits0
Rows per page
Query Builder