«
Expand/Collapse
36 items tagged "meta"
Related tags:
vulnerability [+],
buffer [+],
microsoft [+],
internet [+],
wordpress [+],
vulnerability research [+],
seh [+],
pdf [+],
overflow [+],
opengraph [+],
meta tag [+],
meta 1 [+],
free error [+],
facebook [+],
exploit [+],
day [+],
code execution [+],
zero day [+],
whitepaper [+],
webapps [+],
uid [+],
tinybrowser [+],
new [+],
linux [+],
introduction [+],
internet explorer [+],
ftp [+],
freefloat [+],
flv file format [+],
flv [+],
file upload [+],
explorer [+],
exploits [+],
code [+],
array data [+],
arabic [+],
ARM [+],
winamp 5 [+],
winamp [+],
whatsnew [+],
txt [+],
transport mode [+],
transport [+],
tftputil [+],
tftpgui [+],
siteerror [+],
security advisory [+],
security [+],
secunia [+],
remote buffer overflow [+],
remote [+],
portuguese [+],
poc [+],
playlistmaker [+],
playlist [+],
phobos [+],
open [+],
moreamp [+],
migration [+],
metasploit [+],
malicious users [+],
long [+],
local buffer overflow [+],
local [+],
javatest [+],
java [+],
jar archive [+],
jar [+],
introducao [+],
intellitamper [+],
ideal [+],
hyleos [+],
hero [+],
gui [+],
ftpd [+],
fckeditor [+],
efs [+],
easy [+],
dvd [+],
downloader [+],
compact [+],
chemview [+],
chat server [+],
chat [+],
bof [+],
bitweaver [+],
authentication [+],
aol [+],
advisory [+],
activex [+],
buffer overflow [+]
-
-
18:31
»
Packet Storm Security Advisories
Secunia Security Advisory - A vulnerability has been reported in the Meta tags quick module for Drupal, which can be exploited by malicious users to conduct script insertion attacks.
-
-
15:32
»
Packet Storm Security Advisories
VUPEN Vulnerability Research Team discovered a vulnerability in Microsoft Internet Explorer. The vulnerability is caused by a use-after-free error in the "mshtml.dll" component when processing the "X-UA-COMPATIBLE" keyword of a "META" tag, which could be exploited by remote attackers to compromise a vulnerable system via a specially crafted web page.
-
15:32
»
Packet Storm Security Recent Files
VUPEN Vulnerability Research Team discovered a vulnerability in Microsoft Internet Explorer. The vulnerability is caused by a use-after-free error in the "mshtml.dll" component when processing the "X-UA-COMPATIBLE" keyword of a "META" tag, which could be exploited by remote attackers to compromise a vulnerable system via a specially crafted web page.
-
15:32
»
Packet Storm Security Misc. Files
VUPEN Vulnerability Research Team discovered a vulnerability in Microsoft Internet Explorer. The vulnerability is caused by a use-after-free error in the "mshtml.dll" component when processing the "X-UA-COMPATIBLE" keyword of a "META" tag, which could be exploited by remote attackers to compromise a vulnerable system via a specially crafted web page.
-
-
20:00
»
Packet Storm Security Recent Files
Zero Day Initiative Advisory 10-167 - This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of RealNetworks RealPlayer. Authentication is not required to exploit this vulnerability. The specific flaw exists within the module responsible for handling the FLV file format. While parsing the HX_FLV_META_AMF_TYPE_MIXEDARRAY and the HX_FLV_META_AMF_TYPE_ARRAY data types the ParseKnownType function makes two improper calculations that can force integers to wrap. A remote attacker can exploit these vulnerabilities to execute arbitrary code under the context of the user playing the file.
-
20:00
»
Packet Storm Security Advisories
Zero Day Initiative Advisory 10-167 - This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of RealNetworks RealPlayer. Authentication is not required to exploit this vulnerability. The specific flaw exists within the module responsible for handling the FLV file format. While parsing the HX_FLV_META_AMF_TYPE_MIXEDARRAY and the HX_FLV_META_AMF_TYPE_ARRAY data types the ParseKnownType function makes two improper calculations that can force integers to wrap. A remote attacker can exploit these vulnerabilities to execute arbitrary code under the context of the user playing the file.
-
-
9:33
»
Carnal0wnage
just some notes for later on how to decompile a jar file
first unzip the .jar
cg$ unzip javatest3.jar
Archive: javatest3.jar
creating: META-INF/
inflating: META-INF/MANIFEST.MF
inflating: SiteError.class
inflating: evil.class
...
from there use jad to decompile
cg$ ./jad -r -ff -s java javatest/SiteError.class Parsing javatest/SiteError.class... Generating SiteError.java
thats it, now you can read the code.