• XSS.stack #1 – первый литературный журнал от юзеров форума

Scanning from Atlassian Confluence vulnerable (CVE-2021-26084)

d3im0S

HDD-drive
Пользователь
Регистрация
13.05.2020
Сообщения
31
Реакции
2
Last Atlassian OGNL injection vulnerability (CVE-2021-26084) detected and exploited in the wild.


If you want to check if servers are vulnerable check with this one-liner command (extracted from https://github.com/1ZRR4H/CVE-2021-26084). Just extract an IP list from Shodan or Censys.

cat confluence_servers.txt | while read host do; do curl --connect-timeout 10 --max-time 60 --path-as-is --silent --insecure --user-agent "prefered_user_agent" "https://$host/pages/createpage-entervariables.action?SpaceKey=x" | grep -q 'action="doenterpagevariables.action"' && printf "$host \033[1;35m Vulnerable\e[0m\n" || printf "$host \033[1;32mOK\e[0m\n"; done;

Then, if you want to exploit these servers matched with the vulnerability scan.


Enjoy!
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх