CVE-2020-25578
MEDIUMFreeBSD <12.2-STABLE r368969, 11.4-STABLE r369047, 12.2-RELEASE p3,...
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2020-25578. PoCs published by farazsth98.
AI-analyzed exploit summary This repository contains proof-of-concept code for CVE-2020-25578, an information leak vulnerability in FreeBSD's filesystem implementations. The PoCs demonstrate how uninitialized padding bytes in `struct dirent` can leak kernel memory, including pointers, due to incomplete patches in functions like `msdosfs_readdir` and variants in other filesystems.
Description
In FreeBSD 12.2-STABLE before r368969, 11.4-STABLE before r369047, 12.2-RELEASE before p3, 12.1-RELEASE before p13 and 11.4-RELEASE before p7 several file systems were not properly initializing the d_off field of the dirent structures returned by VOP_READDIR. In particular, tmpfs(5), smbfs(5), autofs(5) and mqueuefs(5) were failing to do so. As a result, eight uninitialized kernel stack bytes may be leaked to userspace by these file systems.
Exploits (1)
This repository contains proof-of-concept code for CVE-2020-25578, an information leak vulnerability in FreeBSD's filesystem implementations. The PoCs demonstrate how uninitialized padding bytes in `struct dirent` can leak kernel memory, including pointers, due to incomplete patches in functions like `msdosfs_readdir` and variants in other filesystems.
References (2)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N