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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2024-5736 — AdmirorFrames Joomla! Extension < 5.0 - 서버 측 요청 위조 | Kitploit
도구/GitHubGitHub/afine-com/cve-2024-5736
Vulnerability AnalysisWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubafine-com/cve-2024-5736

CVE-2024-5736

AdmirorFrames Joomla! Extension < 5.0 - 서버 측 요청 위조

저장소 보기
2년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2024-5736

AdmirorFrames Joomla! 확장 < 5.0 - 서버 측 요청 위조

타임라인

  • 취약점 제보: 2024.01.26
  • 수정된 5.0 버전 출시: 2024.06.06
  • 공개: 2024.06.28

설명

AdmirorFrames Joomla! 확장의 afGdStream.php 파일에서 서버 측 요청 위조(SSRF)가 발생합니다. 이 파일은 $_GET['src_file'] 변수의 값을 imagecreatefrompng 함수의 매개변수로 직접 사용합니다.

취약점은 afGdStream.php 파일에 존재합니다:

root@kitploit:~
if ($_GET['src_file'] == "")
    exit;

    $src_file = urldecode($_GET['src_file']);
    $bgcolor = $_GET['bgcolor'];
    $colorize = $_GET['colorize'];
    $ratio = $_GET['ratio'];

    // Create src_img
    if (preg_match("/png/i", $src_file))
    {
        @$src_img = imagecreatefrompng($src_file);
    }

이 문제는 $_GET['src_file'] 변수를 imagecreatefrompng 함수의 매개변수로 직접 사용했기 때문에 발생했습니다. 이 문제는 AdmirorFrames Joomla! 확장 버전 5.0에서 수정되었습니다.

영향을 받는 버전

< 5.0

권고 사항

AdmirorFrames Joomla! 확장을 버전 5.0 이상으로 업데이트하세요.

참고 자료

  • https://github.com/vasiljevski/admirorframes/issues/3
  • https://cert.pl/en/posts/2024/06/CVE-2024-5735/
  • https://cert.pl/posts/2024/06/CVE-2024-5735/
  • https://nvd.nist.gov/vuln/detail/CVE-2024-5736
도구 다운로드