You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mais en regardant le code HTMLet les entêtes on voit que ce n'est pas le cas:
HTTP/1.1 200 OK
Date: Tue, 17 Oct 2023 20:05:19 GMT
Server: Apache/2.4.56 (Debian)
X-Powered-By: PHP/8.0.30
Vary: Accept-Encoding
Content-Length: 1163
Content-Type: text/html; charset=UTF-8
<html><head><metaname="robots" content="noindex, nofollow"><metahttp-equiv="content-type" content="text/html; charset=UTF-8"><title>Redirecting</title><styletype="text/css">
body,td,div,.p,a{font-family:arial,sans-serif}
div,td{color:#000}
.f{color:#6f6f6f}
a:link{color:#00c}
a:visited{color:#551a8b}
a:active{color:red}
div.a{border-top:1px solid #bbb;border-bottom:1px solid #bbb;background:#f2f2f2;margin-top:1em;width:100%}
div.b{padding:0.5em 0;margin-left:10px}
div.c{margin-top:35px;margin-left:35px}
</style><scripttype="text/javascript">functiongoback(){window.history.go(-1);returnfalse;}setTimeout(function(){window.location.href="https://openbugbounty.org/";},3000);</script></head><bodytopmargin=3bgcolor=#ffffffmarginheight=3><divclass=a><divclass=b><fontsize=+1><b>Redirecting</b></font></div></div><divclass=c> The page will jump to <ahref="https://openbugbounty.org/">https://openbugbounty.org/</a> after 3 seconds.
<br><br> If you do not want to visit the page, you can <ahref="#" onclick="return goback();"> return to the previous page </a> .<br><br><br></div></body>
Le module a du détecter le contrôle sur window.location.href mais n'a pas pris en compte la présence de setTimeout qui est sans doute un bon indicateur que la redirection n'est pas immédiate (alors que le type de vulnérabilité l'entend)
The text was updated successfully, but these errors were encountered:
Sur le plugin wordpress
comments-link-optimization
Vulnérabilité remontée:
mais en regardant le code HTMLet les entêtes on voit que ce n'est pas le cas:
Le module a du détecter le contrôle sur
window.location.href
mais n'a pas pris en compte la présence desetTimeout
qui est sans doute un bon indicateur que la redirection n'est pas immédiate (alors que le type de vulnérabilité l'entend)The text was updated successfully, but these errors were encountered: