775 matches found
Critical: Red Hat Security Advisory: 389-ds-base security, bug fix, and enhancement update
An update for 389-ds-base is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...
Critical: Red Hat Security Advisory: 389-ds-base security, bug fix, and enhancement update
An update for 389-ds-base is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available...
freeipa
FreeIPA 服务器 FreeIPA 允许 Linux 管理员集中管理 Linux 和 UNIX 系统中的身份、 认证和访问控制相关方面,它提供了易于安装和使用的命令行及基于 Web 的 管理工具。 FreeIPA 构建于著名的开源组件和标准协议之上, 并特别注重管理的简便性以及安装和配置任务的自动化。 FreeIPA 可以通过跨域 Kerberos 信任或用户同步, 无缝集成到 Active Directory 环境中。 优势 FreeIPA: 允许所有用户使用相同的凭据和安全设置访问所有机器 允许用户以经过认证且安全的方式,从任何机器透明地访问个人文件...
JNDI-Injection-Exploit
JNDI-Injection-Exploit JNDIインジェクションに関する資料 中文文档 関連記事 説明 JNDI-Injection-Exploitは、RMIサーバー、LDAPサーバー、HTTPサーバーを起動することで、動作可能なJNDIリンクを生成し、バックグラウンドサービスを提供するツールです。RMIサーバーとLDAPサーバーは marshalsec をベースにしており、HTTPサーバーと連携するようにさらに修正されています。 このツールを使用するとJNDIリンクを取得でき、それらのリンクを POC に挿入して脆弱性をテストできます。...
cve-2021-44228-log4j-test
cve-2021-44228-log4j-test 测试 1. LDAP服务器与恶意文件下载服务器 1.1 运行Docker-compose docker-compose.yml root@kitploit: version: '2' services: dockerdj: image: openidentityplatform/opendj:latest containername: ldap environment: ROOTUSERDN: "cn=han" ROOTPASSWORD: "han" BASEDN: "dc=bumbing,dc=xyz" ports: -...
log4j
💻 -h3x0v3rl0rd- 利用 log4j CVE-2021-44228(TryHackMe Solar 演练) root@kitploit: git clone https://github.com/n3rdh4x0r/log4j.git 1. 运行 log4j.py(这将安装所有必要的应用程序并启动 LDAP 服务器) root@kitploit: ifconfig tun0 python3 log4j.py 10.8.227.251 2. 将攻击者 IP 添加到 Exploit.java 文件中 3. 编译 payload root@kitploit: javac...
CVE-2026-18453
A flaw was found in 389 Directory Server. A missing NULL pointer check in the paged results handling of opsharedsearch allows an unauthenticated remote attacker to crash the LDAP server by sending a crafted sequence of search requests using the USEONEBACKEND control, resulting in denial of servic...
Log4j-Exploit-CVE-2021-44228
Log4j漏洞利用-CVE-2021-44228 Log4Shell漏洞测试工具 https://log4shell.tools/ 漏洞利用已包含Java,无需创建账号等.. root@kitploit: http://www.mediafire.com/file/bs1spnysc6fbz1a/log4j-shell-poc%25281%2529.zip/file root@kitploit: pip install -r requirements.txt root@kitploit: $ python3 poc.py --userip localhost --webport 8000...
log4shell-homework9
作业 9 – 保护系统免受 Log4Shell 漏洞攻击 概述 本项目演示了 Log4Shell 漏洞(CVE-2021-44228)的利用与缓解,使用了一个包含易受攻击的 Log4j 2.14.1 的 Dockerized Java Web 应用。该设置还包含一个模拟的恶意 LDAP 服务器,用于演示 JNDI 注入攻击路径。 在利用之后,系统通过升级 Log4j、验证输入以及应用 MITRE D3FEND 和 ATT&CK 建议进行了加固。 文件夹结构 root@kitploit: log4shell-homework9/ ├── docker-compose.yml ├──...
JNDI-Injection-Exploit-Plus
JNDI-Injection-Exploit-Plus 中文 README 説明 JNDI-Injection-Exploit-Plus は、動作可能な JNDI リンク を生成し、RMI サーバー、LDAP サーバー、HTTP サーバーを起動してバックグラウンドサービスを提供するツールです。 このツールを使用すると、JNDI リンクを取得できます。これらのリンクを POC に挿入して、脆弱性をテストできます。 例えば、これは Fastjson の脆弱性 POC です: root@kitploit:...
ldap-swak
LDAP Swiss Army Knife Utilidad de servidor LDAP multifunción. Configura rápidamente un servidor LDAP para fines de prueba, proxies MitM para interceptar texto plano o reenviar credenciales NTLM, o explota varias vulnerabilidades de clientes Java JNDI/LDAP. Autor: Moritz Bechler...
rogue-jndi
Rogue JNDI Un servidor LDAP malicioso para ataques de inyección JNDI. Descripción El proyecto contiene servidores LDAP y HTTP para explotar la API Java JNDI insegura por defecto. Para realizar un ataque, puedes iniciar estos servidores localmente y luego provocar una resolución JNDI en el cliente...
docker-log4shell
docker-log4shell 一个简单的 Go 应用 / Docker 镜像,用于测试 CVE-2021-44228 漏洞。它托管一个简单的文件服务器和一个 LDAP 服务器,该 LDAP 服务器提供文件服务器上托管的任何类:ldap://ip:1389/Hello - http://ip:8080/Hello.class root@kitploit: docker build -t log4shell . docker run -it -v "path-to-classes:/files" -p 1389:1389 -p 8080:8080 -e HOST=localhost...
l4srs
l4srs Log 4 Shell(log4j - CVE-2021-44228)的 Rust 实现 构建运行 cargo +nightly build 此版本允许您构建命令类,动态提供一个在被利用的 Java 应用线程中运行的小型 meterpreter,并同时运行 LDAP 和 HTTP 服务器。此版本在同一个端口上同时提供 LDAP 和 HTTP 请求。 您可以同时在多个端口上运行,以尝试查看目标机器上哪些出站端口可用。 如果请求不是 LDAP 或 HTTP,它可以代理请求到另一台机器(同样是同一端口)。如果目标机器只有一个出站端口,您可以在同一端口上提供...
l4s_poc
l4spoc Log4Shell Cve-2021-44228 概念验证 这是一个个人项目,运行一个简单的 POC,它将托管一个 LDAP 服务器和一个用于 Log4Shell 漏洞利用的 HTTP 服务器。 服务器 runservers.py 将设置一个精简版 meterpreter 客户端,该客户端将回调 LDAP 请求中传入的 Metasploit 实例。 这将在受 Log4Shell 漏洞影响的原始进程中 以线程方式运行 meterpreter 实例。 LDAP 服务器由 Java 编写,HTTP 服务器由 Python 托管,并 会从一个新创建的 wwwroot 目录提供内容。...
Odysseus
Odysseus Log4Shell CVE-2021-44228 脆弱性のデモです。 ビルド手順 脆弱なWebサーバと悪意のあるLDAPサーバは、いずれもJDK 1.8.0181でビルドおよびテストされました。 善玉Webサーバ 1. goodguys 内で gradlew bootJar を実行 2. java -jar build/libs/goodguys-0.0.1-SNAPSHOT.jar を使用して脆弱なWebサーバを実行 悪玉LDAP/Webサーバ 1. badguys 内で mvn package を実行 2. java -jar...
CVE-2021-44228_dockernize
CVE-2021-44228 Log4Shell 漏洞实验室环境 简介 本项目提供了一个 Docker 化环境,用于安全地实践和理解关键 Log4j 漏洞 CVE-2021-44228 Log4Shell。 主要特性 安全的 Docker 化测试环境 自定义 Payload 测试能力 包含攻击者的 LDAP 服务器和易受攻击的 Java 应用程序 快速开始 root@kitploit: docker compose up --build Payload 测试 1. 您可以在 /vulnerable/Makefile 的测试部分修改 payload 2. 默认 payload 使用...
CVE-2026-59270 Spring Security embedded UnboundID LDAP server exposes well-known administrative bind DN on all network interfaces
Spring Security's embedded UnboundID LDAP server UnboundIdContainer unconditionally registers an administrative credential and binds its listener to all available network interfaces. Spring Security 7.1.0 Spring Security 7.0.0 - 7.0.6 Spring Security 6.5.0 - 6.5.11 Spring Security 6.4.0 - 6.4.18...
CVE-2026-59270 Spring Security embedded UnboundID LDAP server exposes well-known administrative bind DN on all network interfaces
Spring Security's embedded UnboundID LDAP server UnboundIdContainer unconditionally registers an administrative credential and binds its listener to all available network interfaces. Spring Security 7.1.0 Spring Security 7.0.0 - 7.0.6 Spring Security 6.5.0 - 6.5.11 Spring Security 6.4.0 - 6.4.18...
PT-2026-82413
Name of the Vulnerable Software and Affected Versions Spring Security version 7.1.0 Spring Security versions 7.0.0 through 7.0.6 Spring Security versions 6.5.0 through 6.5.11 Spring Security versions 6.4.0 through 6.4.18 Spring Security versions 5.8.0 through 5.8.27 Spring Security versions 5.7.0...