0down votefavorit
Im using oracle reports with oracle database 10g R2, however there is a bug like local file inclusion or maybe code execution in my report url.
when someone access url like this : mysite.com:7777/reports/rwservlet?report=test.pdf+desformat=html+destype=cache+JOBTYPE=rwurl+URLPARAMETER="file:///etc/passwd"
it will be download a file contain a user and directory from my server. Anyone can explain to me how to patch this bug ? is there any patch available from oracle, or maybe I must fix this bug by adding some filtering / escape in my vulnerable parameter.
Thank u very much.