Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:26975
HistorySep 07, 2011 - 12:00 a.m.

openvas 2.x race condition

2011-09-0700:00:00
vulners.com
10

> openvas-server/openvas/oval_plugins.c
> […]
> results_filename = "/tmp/results.xml";
> if (g_file_test (results_filename, G_FILE_TEST_EXISTS))
> {
> log_write ("Found existing results file in %s, deleting it to
> avoid conflicts.", results_filename);

it unlink /tmp/results.xml avoid symlink attack then spawn process
that write stuff to /tmp/results.xml

chinese apt can make symlink point to any system file during race and win race!

BugsNotHugs
Shared Vulnerability Disclosure Account