freebsd freebsd CVE-2011-1075 is a vulnerability in FreeBSD
Published on October 19, 2021

FreeBSD's crontab calculates the MD5 sum of the previous and new cronjob to determine if any changes have been made before copying the new version in. In particular, it uses the MD5File() function, which takes a pathname as an argument, and is called with euid 0. A race condition in this process may lead to an arbitrary MD5 comparison regardless of the read permissions.

NVD

Weakness Type

What is a Race Condition Vulnerability?

The program contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently.

CVE-2011-1075 has been classified to as a Race Condition vulnerability or weakness.


Products Associated with CVE-2011-1075

Want to know whenever a new CVE is published for FreeBSD? stack.watch will email you.

 

Exploit Probability

EPSS
0.20%
Percentile
41.60%

EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.