123ArticleOnline Logo
Welcome to 123ArticleOnline.com!
ALL >> Computers >> View Article

What Is A Race Condition?

Profile Picture
By Author: Barbara Jones
Total Articles: 3764
Comment this article
Facebook ShareTwitter ShareGoogle+ ShareTwitter Share

A race condition occurs when multiple processes access and manipulate the same data concurrently, and the outcome of the execution depends on the particular order in which the access takes place.

A race condition is of interest to a hacker when the race condition can be utilized to gain privileged system access.

Consider the following code snippet which illustrates a race condition:

if(access("/tmp/datafile",R_OK)==0){
fd=open("/tmp/datafile
process(fd);
close(fd);

This code creates the temporary file /tmp/datafile and then opens it.

The potential race condition occurs between the call to access() and the call to open().

If an attacker can replace the contents of /tmp/datafile between the access() and open() functions, he can manipulate the actions of the program which uses that datafile. This is the race.

It can be difficult to exploit a race condition, because you may have to "run the race" many times before you "win." You may have to run the vulnerable program and the vulnerability testing tool thousands of times before you ...
... get the expolit code to execute after the vulnerability opens and before the vulnerability closes. It is sometimes possible to give the attack an extra edge by using `nice` to lower the priority of the legitimate suid program.

Improper use of the function calls access(), chown(), chgrp(), chmod(), mktemp(), tempnam(), tmpfile(), and tmpnam() are the normal causes of a race condition.

Total Views: 323Word Count: 245See All articles From Author

Add Comment

Computers Articles

1. The Hidden Cost Of Treating Iam As A Governance Platform
Author: Tushar Pansare

2. Sqlite Development & Integration Services In Usa
Author: davidjohansen

3. Rp80 Thermal Printer For Pos: Full Overview
Author: pbs

4. Real-time Vehicle Inventory Monitoring
Author: Actowiz Metrics

5. Software Testing & Qa
Author: davidjohansen

6. Market Forecast: User Authentication
Author: Umangp

7. Dell Laptop Repair In Wadala
Author: Laptop Repair Mumbai

8. Data Mining Tutorial: A Complete Guide To Concepts, Techniques, And Applications
Author: Tech Point

9. Master The Basics With Computer Organization And Architecture Tutorial
Author: Tech Point

10. What Actually Breaks Access Certification Programs (it's Not What You Think)
Author: Soham Biswas

11. Cloud Computing Companies In India And Cloud Hosting Service Providers In India | Sathya Technosoft
Author: Sathya Technosoft

12. Why Student Wellbeing And Support Is Critical For Academic Success In Higher Education
Author: E2S Team

13. Swift App Development Services
Author: brainbell10

14. Best Cash Drawer Dealers For Retail India
Author: prime poskart

15. Most Interesting Aspects After Playing Pokepath Td
Author: Pokepath TD

Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: