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
''' EyesOfNetwork ("EON") is the OpenSource solution combining a pragmatic usage of ITIL processes and a technological interface allowing their workaday application.
14
+
EyesOfNetwork Supervision is the first brick of a range of products targeting to assist IT managment and gouvernance.
15
+
EyesOfNetwork Supervision provides event management, availability, problems and capacity.
16
+
#Technical Analysis:
17
+
EyesOfNetwork allows Remote Command Execution via shell metacharacters in the module/tool_all/ host field.
18
+
By looking into tools/snmpwalk.php we will find the vulnerable part of code:
in this line we can see as the attacker who control the value of "$host_name" variable .
23
+
And after that we have the magic function "popen" in the next part of code.
24
+
$handle = popen($command,'r');
25
+
echo "<p>";<br />
26
+
while($read = fread($handle,100)){
27
+
echo nl2br($read);
28
+
flush();
29
+
}
30
+
pclose($handle);
31
+
And now we can see the use of "popen" function that execute the $command's value and if we set a shell metacharacters ";" in the end of the command we will be able to execute OS command.'''
# If an administrator has added custom userfield 'ufield926' as field type 'file', attacker are can trigger this vulnerability by send a following requests.
47277,exploits/windows/dos/47277.txt,"Adobe Acrobat Reader DC for Windows - Heap-Based Buffer Overflow due to Malformed JP2 Stream",2019-08-15,"Google Security Research",dos,windows,
6550
6550
47278,exploits/windows/dos/47278.txt,"Adobe Acrobat Reader DC for Windows - free() of Uninitialized Pointer due to Malformed JBIG2Globals Stream",2019-08-15,"Google Security Research",dos,windows,
6551
6551
47279,exploits/windows/dos/47279.txt,"Adobe Acrobat Reader DC for Windows - Double Free due to Malformed JP2 Stream",2019-08-15,"Google Security Research",dos,windows,
6552
+
47282,exploits/windows_x86-64/dos/47282.txt,"GetGo Download Manager 6.2.2.3300 - Denial of Service",2019-08-16,"Malav Vyas",dos,windows_x86-64,
6552
6553
3,exploits/linux/local/3.c,"Linux Kernel 2.2.x/2.4.x (RedHat) - 'ptrace/kmod' Local Privilege Escalation",2003-03-30,"Wojciech Purczynski",local,linux,
6553
6554
4,exploits/solaris/local/4.c,"Sun SUNWlldap Library Hostname - Local Buffer Overflow",2003-04-01,Andi,local,solaris,
0 commit comments