Linux premium134.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.104 | : 216.73.216.51
Cant Read [ /etc/named.conf ]
?8.1.34
mfbsrygq
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby40 /
share /
gems /
gems /
rdoc-7.0.4 /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
exe
[ DIR ]
drwxr-xr-x
?;
lib
[ DIR ]
drwxr-xr-x
?;
man
[ DIR ]
drwxr-xr-x
CONTRIBUTING.md
6.31
KB
-rw-r--r--
CVE-2013-0256.rdoc
1.9
KB
-rw-r--r--
ExampleMarkdown.md
1.08
KB
-rw-r--r--
ExampleRDoc.rdoc
6.31
KB
-rw-r--r--
History.rdoc
75.71
KB
-rw-r--r--
LEGAL.rdoc
1.97
KB
-rw-r--r--
LICENSE.rdoc
2.34
KB
-rw-r--r--
README.md
5.29
KB
-rw-r--r--
RI.md
23.16
KB
-rw-r--r--
TODO.rdoc
1.84
KB
-rw-r--r--
rdoc.gemspec
2.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CVE-2013-0256.rdoc
= RDoc 2.3.0 through 3.12 XSS Exploit RDoc documentation generated by rdoc 2.3.0 through rdoc 3.12 and prereleases up to rdoc 4.0.0.preview2.1 are vulnerable to an XSS exploit. This exploit may lead to cookie disclosure to third parties. The exploit exists in darkfish.js which is copied from the RDoc install location to the generated documentation. RDoc is a static documentation generation tool. Patching the library itself is insufficient to correct this exploit. Those hosting rdoc documentation will need to apply the following patch. If applied while ignoring whitespace, this patch will correct all affected versions: diff --git darkfish.js darkfish.js index 4be722f..f26fd45 100644 --- darkfish.js +++ darkfish.js @@ -109,13 +109,15 @@ function hookSearch() { function highlightTarget( anchor ) { console.debug( "Highlighting target '%s'.", anchor ); - $("a[name=" + anchor + "]").each( function() { - if ( !$(this).parent().parent().hasClass('target-section') ) { - console.debug( "Wrapping the target-section" ); - $('div.method-detail').unwrap( 'div.target-section' ); - $(this).parent().wrap( '<div class="target-section"></div>' ); - } else { - console.debug( "Already wrapped." ); + $("a[name]").each( function() { + if ( $(this).attr("name") == anchor ) { + if ( !$(this).parent().parent().hasClass('target-section') ) { + console.debug( "Wrapping the target-section" ); + $('div.method-detail').unwrap( 'div.target-section' ); + $(this).parent().wrap( '<div class="target-section"></div>' ); + } else { + console.debug( "Already wrapped." ); + } } }); }; RDoc 3.9.5, 3.12.1 and RDoc 4.0.0.rc.2 and newer are not vulnerable to this exploit. This exploit was discovered by Evgeny Ermakov <corwmh@gmail.com>. This vulnerability has been assigned the CVE identifier CVE-2013-0256.
Close