HC's Capture the Flag website
CTF Contests
25C3-CTF

25C3-CTF final results

Advisory #59

From team int80

New advisory by : scyclops
Affected service(s): vdspi
Severity [lmh] : low

===== Problem =====
VDPI does not release db file lock when error occurs
===== Impact =====
DoS
===== Fix =====
surround code in Search_By_Pred and File procedures after the Lock_File call and before the Unlock_File call with

begin
... other code ...
exception
when Error : others =>
Ada.Text_IO.Put_Line("Exception...");
end;


Rating

[2] yup.

Go back


Impressum