Hello all,
There is an undefined function in OWASP website's javascript code
(wikibits.js)
called wgBreakFrames. This can cause potential damage to the site if
used maliciously.
http://www.owasp.org/skins/common/wikibits.js
start of code:
if (wgBreakFrames) {
// Un-trap us from framesets
if (window.top != window) {
window.top.location = window.location;
}
}
end of code
Apparently you don't understand the difference between a variable and a
function. wgBreakFrames is a variable that can be defined elsewhere.
Without looking at the entire site, I assume that wgBreakFrames gets
defined as "true" in those places where they don't want their pages
trapped inside someone else's frame.
Given the syntax of this function, wgBreakFrames can only have one of two values: true or false.
I'd be interested to see some POC that would show how you would exploit this.
Paul Schmehl (pauls@xxxxxxxxxxxx) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/
Attachment:
p7s4vUKpGc0bH.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/