269
Source: cwe.mitre.org
Published:
<p>This code temporarily raises the program's privileges to allow creation of a new user folder.</p> <p>While the program only raises its privilege level to create the folder and immediately lowers it again, if the call to os.mkdir() throws an exception, the call to lowerPrivileges() will not occur.